diff --git a/.changeset/silly-plums-explain.md b/.changeset/silly-plums-explain.md deleted file mode 100644 index 67284dd76..000000000 --- a/.changeset/silly-plums-explain.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@graphql-ez/core': patch -'@graphql-ez/core-types': patch -'@graphql-ez/express': patch -'@graphql-ez/fastify': patch -'@graphql-ez/hapi': patch -'@graphql-ez/http': patch -'@graphql-ez/koa': patch -'@graphql-ez/nextjs': patch -'@graphql-ez/plugin-modules': patch -'@graphql-ez/plugin-websockets': patch ---- - -re-export Envelop from core diff --git a/.changeset/silver-kiwis-hear.md b/.changeset/silver-kiwis-hear.md deleted file mode 100644 index 1cb40fa7d..000000000 --- a/.changeset/silver-kiwis-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-ez/core': patch ---- - -add HelixContext types diff --git a/.changeset/tiny-carpets-vanish.md b/.changeset/tiny-carpets-vanish.md deleted file mode 100644 index 174024e7d..000000000 --- a/.changeset/tiny-carpets-vanish.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'@graphql-ez/core-types': patch -'@graphql-ez/express': patch -'@graphql-ez/fastify': patch -'@graphql-ez/hapi': patch -'@graphql-ez/http': patch -'@graphql-ez/koa': patch -'@graphql-ez/nextjs': patch ---- - -improve "onAppRegister" diff --git a/examples/express/complete/package.json b/examples/express/complete/package.json index 4f01b9d56..82f019f7d 100644 --- a/examples/express/complete/package.json +++ b/examples/express/complete/package.json @@ -11,14 +11,14 @@ "start": "node dist/index.js" }, "dependencies": { - "@graphql-ez/express": "workspace:^0.2.0", + "@graphql-ez/express": "workspace:^0.2.1", "@graphql-ez/plugin-altair": "workspace:^0.1.0", "@graphql-ez/plugin-codegen": "workspace:^0.1.0", "@graphql-ez/plugin-graphiql": "workspace:^0.1.0", - "@graphql-ez/plugin-modules": "workspace:^0.1.0", + "@graphql-ez/plugin-modules": "workspace:^0.1.1", "@graphql-ez/plugin-scalars": "workspace:^0.1.0", "@graphql-ez/plugin-upload": "workspace:^0.1.0", - "@graphql-ez/plugin-websockets": "workspace:^0.1.0", + "@graphql-ez/plugin-websockets": "workspace:^0.1.1", "@graphql-typed-document-node/core": "^3.1.0", "express": "^4.17.1", "graphql": "15.4.0-experimental-stream-defer.1" diff --git a/examples/fastify/complete/package.json b/examples/fastify/complete/package.json index ee75c60ae..20bcc5c97 100644 --- a/examples/fastify/complete/package.json +++ b/examples/fastify/complete/package.json @@ -8,14 +8,14 @@ "start": "node dist/index.js" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.2.0", + "@graphql-ez/fastify": "workspace:^0.2.1", "@graphql-ez/plugin-altair": "workspace:^0.1.0", "@graphql-ez/plugin-codegen": "workspace:^0.1.0", "@graphql-ez/plugin-graphiql": "workspace:^0.1.0", - "@graphql-ez/plugin-modules": "workspace:^0.1.0", + "@graphql-ez/plugin-modules": "workspace:^0.1.1", "@graphql-ez/plugin-scalars": "workspace:^0.1.0", "@graphql-ez/plugin-upload": "workspace:^0.1.0", - "@graphql-ez/plugin-websockets": "workspace:^0.1.0", + "@graphql-ez/plugin-websockets": "workspace:^0.1.1", "@types/graphql-upload": "^8.0.5", "fastify": "^3.18.0", "graphql": "15.4.0-experimental-stream-defer.1", diff --git a/examples/hapi/complete/package.json b/examples/hapi/complete/package.json index a7d145ce6..dfbd8819e 100644 --- a/examples/hapi/complete/package.json +++ b/examples/hapi/complete/package.json @@ -10,14 +10,14 @@ "start": "node dist/index.js" }, "dependencies": { - "@graphql-ez/hapi": "workspace:^0.2.0", + "@graphql-ez/hapi": "workspace:^0.2.1", "@graphql-ez/plugin-altair": "workspace:^0.1.0", "@graphql-ez/plugin-codegen": "workspace:^0.1.0", "@graphql-ez/plugin-graphiql": "workspace:^0.1.0", - "@graphql-ez/plugin-modules": "workspace:^0.1.0", + "@graphql-ez/plugin-modules": "workspace:^0.1.1", "@graphql-ez/plugin-scalars": "workspace:^0.1.0", "@graphql-ez/plugin-upload": "workspace:^0.1.0", - "@graphql-ez/plugin-websockets": "workspace:^0.1.0", + "@graphql-ez/plugin-websockets": "workspace:^0.1.1", "@graphql-typed-document-node/core": "^3.1.0", "@hapi/hapi": "^20.1.4", "graphql": "15.4.0-experimental-stream-defer.1" diff --git a/examples/http/complete/package.json b/examples/http/complete/package.json index 62685f77f..9eae941f7 100644 --- a/examples/http/complete/package.json +++ b/examples/http/complete/package.json @@ -10,14 +10,14 @@ "start": "node dist/index.js" }, "dependencies": { - "@graphql-ez/http": "workspace:^0.2.0", + "@graphql-ez/http": "workspace:^0.2.1", "@graphql-ez/plugin-altair": "workspace:^0.1.0", "@graphql-ez/plugin-codegen": "workspace:^0.1.0", "@graphql-ez/plugin-graphiql": "workspace:^0.1.0", - "@graphql-ez/plugin-modules": "workspace:^0.1.0", + "@graphql-ez/plugin-modules": "workspace:^0.1.1", "@graphql-ez/plugin-scalars": "workspace:^0.1.0", "@graphql-ez/plugin-upload": "workspace:^0.1.0", - "@graphql-ez/plugin-websockets": "workspace:^0.1.0", + "@graphql-ez/plugin-websockets": "workspace:^0.1.1", "@graphql-typed-document-node/core": "^3.1.0", "graphql": "15.4.0-experimental-stream-defer.1" }, diff --git a/examples/koa/complete/package.json b/examples/koa/complete/package.json index 2864c1a88..7118fd560 100644 --- a/examples/koa/complete/package.json +++ b/examples/koa/complete/package.json @@ -10,14 +10,14 @@ "start": "node dist/index.js" }, "dependencies": { - "@graphql-ez/koa": "workspace:^0.2.1", + "@graphql-ez/koa": "workspace:^0.2.2", "@graphql-ez/plugin-altair": "workspace:^0.1.0", "@graphql-ez/plugin-codegen": "workspace:^0.1.0", "@graphql-ez/plugin-graphiql": "workspace:^0.1.0", - "@graphql-ez/plugin-modules": "workspace:^0.1.0", + "@graphql-ez/plugin-modules": "workspace:^0.1.1", "@graphql-ez/plugin-scalars": "workspace:^0.1.0", "@graphql-ez/plugin-upload": "workspace:^0.1.0", - "@graphql-ez/plugin-websockets": "workspace:^0.1.0", + "@graphql-ez/plugin-websockets": "workspace:^0.1.1", "@graphql-typed-document-node/core": "^3.1.0", "@koa/router": "^10.0.0", "graphql": "15.4.0-experimental-stream-defer.1", diff --git a/examples/nextjs/complete/package.json b/examples/nextjs/complete/package.json index 9adc8f1df..377851266 100644 --- a/examples/nextjs/complete/package.json +++ b/examples/nextjs/complete/package.json @@ -9,11 +9,11 @@ "start": "next start" }, "dependencies": { - "@graphql-ez/nextjs": "workspace:^0.2.0", + "@graphql-ez/nextjs": "workspace:^0.2.1", "@graphql-ez/plugin-altair": "workspace:^0.1.0", "@graphql-ez/plugin-codegen": "workspace:^0.1.0", "@graphql-ez/plugin-graphiql": "workspace:^0.1.0", - "@graphql-ez/plugin-modules": "workspace:^0.1.0", + "@graphql-ez/plugin-modules": "workspace:^0.1.1", "@graphql-ez/plugin-scalars": "workspace:^0.1.0", "@graphql-ez/plugin-upload": "workspace:^0.1.0", "@graphql-typed-document-node/core": "^3.1.0", diff --git a/packages/core/app/CHANGELOG.md b/packages/core/app/CHANGELOG.md index 3223c60ff..d05e654f4 100644 --- a/packages/core/app/CHANGELOG.md +++ b/packages/core/app/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-ez/core +## 0.2.2 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 3c3d047: add HelixContext types +- Updated dependencies [0d71f33] +- Updated dependencies [9a7038b] + - @graphql-ez/core-types@0.2.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/core/app/package.json b/packages/core/app/package.json index 38baf1cde..ae535b522 100644 --- a/packages/core/app/package.json +++ b/packages/core/app/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/core", - "version": "0.2.1", + "version": "0.2.2", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -30,7 +30,7 @@ "@envelop/core": "^0.3.1", "@envelop/parser-cache": "^0.2.0", "@envelop/validation-cache": "^0.2.0", - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "@graphql-tools/merge": "^6.2.14", "@graphql-tools/schema": "^7.1.5", diff --git a/packages/core/types/CHANGELOG.md b/packages/core/types/CHANGELOG.md index f1a756658..d62288fba 100644 --- a/packages/core/types/CHANGELOG.md +++ b/packages/core/types/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/core-types +## 0.2.2 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 9a7038b: improve "onAppRegister" + ## 0.2.1 ### Patch Changes diff --git a/packages/core/types/package.json b/packages/core/types/package.json index 9cdf5eb69..5d4741158 100644 --- a/packages/core/types/package.json +++ b/packages/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/core-types", - "version": "0.2.1", + "version": "0.2.2", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index f46b973fc..25212b389 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -26,7 +26,7 @@ "prepare": "bob-esbuild build" }, "dependencies": { - "@graphql-ez/core-types": "workspace:^0.2.1" + "@graphql-ez/core-types": "workspace:^0.2.2" }, "devDependencies": { "bob-esbuild-cli": "^0.1.27", diff --git a/packages/express/main/CHANGELOG.md b/packages/express/main/CHANGELOG.md index 09bf49ba0..8313a9423 100644 --- a/packages/express/main/CHANGELOG.md +++ b/packages/express/main/CHANGELOG.md @@ -1,6 +1,17 @@ # @graphql-ez/express +## 0.2.1 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 9a7038b: improve "onAppRegister" +- Updated dependencies [0d71f33] +- Updated dependencies [3c3d047] + - @graphql-ez/core@0.2.2 + ## 0.2.0 + ### Minor Changes - 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples diff --git a/packages/express/main/package.json b/packages/express/main/package.json index 0fb8e45cf..12d62dd57 100644 --- a/packages/express/main/package.json +++ b/packages/express/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/express", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core": "workspace:^0.2.1", + "@graphql-ez/core": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "@types/body-parser": "^1.19.0", "@types/cors": "^2.8.10", diff --git a/packages/fastify/main/CHANGELOG.md b/packages/fastify/main/CHANGELOG.md index b0726271a..3cb691106 100644 --- a/packages/fastify/main/CHANGELOG.md +++ b/packages/fastify/main/CHANGELOG.md @@ -1,6 +1,19 @@ # @graphql-ez/fastify +## 0.2.1 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 9a7038b: improve "onAppRegister" +- Updated dependencies [0d71f33] +- Updated dependencies [3c3d047] +- Updated dependencies [9a7038b] + - @graphql-ez/core@0.2.2 + - @graphql-ez/core-types@0.2.2 + ## 0.2.0 + ### Minor Changes - 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples diff --git a/packages/fastify/main/package.json b/packages/fastify/main/package.json index a60da82d5..f9eaeb7c6 100644 --- a/packages/fastify/main/package.json +++ b/packages/fastify/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/fastify", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -28,8 +28,8 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core": "workspace:^0.2.1", - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core": "workspace:^0.2.2", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "fastify-cors": "^6.0.1" }, diff --git a/packages/hapi/main/CHANGELOG.md b/packages/hapi/main/CHANGELOG.md index c704d52e7..69a6c8a06 100644 --- a/packages/hapi/main/CHANGELOG.md +++ b/packages/hapi/main/CHANGELOG.md @@ -1,6 +1,17 @@ # @graphql-ez/hapi +## 0.2.1 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 9a7038b: improve "onAppRegister" +- Updated dependencies [0d71f33] +- Updated dependencies [3c3d047] + - @graphql-ez/core@0.2.2 + ## 0.2.0 + ### Minor Changes - 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples diff --git a/packages/hapi/main/package.json b/packages/hapi/main/package.json index 2e241266a..df6a7bcd5 100644 --- a/packages/hapi/main/package.json +++ b/packages/hapi/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/hapi", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core": "workspace:^0.2.1", + "@graphql-ez/core": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0" }, "devDependencies": { diff --git a/packages/http/main/CHANGELOG.md b/packages/http/main/CHANGELOG.md index bbc9583a4..654d245b7 100644 --- a/packages/http/main/CHANGELOG.md +++ b/packages/http/main/CHANGELOG.md @@ -1,6 +1,17 @@ # @graphql-ez/http +## 0.2.1 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 9a7038b: improve "onAppRegister" +- Updated dependencies [0d71f33] +- Updated dependencies [3c3d047] + - @graphql-ez/core@0.2.2 + ## 0.2.0 + ### Minor Changes - 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples diff --git a/packages/http/main/package.json b/packages/http/main/package.json index 63a686073..e25389368 100644 --- a/packages/http/main/package.json +++ b/packages/http/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/http", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core": "workspace:^0.2.1", + "@graphql-ez/core": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0" }, "devDependencies": { diff --git a/packages/koa/main/CHANGELOG.md b/packages/koa/main/CHANGELOG.md index 7365e9d21..801e7ee4c 100644 --- a/packages/koa/main/CHANGELOG.md +++ b/packages/koa/main/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-ez/koa +## 0.2.2 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 9a7038b: improve "onAppRegister" +- Updated dependencies [0d71f33] +- Updated dependencies [3c3d047] + - @graphql-ez/core@0.2.2 + ## 0.2.1 ### Patch Changes diff --git a/packages/koa/main/package.json b/packages/koa/main/package.json index c2d28af33..1e6b5d736 100644 --- a/packages/koa/main/package.json +++ b/packages/koa/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/koa", - "version": "0.2.1", + "version": "0.2.2", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core": "workspace:^0.2.1", + "@graphql-ez/core": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "@koa/cors": "^3.1.0", "@types/koa-bodyparser": "^4.3.1", diff --git a/packages/nextjs/main/CHANGELOG.md b/packages/nextjs/main/CHANGELOG.md index 236ab35d7..15e5b9753 100644 --- a/packages/nextjs/main/CHANGELOG.md +++ b/packages/nextjs/main/CHANGELOG.md @@ -1,6 +1,17 @@ # @graphql-ez/nextjs +## 0.2.1 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- 9a7038b: improve "onAppRegister" +- Updated dependencies [0d71f33] +- Updated dependencies [3c3d047] + - @graphql-ez/core@0.2.2 + ## 0.2.0 + ### Minor Changes - 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples diff --git a/packages/nextjs/main/package.json b/packages/nextjs/main/package.json index 0027c087a..c484eb043 100644 --- a/packages/nextjs/main/package.json +++ b/packages/nextjs/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/nextjs", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core": "workspace:^0.2.1", + "@graphql-ez/core": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0" }, "devDependencies": { diff --git a/packages/plugin/altair/package.json b/packages/plugin/altair/package.json index 6c650351a..e43000323 100644 --- a/packages/plugin/altair/package.json +++ b/packages/plugin/altair/package.json @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "altair-exported-types": "^4.0.6", "altair-static": "^4.0.6", diff --git a/packages/plugin/codegen/package.json b/packages/plugin/codegen/package.json index 3a483dd7e..f26ae8196 100644 --- a/packages/plugin/codegen/package.json +++ b/packages/plugin/codegen/package.json @@ -34,7 +34,7 @@ "@graphql-codegen/typescript": "^1.22.3", "@graphql-codegen/typescript-operations": "^1.18.2", "@graphql-codegen/typescript-resolvers": "^1.19.4", - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "@graphql-tools/graphql-file-loader": "^6.2.7", "@graphql-tools/load": "^6.2.8", diff --git a/packages/plugin/dataloader/package.json b/packages/plugin/dataloader/package.json index e6173800e..60db0a2e8 100644 --- a/packages/plugin/dataloader/package.json +++ b/packages/plugin/dataloader/package.json @@ -29,7 +29,7 @@ }, "dependencies": { "@envelop/dataloader": "^0.2.0", - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "dataloader": "^2.0.0" }, "devDependencies": { diff --git a/packages/plugin/graphiql/package.json b/packages/plugin/graphiql/package.json index 13951eb6a..341bd2f05 100644 --- a/packages/plugin/graphiql/package.json +++ b/packages/plugin/graphiql/package.json @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "graphql-helix": "1.6.1" }, diff --git a/packages/plugin/modules/CHANGELOG.md b/packages/plugin/modules/CHANGELOG.md index 2e46403c9..36583f75c 100644 --- a/packages/plugin/modules/CHANGELOG.md +++ b/packages/plugin/modules/CHANGELOG.md @@ -1,6 +1,16 @@ # @graphql-ez/plugin-modules +## 0.1.1 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- Updated dependencies [0d71f33] +- Updated dependencies [9a7038b] + - @graphql-ez/core-types@0.2.2 + ## 0.1.0 + ### Minor Changes - 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples diff --git a/packages/plugin/modules/package.json b/packages/plugin/modules/package.json index b957178c7..668b8c9ee 100644 --- a/packages/plugin/modules/package.json +++ b/packages/plugin/modules/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-modules", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -29,7 +29,7 @@ }, "dependencies": { "@envelop/graphql-modules": "^0.2.0", - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "@graphql-tools/utils": "^7.10.0", "graphql-modules": "^1.4.3" diff --git a/packages/plugin/scalars/package.json b/packages/plugin/scalars/package.json index 7fd082c9f..1bd3e347d 100644 --- a/packages/plugin/scalars/package.json +++ b/packages/plugin/scalars/package.json @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "@graphql-tools/utils": "^7.10.0", "graphql-scalars": "^1.10.0" diff --git a/packages/plugin/upload/package.json b/packages/plugin/upload/package.json index a1bf914de..b6c9f7e6c 100644 --- a/packages/plugin/upload/package.json +++ b/packages/plugin/upload/package.json @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0" }, "devDependencies": { diff --git a/packages/plugin/websockets/CHANGELOG.md b/packages/plugin/websockets/CHANGELOG.md index a32e6b1ce..bb3e2c885 100644 --- a/packages/plugin/websockets/CHANGELOG.md +++ b/packages/plugin/websockets/CHANGELOG.md @@ -1,6 +1,16 @@ # @graphql-ez/plugin-websockets +## 0.1.1 + +### Patch Changes + +- 0d71f33: re-export Envelop from core +- Updated dependencies [0d71f33] +- Updated dependencies [9a7038b] + - @graphql-ez/core-types@0.2.2 + ## 0.1.0 + ### Minor Changes - 28ca48d: [BREAKING CHANGE] Plugin based complete restructure - Please check https://github.com/PabloSzx/graphql-ez/tree/main/examples diff --git a/packages/plugin/websockets/package.json b/packages/plugin/websockets/package.json index 94e9fd98a..a561d8704 100644 --- a/packages/plugin/websockets/package.json +++ b/packages/plugin/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-websockets", - "version": "0.1.0", + "version": "0.1.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -28,7 +28,7 @@ "test": "jest" }, "dependencies": { - "@graphql-ez/core-types": "workspace:^0.2.1", + "@graphql-ez/core-types": "workspace:^0.2.2", "@graphql-ez/core-utils": "workspace:^0.2.0", "graphql-ws": "^5.3.0", "subscriptions-transport-ws-envelop": "^1.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4b714d216..143cb558b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -33,14 +33,14 @@ importers: examples/express/complete: specifiers: - '@graphql-ez/express': workspace:^0.2.0 + '@graphql-ez/express': workspace:^0.2.1 '@graphql-ez/plugin-altair': workspace:^0.1.0 '@graphql-ez/plugin-codegen': workspace:^0.1.0 '@graphql-ez/plugin-graphiql': workspace:^0.1.0 - '@graphql-ez/plugin-modules': workspace:^0.1.0 + '@graphql-ez/plugin-modules': workspace:^0.1.1 '@graphql-ez/plugin-scalars': workspace:^0.1.0 '@graphql-ez/plugin-upload': workspace:^0.1.0 - '@graphql-ez/plugin-websockets': workspace:^0.1.0 + '@graphql-ez/plugin-websockets': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@types/express': ^4.17.12 '@types/node': ^15.12.4 @@ -68,14 +68,14 @@ importers: examples/fastify/complete: specifiers: - '@graphql-ez/fastify': workspace:^0.2.0 + '@graphql-ez/fastify': workspace:^0.2.1 '@graphql-ez/plugin-altair': workspace:^0.1.0 '@graphql-ez/plugin-codegen': workspace:^0.1.0 '@graphql-ez/plugin-graphiql': workspace:^0.1.0 - '@graphql-ez/plugin-modules': workspace:^0.1.0 + '@graphql-ez/plugin-modules': workspace:^0.1.1 '@graphql-ez/plugin-scalars': workspace:^0.1.0 '@graphql-ez/plugin-upload': workspace:^0.1.0 - '@graphql-ez/plugin-websockets': workspace:^0.1.0 + '@graphql-ez/plugin-websockets': workspace:^0.1.1 '@types/graphql-upload': ^8.0.5 '@types/node': ^15.12.4 fastify: ^3.18.0 @@ -103,14 +103,14 @@ importers: examples/hapi/complete: specifiers: - '@graphql-ez/hapi': workspace:^0.2.0 + '@graphql-ez/hapi': workspace:^0.2.1 '@graphql-ez/plugin-altair': workspace:^0.1.0 '@graphql-ez/plugin-codegen': workspace:^0.1.0 '@graphql-ez/plugin-graphiql': workspace:^0.1.0 - '@graphql-ez/plugin-modules': workspace:^0.1.0 + '@graphql-ez/plugin-modules': workspace:^0.1.1 '@graphql-ez/plugin-scalars': workspace:^0.1.0 '@graphql-ez/plugin-upload': workspace:^0.1.0 - '@graphql-ez/plugin-websockets': workspace:^0.1.0 + '@graphql-ez/plugin-websockets': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@hapi/hapi': ^20.1.4 '@types/hapi__hapi': ^20.0.8 @@ -138,14 +138,14 @@ importers: examples/http/complete: specifiers: - '@graphql-ez/http': workspace:^0.2.0 + '@graphql-ez/http': workspace:^0.2.1 '@graphql-ez/plugin-altair': workspace:^0.1.0 '@graphql-ez/plugin-codegen': workspace:^0.1.0 '@graphql-ez/plugin-graphiql': workspace:^0.1.0 - '@graphql-ez/plugin-modules': workspace:^0.1.0 + '@graphql-ez/plugin-modules': workspace:^0.1.1 '@graphql-ez/plugin-scalars': workspace:^0.1.0 '@graphql-ez/plugin-upload': workspace:^0.1.0 - '@graphql-ez/plugin-websockets': workspace:^0.1.0 + '@graphql-ez/plugin-websockets': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@types/node': ^15.12.4 graphql: 15.4.0-experimental-stream-defer.1 @@ -169,14 +169,14 @@ importers: examples/koa/complete: specifiers: - '@graphql-ez/koa': workspace:^0.2.1 + '@graphql-ez/koa': workspace:^0.2.2 '@graphql-ez/plugin-altair': workspace:^0.1.0 '@graphql-ez/plugin-codegen': workspace:^0.1.0 '@graphql-ez/plugin-graphiql': workspace:^0.1.0 - '@graphql-ez/plugin-modules': workspace:^0.1.0 + '@graphql-ez/plugin-modules': workspace:^0.1.1 '@graphql-ez/plugin-scalars': workspace:^0.1.0 '@graphql-ez/plugin-upload': workspace:^0.1.0 - '@graphql-ez/plugin-websockets': workspace:^0.1.0 + '@graphql-ez/plugin-websockets': workspace:^0.1.1 '@graphql-typed-document-node/core': ^3.1.0 '@koa/router': ^10.0.0 '@types/koa': ^2.13.3 @@ -212,11 +212,11 @@ importers: examples/nextjs/complete: specifiers: - '@graphql-ez/nextjs': workspace:^0.2.0 + '@graphql-ez/nextjs': workspace:^0.2.1 '@graphql-ez/plugin-altair': workspace:^0.1.0 '@graphql-ez/plugin-codegen': workspace:^0.1.0 '@graphql-ez/plugin-graphiql': workspace:^0.1.0 - '@graphql-ez/plugin-modules': workspace:^0.1.0 + '@graphql-ez/plugin-modules': workspace:^0.1.1 '@graphql-ez/plugin-scalars': workspace:^0.1.0 '@graphql-ez/plugin-upload': workspace:^0.1.0 '@graphql-typed-document-node/core': ^3.1.0 @@ -322,7 +322,7 @@ importers: '@envelop/core': ^0.3.1 '@envelop/parser-cache': ^0.2.0 '@envelop/validation-cache': ^0.2.0 - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@graphql-tools/merge': ^6.2.14 '@graphql-tools/schema': ^7.1.5 @@ -365,7 +365,7 @@ importers: packages/core/utils: specifiers: - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 bob-esbuild-cli: ^0.1.27 graphql: 15.4.0-experimental-stream-defer.1 dependencies: @@ -376,7 +376,7 @@ importers: packages/express/main: specifiers: - '@graphql-ez/core': workspace:^0.2.1 + '@graphql-ez/core': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@types/body-parser': ^1.19.0 '@types/cors': ^2.8.10 @@ -415,8 +415,8 @@ importers: packages/fastify/main: specifiers: - '@graphql-ez/core': workspace:^0.2.1 - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core': workspace:^0.2.2 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@types/eventsource': 1.1.5 '@types/node': 15.12.4 @@ -450,7 +450,7 @@ importers: packages/hapi/main: specifiers: - '@graphql-ez/core': workspace:^0.2.1 + '@graphql-ez/core': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@types/eventsource': 1.1.5 '@types/hapi__hapi': 20.0.8 @@ -481,7 +481,7 @@ importers: packages/http/main: specifiers: - '@graphql-ez/core': workspace:^0.2.1 + '@graphql-ez/core': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@types/eventsource': 1.1.5 '@types/node': 15.12.4 @@ -510,7 +510,7 @@ importers: packages/koa/main: specifiers: - '@graphql-ez/core': workspace:^0.2.1 + '@graphql-ez/core': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@koa/cors': ^3.1.0 '@koa/router': 10.0.0 @@ -555,7 +555,7 @@ importers: packages/nextjs/main: specifiers: - '@graphql-ez/core': workspace:^0.2.1 + '@graphql-ez/core': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@graphql-tools/schema': ^7.1.5 '@types/eventsource': ^1.1.5 @@ -596,7 +596,7 @@ importers: packages/plugin/altair: specifiers: - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@types/mime-types': ^2.1.0 '@types/node': ^15.12.4 @@ -635,7 +635,7 @@ importers: '@graphql-codegen/typescript': ^1.22.3 '@graphql-codegen/typescript-operations': ^1.18.2 '@graphql-codegen/typescript-resolvers': ^1.19.4 - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@graphql-tools/graphql-file-loader': ^6.2.7 '@graphql-tools/load': ^6.2.8 @@ -677,7 +677,7 @@ importers: packages/plugin/dataloader: specifiers: '@envelop/dataloader': ^0.2.0 - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 bob-esbuild-cli: ^0.1.27 changesets-github-release: ^0.0.3 dataloader: ^2.0.0 @@ -697,7 +697,7 @@ importers: packages/plugin/graphiql: specifiers: - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@types/node': ^15.12.4 bob-esbuild-cli: ^0.1.27 @@ -721,7 +721,7 @@ importers: packages/plugin/modules: specifiers: '@envelop/graphql-modules': ^0.2.0 - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@graphql-tools/utils': ^7.10.0 bob-esbuild-cli: ^0.1.27 @@ -745,7 +745,7 @@ importers: packages/plugin/scalars: specifiers: - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@graphql-tools/utils': ^7.10.0 bob-esbuild-cli: ^0.1.27 @@ -768,7 +768,7 @@ importers: packages/plugin/upload: specifiers: - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 '@types/graphql-upload': ^8.0.5 '@types/node-fetch': ^2.5.10 @@ -795,7 +795,7 @@ importers: packages/plugin/websockets: specifiers: - '@graphql-ez/core-types': workspace:^0.2.1 + '@graphql-ez/core-types': workspace:^0.2.2 '@graphql-ez/core-utils': workspace:^0.2.0 bob-esbuild-cli: ^0.1.27 changesets-github-release: ^0.0.3