diff --git a/.changeset/cuddly-donkeys-lick.md b/.changeset/cuddly-donkeys-lick.md deleted file mode 100644 index ce47a03d5..000000000 --- a/.changeset/cuddly-donkeys-lick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'graphql-ez': minor -'@graphql-ez/plugin-dataloader': minor -'@graphql-ez/plugin-modules': minor ---- - -Update to [@envelop/core@^2.0.0](https://github.com/dotansimha/envelop/releases/tag/%40envelop%2Fcore%402.0.0) diff --git a/.changeset/silent-mails-sit.md b/.changeset/silent-mails-sit.md deleted file mode 100644 index f362003f6..000000000 --- a/.changeset/silent-mails-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-ez/sveltekit': minor ---- - -Support for @sveltejs/kit@1.0.0-next.257, app-level types breaking change: https://github.com/sveltejs/kit/pull/3670 diff --git a/benchmarks/apis/ez-express/package.json b/benchmarks/apis/ez-express/package.json index a371cf1b6..798ea0365 100644 --- a/benchmarks/apis/ez-express/package.json +++ b/benchmarks/apis/ez-express/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "@envelop/graphql-jit": "^3.0.0", - "@graphql-ez/express": "workspace:^0.9.6", + "@graphql-ez/express": "workspace:^0.9.7", "@types/express": "^4.17.13", "benchmark-bench": "workspace:1.0.0", "cross-env": "^7.0.3", "express": "^4.17.2", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "require-env-variable": "^4.0.0", "typescript": "^4.5.5" }, diff --git a/benchmarks/apis/ez-fastify/package.json b/benchmarks/apis/ez-fastify/package.json index 9fb13e20a..21c33665b 100644 --- a/benchmarks/apis/ez-fastify/package.json +++ b/benchmarks/apis/ez-fastify/package.json @@ -11,12 +11,12 @@ }, "dependencies": { "@envelop/graphql-jit": "^3.0.0", - "@graphql-ez/fastify": "workspace:^0.9.5", + "@graphql-ez/fastify": "workspace:^0.9.6", "benchmark-bench": "workspace:1.0.0", "cross-env": "^7.0.3", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "require-env-variable": "^4.0.0", "typescript": "^4.5.5" }, diff --git a/benchmarks/apis/ez-hapi/package.json b/benchmarks/apis/ez-hapi/package.json index 5c04988ba..05628b6bd 100644 --- a/benchmarks/apis/ez-hapi/package.json +++ b/benchmarks/apis/ez-hapi/package.json @@ -11,13 +11,13 @@ }, "dependencies": { "@envelop/graphql-jit": "^3.0.0", - "@graphql-ez/hapi": "workspace:^0.8.8", + "@graphql-ez/hapi": "workspace:^0.8.9", "@hapi/hapi": "^20.2.1", "@types/hapi__hapi": "^20.0.10", "benchmark-bench": "workspace:1.0.0", "cross-env": "^7.0.3", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "require-env-variable": "^4.0.0", "typescript": "^4.5.5" }, diff --git a/benchmarks/apis/ez-http/package.json b/benchmarks/apis/ez-http/package.json index c5ed3a144..2b1ee2949 100644 --- a/benchmarks/apis/ez-http/package.json +++ b/benchmarks/apis/ez-http/package.json @@ -11,12 +11,12 @@ }, "dependencies": { "@envelop/graphql-jit": "^3.0.0", - "@graphql-ez/http": "workspace:^0.10.2", + "@graphql-ez/http": "workspace:^0.10.3", "@types/node": "^17.0.14", "benchmark-bench": "workspace:1.0.0", "cross-env": "^7.0.3", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "require-env-variable": "^4.0.0", "typescript": "^4.5.5" }, diff --git a/benchmarks/apis/ez-koa/package.json b/benchmarks/apis/ez-koa/package.json index b1dd70181..d4415e321 100644 --- a/benchmarks/apis/ez-koa/package.json +++ b/benchmarks/apis/ez-koa/package.json @@ -11,12 +11,12 @@ }, "dependencies": { "@envelop/graphql-jit": "^3.0.0", - "@graphql-ez/koa": "workspace:^0.8.8", + "@graphql-ez/koa": "workspace:^0.8.9", "@koa/router": "^10.1.1", "benchmark-bench": "workspace:1.0.0", "cross-env": "^7.0.3", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "koa": "^2.13.4", "require-env-variable": "^4.0.0", "typescript": "^4.5.5" diff --git a/examples/cloudflare/package.json b/examples/cloudflare/package.json index 6737fff0a..1d804d2a4 100644 --- a/examples/cloudflare/package.json +++ b/examples/cloudflare/package.json @@ -10,12 +10,12 @@ }, "dependencies": { "@graphql-ez/cloudflare": "workspace:*", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-voyager": "workspace:^0.9.2", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-voyager": "workspace:^0.9.3", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "worktop": "^0.7.3" }, "devDependencies": { diff --git a/examples/express/complete/package.json b/examples/express/complete/package.json index b79e19d68..ef140756e 100644 --- a/examples/express/complete/package.json +++ b/examples/express/complete/package.json @@ -10,19 +10,19 @@ "start": "bob-tsm src/index.ts" }, "dependencies": { - "@graphql-ez/express": "workspace:^0.9.6", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-modules": "workspace:^0.10.1", - "@graphql-ez/plugin-scalars": "workspace:^0.7.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-upload": "workspace:^0.7.0", - "@graphql-ez/plugin-websockets": "workspace:^0.10.2", + "@graphql-ez/express": "workspace:^0.9.7", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-modules": "workspace:^0.11.0", + "@graphql-ez/plugin-scalars": "workspace:^0.7.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-upload": "workspace:^0.7.1", + "@graphql-ez/plugin-websockets": "workspace:^0.10.3", "@graphql-typed-document-node/core": "^3.1.1", "express": "^4.17.2", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "devDependencies": { "@types/express": "^4.17.13", diff --git a/examples/fastify/basic/package.json b/examples/fastify/basic/package.json index 1a3766251..a3b61e5ae 100644 --- a/examples/fastify/basic/package.json +++ b/examples/fastify/basic/package.json @@ -10,12 +10,12 @@ "start": "bob-tsm src/index.ts" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "devDependencies": { "@types/node": "^17.0.14", diff --git a/examples/fastify/complete/package.json b/examples/fastify/complete/package.json index e13e953a6..bf3de8076 100644 --- a/examples/fastify/complete/package.json +++ b/examples/fastify/complete/package.json @@ -10,21 +10,21 @@ "start": "bob-tsm src/index.ts" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-dataloader": "workspace:^0.5.6", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-modules": "workspace:^0.10.1", - "@graphql-ez/plugin-scalars": "workspace:^0.7.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-upload": "workspace:^0.7.0", - "@graphql-ez/plugin-voyager": "workspace:^0.9.2", - "@graphql-ez/plugin-websockets": "workspace:^0.10.2", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-dataloader": "workspace:^0.6.0", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-modules": "workspace:^0.11.0", + "@graphql-ez/plugin-scalars": "workspace:^0.7.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-upload": "workspace:^0.7.1", + "@graphql-ez/plugin-voyager": "workspace:^0.9.3", + "@graphql-ez/plugin-websockets": "workspace:^0.10.3", "@types/graphql-upload": "^8.0.10", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "graphql-upload": "^13.0.0" }, "devDependencies": { diff --git a/examples/fastify/nexus/package.json b/examples/fastify/nexus/package.json index ed21fd50c..e7573013c 100644 --- a/examples/fastify/nexus/package.json +++ b/examples/fastify/nexus/package.json @@ -15,11 +15,11 @@ "typescript": "^4.5.5" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "nexus": "^1.2.0" } } diff --git a/examples/fastify/pothos/package.json b/examples/fastify/pothos/package.json index 2ada1ff59..4e689bcc4 100644 --- a/examples/fastify/pothos/package.json +++ b/examples/fastify/pothos/package.json @@ -10,12 +10,12 @@ "typecheck": "tsc" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", "@pothos/core": "^3.1.1", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "devDependencies": { "@types/node": "^17.0.14", diff --git a/examples/fastify/type-graphql/package.json b/examples/fastify/type-graphql/package.json index f3aeddf7a..616835b83 100644 --- a/examples/fastify/type-graphql/package.json +++ b/examples/fastify/type-graphql/package.json @@ -7,12 +7,12 @@ "dev": "tsc-watch --onSuccess \"node dist/index.js\"" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", "class-validator": "^0.13.2", "fastify": "^3.27.0", "graphql": "^15.8.0", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "reflect-metadata": "^0.1.13", "type-graphql": "^1.1.1" }, diff --git a/examples/hapi/complete/package.json b/examples/hapi/complete/package.json index b6d1ab137..1ba2c5d71 100644 --- a/examples/hapi/complete/package.json +++ b/examples/hapi/complete/package.json @@ -10,19 +10,19 @@ "start": "bob-tsm src/index.ts" }, "dependencies": { - "@graphql-ez/hapi": "workspace:^0.8.8", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-modules": "workspace:^0.10.1", - "@graphql-ez/plugin-scalars": "workspace:^0.7.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-upload": "workspace:^0.7.0", - "@graphql-ez/plugin-websockets": "workspace:^0.10.2", + "@graphql-ez/hapi": "workspace:^0.8.9", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-modules": "workspace:^0.11.0", + "@graphql-ez/plugin-scalars": "workspace:^0.7.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-upload": "workspace:^0.7.1", + "@graphql-ez/plugin-websockets": "workspace:^0.10.3", "@graphql-typed-document-node/core": "^3.1.1", "@hapi/hapi": "^20.2.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "devDependencies": { "@types/hapi__hapi": "^20.0.10", diff --git a/examples/http/complete/package.json b/examples/http/complete/package.json index ccdf92549..74ec8ed9a 100644 --- a/examples/http/complete/package.json +++ b/examples/http/complete/package.json @@ -10,18 +10,18 @@ "start": "bob-tsm src/index.ts" }, "dependencies": { - "@graphql-ez/http": "workspace:^0.10.2", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-modules": "workspace:^0.10.1", - "@graphql-ez/plugin-scalars": "workspace:^0.7.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-upload": "workspace:^0.7.0", - "@graphql-ez/plugin-websockets": "workspace:^0.10.2", + "@graphql-ez/http": "workspace:^0.10.3", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-modules": "workspace:^0.11.0", + "@graphql-ez/plugin-scalars": "workspace:^0.7.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-upload": "workspace:^0.7.1", + "@graphql-ez/plugin-websockets": "workspace:^0.10.3", "@graphql-typed-document-node/core": "^3.1.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "devDependencies": { "@types/node": "^17.0.14", diff --git a/examples/koa/complete/package.json b/examples/koa/complete/package.json index 2dc86e349..f3398a2d8 100644 --- a/examples/koa/complete/package.json +++ b/examples/koa/complete/package.json @@ -10,20 +10,20 @@ "start": "bob-tsm src/index.ts" }, "dependencies": { - "@graphql-ez/koa": "workspace:^0.8.8", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-modules": "workspace:^0.10.1", - "@graphql-ez/plugin-scalars": "workspace:^0.7.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-sse": "workspace:^0.2.0", - "@graphql-ez/plugin-upload": "workspace:^0.7.0", - "@graphql-ez/plugin-websockets": "workspace:^0.10.2", + "@graphql-ez/koa": "workspace:^0.8.9", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-modules": "workspace:^0.11.0", + "@graphql-ez/plugin-scalars": "workspace:^0.7.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-sse": "workspace:^0.2.1", + "@graphql-ez/plugin-upload": "workspace:^0.7.1", + "@graphql-ez/plugin-websockets": "workspace:^0.10.3", "@graphql-typed-document-node/core": "^3.1.1", "@koa/router": "^10.1.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "koa": "^2.13.4", "koa-bodyparser": "^4.3.0" }, diff --git a/examples/nextjs/complete/package.json b/examples/nextjs/complete/package.json index 7ff3d0758..82e4f4d64 100644 --- a/examples/nextjs/complete/package.json +++ b/examples/nextjs/complete/package.json @@ -9,17 +9,17 @@ "start": "next start" }, "dependencies": { - "@graphql-ez/nextjs": "workspace:^0.10.0", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-modules": "workspace:^0.10.1", - "@graphql-ez/plugin-scalars": "workspace:^0.7.3", - "@graphql-ez/plugin-upload": "workspace:^0.7.0", - "@graphql-ez/plugin-voyager": "workspace:^0.9.2", + "@graphql-ez/nextjs": "workspace:^0.10.1", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-modules": "workspace:^0.11.0", + "@graphql-ez/plugin-scalars": "workspace:^0.7.4", + "@graphql-ez/plugin-upload": "workspace:^0.7.1", + "@graphql-ez/plugin-voyager": "workspace:^0.9.3", "@graphql-typed-document-node/core": "^3.1.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "graphql-request": "^4.0.0", "next": "^12.0.10", "react": "^17.0.2", diff --git a/examples/sveltekit/package.json b/examples/sveltekit/package.json index b60a3dcc2..d7d6eab6e 100644 --- a/examples/sveltekit/package.json +++ b/examples/sveltekit/package.json @@ -11,17 +11,17 @@ "preview": "svelte-kit preview" }, "dependencies": { - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-codegen": "workspace:^0.7.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-voyager": "workspace:^0.9.2", - "@graphql-ez/sveltekit": "workspace:^0.2.0", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-codegen": "workspace:^0.7.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-voyager": "workspace:^0.9.3", + "@graphql-ez/sveltekit": "workspace:^0.3.0", "@graphql-tools/schema": "^8.3.1", "@sveltejs/adapter-node": "^1.0.0-next.67", "altair-static-slim": "4.3.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "devDependencies": { "@sveltejs/kit": "^1.0.0-next.257", diff --git a/examples/vercel/package.json b/examples/vercel/package.json index 619f7da13..3e927670a 100644 --- a/examples/vercel/package.json +++ b/examples/vercel/package.json @@ -7,13 +7,13 @@ "start": "pnpm dlx vercel dev" }, "dependencies": { - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-voyager": "workspace:^0.9.2", - "@graphql-ez/vercel": "workspace:^0.1.1", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-voyager": "workspace:^0.9.3", + "@graphql-ez/vercel": "workspace:^0.1.2", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "devDependencies": { "typescript": "^4.5.5" diff --git a/integration/gql-15-interop/package.json b/integration/gql-15-interop/package.json index f5287ea66..55a227e25 100644 --- a/integration/gql-15-interop/package.json +++ b/integration/gql-15-interop/package.json @@ -7,14 +7,14 @@ "test:mocha:esm": "c8 mocha" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/fastify-testing": "workspace:^0.1.5", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/fastify-testing": "workspace:^0.1.6", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", "c8": "^7.11.0", "chai": "^4.3.6", "fastify": "^3.27.0", "graphql": "15.8.0", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "mocha": "^9.2.0" }, "dependenciesMeta": { diff --git a/integration/gql-15-stream-defer-interop/package.json b/integration/gql-15-stream-defer-interop/package.json index 4b070c6bb..b3e17b9c2 100644 --- a/integration/gql-15-stream-defer-interop/package.json +++ b/integration/gql-15-stream-defer-interop/package.json @@ -7,14 +7,14 @@ "test:mocha:esm": "c8 mocha" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/fastify-testing": "workspace:^0.1.5", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/fastify-testing": "workspace:^0.1.6", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", "c8": "^7.11.0", "chai": "^4.3.6", "fastify": "^3.27.0", "graphql": "15.4.0-experimental-stream-defer.1", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "mocha": "^9.2.0" }, "dependenciesMeta": { diff --git a/integration/gql-16-esm/package.json b/integration/gql-16-esm/package.json index 96503cb82..f6d09ada1 100644 --- a/integration/gql-16-esm/package.json +++ b/integration/gql-16-esm/package.json @@ -5,14 +5,14 @@ "test:mocha": "c8 mocha" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/fastify-testing": "workspace:^0.1.5", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/fastify-testing": "workspace:^0.1.6", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", "c8": "^7.11.0", "chai": "^4.3.6", "fastify": "^3.27.0", "graphql": "npm:graphql-esm@^16.0.1", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "mocha": "^9.2.0" }, "dependenciesMeta": { diff --git a/integration/gql-16-interop/package.json b/integration/gql-16-interop/package.json index 534250ec9..b93d739ec 100644 --- a/integration/gql-16-interop/package.json +++ b/integration/gql-16-interop/package.json @@ -7,14 +7,14 @@ "test:mocha:esm": "c8 mocha" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/fastify-testing": "workspace:^0.1.5", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/fastify-testing": "workspace:^0.1.6", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", "c8": "^7.11.0", "chai": "^4.3.6", "fastify": "^3.27.0", "graphql": "16.3.0", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "mocha": "^9.2.0" }, "dependenciesMeta": { diff --git a/integration/gql-16-stream-defer-interop/package.json b/integration/gql-16-stream-defer-interop/package.json index f14f77cb4..da9aab3e3 100644 --- a/integration/gql-16-stream-defer-interop/package.json +++ b/integration/gql-16-stream-defer-interop/package.json @@ -7,14 +7,14 @@ "test:mocha:esm": "c8 mocha" }, "dependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", - "@graphql-ez/fastify-testing": "workspace:^0.1.5", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", + "@graphql-ez/fastify": "workspace:^0.9.6", + "@graphql-ez/fastify-testing": "workspace:^0.1.6", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", "c8": "^7.11.0", "chai": "^4.3.6", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "mocha": "^9.2.0" }, "dependenciesMeta": { diff --git a/packages/cloudflare/main/CHANGELOG.md b/packages/cloudflare/main/CHANGELOG.md index 7651ff133..735199fe5 100644 --- a/packages/cloudflare/main/CHANGELOG.md +++ b/packages/cloudflare/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/cloudflare +## 0.2.2 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.2.1 ### Patch Changes diff --git a/packages/cloudflare/main/package.json b/packages/cloudflare/main/package.json index c177afa94..c14dd0b0f 100644 --- a/packages/cloudflare/main/package.json +++ b/packages/cloudflare/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/cloudflare", - "version": "0.2.1", + "version": "0.2.2", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -41,7 +41,7 @@ "execa": "^5.1.1", "get-port": "^5.1.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "miniflare": "^2.2.0", "undici": "^4.13.0", @@ -51,7 +51,7 @@ "peerDependencies": { "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "worktop": "^0.7.3" }, "publishConfig": { diff --git a/packages/core/main/CHANGELOG.md b/packages/core/main/CHANGELOG.md index 655fa1915..bd994392d 100644 --- a/packages/core/main/CHANGELOG.md +++ b/packages/core/main/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-ez +## 0.14.0 + +### Minor Changes + +- 8fa923b6: Update to [@envelop/core@^2.0.0](https://github.com/dotansimha/envelop/releases/tag/%40envelop%2Fcore%402.0.0) + ## 0.13.8 ### Patch Changes diff --git a/packages/core/main/package.json b/packages/core/main/package.json index 821f3fcd4..6a41f584f 100644 --- a/packages/core/main/package.json +++ b/packages/core/main/package.json @@ -1,6 +1,6 @@ { "name": "graphql-ez", - "version": "0.13.8", + "version": "0.14.0", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", diff --git a/packages/express/main/CHANGELOG.md b/packages/express/main/CHANGELOG.md index 19db41e1b..1b3f6d127 100644 --- a/packages/express/main/CHANGELOG.md +++ b/packages/express/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/express +## 0.9.7 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.9.6 ### Patch Changes diff --git a/packages/express/main/package.json b/packages/express/main/package.json index 75ae5fc2a..54ee76ae5 100644 --- a/packages/express/main/package.json +++ b/packages/express/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/express", - "version": "0.9.6", + "version": "0.9.7", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -42,7 +42,7 @@ "changesets-github-release": "^0.1.0", "express": "^4.17.2", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3", "typescript": "^4.5.5" @@ -51,7 +51,7 @@ "@types/node": "*", "express": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.5" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "express": { diff --git a/packages/express/testing/CHANGELOG.md b/packages/express/testing/CHANGELOG.md index 95e183e88..65f9a26aa 100644 --- a/packages/express/testing/CHANGELOG.md +++ b/packages/express/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-ez/express-testing +## 0.1.6 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + - @graphql-ez/express@0.9.7 + ## 0.1.5 ### Patch Changes diff --git a/packages/express/testing/package.json b/packages/express/testing/package.json index ee8c5d163..263569d67 100644 --- a/packages/express/testing/package.json +++ b/packages/express/testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/express-testing", - "version": "0.1.5", + "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -33,21 +33,21 @@ "@graphql-ez/utils": "workspace:^0.1.4" }, "devDependencies": { - "@graphql-ez/express": "workspace:^0.9.6", + "@graphql-ez/express": "workspace:^0.9.7", "@types/express": "^4.17.13", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "express": "^4.17.2", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7" }, "peerDependencies": { - "@graphql-ez/express": "workspace:^0.9.6", + "@graphql-ez/express": "workspace:^0.9.7", "@types/express": "*", "express": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/fastify/main/CHANGELOG.md b/packages/fastify/main/CHANGELOG.md index 746055ae0..1b881f85a 100644 --- a/packages/fastify/main/CHANGELOG.md +++ b/packages/fastify/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/fastify +## 0.9.6 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.9.5 ### Patch Changes diff --git a/packages/fastify/main/package.json b/packages/fastify/main/package.json index 0ddf6a743..c0cb36eda 100644 --- a/packages/fastify/main/package.json +++ b/packages/fastify/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/fastify", - "version": "0.9.5", + "version": "0.9.6", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -39,7 +39,7 @@ "changesets-github-release": "^0.1.0", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3", "typescript": "^4.5.5" @@ -48,7 +48,7 @@ "@types/node": "*", "fastify": "^3.27.0", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "fastify": { diff --git a/packages/fastify/testing/CHANGELOG.md b/packages/fastify/testing/CHANGELOG.md index 6b9187dd6..9313f9cf8 100644 --- a/packages/fastify/testing/CHANGELOG.md +++ b/packages/fastify/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-ez/fastify-testing +## 0.1.6 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + - @graphql-ez/fastify@0.9.6 + ## 0.1.5 ### Patch Changes diff --git a/packages/fastify/testing/package.json b/packages/fastify/testing/package.json index 6a96b8bd3..ea01d023d 100644 --- a/packages/fastify/testing/package.json +++ b/packages/fastify/testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/fastify-testing", - "version": "0.1.5", + "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -33,19 +33,19 @@ "@graphql-ez/utils": "workspace:^0.1.4" }, "devDependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", + "@graphql-ez/fastify": "workspace:^0.9.6", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "fastify": "^3.27.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7" }, "peerDependencies": { - "@graphql-ez/fastify": "workspace:^0.9.5", + "@graphql-ez/fastify": "workspace:^0.9.6", "fastify": "^3.27.0", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/hapi/main/CHANGELOG.md b/packages/hapi/main/CHANGELOG.md index 26d81ec6d..435f858a5 100644 --- a/packages/hapi/main/CHANGELOG.md +++ b/packages/hapi/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/hapi +## 0.8.9 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.8.8 ### Patch Changes diff --git a/packages/hapi/main/package.json b/packages/hapi/main/package.json index 027b1f047..bcfa2cb23 100644 --- a/packages/hapi/main/package.json +++ b/packages/hapi/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/hapi", - "version": "0.8.8", + "version": "0.8.9", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -35,7 +35,7 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3", "typescript": "^4.5.5" @@ -45,7 +45,7 @@ "@types/hapi__hapi": "*", "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "@hapi/hapi": { diff --git a/packages/hapi/testing/CHANGELOG.md b/packages/hapi/testing/CHANGELOG.md index f117badba..b8b727aa3 100644 --- a/packages/hapi/testing/CHANGELOG.md +++ b/packages/hapi/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-ez/hapi-testing +## 0.1.6 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + - @graphql-ez/hapi@0.8.9 + ## 0.1.5 ### Patch Changes diff --git a/packages/hapi/testing/package.json b/packages/hapi/testing/package.json index 6d6e01e26..c60b31c62 100644 --- a/packages/hapi/testing/package.json +++ b/packages/hapi/testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/hapi-testing", - "version": "0.1.5", + "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -33,21 +33,21 @@ "@graphql-ez/utils": "workspace:^0.1.4" }, "devDependencies": { - "@graphql-ez/hapi": "workspace:^0.8.8", + "@graphql-ez/hapi": "workspace:^0.8.9", "@hapi/hapi": "^20.2.1", "@types/hapi__hapi": "^20.0.10", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7" }, "peerDependencies": { - "@graphql-ez/hapi": "workspace:^0.8.8", + "@graphql-ez/hapi": "workspace:^0.8.9", "@hapi/hapi": "*", "@types/hapi__hapi": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/helix/graphiql/package.json b/packages/helix/graphiql/package.json index 30531bf32..546145db4 100644 --- a/packages/helix/graphiql/package.json +++ b/packages/helix/graphiql/package.json @@ -51,7 +51,7 @@ "esbuild": "^0.14.17", "graphiql": "^1.5.16", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "graphql-language-service-interface": "^2.10.2", "graphql-ws": "^5.5.5", "prettier": "^2.5.1", diff --git a/packages/http/main/CHANGELOG.md b/packages/http/main/CHANGELOG.md index 90b211314..78ce8127e 100644 --- a/packages/http/main/CHANGELOG.md +++ b/packages/http/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/http +## 0.10.3 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.10.2 ### Patch Changes diff --git a/packages/http/main/package.json b/packages/http/main/package.json index 7dba9deb2..3febf9ace 100644 --- a/packages/http/main/package.json +++ b/packages/http/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/http", - "version": "0.10.2", + "version": "0.10.3", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -39,7 +39,7 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3", "typescript": "^4.5.5" @@ -47,7 +47,7 @@ "peerDependencies": { "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "graphql": { diff --git a/packages/http/testing/CHANGELOG.md b/packages/http/testing/CHANGELOG.md index 1839a8eb7..2565ab48c 100644 --- a/packages/http/testing/CHANGELOG.md +++ b/packages/http/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-ez/http-testing +## 0.1.6 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + - @graphql-ez/http@0.10.3 + ## 0.1.5 ### Patch Changes diff --git a/packages/http/testing/package.json b/packages/http/testing/package.json index b7e2d32e6..428b9b2ba 100644 --- a/packages/http/testing/package.json +++ b/packages/http/testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/http-testing", - "version": "0.1.5", + "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -33,19 +33,19 @@ "@graphql-ez/utils": "workspace:^0.1.4" }, "devDependencies": { - "@graphql-ez/http": "workspace:^0.10.2", + "@graphql-ez/http": "workspace:^0.10.3", "@types/node": "^17.0.14", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7" }, "peerDependencies": { - "@graphql-ez/http": "workspace:^0.10.2", + "@graphql-ez/http": "workspace:^0.10.3", "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/koa/main/CHANGELOG.md b/packages/koa/main/CHANGELOG.md index 169ff8d96..a6578bb22 100644 --- a/packages/koa/main/CHANGELOG.md +++ b/packages/koa/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/koa +## 0.8.9 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.8.8 ### Patch Changes diff --git a/packages/koa/main/package.json b/packages/koa/main/package.json index 28650473b..3f300843e 100644 --- a/packages/koa/main/package.json +++ b/packages/koa/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/koa", - "version": "0.8.8", + "version": "0.8.9", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -43,7 +43,7 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "koa": "^2.13.4", "ts-jest": "^27.1.3", @@ -55,7 +55,7 @@ "@types/koa__router": "*", "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.5", + "graphql-ez": "workspace:^0.14.0", "koa": "*" }, "peerDependenciesMeta": { diff --git a/packages/koa/testing/CHANGELOG.md b/packages/koa/testing/CHANGELOG.md index 95f894db8..a4dad88e9 100644 --- a/packages/koa/testing/CHANGELOG.md +++ b/packages/koa/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-ez/koa-testing +## 0.1.6 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + - @graphql-ez/koa@0.8.9 + ## 0.1.5 ### Patch Changes diff --git a/packages/koa/testing/package.json b/packages/koa/testing/package.json index a8c106004..1c5e5cb03 100644 --- a/packages/koa/testing/package.json +++ b/packages/koa/testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/koa-testing", - "version": "0.1.5", + "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -33,21 +33,21 @@ "@graphql-ez/utils": "workspace:^0.1.4" }, "devDependencies": { - "@graphql-ez/koa": "workspace:^0.8.8", + "@graphql-ez/koa": "workspace:^0.8.9", "@koa/router": "^10.1.1", "@types/node": "^17.0.14", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "koa": "^2.13.4" }, "peerDependencies": { - "@graphql-ez/koa": "workspace:^0.8.8", + "@graphql-ez/koa": "workspace:^0.8.9", "@koa/router": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "koa": "*" }, "publishConfig": { diff --git a/packages/nextjs/main/CHANGELOG.md b/packages/nextjs/main/CHANGELOG.md index 29e9438eb..c12ec7fba 100644 --- a/packages/nextjs/main/CHANGELOG.md +++ b/packages/nextjs/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/nextjs +## 0.10.1 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.10.0 ### Minor Changes diff --git a/packages/nextjs/main/package.json b/packages/nextjs/main/package.json index 7803a5f4f..32c58cced 100644 --- a/packages/nextjs/main/package.json +++ b/packages/nextjs/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/nextjs", - "version": "0.10.0", + "version": "0.10.1", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -41,7 +41,7 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "next": "^12.0.10", "next-test-api-route-handler": "^3.0.2", @@ -53,7 +53,7 @@ "peerDependencies": { "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "next": "^12.0.10" }, "peerDependenciesMeta": { diff --git a/packages/nextjs/testing/CHANGELOG.md b/packages/nextjs/testing/CHANGELOG.md index c569bd1c2..ca9662b10 100644 --- a/packages/nextjs/testing/CHANGELOG.md +++ b/packages/nextjs/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-ez/nextjs-testing +## 0.2.1 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + - @graphql-ez/nextjs@0.10.1 + ## 0.2.0 ### Minor Changes diff --git a/packages/nextjs/testing/package.json b/packages/nextjs/testing/package.json index 935283207..6a0d0a961 100644 --- a/packages/nextjs/testing/package.json +++ b/packages/nextjs/testing/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/nextjs-testing", - "version": "0.2.0", + "version": "0.2.1", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -29,18 +29,18 @@ "test": "jest" }, "devDependencies": { - "@graphql-ez/nextjs": "workspace:^0.10.0", + "@graphql-ez/nextjs": "workspace:^0.10.1", "@types/node": "^17.0.14", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "next": "^12.0.10" }, "peerDependencies": { - "@graphql-ez/nextjs": "workspace:^0.10.0", + "@graphql-ez/nextjs": "workspace:^0.10.1", "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "next": "*" }, "publishConfig": { diff --git a/packages/plugin/altair/CHANGELOG.md b/packages/plugin/altair/CHANGELOG.md index 9c8104be8..7cf6378db 100644 --- a/packages/plugin/altair/CHANGELOG.md +++ b/packages/plugin/altair/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-altair +## 0.9.8 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.9.7 ### Patch Changes diff --git a/packages/plugin/altair/package.json b/packages/plugin/altair/package.json index 5cc68a0c5..26ae0ebae 100644 --- a/packages/plugin/altair/package.json +++ b/packages/plugin/altair/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-altair", - "version": "0.9.7", + "version": "0.9.8", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -40,14 +40,14 @@ "@types/node": "^17.0.14", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "next": "^12.0.10", "ts-jest": "^27.1.3" }, "peerDependencies": { "@types/node": "*", - "graphql-ez": "workspace:^0.13.6" + "graphql-ez": "workspace:^0.14.0" }, "engines": { "node": "^12.20.0 || >=14.13.0" diff --git a/packages/plugin/automatic-persisted-queries/CHANGELOG.md b/packages/plugin/automatic-persisted-queries/CHANGELOG.md index 352d0ece0..eda4eb1d1 100644 --- a/packages/plugin/automatic-persisted-queries/CHANGELOG.md +++ b/packages/plugin/automatic-persisted-queries/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-automatic-persisted-queries +## 1.0.5 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 1.0.4 ### Patch Changes diff --git a/packages/plugin/automatic-persisted-queries/package.json b/packages/plugin/automatic-persisted-queries/package.json index 5e107a2d7..5cc034f37 100644 --- a/packages/plugin/automatic-persisted-queries/package.json +++ b/packages/plugin/automatic-persisted-queries/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-automatic-persisted-queries", - "version": "1.0.4", + "version": "1.0.5", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -37,13 +37,13 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3" }, "peerDependencies": { "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "publishConfig": { "access": "public", diff --git a/packages/plugin/codegen/CHANGELOG.md b/packages/plugin/codegen/CHANGELOG.md index b0f08dbca..a0dc85454 100644 --- a/packages/plugin/codegen/CHANGELOG.md +++ b/packages/plugin/codegen/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-codegen +## 0.7.8 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.7.7 ### Patch Changes diff --git a/packages/plugin/codegen/package.json b/packages/plugin/codegen/package.json index a089b2da6..972dacc19 100644 --- a/packages/plugin/codegen/package.json +++ b/packages/plugin/codegen/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-codegen", - "version": "0.7.7", + "version": "0.7.8", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -49,14 +49,14 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "tmp-promise": "^3.0.3", "ts-jest": "^27.1.3" }, "peerDependencies": { "graphql": "*", - "graphql-ez": "workspace:^0.13.4" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "graphql": { diff --git a/packages/plugin/dataloader/CHANGELOG.md b/packages/plugin/dataloader/CHANGELOG.md index ec31b58bb..191899555 100644 --- a/packages/plugin/dataloader/CHANGELOG.md +++ b/packages/plugin/dataloader/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-ez/plugin-dataloader +## 0.6.0 + +### Minor Changes + +- 8fa923b6: Update to [@envelop/core@^2.0.0](https://github.com/dotansimha/envelop/releases/tag/%40envelop%2Fcore%402.0.0) + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.5.6 ### Patch Changes diff --git a/packages/plugin/dataloader/package.json b/packages/plugin/dataloader/package.json index 3fe55b7c6..41ed7a2f8 100644 --- a/packages/plugin/dataloader/package.json +++ b/packages/plugin/dataloader/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-dataloader", - "version": "0.5.6", + "version": "0.6.0", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -37,12 +37,12 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3" }, "peerDependencies": { - "graphql-ez": "workspace:^0.13.4" + "graphql-ez": "workspace:^0.14.0" }, "engines": { "node": "^12.20.0 || >=14.13.0" diff --git a/packages/plugin/graphiql/CHANGELOG.md b/packages/plugin/graphiql/CHANGELOG.md index 261b46ef7..9aeb1d2eb 100644 --- a/packages/plugin/graphiql/CHANGELOG.md +++ b/packages/plugin/graphiql/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-ez/plugin-graphiql +## 0.11.4 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + - @pablosz/graphql-helix-graphiql@4.2.1 + ## 0.11.3 ### Patch Changes diff --git a/packages/plugin/graphiql/package.json b/packages/plugin/graphiql/package.json index 1f007027c..c951292fa 100644 --- a/packages/plugin/graphiql/package.json +++ b/packages/plugin/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-graphiql", - "version": "0.11.3", + "version": "0.11.4", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -37,13 +37,13 @@ "@types/node": "^17.0.14", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "next": "^12.0.10", "ts-jest": "^27.1.3" }, "peerDependencies": { - "graphql-ez": "workspace:^0.13.6" + "graphql-ez": "workspace:^0.14.0" }, "engines": { "node": "^12.20.0 || >=14.13.0" diff --git a/packages/plugin/modules/CHANGELOG.md b/packages/plugin/modules/CHANGELOG.md index 11a136001..e98b87e4f 100644 --- a/packages/plugin/modules/CHANGELOG.md +++ b/packages/plugin/modules/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-ez/plugin-modules +## 0.11.0 + +### Minor Changes + +- 8fa923b6: Update to [@envelop/core@^2.0.0](https://github.com/dotansimha/envelop/releases/tag/%40envelop%2Fcore%402.0.0) + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.10.1 ### Patch Changes diff --git a/packages/plugin/modules/package.json b/packages/plugin/modules/package.json index 166785fbc..25076742b 100644 --- a/packages/plugin/modules/package.json +++ b/packages/plugin/modules/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-modules", - "version": "0.10.1", + "version": "0.11.0", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -39,13 +39,13 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3" }, "peerDependencies": { "graphql": "*", - "graphql-ez": "workspace:^0.13.4" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "graphql": { diff --git a/packages/plugin/scalars/CHANGELOG.md b/packages/plugin/scalars/CHANGELOG.md index 4661c1bc0..51d12e50a 100644 --- a/packages/plugin/scalars/CHANGELOG.md +++ b/packages/plugin/scalars/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-scalars +## 0.7.4 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.7.3 ### Patch Changes diff --git a/packages/plugin/scalars/package.json b/packages/plugin/scalars/package.json index 7c6132bf9..f9ac9ec6f 100644 --- a/packages/plugin/scalars/package.json +++ b/packages/plugin/scalars/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-scalars", - "version": "0.7.3", + "version": "0.7.4", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -38,13 +38,13 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3" }, "peerDependencies": { "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "graphql": { diff --git a/packages/plugin/schema/CHANGELOG.md b/packages/plugin/schema/CHANGELOG.md index 48ed4560d..6a97b9f96 100644 --- a/packages/plugin/schema/CHANGELOG.md +++ b/packages/plugin/schema/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-schema +## 0.8.3 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.8.2 ### Patch Changes diff --git a/packages/plugin/schema/package.json b/packages/plugin/schema/package.json index 52ed9e88a..9c2c8ff44 100644 --- a/packages/plugin/schema/package.json +++ b/packages/plugin/schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-schema", - "version": "0.8.2", + "version": "0.8.3", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -38,14 +38,14 @@ "bob-esbuild": "^3.2.3", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3", "typescript": "^4.5.5" }, "peerDependencies": { "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "graphql": { diff --git a/packages/plugin/sse/CHANGELOG.md b/packages/plugin/sse/CHANGELOG.md index c00963052..f1ce48fad 100644 --- a/packages/plugin/sse/CHANGELOG.md +++ b/packages/plugin/sse/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-sse +## 0.2.1 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/plugin/sse/package.json b/packages/plugin/sse/package.json index 98aeecd5a..84ed20a68 100644 --- a/packages/plugin/sse/package.json +++ b/packages/plugin/sse/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-sse", - "version": "0.2.0", + "version": "0.2.1", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -33,13 +33,13 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7" }, "peerDependencies": { "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "dependencies": { "@graphql-ez/utils": "workspace:^0.1.4", diff --git a/packages/plugin/upload/CHANGELOG.md b/packages/plugin/upload/CHANGELOG.md index 7bf974889..717e53ae6 100644 --- a/packages/plugin/upload/CHANGELOG.md +++ b/packages/plugin/upload/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-upload +## 0.7.1 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/plugin/upload/package.json b/packages/plugin/upload/package.json index ddb997ece..0a9899363 100644 --- a/packages/plugin/upload/package.json +++ b/packages/plugin/upload/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-upload", - "version": "0.7.0", + "version": "0.7.1", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -35,7 +35,7 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "graphql-upload": "^13.0.0", "jest": "^27.4.7", "node-fetch": "^2.6.7", @@ -44,7 +44,7 @@ "peerDependencies": { "@types/graphql-upload": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.6", + "graphql-ez": "workspace:^0.14.0", "graphql-upload": "^13.0.0" }, "peerDependenciesMeta": { diff --git a/packages/plugin/voyager/CHANGELOG.md b/packages/plugin/voyager/CHANGELOG.md index 1803b7957..c1b569848 100644 --- a/packages/plugin/voyager/CHANGELOG.md +++ b/packages/plugin/voyager/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-voyager +## 0.9.3 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.9.2 ### Patch Changes diff --git a/packages/plugin/voyager/package.json b/packages/plugin/voyager/package.json index 3120dce20..d6427ff82 100644 --- a/packages/plugin/voyager/package.json +++ b/packages/plugin/voyager/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-voyager", - "version": "0.9.2", + "version": "0.9.3", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -33,13 +33,13 @@ "@types/node": "^17.0.14", "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "next": "^12.0.10", "ts-jest": "^27.1.3" }, "peerDependencies": { - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "engines": { "node": "^12.20.0 || >=14.13.0" diff --git a/packages/plugin/websockets/CHANGELOG.md b/packages/plugin/websockets/CHANGELOG.md index bc1c25b50..0041934a2 100644 --- a/packages/plugin/websockets/CHANGELOG.md +++ b/packages/plugin/websockets/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/plugin-websockets +## 0.10.3 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.10.2 ### Patch Changes diff --git a/packages/plugin/websockets/package.json b/packages/plugin/websockets/package.json index d408d439a..1e311f394 100644 --- a/packages/plugin/websockets/package.json +++ b/packages/plugin/websockets/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/plugin-websockets", - "version": "0.10.2", + "version": "0.10.3", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -40,13 +40,13 @@ "bob-esbuild-cli": "^3.0.1", "changesets-github-release": "^0.1.0", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "ts-jest": "^27.1.3" }, "peerDependencies": { "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "peerDependenciesMeta": { "graphql": { diff --git a/packages/sveltekit/main/CHANGELOG.md b/packages/sveltekit/main/CHANGELOG.md index 7ee0e6eca..dcc5f4893 100644 --- a/packages/sveltekit/main/CHANGELOG.md +++ b/packages/sveltekit/main/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-ez/sveltekit +## 0.3.0 + +### Minor Changes + +- 7f38965d: Support for @sveltejs/kit@1.0.0-next.257, app-level types breaking change: https://github.com/sveltejs/kit/pull/3670 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.2.0 ### Minor Changes diff --git a/packages/sveltekit/main/package.json b/packages/sveltekit/main/package.json index 96904ed6e..a7d37bc12 100644 --- a/packages/sveltekit/main/package.json +++ b/packages/sveltekit/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/sveltekit", - "version": "0.2.0", + "version": "0.3.0", "homepage": "https://www.graphql-ez.com", "repository": { "type": "git", @@ -33,10 +33,10 @@ }, "devDependencies": { "@envelop/core": "^2.0.0", - "@graphql-ez/plugin-altair": "workspace:^0.9.7", - "@graphql-ez/plugin-graphiql": "workspace:^0.11.3", - "@graphql-ez/plugin-schema": "workspace:^0.8.2", - "@graphql-ez/plugin-voyager": "workspace:^0.9.2", + "@graphql-ez/plugin-altair": "workspace:^0.9.8", + "@graphql-ez/plugin-graphiql": "workspace:^0.11.4", + "@graphql-ez/plugin-schema": "workspace:^0.8.3", + "@graphql-ez/plugin-voyager": "workspace:^0.9.3", "@graphql-tools/schema": "^8.3.1", "@sveltejs/adapter-node": "^1.0.0-next.67", "@sveltejs/kit": "^1.0.0-next.257", @@ -47,7 +47,7 @@ "execa": "^5.1.1", "get-port": "^5.1.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8", + "graphql-ez": "workspace:^0.14.0", "jest": "^27.4.7", "svelte": "^3.46.3", "svelte-check": "^2.4.1", @@ -60,7 +60,7 @@ "@sveltejs/kit": "^1.0.0-next.257", "@types/node": "*", "graphql": "*", - "graphql-ez": "workspace:^0.13.5" + "graphql-ez": "workspace:^0.14.0" }, "publishConfig": { "directory": "dist" diff --git a/packages/vercel/main/CHANGELOG.md b/packages/vercel/main/CHANGELOG.md index 55ab493d3..3b8576146 100644 --- a/packages/vercel/main/CHANGELOG.md +++ b/packages/vercel/main/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-ez/vercel +## 0.1.2 + +### Patch Changes + +- Updated dependencies [8fa923b6] + - graphql-ez@0.14.0 + ## 0.1.1 ### Patch Changes diff --git a/packages/vercel/main/package.json b/packages/vercel/main/package.json index dee5ee8b2..7c13fb253 100644 --- a/packages/vercel/main/package.json +++ b/packages/vercel/main/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-ez/vercel", - "version": "0.1.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/PabloSzx/graphql-ez", @@ -36,13 +36,13 @@ "@vercel/node": "^1.12.1", "bob-esbuild-cli": "^3.0.1", "graphql": "16.1.0-experimental-stream-defer.6", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "peerDependencies": { "@types/node": "*", "@vercel/node": "^1.12.1", "graphql": "*", - "graphql-ez": "workspace:^0.13.8" + "graphql-ez": "workspace:^0.14.0" }, "publishConfig": { "directory": "dist" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 53556cbdd..c92fe5f05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -114,14 +114,14 @@ importers: benchmarks/apis/ez-express: specifiers: '@envelop/graphql-jit': ^3.0.0 - '@graphql-ez/express': workspace:^0.9.6 + '@graphql-ez/express': workspace:^0.9.7 '@types/express': ^4.17.13 benchmark-bench: workspace:1.0.0 bob-tsm: ^0.4.6 cross-env: ^7.0.3 express: ^4.17.2 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 require-env-variable: ^4.0.0 typescript: ^4.5.5 dependencies: @@ -141,13 +141,13 @@ importers: benchmarks/apis/ez-fastify: specifiers: '@envelop/graphql-jit': ^3.0.0 - '@graphql-ez/fastify': workspace:^0.9.5 + '@graphql-ez/fastify': workspace:^0.9.6 benchmark-bench: workspace:1.0.0 bob-tsm: ^0.4.6 cross-env: ^7.0.3 fastify: ^3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 require-env-variable: ^4.0.0 typescript: ^4.5.5 dependencies: @@ -166,14 +166,14 @@ importers: benchmarks/apis/ez-hapi: specifiers: '@envelop/graphql-jit': ^3.0.0 - '@graphql-ez/hapi': workspace:^0.8.8 + '@graphql-ez/hapi': workspace:^0.8.9 '@hapi/hapi': ^20.2.1 '@types/hapi__hapi': ^20.0.10 benchmark-bench: workspace:1.0.0 bob-tsm: ^0.4.6 cross-env: ^7.0.3 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 require-env-variable: ^4.0.0 typescript: ^4.5.5 dependencies: @@ -193,13 +193,13 @@ importers: benchmarks/apis/ez-http: specifiers: '@envelop/graphql-jit': ^3.0.0 - '@graphql-ez/http': workspace:^0.10.2 + '@graphql-ez/http': workspace:^0.10.3 '@types/node': ^17.0.14 benchmark-bench: workspace:1.0.0 bob-tsm: ^0.4.6 cross-env: ^7.0.3 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 require-env-variable: ^4.0.0 typescript: ^4.5.5 dependencies: @@ -218,13 +218,13 @@ importers: benchmarks/apis/ez-koa: specifiers: '@envelop/graphql-jit': ^3.0.0 - '@graphql-ez/koa': workspace:^0.8.8 + '@graphql-ez/koa': workspace:^0.8.9 '@koa/router': ^10.1.1 benchmark-bench: workspace:1.0.0 bob-tsm: ^0.4.6 cross-env: ^7.0.3 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 koa: ^2.13.4 require-env-variable: ^4.0.0 typescript: ^4.5.5 @@ -345,16 +345,16 @@ importers: examples/cloudflare: specifiers: '@graphql-ez/cloudflare': workspace:* - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-voyager': workspace:^0.9.2 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-voyager': workspace:^0.9.3 '@types/node': ^17.0.14 clipboardy: ^3.0.0 concurrently: ^7.0.0 esbuild: ^0.14.17 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 miniflare: ^2.2.0 worktop: ^0.7.3 dependencies: @@ -375,22 +375,22 @@ importers: examples/express/complete: specifiers: - '@graphql-ez/express': workspace:^0.9.6 - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-modules': workspace:^0.10.1 - '@graphql-ez/plugin-scalars': workspace:^0.7.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-upload': workspace:^0.7.0 - '@graphql-ez/plugin-websockets': workspace:^0.10.2 + '@graphql-ez/express': workspace:^0.9.7 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-modules': workspace:^0.11.0 + '@graphql-ez/plugin-scalars': workspace:^0.7.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-upload': workspace:^0.7.1 + '@graphql-ez/plugin-websockets': workspace:^0.10.3 '@graphql-typed-document-node/core': ^3.1.1 '@types/express': ^4.17.13 '@types/node': ^17.0.14 bob-tsm: ^0.4.6 express: ^4.17.2 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 typescript: ^4.5.5 dependencies: '@graphql-ez/express': link:../../../packages/express/main @@ -414,14 +414,14 @@ importers: examples/fastify/basic: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-schema': workspace:^0.8.2 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-schema': workspace:^0.8.3 '@types/node': ^17.0.14 bob-tsm: ^0.4.6 fastify: ^3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 dependencies: '@graphql-ez/fastify': link:../../../packages/fastify/main '@graphql-ez/plugin-codegen': link:../../../packages/plugin/codegen @@ -435,23 +435,23 @@ importers: examples/fastify/complete: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-dataloader': workspace:^0.5.6 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-modules': workspace:^0.10.1 - '@graphql-ez/plugin-scalars': workspace:^0.7.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-upload': workspace:^0.7.0 - '@graphql-ez/plugin-voyager': workspace:^0.9.2 - '@graphql-ez/plugin-websockets': workspace:^0.10.2 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-dataloader': workspace:^0.6.0 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-modules': workspace:^0.11.0 + '@graphql-ez/plugin-scalars': workspace:^0.7.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-upload': workspace:^0.7.1 + '@graphql-ez/plugin-voyager': workspace:^0.9.3 + '@graphql-ez/plugin-websockets': workspace:^0.10.3 '@types/graphql-upload': ^8.0.10 '@types/node': ^17.0.14 bob-tsm: ^0.4.6 fastify: ^3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-upload: ^13.0.0 typescript: ^4.5.5 dependencies: @@ -478,13 +478,13 @@ importers: examples/fastify/nexus: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/plugin-altair': workspace:^0.9.7 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/plugin-altair': workspace:^0.9.8 '@types/node': ^17.0.14 bob-tsm: ^0.4.6 fastify: ^3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 nexus: ^1.2.0 typescript: ^4.5.5 dependencies: @@ -501,14 +501,14 @@ importers: examples/fastify/pothos: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 '@pothos/core': ^3.1.1 '@types/node': ^17.0.14 bob-tsm: ^0.4.6 fastify: ^3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 typescript: ^4.5.5 dependencies: '@graphql-ez/fastify': link:../../../packages/fastify/main @@ -524,24 +524,24 @@ importers: examples/fastify/type-graphql: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/plugin-altair': workspace:^0.9.7 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/plugin-altair': workspace:^0.9.8 '@types/node': ^17.0.14 class-validator: ^0.13.2 fastify: ^3.27.0 graphql: ^15.8.0 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 reflect-metadata: ^0.1.13 tsc-watch: ^4.6.0 type-graphql: ^1.1.1 typescript: ^4.5.5 dependencies: - '@graphql-ez/fastify': file:packages/fastify/main_6279d13e2e32f597158f072f1ea6b3b2 + '@graphql-ez/fastify': link:../../../packages/fastify/main '@graphql-ez/plugin-altair': link:../../../packages/plugin/altair class-validator: 0.13.2 fastify: 3.27.0 graphql: 15.8.0 - graphql-ez: file:packages/core/main_graphql@15.8.0 + graphql-ez: link:../../../packages/core/main reflect-metadata: 0.1.13 type-graphql: 1.1.1_aea24acf06b899fbc466d3b3b949c72d devDependencies: @@ -556,22 +556,22 @@ importers: examples/hapi/complete: specifiers: - '@graphql-ez/hapi': workspace:^0.8.8 - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-modules': workspace:^0.10.1 - '@graphql-ez/plugin-scalars': workspace:^0.7.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-upload': workspace:^0.7.0 - '@graphql-ez/plugin-websockets': workspace:^0.10.2 + '@graphql-ez/hapi': workspace:^0.8.9 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-modules': workspace:^0.11.0 + '@graphql-ez/plugin-scalars': workspace:^0.7.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-upload': workspace:^0.7.1 + '@graphql-ez/plugin-websockets': workspace:^0.10.3 '@graphql-typed-document-node/core': ^3.1.1 '@hapi/hapi': ^20.2.1 '@types/hapi__hapi': ^20.0.10 '@types/node': ^17.0.14 bob-tsm: ^0.4.6 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 typescript: ^4.5.5 dependencies: '@graphql-ez/hapi': link:../../../packages/hapi/main @@ -595,20 +595,20 @@ importers: examples/http/complete: specifiers: - '@graphql-ez/http': workspace:^0.10.2 - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-modules': workspace:^0.10.1 - '@graphql-ez/plugin-scalars': workspace:^0.7.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-upload': workspace:^0.7.0 - '@graphql-ez/plugin-websockets': workspace:^0.10.2 + '@graphql-ez/http': workspace:^0.10.3 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-modules': workspace:^0.11.0 + '@graphql-ez/plugin-scalars': workspace:^0.7.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-upload': workspace:^0.7.1 + '@graphql-ez/plugin-websockets': workspace:^0.10.3 '@graphql-typed-document-node/core': ^3.1.1 '@types/node': ^17.0.14 bob-tsm: ^0.4.6 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 typescript: ^4.5.5 dependencies: '@graphql-ez/http': link:../../../packages/http/main @@ -630,16 +630,16 @@ importers: examples/koa/complete: specifiers: - '@graphql-ez/koa': workspace:^0.8.8 - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-modules': workspace:^0.10.1 - '@graphql-ez/plugin-scalars': workspace:^0.7.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-sse': workspace:^0.2.0 - '@graphql-ez/plugin-upload': workspace:^0.7.0 - '@graphql-ez/plugin-websockets': workspace:^0.10.2 + '@graphql-ez/koa': workspace:^0.8.9 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-modules': workspace:^0.11.0 + '@graphql-ez/plugin-scalars': workspace:^0.7.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-sse': workspace:^0.2.1 + '@graphql-ez/plugin-upload': workspace:^0.7.1 + '@graphql-ez/plugin-websockets': workspace:^0.10.3 '@graphql-typed-document-node/core': ^3.1.1 '@koa/router': ^10.1.1 '@types/koa': ^2.13.4 @@ -648,7 +648,7 @@ importers: '@types/node': ^17.0.14 bob-tsm: ^0.4.6 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 koa: ^2.13.4 koa-bodyparser: ^4.3.0 typescript: ^4.5.5 @@ -679,20 +679,20 @@ importers: examples/nextjs/complete: specifiers: - '@graphql-ez/nextjs': workspace:^0.10.0 - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-modules': workspace:^0.10.1 - '@graphql-ez/plugin-scalars': workspace:^0.7.3 - '@graphql-ez/plugin-upload': workspace:^0.7.0 - '@graphql-ez/plugin-voyager': workspace:^0.9.2 + '@graphql-ez/nextjs': workspace:^0.10.1 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-modules': workspace:^0.11.0 + '@graphql-ez/plugin-scalars': workspace:^0.7.4 + '@graphql-ez/plugin-upload': workspace:^0.7.1 + '@graphql-ez/plugin-voyager': workspace:^0.9.3 '@graphql-typed-document-node/core': ^3.1.1 '@types/node': ^17.0.14 '@types/react': ^17.0.38 '@types/react-dom': ^17.0.11 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-request: ^4.0.0 next: ^12.0.10 react: ^17.0.2 @@ -724,18 +724,18 @@ importers: examples/sveltekit: specifiers: - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-codegen': workspace:^0.7.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-voyager': workspace:^0.9.2 - '@graphql-ez/sveltekit': workspace:^0.2.0 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-codegen': workspace:^0.7.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-voyager': workspace:^0.9.3 + '@graphql-ez/sveltekit': workspace:^0.3.0 '@graphql-tools/schema': ^8.3.1 '@sveltejs/adapter-node': ^1.0.0-next.67 '@sveltejs/kit': ^1.0.0-next.257 altair-static-slim: 4.3.1 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 svelte: ^3.46.3 svelte-check: ^2.4.1 svelte-preprocess: ^4.10.2 @@ -763,13 +763,13 @@ importers: examples/vercel: specifiers: - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-voyager': workspace:^0.9.2 - '@graphql-ez/vercel': workspace:^0.1.1 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-voyager': workspace:^0.9.3 + '@graphql-ez/vercel': workspace:^0.1.2 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 typescript: ^4.5.5 dependencies: '@graphql-ez/plugin-altair': link:../../packages/plugin/altair @@ -784,24 +784,24 @@ importers: integration/gql-15-interop: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/fastify-testing': workspace:^0.1.5 - '@graphql-ez/plugin-schema': workspace:^0.8.2 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/fastify-testing': workspace:^0.1.6 + '@graphql-ez/plugin-schema': workspace:^0.8.3 c8: ^7.11.0 chai: ^4.3.6 fastify: ^3.27.0 graphql: 15.8.0 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 mocha: ^9.2.0 dependencies: - '@graphql-ez/fastify': file:packages/fastify/main_6279d13e2e32f597158f072f1ea6b3b2 - '@graphql-ez/fastify-testing': file:packages/fastify/testing_b67af092d6ed5a9d56b3715676d46879 - '@graphql-ez/plugin-schema': file:packages/plugin/schema_graphql-ez@0.13.8+graphql@15.8.0 + '@graphql-ez/fastify': link:../../packages/fastify/main + '@graphql-ez/fastify-testing': link:../../packages/fastify/testing + '@graphql-ez/plugin-schema': link:../../packages/plugin/schema c8: 7.11.0 chai: 4.3.6 fastify: 3.27.0 graphql: 15.8.0 - graphql-ez: file:packages/core/main_graphql@15.8.0 + graphql-ez: link:../../packages/core/main mocha: 9.2.0 dependenciesMeta: '@graphql-ez/fastify': @@ -815,24 +815,24 @@ importers: integration/gql-15-stream-defer-interop: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/fastify-testing': workspace:^0.1.5 - '@graphql-ez/plugin-schema': workspace:^0.8.2 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/fastify-testing': workspace:^0.1.6 + '@graphql-ez/plugin-schema': workspace:^0.8.3 c8: ^7.11.0 chai: ^4.3.6 fastify: ^3.27.0 graphql: 15.4.0-experimental-stream-defer.1 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 mocha: ^9.2.0 dependencies: - '@graphql-ez/fastify': file:packages/fastify/main_c1f11d775774c8211c5c191838bc47b9 - '@graphql-ez/fastify-testing': file:packages/fastify/testing_b5fb49adf4babebe690dcfa8297b8a1b - '@graphql-ez/plugin-schema': file:packages/plugin/schema_126a461a9dad8ba6a209d762ead41fb1 + '@graphql-ez/fastify': link:../../packages/fastify/main + '@graphql-ez/fastify-testing': link:../../packages/fastify/testing + '@graphql-ez/plugin-schema': link:../../packages/plugin/schema c8: 7.11.0 chai: 4.3.6 fastify: 3.27.0 graphql: 15.4.0-experimental-stream-defer.1 - graphql-ez: file:packages/core/main_34dd13c2583fe2e4418c23a0d30fc388 + graphql-ez: link:../../packages/core/main mocha: 9.2.0 dependenciesMeta: '@graphql-ez/fastify': @@ -846,24 +846,24 @@ importers: integration/gql-16-esm: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/fastify-testing': workspace:^0.1.5 - '@graphql-ez/plugin-schema': workspace:^0.8.2 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/fastify-testing': workspace:^0.1.6 + '@graphql-ez/plugin-schema': workspace:^0.8.3 c8: ^7.11.0 chai: ^4.3.6 fastify: ^3.27.0 graphql: npm:graphql-esm@^16.0.1 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 mocha: ^9.2.0 dependencies: - '@graphql-ez/fastify': file:packages/fastify/main_940e426aaa9dfa2033b3bcaf44137deb - '@graphql-ez/fastify-testing': file:packages/fastify/testing_7d79ea1bdd0cfea04aff74b0cf695f59 - '@graphql-ez/plugin-schema': file:packages/plugin/schema_bf557f974af3af5000be0d5cde90c5bd + '@graphql-ez/fastify': link:../../packages/fastify/main + '@graphql-ez/fastify-testing': link:../../packages/fastify/testing + '@graphql-ez/plugin-schema': link:../../packages/plugin/schema c8: 7.11.0 chai: 4.3.6 fastify: 3.27.0 graphql: /graphql-esm/16.0.1 - graphql-ez: file:packages/core/main_graphql-esm@16.0.1 + graphql-ez: link:../../packages/core/main mocha: 9.2.0 dependenciesMeta: '@graphql-ez/fastify': @@ -877,24 +877,24 @@ importers: integration/gql-16-interop: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/fastify-testing': workspace:^0.1.5 - '@graphql-ez/plugin-schema': workspace:^0.8.2 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/fastify-testing': workspace:^0.1.6 + '@graphql-ez/plugin-schema': workspace:^0.8.3 c8: ^7.11.0 chai: ^4.3.6 fastify: ^3.27.0 graphql: 16.3.0 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 mocha: ^9.2.0 dependencies: - '@graphql-ez/fastify': file:packages/fastify/main_ea1444c3f46ca682af610b039c94df99 - '@graphql-ez/fastify-testing': file:packages/fastify/testing_4fa2a2c0a2597450eca9bfe2bebb1095 - '@graphql-ez/plugin-schema': file:packages/plugin/schema_graphql-ez@0.13.8+graphql@16.3.0 + '@graphql-ez/fastify': link:../../packages/fastify/main + '@graphql-ez/fastify-testing': link:../../packages/fastify/testing + '@graphql-ez/plugin-schema': link:../../packages/plugin/schema c8: 7.11.0 chai: 4.3.6 fastify: 3.27.0 graphql: 16.3.0 - graphql-ez: file:packages/core/main_graphql@16.3.0 + graphql-ez: link:../../packages/core/main mocha: 9.2.0 dependenciesMeta: '@graphql-ez/fastify': @@ -908,24 +908,24 @@ importers: integration/gql-16-stream-defer-interop: specifiers: - '@graphql-ez/fastify': workspace:^0.9.5 - '@graphql-ez/fastify-testing': workspace:^0.1.5 - '@graphql-ez/plugin-schema': workspace:^0.8.2 + '@graphql-ez/fastify': workspace:^0.9.6 + '@graphql-ez/fastify-testing': workspace:^0.1.6 + '@graphql-ez/plugin-schema': workspace:^0.8.3 c8: ^7.11.0 chai: ^4.3.6 fastify: ^3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 mocha: ^9.2.0 dependencies: - '@graphql-ez/fastify': file:packages/fastify/main_4ac38af5f778b61cbb94124c195c6982 - '@graphql-ez/fastify-testing': file:packages/fastify/testing_24556f6a17844312506cac1019c98a61 - '@graphql-ez/plugin-schema': file:packages/plugin/schema_40c9f2f9873dcff0ec041a635395e6d1 + '@graphql-ez/fastify': link:../../packages/fastify/main + '@graphql-ez/fastify-testing': link:../../packages/fastify/testing + '@graphql-ez/plugin-schema': link:../../packages/plugin/schema c8: 7.11.0 chai: 4.3.6 fastify: 3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: file:packages/core/main_7cd0a77a72827e2622373a4a49802d3d + graphql-ez: link:../../packages/core/main mocha: 9.2.0 dependenciesMeta: '@graphql-ez/fastify': @@ -1144,7 +1144,7 @@ importers: execa: ^5.1.1 get-port: ^5.1.1 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 miniflare: ^2.2.0 undici: ^4.13.0 @@ -1215,7 +1215,7 @@ importers: cors: ^2.8.5 express: ^4.17.2 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 ts-jest: ^27.1.3 typescript: ^4.5.5 @@ -1239,14 +1239,14 @@ importers: packages/express/testing: specifiers: '@graphql-ez/client': workspace:^0.4.0 - '@graphql-ez/express': workspace:^0.9.6 + '@graphql-ez/express': workspace:^0.9.7 '@graphql-ez/utils': workspace:^0.1.4 '@types/express': ^4.17.13 bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 express: ^4.17.2 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 dependencies: '@graphql-ez/client': link:../../client/main @@ -1270,7 +1270,7 @@ importers: fastify: ^3.27.0 fastify-cors: ^6.0.2 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 ts-jest: ^27.1.3 typescript: ^4.5.5 @@ -1291,13 +1291,13 @@ importers: packages/fastify/testing: specifiers: '@graphql-ez/client': workspace:^0.4.0 - '@graphql-ez/fastify': workspace:^0.9.5 + '@graphql-ez/fastify': workspace:^0.9.6 '@graphql-ez/utils': workspace:^0.1.4 bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 fastify: ^3.27.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 dependencies: '@graphql-ez/client': link:../../client/main @@ -1318,7 +1318,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 ts-jest: ^27.1.3 typescript: ^4.5.5 @@ -1336,14 +1336,14 @@ importers: packages/hapi/testing: specifiers: '@graphql-ez/client': workspace:^0.4.0 - '@graphql-ez/hapi': workspace:^0.8.8 + '@graphql-ez/hapi': workspace:^0.8.9 '@graphql-ez/utils': workspace:^0.1.4 '@hapi/hapi': ^20.2.1 '@types/hapi__hapi': ^20.0.10 bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 dependencies: '@graphql-ez/client': link:../../client/main @@ -1387,7 +1387,7 @@ importers: esbuild: ^0.14.17 graphiql: ^1.5.16 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-language-service-interface: ^2.10.2 graphql-ws: ^5.5.5 prettier: ^2.5.1 @@ -1432,7 +1432,7 @@ importers: changesets-github-release: ^0.1.0 cors: ^2.8.5 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 ts-jest: ^27.1.3 typescript: ^4.5.5 @@ -1453,13 +1453,13 @@ importers: packages/http/testing: specifiers: '@graphql-ez/client': workspace:^0.4.0 - '@graphql-ez/http': workspace:^0.10.2 + '@graphql-ez/http': workspace:^0.10.3 '@graphql-ez/utils': workspace:^0.1.4 '@types/node': ^17.0.14 bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 dependencies: '@graphql-ez/client': link:../../client/main @@ -1485,7 +1485,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 koa: ^2.13.4 koa-bodyparser: ^4.3.0 @@ -1513,14 +1513,14 @@ importers: packages/koa/testing: specifiers: '@graphql-ez/client': workspace:^0.4.0 - '@graphql-ez/koa': workspace:^0.8.8 + '@graphql-ez/koa': workspace:^0.8.9 '@graphql-ez/utils': workspace:^0.1.4 '@koa/router': ^10.1.1 '@types/node': ^17.0.14 bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 koa: ^2.13.4 dependencies: @@ -1548,7 +1548,7 @@ importers: changesets-github-release: ^0.1.0 cors: ^2.8.5 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 next: ^12.0.10 next-test-api-route-handler: ^3.0.2 @@ -1578,13 +1578,13 @@ importers: packages/nextjs/testing: specifiers: - '@graphql-ez/nextjs': workspace:^0.10.0 + '@graphql-ez/nextjs': workspace:^0.10.1 '@graphql-ez/utils': workspace:^0.1.4 '@graphql-typed-document-node/core': ^3.1.1 '@types/node': ^17.0.14 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 next: ^12.0.10 next-test-api-route-handler: ^3.0.2 dependencies: @@ -1608,7 +1608,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 cross-fetch: ^3.1.5 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 mime-types: ^2.1.34 next: ^12.0.10 @@ -1634,7 +1634,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 tiny-lru: ^7.0.6 ts-jest: ^27.1.3 @@ -1666,7 +1666,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 mkdirp: ^1.0.4 prettier: ^2.5.1 @@ -1703,7 +1703,7 @@ importers: changesets-github-release: ^0.1.0 dataloader: ^2.0.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 ts-jest: ^27.1.3 dependencies: @@ -1724,7 +1724,7 @@ importers: '@types/node': ^17.0.14 bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 next: ^12.0.10 ts-jest: ^27.1.3 @@ -1748,7 +1748,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-modules: ^2.0.0 jest: ^27.4.7 ts-jest: ^27.1.3 @@ -1772,7 +1772,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-scalars: ^1.14.1 jest: ^27.4.7 ts-jest: ^27.1.3 @@ -1797,7 +1797,7 @@ importers: bob-esbuild: ^3.2.3 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 ts-jest: ^27.1.3 typescript: ^4.5.5 @@ -1822,7 +1822,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-sse: ^1.0.6 jest: ^27.4.7 dependencies: @@ -1844,7 +1844,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-upload: ^13.0.0 jest: ^27.4.7 node-fetch: ^2.6.7 @@ -1869,7 +1869,7 @@ importers: '@types/node': ^17.0.14 bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 next: ^12.0.10 ts-jest: ^27.1.3 @@ -1891,7 +1891,7 @@ importers: bob-esbuild-cli: ^3.0.1 changesets-github-release: ^0.1.0 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 graphql-ws: ^5.5.5 jest: ^27.4.7 subscriptions-transport-ws-envelop: ^2.0.2 @@ -1914,10 +1914,10 @@ importers: packages/sveltekit/main: specifiers: '@envelop/core': ^2.0.0 - '@graphql-ez/plugin-altair': workspace:^0.9.7 - '@graphql-ez/plugin-graphiql': workspace:^0.11.3 - '@graphql-ez/plugin-schema': workspace:^0.8.2 - '@graphql-ez/plugin-voyager': workspace:^0.9.2 + '@graphql-ez/plugin-altair': workspace:^0.9.8 + '@graphql-ez/plugin-graphiql': workspace:^0.11.4 + '@graphql-ez/plugin-schema': workspace:^0.8.3 + '@graphql-ez/plugin-voyager': workspace:^0.9.3 '@graphql-ez/utils': workspace:^0.1.4 '@graphql-tools/schema': ^8.3.1 '@sveltejs/adapter-node': ^1.0.0-next.67 @@ -1929,7 +1929,7 @@ importers: execa: ^5.1.1 get-port: ^5.1.1 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 jest: ^27.4.7 svelte: ^3.46.3 svelte-check: ^2.4.1 @@ -1972,7 +1972,7 @@ importers: bob-esbuild-cli: ^3.0.1 cors: ^2.8.5 graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: workspace:^0.13.8 + graphql-ez: workspace:^0.14.0 dependencies: '@types/cors': 2.8.12 cors: 2.8.5 @@ -3053,7 +3053,7 @@ packages: /@chakra-ui/clickable/1.2.2_react@17.0.2: resolution: {integrity: sha512-SlWrCgILKlxaJKzzOqIdCQdbff0HVlce3oHqOGHO/kxm/P1buG04fUzKie0Zegdp0gQXdk+/+1Emzl2tZTg/Bg==} peerDependencies: - react: '>=16.8.6 || * || * || *' + react: '>=16.8.6 || * || *' peerDependenciesMeta: react: optional: true @@ -3139,7 +3139,7 @@ packages: /@chakra-ui/descendant/2.1.1_react@17.0.2: resolution: {integrity: sha512-JasdVaN4MjL7QFo1vMnADy6EtFAlPKT1kTJ1LwMtl9AaF9VFLBsfGxm0L+WQK+3NJMuCSDBXWJB8mV4AQ11Edg==} peerDependencies: - react: '>=16.8.6 || *' + react: '>=16.8.6 || * || * || * || *' peerDependenciesMeta: react: optional: true @@ -3572,7 +3572,7 @@ packages: /@chakra-ui/react-utils/1.2.1_react@17.0.2: resolution: {integrity: sha512-bV8FRaXiOgGxOg03iTNin/B02I+tHH9PQtqUTl3U7cJaoI+5AUYhrqXvl1Ya2/R7zxSFrb/gBVDTgbZiVkJ+Dg==} peerDependencies: - react: '>=16.8.6 || *' + react: '>=16.8.6 || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || * || *' peerDependenciesMeta: react: optional: true @@ -4444,50 +4444,14 @@ packages: - typescript dev: true - /@envelop/core/2.0.0_34dd13c2583fe2e4418c23a0d30fc388: - resolution: {integrity: sha512-Crp//PEcF3jvj9tOtwO0jMWBBlC+1IjdfzZUvjVNF7nx/IMiojb6P99yj0KXrcoxyyc5Csaq5YwSap1WKdXNcQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@envelop/types': 2.0.0_34dd13c2583fe2e4418c23a0d30fc388 - graphql: 15.4.0-experimental-stream-defer.1 - dev: false - /@envelop/core/2.0.0_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-Crp//PEcF3jvj9tOtwO0jMWBBlC+1IjdfzZUvjVNF7nx/IMiojb6P99yj0KXrcoxyyc5Csaq5YwSap1WKdXNcQ==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * dependencies: '@envelop/types': 2.0.0_7cd0a77a72827e2622373a4a49802d3d graphql: 16.1.0-experimental-stream-defer.6 - /@envelop/core/2.0.0_graphql-esm@16.0.1: - resolution: {integrity: sha512-Crp//PEcF3jvj9tOtwO0jMWBBlC+1IjdfzZUvjVNF7nx/IMiojb6P99yj0KXrcoxyyc5Csaq5YwSap1WKdXNcQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@envelop/types': 2.0.0_graphql-esm@16.0.1 - graphql: /graphql-esm/16.0.1 - dev: false - - /@envelop/core/2.0.0_graphql@15.8.0: - resolution: {integrity: sha512-Crp//PEcF3jvj9tOtwO0jMWBBlC+1IjdfzZUvjVNF7nx/IMiojb6P99yj0KXrcoxyyc5Csaq5YwSap1WKdXNcQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@envelop/types': 2.0.0_graphql@15.8.0 - graphql: 15.8.0 - dev: false - - /@envelop/core/2.0.0_graphql@16.3.0: - resolution: {integrity: sha512-Crp//PEcF3jvj9tOtwO0jMWBBlC+1IjdfzZUvjVNF7nx/IMiojb6P99yj0KXrcoxyyc5Csaq5YwSap1WKdXNcQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@envelop/types': 2.0.0_graphql@16.3.0 - graphql: 16.3.0 - dev: false - /@envelop/dataloader/3.0.0_c021e90865183cb897904920907fd1b6: resolution: {integrity: sha512-WgYCpFeux5me09cAHKN986YdfIHZhjvzkuuY1j0kzi/p2lqTNEQ4dZg1uXKl0IjFN/fUzD60zruB3lgWiYyD1g==} peerDependencies: @@ -4559,45 +4523,13 @@ packages: tiny-lru: 7.0.6 dev: false - /@envelop/types/2.0.0_34dd13c2583fe2e4418c23a0d30fc388: - resolution: {integrity: sha512-X6KUeCikfr6/yx02WiClIQwx3mZJbR8m20/UEfpLC8QjcVG3Vox+QK1EOnXiZkvpQVe3FA05Rp0o+PCla30idA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - graphql: 15.4.0-experimental-stream-defer.1 - dev: false - /@envelop/types/2.0.0_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-X6KUeCikfr6/yx02WiClIQwx3mZJbR8m20/UEfpLC8QjcVG3Vox+QK1EOnXiZkvpQVe3FA05Rp0o+PCla30idA==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * dependencies: graphql: 16.1.0-experimental-stream-defer.6 - /@envelop/types/2.0.0_graphql-esm@16.0.1: - resolution: {integrity: sha512-X6KUeCikfr6/yx02WiClIQwx3mZJbR8m20/UEfpLC8QjcVG3Vox+QK1EOnXiZkvpQVe3FA05Rp0o+PCla30idA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - graphql: /graphql-esm/16.0.1 - dev: false - - /@envelop/types/2.0.0_graphql@15.8.0: - resolution: {integrity: sha512-X6KUeCikfr6/yx02WiClIQwx3mZJbR8m20/UEfpLC8QjcVG3Vox+QK1EOnXiZkvpQVe3FA05Rp0o+PCla30idA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - graphql: 15.8.0 - dev: false - - /@envelop/types/2.0.0_graphql@16.3.0: - resolution: {integrity: sha512-X6KUeCikfr6/yx02WiClIQwx3mZJbR8m20/UEfpLC8QjcVG3Vox+QK1EOnXiZkvpQVe3FA05Rp0o+PCla30idA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - graphql: 16.3.0 - dev: false - /@envelop/validation-cache/4.0.0_c10daa09fe2bb38106249adc3156406f: resolution: {integrity: sha512-kBl2Os225GBFBLuTR+/UVRqVtHp2clWdcwmJ4sRf/63BBVTbbmp0f92xysO1kJyxWpt0LTsUidtzMoM/t8Ys8g==} peerDependencies: @@ -4736,7 +4668,7 @@ packages: /@graphql-codegen/visitor-plugin-common/2.5.2_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-qDMraPmumG+vEGAz42/asRkdgIRmQWH5HTc320UX+I6CY6eE/Ey85cgzoqeQGLV8gu4sj3UkNx/3/r79eX4u+Q==} peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * || * dependencies: '@graphql-codegen/plugin-helpers': 2.3.2_7cd0a77a72827e2622373a4a49802d3d '@graphql-tools/optimize': 1.1.1_7cd0a77a72827e2622373a4a49802d3d @@ -4768,7 +4700,7 @@ packages: /@graphql-tools/delegate/8.4.3_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-hKTJdJXJnKL0+2vpU+Kt7OHQTIXZ9mBmNBwHsYiG5WNArz/vNI7910r6TC2XMf/e7zhyyK+mXxMDBmDQkkJagA==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * dependencies: '@graphql-tools/batch-execute': 8.3.1_7cd0a77a72827e2622373a4a49802d3d '@graphql-tools/schema': 8.3.1_7cd0a77a72827e2622373a4a49802d3d @@ -4823,16 +4755,6 @@ packages: p-limit: 3.1.0 tslib: 2.3.1 - /@graphql-tools/merge/8.2.1_34dd13c2583fe2e4418c23a0d30fc388: - resolution: {integrity: sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@graphql-tools/utils': 8.6.1_34dd13c2583fe2e4418c23a0d30fc388 - graphql: 15.4.0-experimental-stream-defer.1 - tslib: 2.3.1 - dev: false - /@graphql-tools/merge/8.2.1_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==} peerDependencies: @@ -4842,26 +4764,6 @@ packages: graphql: 16.1.0-experimental-stream-defer.6 tslib: 2.3.1 - /@graphql-tools/merge/8.2.1_graphql-esm@16.0.1: - resolution: {integrity: sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@graphql-tools/utils': 8.6.1_graphql-esm@16.0.1 - graphql: /graphql-esm/16.0.1 - tslib: 2.3.1 - dev: false - - /@graphql-tools/merge/8.2.1_graphql@15.8.0: - resolution: {integrity: sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@graphql-tools/utils': 8.6.1_graphql@15.8.0 - graphql: 15.8.0 - tslib: 2.3.1 - dev: false - /@graphql-tools/merge/8.2.1_graphql@16.3.0: resolution: {integrity: sha512-Q240kcUszhXiAYudjuJgNuLgy9CryDP3wp83NOZQezfA6h3ByYKU7xI6DiKrdjyVaGpYN3ppUmdj0uf5GaXzMA==} peerDependencies: @@ -4895,22 +4797,10 @@ packages: - supports-color dev: false - /@graphql-tools/schema/8.3.1_34dd13c2583fe2e4418c23a0d30fc388: - resolution: {integrity: sha512-3R0AJFe715p4GwF067G5i0KCr/XIdvSfDLvTLEiTDQ8V/hwbOHEKHKWlEBHGRQwkG5lwFQlW1aOn7VnlPERnWQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@graphql-tools/merge': 8.2.1_34dd13c2583fe2e4418c23a0d30fc388 - '@graphql-tools/utils': 8.6.1_34dd13c2583fe2e4418c23a0d30fc388 - graphql: 15.4.0-experimental-stream-defer.1 - tslib: 2.3.1 - value-or-promise: 1.0.11 - dev: false - /@graphql-tools/schema/8.3.1_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-3R0AJFe715p4GwF067G5i0KCr/XIdvSfDLvTLEiTDQ8V/hwbOHEKHKWlEBHGRQwkG5lwFQlW1aOn7VnlPERnWQ==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * || * || * || * || * dependencies: '@graphql-tools/merge': 8.2.1_7cd0a77a72827e2622373a4a49802d3d '@graphql-tools/utils': 8.6.1_7cd0a77a72827e2622373a4a49802d3d @@ -4918,34 +4808,10 @@ packages: tslib: 2.3.1 value-or-promise: 1.0.11 - /@graphql-tools/schema/8.3.1_graphql-esm@16.0.1: - resolution: {integrity: sha512-3R0AJFe715p4GwF067G5i0KCr/XIdvSfDLvTLEiTDQ8V/hwbOHEKHKWlEBHGRQwkG5lwFQlW1aOn7VnlPERnWQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@graphql-tools/merge': 8.2.1_graphql-esm@16.0.1 - '@graphql-tools/utils': 8.6.1_graphql-esm@16.0.1 - graphql: /graphql-esm/16.0.1 - tslib: 2.3.1 - value-or-promise: 1.0.11 - dev: false - - /@graphql-tools/schema/8.3.1_graphql@15.8.0: - resolution: {integrity: sha512-3R0AJFe715p4GwF067G5i0KCr/XIdvSfDLvTLEiTDQ8V/hwbOHEKHKWlEBHGRQwkG5lwFQlW1aOn7VnlPERnWQ==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - '@graphql-tools/merge': 8.2.1_graphql@15.8.0 - '@graphql-tools/utils': 8.6.1_graphql@15.8.0 - graphql: 15.8.0 - tslib: 2.3.1 - value-or-promise: 1.0.11 - dev: false - /@graphql-tools/schema/8.3.1_graphql@16.3.0: resolution: {integrity: sha512-3R0AJFe715p4GwF067G5i0KCr/XIdvSfDLvTLEiTDQ8V/hwbOHEKHKWlEBHGRQwkG5lwFQlW1aOn7VnlPERnWQ==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * || * || * || * || * dependencies: '@graphql-tools/merge': 8.2.1_graphql@16.3.0 '@graphql-tools/utils': 8.6.1_graphql@16.3.0 @@ -4986,45 +4852,18 @@ packages: - utf-8-validate dev: true - /@graphql-tools/utils/8.6.1_34dd13c2583fe2e4418c23a0d30fc388: - resolution: {integrity: sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - graphql: 15.4.0-experimental-stream-defer.1 - tslib: 2.3.1 - dev: false - /@graphql-tools/utils/8.6.1_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * || * || * || * dependencies: graphql: 16.1.0-experimental-stream-defer.6 tslib: 2.3.1 - /@graphql-tools/utils/8.6.1_graphql-esm@16.0.1: - resolution: {integrity: sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - graphql: /graphql-esm/16.0.1 - tslib: 2.3.1 - dev: false - - /@graphql-tools/utils/8.6.1_graphql@15.8.0: - resolution: {integrity: sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==} - peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * - dependencies: - graphql: 15.8.0 - tslib: 2.3.1 - dev: false - /@graphql-tools/utils/8.6.1_graphql@16.3.0: resolution: {integrity: sha512-uxcfHCocp4ENoIiovPxUWZEHOnbXqj3ekWc0rm7fUhW93a1xheARNHcNKhwMTR+UKXVJbTFQdGI1Rl5XdyvDBg==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * || * || * || * dependencies: graphql: 16.3.0 tslib: 2.3.1 @@ -5033,7 +4872,7 @@ packages: /@graphql-tools/wrap/8.3.3_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-TpXN1S4Cv+oMA1Zsg9Nu4N9yrFxLuJkX+CTtSRrrdfETGHIxqfyDkm5slPDCckxP+RILA00g8ny2jzsYyNvX1w==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * dependencies: '@graphql-tools/delegate': 8.4.3_7cd0a77a72827e2622373a4a49802d3d '@graphql-tools/schema': 8.3.1_7cd0a77a72827e2622373a4a49802d3d @@ -5061,7 +4900,7 @@ packages: /@graphql-typed-document-node/core/3.1.1_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-NQ17ii0rK1b34VZonlmT2QMJFI70m0TRwbknO/ihlbatXyaktDhN/98vBiUU6kNBPljqGqyIrl2T4nY2RpFANg==} peerDependencies: - graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * || * || * + graphql: ^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || * || * || * || * || * || * || * || * dependencies: graphql: 16.1.0-experimental-stream-defer.6 @@ -9710,7 +9549,7 @@ packages: /graphql-jit/0.7.2_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-u+FuMCBZfoB0v8Iw6blh+D3Feke2m6hS1TFhStJcLTCOyH+KmJPo3XCFJC5QLHxqT+PJEfyf0S+zKJUZjZrhsg==} peerDependencies: - graphql: '>=15 || *' + graphql: '>=15 || * || *' dependencies: '@graphql-typed-document-node/core': 3.1.0_7cd0a77a72827e2622373a4a49802d3d fast-json-stringify: 1.21.0 @@ -9725,7 +9564,7 @@ packages: /graphql-jit/0.7.2_graphql@16.3.0: resolution: {integrity: sha512-u+FuMCBZfoB0v8Iw6blh+D3Feke2m6hS1TFhStJcLTCOyH+KmJPo3XCFJC5QLHxqT+PJEfyf0S+zKJUZjZrhsg==} peerDependencies: - graphql: '>=15 || *' + graphql: '>=15 || * || *' dependencies: '@graphql-typed-document-node/core': 3.1.0_graphql@16.3.0 fast-json-stringify: 1.21.0 @@ -9790,7 +9629,7 @@ packages: /graphql-language-service-utils/2.7.1_38067b7d4ab3971b860d28108234b353: resolution: {integrity: sha512-Wci5MbrQj+6d7rfvbORrA9uDlfMysBWYaG49ST5TKylNaXYFf3ixFOa74iM1KtM9eidosUbI3E1JlWi0JaidJA==} peerDependencies: - graphql: ^15.5.0 || ^16.0.0 || * + graphql: ^15.5.0 || ^16.0.0 || * || * dependencies: '@types/json-schema': 7.0.9 graphql: 16.1.0-experimental-stream-defer.6 @@ -9826,7 +9665,7 @@ packages: /graphql-modules/2.0.0_7cd0a77a72827e2622373a4a49802d3d: resolution: {integrity: sha512-CM5CIJp428+ripgcLyrioBmAKB3ucvIEOgJG4WMjnOgScHY/eCZh/8I51cF8oc+pqebOgBCR3HH//IH5v7kv+w==} peerDependencies: - graphql: ^14.0.0 || ^15.0.0 || * + graphql: ^14.0.0 || ^15.0.0 || * || * dependencies: '@graphql-tools/schema': 8.3.1_7cd0a77a72827e2622373a4a49802d3d '@graphql-tools/wrap': 8.3.3_7cd0a77a72827e2622373a4a49802d3d @@ -9870,7 +9709,7 @@ packages: resolution: {integrity: sha512-y2mVBN2KwNrzxX2KBncQ6kzc6JWvecxuBernrl0j65hsr6MAS3+Yn8PTFSOgRmtolxugepxveyZVQEuaNEbw3w==} engines: {node: '>=12'} peerDependencies: - graphql: '>=0.11 <=16 || *' + graphql: '>=0.11 <=16 || * || *' dependencies: graphql: 16.1.0-experimental-stream-defer.6 @@ -9897,7 +9736,7 @@ packages: resolution: {integrity: sha512-YKhx8m/uOtKu4Y1UzBFJhbBGJTlk7k4CydlUUiNrtxnwZv0WigbRHP+DVhRNKt7u7DXOtcKZeYJlGtnMXvreXA==} engines: {node: ^12.22.0 || ^14.17.0 || >= 16.0.0} peerDependencies: - graphql: 0.13.1 - 16 || * + graphql: 0.13.1 - 16 || * || * dependencies: busboy: 0.3.1 fs-capacitor: 6.2.0 @@ -9909,7 +9748,7 @@ packages: resolution: {integrity: sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==} engines: {node: '>=10'} peerDependencies: - graphql: '>=0.11 <=16 || *' + graphql: '>=0.11 <=16 || * || * || * || *' dependencies: graphql: 16.1.0-experimental-stream-defer.6 @@ -12281,7 +12120,7 @@ packages: resolution: {integrity: sha512-CxEvqaI0inOWwrFopTLlfLjDsfYm46VCwgyvWYc+iJ5bApW78IvD2QizKLdqiN907BM3XGaHKbp/N6XsXAEZGA==} engines: {node: '>=12'} peerDependencies: - next: '>=9 || *' + next: '>=9 || * || *' peerDependenciesMeta: next: optional: true @@ -12299,7 +12138,7 @@ packages: peerDependencies: fibers: '>= 3.1.0' node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 - react: ^17.0.2 || ^18.0.0-0 || * + react: ^17.0.2 || ^18.0.0-0 || * || * || * || * || * || * || * react-dom: ^17.0.2 || ^18.0.0-0 sass: ^1.3.0 peerDependenciesMeta: @@ -12343,7 +12182,7 @@ packages: peerDependencies: fibers: '>= 3.1.0' node-sass: ^4.0.0 || ^5.0.0 || ^6.0.0 - react: ^17.0.2 || ^18.0.0-0 || * + react: ^17.0.2 || ^18.0.0-0 || * || * || * || * || * || * || * react-dom: ^17.0.2 || ^18.0.0-0 sass: ^1.3.0 peerDependenciesMeta: @@ -13263,7 +13102,7 @@ packages: /react-dom/17.0.2_react@17.0.2: resolution: {integrity: sha512-s4h96KtLDUQlsENhMn1ar8t2bEa+q/YAtj8pPPdIjPDGBDIVNsrD9aXNWqspUe6AzKCIG0C1HZZLqLV7qpOBGA==} peerDependencies: - react: 17.0.2 || * + react: 17.0.2 || * || * || * || * peerDependenciesMeta: react: optional: true @@ -14664,7 +14503,7 @@ packages: /subscriptions-transport-ws-envelop/2.0.2_b2207f5750eea93f0e48656fb27e3e28: resolution: {integrity: sha512-HMwQgdiMBgWC48LplRtDsgrdQKnsns7VvLZTN1eIFNT01XJd6yuuudrl85TbO5QnTAiw6g2Sh5bjTFYKjFIGwQ==} peerDependencies: - graphql: '>=0.10.0 || *' + graphql: '>=0.10.0 || * || * || *' ws: ^7.5.0 || ^8.4.0 dependencies: backo2: 1.0.2 @@ -16234,423 +16073,3 @@ packages: transitivePeerDependencies: - debug dev: false - - file:packages/core/main_34dd13c2583fe2e4418c23a0d30fc388: - resolution: {directory: packages/core/main, type: directory} - id: file:packages/core/main - name: graphql-ez - version: 0.13.8 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@envelop/core': 2.0.0_34dd13c2583fe2e4418c23a0d30fc388 - '@envelop/types': 2.0.0_34dd13c2583fe2e4418c23a0d30fc388 - '@graphql-ez/utils': link:packages/core/utils - '@pablosz/graphql-helix': link:packages/helix/core - graphql: 15.4.0-experimental-stream-defer.1 - tiny-lru: 7.0.6 - dev: false - - file:packages/core/main_7cd0a77a72827e2622373a4a49802d3d: - resolution: {directory: packages/core/main, type: directory} - id: file:packages/core/main - name: graphql-ez - version: 0.13.8 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@envelop/core': 2.0.0_7cd0a77a72827e2622373a4a49802d3d - '@envelop/types': 2.0.0_7cd0a77a72827e2622373a4a49802d3d - '@graphql-ez/utils': link:packages/core/utils - '@pablosz/graphql-helix': link:packages/helix/core - graphql: 16.1.0-experimental-stream-defer.6 - tiny-lru: 7.0.6 - dev: false - - file:packages/core/main_graphql-esm@16.0.1: - resolution: {directory: packages/core/main, type: directory} - id: file:packages/core/main - name: graphql-ez - version: 0.13.8 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@envelop/core': 2.0.0_graphql-esm@16.0.1 - '@envelop/types': 2.0.0_graphql-esm@16.0.1 - '@graphql-ez/utils': link:packages/core/utils - '@pablosz/graphql-helix': link:packages/helix/core - graphql: /graphql-esm/16.0.1 - tiny-lru: 7.0.6 - dev: false - - file:packages/core/main_graphql@15.8.0: - resolution: {directory: packages/core/main, type: directory} - id: file:packages/core/main - name: graphql-ez - version: 0.13.8 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@envelop/core': 2.0.0_graphql@15.8.0 - '@envelop/types': 2.0.0_graphql@15.8.0 - '@graphql-ez/utils': link:packages/core/utils - '@pablosz/graphql-helix': link:packages/helix/core - graphql: 15.8.0 - tiny-lru: 7.0.6 - dev: false - - file:packages/core/main_graphql@16.3.0: - resolution: {directory: packages/core/main, type: directory} - id: file:packages/core/main - name: graphql-ez - version: 0.13.8 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@envelop/core': 2.0.0_graphql@16.3.0 - '@envelop/types': 2.0.0_graphql@16.3.0 - '@graphql-ez/utils': link:packages/core/utils - '@pablosz/graphql-helix': link:packages/helix/core - graphql: 16.3.0 - tiny-lru: 7.0.6 - dev: false - - file:packages/fastify/main_4ac38af5f778b61cbb94124c195c6982: - resolution: {directory: packages/fastify/main, type: directory} - id: file:packages/fastify/main - name: '@graphql-ez/fastify' - version: 0.9.5 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - '@types/node': '*' - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - fastify: - optional: true - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@types/node': 17.0.14 - fastify: 3.27.0 - fastify-cors: 6.0.2 - graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: file:packages/core/main_7cd0a77a72827e2622373a4a49802d3d - dev: false - - file:packages/fastify/main_6279d13e2e32f597158f072f1ea6b3b2: - resolution: {directory: packages/fastify/main, type: directory} - id: file:packages/fastify/main - name: '@graphql-ez/fastify' - version: 0.9.5 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - '@types/node': '*' - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - fastify: - optional: true - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@types/node': 17.0.14 - fastify: 3.27.0 - fastify-cors: 6.0.2 - graphql: 15.8.0 - graphql-ez: file:packages/core/main_graphql@15.8.0 - dev: false - - file:packages/fastify/main_940e426aaa9dfa2033b3bcaf44137deb: - resolution: {directory: packages/fastify/main, type: directory} - id: file:packages/fastify/main - name: '@graphql-ez/fastify' - version: 0.9.5 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - '@types/node': '*' - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - fastify: - optional: true - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@types/node': 17.0.14 - fastify: 3.27.0 - fastify-cors: 6.0.2 - graphql: /graphql-esm/16.0.1 - graphql-ez: file:packages/core/main_graphql-esm@16.0.1 - dev: false - - file:packages/fastify/main_c1f11d775774c8211c5c191838bc47b9: - resolution: {directory: packages/fastify/main, type: directory} - id: file:packages/fastify/main - name: '@graphql-ez/fastify' - version: 0.9.5 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - '@types/node': '*' - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - fastify: - optional: true - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@types/node': 17.0.14 - fastify: 3.27.0 - fastify-cors: 6.0.2 - graphql: 15.4.0-experimental-stream-defer.1 - graphql-ez: file:packages/core/main_34dd13c2583fe2e4418c23a0d30fc388 - dev: false - - file:packages/fastify/main_ea1444c3f46ca682af610b039c94df99: - resolution: {directory: packages/fastify/main, type: directory} - id: file:packages/fastify/main - name: '@graphql-ez/fastify' - version: 0.9.5 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - '@types/node': '*' - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - fastify: - optional: true - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@types/node': 17.0.14 - fastify: 3.27.0 - fastify-cors: 6.0.2 - graphql: 16.3.0 - graphql-ez: file:packages/core/main_graphql@16.3.0 - dev: false - - file:packages/fastify/testing_24556f6a17844312506cac1019c98a61: - resolution: {directory: packages/fastify/testing, type: directory} - id: file:packages/fastify/testing - name: '@graphql-ez/fastify-testing' - version: 0.1.5 - peerDependencies: - '@graphql-ez/fastify': workspace:^0.9.5 - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - dependencies: - '@graphql-ez/client': link:packages/client/main - '@graphql-ez/fastify': file:packages/fastify/main_4ac38af5f778b61cbb94124c195c6982 - '@graphql-ez/utils': link:packages/core/utils - fastify: 3.27.0 - graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: file:packages/core/main_7cd0a77a72827e2622373a4a49802d3d - dev: false - - file:packages/fastify/testing_4fa2a2c0a2597450eca9bfe2bebb1095: - resolution: {directory: packages/fastify/testing, type: directory} - id: file:packages/fastify/testing - name: '@graphql-ez/fastify-testing' - version: 0.1.5 - peerDependencies: - '@graphql-ez/fastify': workspace:^0.9.5 - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - dependencies: - '@graphql-ez/client': link:packages/client/main - '@graphql-ez/fastify': file:packages/fastify/main_ea1444c3f46ca682af610b039c94df99 - '@graphql-ez/utils': link:packages/core/utils - fastify: 3.27.0 - graphql: 16.3.0 - graphql-ez: file:packages/core/main_graphql@16.3.0 - dev: false - - file:packages/fastify/testing_7d79ea1bdd0cfea04aff74b0cf695f59: - resolution: {directory: packages/fastify/testing, type: directory} - id: file:packages/fastify/testing - name: '@graphql-ez/fastify-testing' - version: 0.1.5 - peerDependencies: - '@graphql-ez/fastify': workspace:^0.9.5 - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - dependencies: - '@graphql-ez/client': link:packages/client/main - '@graphql-ez/fastify': file:packages/fastify/main_940e426aaa9dfa2033b3bcaf44137deb - '@graphql-ez/utils': link:packages/core/utils - fastify: 3.27.0 - graphql: /graphql-esm/16.0.1 - graphql-ez: file:packages/core/main_graphql-esm@16.0.1 - dev: false - - file:packages/fastify/testing_b5fb49adf4babebe690dcfa8297b8a1b: - resolution: {directory: packages/fastify/testing, type: directory} - id: file:packages/fastify/testing - name: '@graphql-ez/fastify-testing' - version: 0.1.5 - peerDependencies: - '@graphql-ez/fastify': workspace:^0.9.5 - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - dependencies: - '@graphql-ez/client': link:packages/client/main - '@graphql-ez/fastify': file:packages/fastify/main_c1f11d775774c8211c5c191838bc47b9 - '@graphql-ez/utils': link:packages/core/utils - fastify: 3.27.0 - graphql: 15.4.0-experimental-stream-defer.1 - graphql-ez: file:packages/core/main_34dd13c2583fe2e4418c23a0d30fc388 - dev: false - - file:packages/fastify/testing_b67af092d6ed5a9d56b3715676d46879: - resolution: {directory: packages/fastify/testing, type: directory} - id: file:packages/fastify/testing - name: '@graphql-ez/fastify-testing' - version: 0.1.5 - peerDependencies: - '@graphql-ez/fastify': workspace:^0.9.5 - fastify: ^3.27.0 - graphql: '*' - graphql-ez: workspace:^0.13.8 - dependencies: - '@graphql-ez/client': link:packages/client/main - '@graphql-ez/fastify': file:packages/fastify/main_6279d13e2e32f597158f072f1ea6b3b2 - '@graphql-ez/utils': link:packages/core/utils - fastify: 3.27.0 - graphql: 15.8.0 - graphql-ez: file:packages/core/main_graphql@15.8.0 - dev: false - - file:packages/plugin/schema_126a461a9dad8ba6a209d762ead41fb1: - resolution: {directory: packages/plugin/schema, type: directory} - id: file:packages/plugin/schema - name: '@graphql-ez/plugin-schema' - version: 0.8.2 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@graphql-tools/schema': 8.3.1_34dd13c2583fe2e4418c23a0d30fc388 - '@graphql-tools/utils': 8.6.1_34dd13c2583fe2e4418c23a0d30fc388 - graphql: 15.4.0-experimental-stream-defer.1 - graphql-ez: file:packages/core/main_34dd13c2583fe2e4418c23a0d30fc388 - dev: false - - file:packages/plugin/schema_40c9f2f9873dcff0ec041a635395e6d1: - resolution: {directory: packages/plugin/schema, type: directory} - id: file:packages/plugin/schema - name: '@graphql-ez/plugin-schema' - version: 0.8.2 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@graphql-tools/schema': 8.3.1_7cd0a77a72827e2622373a4a49802d3d - '@graphql-tools/utils': 8.6.1_7cd0a77a72827e2622373a4a49802d3d - graphql: 16.1.0-experimental-stream-defer.6 - graphql-ez: file:packages/core/main_7cd0a77a72827e2622373a4a49802d3d - dev: false - - file:packages/plugin/schema_bf557f974af3af5000be0d5cde90c5bd: - resolution: {directory: packages/plugin/schema, type: directory} - id: file:packages/plugin/schema - name: '@graphql-ez/plugin-schema' - version: 0.8.2 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@graphql-tools/schema': 8.3.1_graphql-esm@16.0.1 - '@graphql-tools/utils': 8.6.1_graphql-esm@16.0.1 - graphql: /graphql-esm/16.0.1 - graphql-ez: file:packages/core/main_graphql-esm@16.0.1 - dev: false - - file:packages/plugin/schema_graphql-ez@0.13.8+graphql@15.8.0: - resolution: {directory: packages/plugin/schema, type: directory} - id: file:packages/plugin/schema - name: '@graphql-ez/plugin-schema' - version: 0.8.2 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@graphql-tools/schema': 8.3.1_graphql@15.8.0 - '@graphql-tools/utils': 8.6.1_graphql@15.8.0 - graphql: 15.8.0 - graphql-ez: file:packages/core/main_graphql@15.8.0 - dev: false - - file:packages/plugin/schema_graphql-ez@0.13.8+graphql@16.3.0: - resolution: {directory: packages/plugin/schema, type: directory} - id: file:packages/plugin/schema - name: '@graphql-ez/plugin-schema' - version: 0.8.2 - engines: {node: ^12.20.0 || >=14.13.0} - peerDependencies: - graphql: '*' - graphql-ez: workspace:^0.13.8 - peerDependenciesMeta: - graphql: - optional: true - dependencies: - '@graphql-ez/utils': link:packages/core/utils - '@graphql-tools/schema': 8.3.1_graphql@16.3.0 - '@graphql-tools/utils': 8.6.1_graphql@16.3.0 - graphql: 16.3.0 - graphql-ez: file:packages/core/main_graphql@16.3.0 - dev: false