Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchql",
"version": "0.0.1",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"private": true,
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/content-type-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/content-type-stream",
"version": "0.0.1",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "detect content-types via streams",
"main": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/graphile-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/graphile-query",
"version": "1.2.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "graphile query",
"main": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/graphile-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/graphile-settings",
"version": "1.2.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "graphile settings",
"main": "index.js",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/orm",
"version": "0.0.1",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "PostgreSQL ORM",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pg-query-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/pg-query-context",
"version": "0.1.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "pg query context",
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/s3-streamer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/s3-streamer",
"version": "0.0.1",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "stream files to s3",
"main": "index.js",
Expand Down Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/s3-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/s3-utils",
"version": "0.0.1",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "s3 utils",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/server-utils",
"version": "0.4.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "server utils",
"main": "index.js",
Expand Down
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-names/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/upload-names",
"version": "0.1.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "upload names",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/url-domains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/url-domains",
"version": "0.1.0",
"version": "2.0.0",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "url domains",
"main": "index.js",
Expand Down