From 813e3d3642ad503b8eec0b869907f7aa6ee42451 Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Thu, 8 May 2025 21:04:58 -0700 Subject: [PATCH] pkgs --- package.json | 2 +- packages/content-type-stream/package.json | 2 +- packages/explorer/package.json | 8 ++++---- packages/graphile-query/package.json | 2 +- packages/graphile-settings/package.json | 8 ++++---- packages/orm/package.json | 2 +- packages/pg-query-context/package.json | 2 +- packages/s3-streamer/package.json | 6 +++--- packages/s3-utils/package.json | 2 +- packages/server-utils/package.json | 2 +- packages/server/package.json | 12 ++++++------ packages/upload-names/package.json | 2 +- packages/url-domains/package.json | 2 +- 13 files changed, 26 insertions(+), 26 deletions(-) diff --git a/package.json b/package.json index 8c46c89c0b..94f007a287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchql", - "version": "0.0.1", + "version": "2.0.0", "author": "Dan Lynch ", "private": true, "repository": { diff --git a/packages/content-type-stream/package.json b/packages/content-type-stream/package.json index 3f5120d719..897febcd6d 100644 --- a/packages/content-type-stream/package.json +++ b/packages/content-type-stream/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/content-type-stream", - "version": "0.0.1", + "version": "2.0.0", "author": "Dan Lynch ", "description": "detect content-types via streams", "main": "index.js", diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 38d1c3e3fd..92e43b81a4 100644 --- a/packages/explorer/package.json +++ b/packages/explorer/package.json @@ -35,10 +35,10 @@ "test:watch": "jest --watch" }, "dependencies": { - "@launchql/graphile-settings": "^1.2.0", - "@launchql/server-utils": "^0.4.0", - "@launchql/url-domains": "^0.1.0", - "@launchql/upload-names": "^0.1.0", + "@launchql/graphile-settings": "^2.0.0", + "@launchql/server-utils": "^2.0.0", + "@launchql/url-domains": "^2.0.0", + "@launchql/upload-names": "^2.0.0", "@launchql/types": "^2.0.0", "express": "^5.1.0", "graphile-build": "^4.14.1", diff --git a/packages/graphile-query/package.json b/packages/graphile-query/package.json index 21c604e321..a42d76eb4e 100644 --- a/packages/graphile-query/package.json +++ b/packages/graphile-query/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/graphile-query", - "version": "1.2.0", + "version": "2.0.0", "author": "Dan Lynch ", "description": "graphile query", "main": "index.js", diff --git a/packages/graphile-settings/package.json b/packages/graphile-settings/package.json index ab30e35080..ffd7fc33f8 100644 --- a/packages/graphile-settings/package.json +++ b/packages/graphile-settings/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/graphile-settings", - "version": "1.2.0", + "version": "2.0.0", "author": "Dan Lynch ", "description": "graphile settings", "main": "index.js", @@ -33,9 +33,9 @@ "@graphile-contrib/pg-many-to-many": "^1.0.2", "@pyramation/postgis": "^0.1.1", "@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0", - "@launchql/graphile-settings": "^1.2.0", - "@launchql/graphile-query": "^1.2.0", - "@launchql/upload-names": "^0.1.0", + "@launchql/graphile-settings": "^2.0.0", + "@launchql/graphile-query": "^2.0.0", + "@launchql/upload-names": "^2.0.0", "@launchql/types": "^2.0.0", "cors": "^2.8.5", "envalid": "^8.0.0", diff --git a/packages/orm/package.json b/packages/orm/package.json index b3b754c1f4..187f62407a 100644 --- a/packages/orm/package.json +++ b/packages/orm/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/orm", - "version": "0.0.1", + "version": "2.0.0", "author": "Dan Lynch ", "description": "PostgreSQL ORM", "main": "index.js", diff --git a/packages/pg-query-context/package.json b/packages/pg-query-context/package.json index 55d0090d2a..ac59cfe311 100644 --- a/packages/pg-query-context/package.json +++ b/packages/pg-query-context/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/pg-query-context", - "version": "0.1.0", + "version": "2.0.0", "author": "Dan Lynch ", "description": "pg query context", "main": "index.js", diff --git a/packages/s3-streamer/package.json b/packages/s3-streamer/package.json index 8410a841e8..1717c36a7f 100644 --- a/packages/s3-streamer/package.json +++ b/packages/s3-streamer/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/s3-streamer", - "version": "0.0.1", + "version": "2.0.0", "author": "Dan Lynch ", "description": "stream files to s3", "main": "index.js", @@ -30,12 +30,12 @@ "test:watch": "jest --watch" }, "devDependencies": { - "@launchql/s3-utils": "0.0.1", + "@launchql/s3-utils": "2.0.0", "dotenv": "^16.5.0", "envalid": "^8.0.0" }, "dependencies": { - "@launchql/content-type-stream": "^0.0.1", + "@launchql/content-type-stream": "^2.0.0", "@launchql/types": "^2.0.0", "aws-sdk": "^2.1692.0" } diff --git a/packages/s3-utils/package.json b/packages/s3-utils/package.json index 095784c36b..8e0d92463a 100644 --- a/packages/s3-utils/package.json +++ b/packages/s3-utils/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/s3-utils", - "version": "0.0.1", + "version": "2.0.0", "author": "Dan Lynch ", "description": "s3 utils", "main": "index.js", diff --git a/packages/server-utils/package.json b/packages/server-utils/package.json index ffbf9d6417..22b4ef09ac 100644 --- a/packages/server-utils/package.json +++ b/packages/server-utils/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/server-utils", - "version": "0.4.0", + "version": "2.0.0", "author": "Dan Lynch ", "description": "server utils", "main": "index.js", diff --git a/packages/server/package.json b/packages/server/package.json index 4b1c46a970..1f1e1fbb4f 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -36,12 +36,12 @@ "@graphile-contrib/pg-many-to-many": "^1.0.2", "@pyramation/postgis": "^0.1.1", "@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0", - "@launchql/graphile-settings": "^1.2.0", - "@launchql/graphile-query": "^1.2.0", - "@launchql/upload-names": "^0.1.0", - "@launchql/server-utils": "^0.4.0", - "@launchql/url-domains": "^0.1.0", - "@launchql/pg-query-context": "^0.1.0", + "@launchql/graphile-settings": "^2.0.0", + "@launchql/graphile-query": "^2.0.0", + "@launchql/upload-names": "^2.0.0", + "@launchql/server-utils": "^2.0.0", + "@launchql/url-domains": "^2.0.0", + "@launchql/pg-query-context": "^2.0.0", "@launchql/types": "^2.0.0", "cors": "^2.8.5", "envalid": "^8.0.0", diff --git a/packages/upload-names/package.json b/packages/upload-names/package.json index 00766c898b..c83d1ec8e1 100644 --- a/packages/upload-names/package.json +++ b/packages/upload-names/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/upload-names", - "version": "0.1.0", + "version": "2.0.0", "author": "Dan Lynch ", "description": "upload names", "main": "index.js", diff --git a/packages/url-domains/package.json b/packages/url-domains/package.json index 0dd00fae33..a23eee53f6 100644 --- a/packages/url-domains/package.json +++ b/packages/url-domains/package.json @@ -1,6 +1,6 @@ { "name": "@launchql/url-domains", - "version": "0.1.0", + "version": "2.0.0", "author": "Dan Lynch ", "description": "url domains", "main": "index.js",