diff --git a/.changeset/@graphql-mesh_cli-7887-dependencies.md b/.changeset/@graphql-mesh_cli-7887-dependencies.md deleted file mode 100644 index a24eac650da0c..0000000000000 --- a/.changeset/@graphql-mesh_cli-7887-dependencies.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@graphql-mesh/cli": patch ---- -dependencies updates: - - Removed dependency [`node-libcurl@npm:@ardatan/node-libcurl@^4.0.2` ↗︎](https://www.npmjs.com/package/node-libcurl/v/4.0.2) (from `dependencies`) diff --git a/.changeset/selfish-impalas-call.md b/.changeset/selfish-impalas-call.md deleted file mode 100644 index 3041ab3a1b053..0000000000000 --- a/.changeset/selfish-impalas-call.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@graphql-mesh/merger-stitching': minor -'@graphql-mesh/merger-bare': minor -'@graphql-mesh/runtime': minor -'@graphql-mesh/cli': minor ---- - -Relax runtime and CLI packages, remove node-libcurl and uWebSockets diff --git a/examples/auth0/package.json b/examples/auth0/package.json index 51dac2f532a8e..2545f3b84b4db 100644 --- a/examples/auth0/package.json +++ b/examples/auth0/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@envelop/auth0": "6.0.0", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@graphql-mesh/plugin-operation-field-permissions": "0.102.11", "graphql": "16.9.0" diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index f098a0d3e312a..119325f14b5f1 100644 --- a/examples/cloudflare-workers/package.json +++ b/examples/cloudflare-workers/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@graphql-mesh/cache-cfw-kv": "0.102.11", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@graphql-mesh/plugin-response-cache": "0.102.11", "graphql": "16.9.0" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index d308efd78b93e..ffedb394775db 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -6,7 +6,7 @@ "start": "ts-node-dev src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/graphql": "0.102.13", "fastify": "5.1.0", "graphql": "16.9.0", diff --git a/examples/federation-example/gateway-supergraph/package.json b/examples/federation-example/gateway-supergraph/package.json index d4d1c9a33c12f..338f190479031 100644 --- a/examples/federation-example/gateway-supergraph/package.json +++ b/examples/federation-example/gateway-supergraph/package.json @@ -3,7 +3,7 @@ "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/supergraph": "0.8.13", "graphql": "16.9.0" } diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index e49fe033c6e68..b8c259fabf150 100644 --- a/examples/federation-example/gateway/package.json +++ b/examples/federation-example/gateway/package.json @@ -3,7 +3,7 @@ "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/graphql": "0.102.13", "@graphql-mesh/transform-federation": "0.102.11", "graphql": "16.9.0" diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 91d8a09e3eb7d..b52a11cd3dfc7 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@google-cloud/functions-framework": "3.4.2", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@types/node": "22.9.0", "graphql": "16.9.0", diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index ed8509170436d..4f06657438f98 100644 --- a/examples/graphql-file-upload-example/package.json +++ b/examples/graphql-file-upload-example/package.json @@ -8,7 +8,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/graphql": "0.102.13", "concurrently": "9.1.0", "graphql": "16.9.0", diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index 1ce2ee52a606e..5037233fc4e4a 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/grpc": "0.105.0", "@graphql-mesh/transform-naming-convention": "0.102.11", "@grpc/grpc-js": "1.12.2", diff --git a/examples/grpc-reflection-example/package.json b/examples/grpc-reflection-example/package.json index 3fefe695c9dac..971ac245435c5 100644 --- a/examples/grpc-reflection-example/package.json +++ b/examples/grpc-reflection-example/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/grpc": "0.105.0", "@graphql-mesh/transform-naming-convention": "0.102.11", "@grpc/grpc-js": "1.12.2", diff --git a/examples/hasura-openbrewery-geodb/package.json b/examples/hasura-openbrewery-geodb/package.json index 3cc34c77daca8..da67a06d2536d 100644 --- a/examples/hasura-openbrewery-geodb/package.json +++ b/examples/hasura-openbrewery-geodb/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "graphql": "16.9.0" } diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index 69d678f1ce780..7aa798bf5e4be 100644 --- a/examples/hello-world-esm/package.json +++ b/examples/hello-world-esm/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@graphql-mesh/plugin-mock": "0.102.12", "graphql": "16.9.0" diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index d65bb830d2d88..fe0b219f0297a 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@graphql-mesh/plugin-mock": "0.102.12", "@graphql-yoga/plugin-sofa": "3.8.0", diff --git a/examples/hive-example/gateway/package.json b/examples/hive-example/gateway/package.json index dd9ed72255a28..3bf6090a3261a 100644 --- a/examples/hive-example/gateway/package.json +++ b/examples/hive-example/gateway/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "@graphql-mesh/plugin-hive": "0.102.13", "@graphql-mesh/transform-hive": "0.102.13", diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index c092c322d755c..6fec67fc33864 100644 --- a/examples/hive-example/sources/authors/package.json +++ b/examples/hive-example/sources/authors/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@graphql-hive/cli": "0.44.2", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "graphql": "16.9.0" } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 99d4aef4dcf7d..1784888b0117c 100644 --- a/examples/hive-example/sources/books/package.json +++ b/examples/hive-example/sources/books/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@graphql-hive/cli": "0.44.2", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "graphql": "16.9.0" } diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index e7029b8ea9001..fee31e57acfb6 100644 --- a/examples/json-schema-covid/package.json +++ b/examples/json-schema-covid/package.json @@ -11,7 +11,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/graphql": "0.102.13", "@graphql-mesh/json-schema": "0.107.5", "graphql": "16.9.0" diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index 116059c236ef2..550ca406c59eb 100644 --- a/examples/json-schema-example/package.json +++ b/examples/json-schema-example/package.json @@ -9,7 +9,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@graphql-mesh/plugin-mock": "0.102.12", "@graphql-mesh/transform-naming-convention": "0.102.11", diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index 17533da6242c2..fddfc44b00d5d 100644 --- a/examples/json-schema-fhir/package.json +++ b/examples/json-schema-fhir/package.json @@ -9,7 +9,7 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "graphql": "16.9.0", "unzip-stream": "0.3.4" diff --git a/examples/json-schema-file-upload/package.json b/examples/json-schema-file-upload/package.json index 6a43456337f5b..d5547da6deafb 100644 --- a/examples/json-schema-file-upload/package.json +++ b/examples/json-schema-file-upload/package.json @@ -8,7 +8,7 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "fets": "0.8.3", "graphql": "16.9.0" diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index fb48935cead24..4f16dd36d3026 100644 --- a/examples/json-schema-subscriptions/package.json +++ b/examples/json-schema-subscriptions/package.json @@ -7,7 +7,7 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@graphql-mesh/plugin-live-query": "0.102.11", "@whatwg-node/fetch": "^0.9.0", diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index af26adf053170..cbef4ceae7a02 100644 --- a/examples/mongoose-example/package.json +++ b/examples/mongoose-example/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/mongoose": "0.102.12", "graphql": "16.9.0", "mongoose": "8.8.0" diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index de8ed8804519d..95f8b7a7a75a0 100644 --- a/examples/mysql-employees/package.json +++ b/examples/mysql-employees/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/mysql": "0.103.12", "graphql": "16.9.0" } diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index 7a40655ea2ac8..ba1646ae989e5 100644 --- a/examples/mysql-rfam/package.json +++ b/examples/mysql-rfam/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/mysql": "0.103.12", "graphql": "16.9.0" }, diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index 8459da31786e6..0b13e4319ae8d 100644 --- a/examples/neo4j-example/package.json +++ b/examples/neo4j-example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.102.11", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/neo4j": "0.104.0", "graphql": "16.9.0" }, diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index f944e2839d1aa..1fc5775908e6c 100644 --- a/examples/nextjs-apollo-example/package.json +++ b/examples/nextjs-apollo-example/package.json @@ -10,10 +10,10 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", - "@graphql-mesh/config": "0.104.12", + "@graphql-mesh/cli": "0.97.0", + "@graphql-mesh/config": "0.105.0", "@graphql-mesh/openapi": "0.107.5", - "@graphql-mesh/runtime": "0.103.12", + "@graphql-mesh/runtime": "0.104.0", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", "next": "15.0.2", diff --git a/examples/nextjs-sdk-example/package.json b/examples/nextjs-sdk-example/package.json index 2349402cb2de4..5de1ee5f35dc0 100644 --- a/examples/nextjs-sdk-example/package.json +++ b/examples/nextjs-sdk-example/package.json @@ -11,10 +11,10 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", - "@graphql-mesh/config": "0.104.12", + "@graphql-mesh/cli": "0.97.0", + "@graphql-mesh/config": "0.105.0", "@graphql-mesh/openapi": "0.107.5", - "@graphql-mesh/runtime": "0.103.12", + "@graphql-mesh/runtime": "0.104.0", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", "next": "15.0.2", diff --git a/examples/odata-microsoft/package.json b/examples/odata-microsoft/package.json index db0e4421e28f6..9ed5f7ae9750b 100644 --- a/examples/odata-microsoft/package.json +++ b/examples/odata-microsoft/package.json @@ -7,7 +7,7 @@ "start:beta": "cross-env GRAPH_VERSION=\"beta\" mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/odata": "0.104.11", "cross-env": "7.0.3", "graphql": "16.9.0" diff --git a/examples/odata-msgraph-programmatic-ts/package.json b/examples/odata-msgraph-programmatic-ts/package.json index b075f18be3e1b..b34eea3c075b6 100644 --- a/examples/odata-msgraph-programmatic-ts/package.json +++ b/examples/odata-msgraph-programmatic-ts/package.json @@ -7,10 +7,10 @@ "start": "ts-node src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", - "@graphql-mesh/config": "0.104.12", + "@graphql-mesh/cli": "0.97.0", + "@graphql-mesh/config": "0.105.0", "@graphql-mesh/odata": "0.104.11", - "@graphql-mesh/runtime": "0.103.12", + "@graphql-mesh/runtime": "0.104.0", "graphql": "16.9.0", "ts-node": "^10.9.2" } diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index e2f2229313143..ed636b6c0a007 100644 --- a/examples/odata-msgraph-programmatic/package.json +++ b/examples/odata-msgraph-programmatic/package.json @@ -8,10 +8,10 @@ "start": "node index.js" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", - "@graphql-mesh/config": "0.104.12", + "@graphql-mesh/cli": "0.97.0", + "@graphql-mesh/config": "0.105.0", "@graphql-mesh/odata": "0.104.11", - "@graphql-mesh/runtime": "0.103.12", + "@graphql-mesh/runtime": "0.104.0", "graphql": "16.9.0" } } diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index 6dfcae100319b..9d88aded12d64 100644 --- a/examples/odata-trippin/package.json +++ b/examples/odata-trippin/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/odata": "0.104.11", "graphql": "16.9.0" } diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index f50655cdd0617..faea7a8d87652 100644 --- a/examples/openapi-javascript-wiki/package.json +++ b/examples/openapi-javascript-wiki/package.json @@ -7,7 +7,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "graphql": "16.9.0", "moment": "2.30.1", diff --git a/examples/openapi-location-weather/package.json b/examples/openapi-location-weather/package.json index d4fe20431cf11..48c8bb9508d74 100644 --- a/examples/openapi-location-weather/package.json +++ b/examples/openapi-location-weather/package.json @@ -6,10 +6,10 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "@graphql-mesh/plugin-response-cache": "0.102.11", - "@graphql-mesh/runtime": "0.103.12", + "@graphql-mesh/runtime": "0.104.0", "@graphql-mesh/transform-cache": "0.102.11", "@graphql-mesh/transform-rename": "0.102.11", "graphql": "16.9.0" diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index dcc0ca72ba302..9b90ca463b690 100644 --- a/examples/openapi-meilisearch/package.json +++ b/examples/openapi-meilisearch/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "graphql": "16.9.0" } diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 8424a8c7f89f8..19003fec6d5f4 100644 --- a/examples/openapi-react-weatherbit/package.json +++ b/examples/openapi-react-weatherbit/package.json @@ -15,7 +15,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", diff --git a/examples/openapi-stackexchange/package.json b/examples/openapi-stackexchange/package.json index 3ef96a193ce86..beb50d7827c09 100644 --- a/examples/openapi-stackexchange/package.json +++ b/examples/openapi-stackexchange/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "graphql": "16.9.0" } diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index 3b076e6298ebc..17a1974a6f814 100644 --- a/examples/openapi-stripe/package.json +++ b/examples/openapi-stripe/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "graphql": "16.9.0" } diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index f7f48f614958c..28eeb96f601e8 100644 --- a/examples/openapi-subscriptions/package.json +++ b/examples/openapi-subscriptions/package.json @@ -7,7 +7,7 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "@whatwg-node/fetch": "^0.9.0", "concurrently": "9.1.0", diff --git a/examples/openapi-youtrack/package.json b/examples/openapi-youtrack/package.json index c48c0fc65a560..459a0b0f1a464 100644 --- a/examples/openapi-youtrack/package.json +++ b/examples/openapi-youtrack/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "@graphql-mesh/transform-resolvers-composition": "0.102.11", "graphql": "16.9.0", diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index 1e2e5708461df..be86d8a067c0c 100644 --- a/examples/openwhisk-example/package.json +++ b/examples/openwhisk-example/package.json @@ -11,7 +11,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/graphql": "0.102.13", "esbuild": "^0.24.0", "graphql": "16.9.0", diff --git a/examples/persisted-operations/package.json b/examples/persisted-operations/package.json index f4d9292410775..7ac3e286fe88d 100644 --- a/examples/persisted-operations/package.json +++ b/examples/persisted-operations/package.json @@ -8,7 +8,7 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5", "@graphql-mesh/plugin-mock": "0.102.12", "@graphql-yoga/plugin-sofa": "3.8.0", diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index d5189cd4290d4..c95822b341321 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -9,11 +9,11 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.102.11", - "@graphql-mesh/cli": "0.96.12", - "@graphql-mesh/config": "0.104.12", + "@graphql-mesh/cli": "0.97.0", + "@graphql-mesh/config": "0.105.0", "@graphql-mesh/graphql": "0.102.13", "@graphql-mesh/postgraphile": "0.102.11", - "@graphql-mesh/runtime": "0.103.12", + "@graphql-mesh/runtime": "0.104.0", "@graphql-mesh/transform-prefix": "0.102.11", "graphql": "16.9.0" }, diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index 36ce15864b867..a14b95bd0f639 100644 --- a/examples/programmatic-batching/package.json +++ b/examples/programmatic-batching/package.json @@ -7,7 +7,7 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/openapi": "0.107.5", "@sinclair/typebox": "0.33.17", "fets": "0.8.3", diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index d2a68d831c119..8b31a7874f872 100644 --- a/examples/reddit-example/package.json +++ b/examples/reddit-example/package.json @@ -2,7 +2,7 @@ "name": "@examples/reddit-example", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/json-schema": "0.107.5" } } diff --git a/examples/response-cache/CHANGELOG.md b/examples/response-cache/CHANGELOG.md index fd4c3f62e184b..a050bbf136436 100644 --- a/examples/response-cache/CHANGELOG.md +++ b/examples/response-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # example-response-cache +## 0.3.0 + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482), + [`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/cli@0.97.0 + ## 0.2.7 ### Patch Changes diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 58c39cb3fc6d7..962a41a7a7858 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "example-response-cache", - "version": "0.2.7", + "version": "0.3.0", "license": "MIT", "private": true, "scripts": { @@ -9,7 +9,7 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "^0.96.12", + "@graphql-mesh/cli": "^0.97.0", "@graphql-mesh/json-schema": "^0.107.5", "@graphql-mesh/plugin-mock": "^0.102.12", "graphql": "16.9.0" diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index 9a6921fc6fc78..d2e5656ea59cc 100644 --- a/examples/soap-country-info/package.json +++ b/examples/soap-country-info/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/plugin-snapshot": "0.102.11", "@graphql-mesh/soap": "0.104.12", "graphql": "16.9.0" diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index bf5bdaffbad42..7b2b9308c27ec 100644 --- a/examples/soap-demo/package.json +++ b/examples/soap-demo/package.json @@ -10,7 +10,7 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/soap": "0.104.12", "graphql": "16.9.0" }, diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index 26983ef955bb1..e897061c4f3a6 100644 --- a/examples/soap-netsuite/package.json +++ b/examples/soap-netsuite/package.json @@ -10,7 +10,7 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/soap": "0.104.12", "graphql": "16.9.0" }, diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 92668f2c7073e..33a21cef1f1cc 100644 --- a/examples/spacex-cfw/package.json +++ b/examples/spacex-cfw/package.json @@ -4,7 +4,7 @@ "dependencies": { "@envelop/depth-limit": "4.0.0", "@graphql-mesh/cache-cfw-kv": "0.102.11", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/graphql": "0.102.13", "@graphql-mesh/plugin-rate-limit": "0.102.11", "@graphql-mesh/plugin-response-cache": "0.102.11", diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index c5c12c8701ec1..b4e801b10111b 100644 --- a/examples/sqlite-chinook/package.json +++ b/examples/sqlite-chinook/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/tuql": "0.103.11", "graphql": "16.9.0" }, diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index cb20d430aeecc..6d0ca1c9cdd19 100644 --- a/examples/thrift-calculator/package.json +++ b/examples/thrift-calculator/package.json @@ -13,7 +13,7 @@ "@creditkarma/thrift-server-core": "1.0.4", "@creditkarma/thrift-server-express": "1.0.4", "@creditkarma/thrift-typescript": "3.7.6", - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/thrift": "0.104.13", "express": "4.21.1", "graphql": "16.9.0", diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index 1abab1affbb6d..d3e80bffa7e66 100644 --- a/examples/type-merging-batching-example/package.json +++ b/examples/type-merging-batching-example/package.json @@ -5,7 +5,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.96.12", + "@graphql-mesh/cli": "0.97.0", "@graphql-mesh/graphql": "0.102.13", "@graphql-mesh/transform-rename": "0.102.11", "@graphql-mesh/transform-type-merging": "0.102.11", diff --git a/packages/fusion/runtime/CHANGELOG.md b/packages/fusion/runtime/CHANGELOG.md index bb290461de0c6..e116b598670a7 100644 --- a/packages/fusion/runtime/CHANGELOG.md +++ b/packages/fusion/runtime/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/fusion-runtime +## 0.10.0 + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/runtime@0.104.0 + ## 0.9.7 ### Patch Changes diff --git a/packages/fusion/runtime/package.json b/packages/fusion/runtime/package.json index c91327f087477..b224e6c1448fe 100644 --- a/packages/fusion/runtime/package.json +++ b/packages/fusion/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/fusion-runtime", - "version": "0.9.7", + "version": "0.10.0", "type": "module", "description": "Runtime for GraphQL Mesh Fusion Supergraph", "repository": { @@ -52,7 +52,7 @@ "dependencies": { "@envelop/core": "^5.0.1", "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/runtime": "^0.103.12", + "@graphql-mesh/runtime": "^0.104.0", "@graphql-mesh/transport-common": "^0.7.12", "@graphql-mesh/types": "^0.102.11", "@graphql-mesh/utils": "^0.102.11", diff --git a/packages/legacy/apollo-link/CHANGELOG.md b/packages/legacy/apollo-link/CHANGELOG.md index 661db10f0b3d2..af9321d09a7dd 100644 --- a/packages/legacy/apollo-link/CHANGELOG.md +++ b/packages/legacy/apollo-link/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/apollo-link +## 0.104.0 + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/runtime@0.104.0 + ## 0.103.12 ### Patch Changes diff --git a/packages/legacy/apollo-link/package.json b/packages/legacy/apollo-link/package.json index b812e9754dc17..d40863bb69bef 100644 --- a/packages/legacy/apollo-link/package.json +++ b/packages/legacy/apollo-link/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/apollo-link", - "version": "0.103.12", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@apollo/client": "^3.5.9", - "@graphql-mesh/runtime": "^0.103.12", + "@graphql-mesh/runtime": "^0.104.0", "@graphql-tools/utils": "^10.5.5", "graphql": "^15.2.0 || ^16.0.0", "tslib": "^2.4.0" diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index ba02868effe87..a1bb487f0a97e 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,28 @@ # @graphql-mesh/cli +## 0.97.0 + +### Minor Changes + +- [#7887](https://github.com/ardatan/graphql-mesh/pull/7887) + [`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482) + Thanks [@ardatan](https://github.com/ardatan)! - Relax runtime and CLI packages, remove + node-libcurl and uWebSockets + +### Patch Changes + +- [#7887](https://github.com/ardatan/graphql-mesh/pull/7887) + [`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482) + Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates: + - Removed dependency + [`node-libcurl@npm:@ardatan/node-libcurl@^4.0.2` ↗︎](https://www.npmjs.com/package/node-libcurl/v/4.0.2) + (from `dependencies`) +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/runtime@0.104.0 + - @graphql-mesh/config@0.105.0 + - @graphql-mesh/http@0.104.0 + ## 0.96.12 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index ff0eb2d43de54..48bb201adea66 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.96.12", + "version": "0.97.0", "type": "module", "repository": { "type": "git", @@ -47,11 +47,11 @@ "@graphql-codegen/typescript-generic-sdk": "^3.1.0", "@graphql-codegen/typescript-operations": "^4.0.0", "@graphql-codegen/typescript-resolvers": "^4.0.0", - "@graphql-mesh/config": "^0.104.12", + "@graphql-mesh/config": "^0.105.0", "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/http": "^0.103.12", + "@graphql-mesh/http": "^0.104.0", "@graphql-mesh/include": "^0.2.3", - "@graphql-mesh/runtime": "^0.103.12", + "@graphql-mesh/runtime": "^0.104.0", "@graphql-mesh/store": "^0.102.11", "@graphql-mesh/types": "^0.102.11", "@graphql-mesh/utils": "^0.102.11", diff --git a/packages/legacy/config/CHANGELOG.md b/packages/legacy/config/CHANGELOG.md index ff0c4fd44a652..61f8622f3b655 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/config +## 0.105.0 + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/merger-stitching@0.103.0 + - @graphql-mesh/merger-bare@0.103.0 + - @graphql-mesh/runtime@0.104.0 + ## 0.104.12 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index 3bf023185e8b7..37f7e09b2a692 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.104.12", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/runtime": "^0.103.12", + "@graphql-mesh/runtime": "^0.104.0", "@graphql-mesh/store": "^0.102.11", "@graphql-mesh/types": "^0.102.11", "@graphql-mesh/utils": "^0.102.11", @@ -44,8 +44,8 @@ "dependencies": { "@envelop/core": "^5.0.0", "@graphql-mesh/cache-localforage": "^0.102.11", - "@graphql-mesh/merger-bare": "^0.102.11", - "@graphql-mesh/merger-stitching": "^0.102.11", + "@graphql-mesh/merger-bare": "^0.103.0", + "@graphql-mesh/merger-stitching": "^0.103.0", "@graphql-tools/code-file-loader": "^8.0.0", "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/load": "^8.0.0", diff --git a/packages/legacy/http/CHANGELOG.md b/packages/legacy/http/CHANGELOG.md index e705b00e69560..a03ca39584a61 100644 --- a/packages/legacy/http/CHANGELOG.md +++ b/packages/legacy/http/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/http +## 0.104.0 + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/runtime@0.104.0 + ## 0.103.12 ### Patch Changes diff --git a/packages/legacy/http/package.json b/packages/legacy/http/package.json index 2356f9a98595b..3ff07444d9fce 100644 --- a/packages/legacy/http/package.json +++ b/packages/legacy/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/http", - "version": "0.103.12", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/runtime": "^0.103.12", + "@graphql-mesh/runtime": "^0.104.0", "@graphql-mesh/types": "^0.102.11", "@graphql-mesh/utils": "^0.102.11", "@graphql-tools/utils": "^10.5.5", diff --git a/packages/legacy/mergers/bare/CHANGELOG.md b/packages/legacy/mergers/bare/CHANGELOG.md index f8df43f9a0660..ee354971fc5f4 100644 --- a/packages/legacy/mergers/bare/CHANGELOG.md +++ b/packages/legacy/mergers/bare/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/merger-bare +## 0.103.0 + +### Minor Changes + +- [#7887](https://github.com/ardatan/graphql-mesh/pull/7887) + [`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482) + Thanks [@ardatan](https://github.com/ardatan)! - Relax runtime and CLI packages, remove + node-libcurl and uWebSockets + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/merger-stitching@0.103.0 + ## 0.102.11 ### Patch Changes diff --git a/packages/legacy/mergers/bare/package.json b/packages/legacy/mergers/bare/package.json index f4701a8337c73..78801f408dcbf 100644 --- a/packages/legacy/mergers/bare/package.json +++ b/packages/legacy/mergers/bare/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-bare", - "version": "0.102.11", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -39,7 +39,7 @@ "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/merger-stitching": "0.102.11", + "@graphql-mesh/merger-stitching": "0.103.0", "@graphql-tools/schema": "10.0.7" }, "publishConfig": { diff --git a/packages/legacy/mergers/stitching/CHANGELOG.md b/packages/legacy/mergers/stitching/CHANGELOG.md index 4f5cb783b94c4..0fe526f9f12d9 100644 --- a/packages/legacy/mergers/stitching/CHANGELOG.md +++ b/packages/legacy/mergers/stitching/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/merger-stitching +## 0.103.0 + +### Minor Changes + +- [#7887](https://github.com/ardatan/graphql-mesh/pull/7887) + [`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482) + Thanks [@ardatan](https://github.com/ardatan)! - Relax runtime and CLI packages, remove + node-libcurl and uWebSockets + ## 0.102.11 ### Patch Changes diff --git a/packages/legacy/mergers/stitching/package.json b/packages/legacy/mergers/stitching/package.json index b62625b47ac4e..2ce3ec5531f77 100644 --- a/packages/legacy/mergers/stitching/package.json +++ b/packages/legacy/mergers/stitching/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-stitching", - "version": "0.102.11", + "version": "0.103.0", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 3420afbf9b5ca..38219440489eb 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/migrate-config-cli +## 1.2.0 + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482), + [`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/cli@0.97.0 + - @graphql-mesh/config@0.105.0 + ## 1.1.7 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index cfbb6a79dab05..12d0ac8b164c2 100644 --- a/packages/legacy/migrate-config-cli/package.json +++ b/packages/legacy/migrate-config-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/migrate-config-cli", - "version": "1.1.7", + "version": "1.2.0", "type": "module", "repository": { "type": "git", @@ -39,9 +39,9 @@ "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/cli": "^0.96.12", + "@graphql-mesh/cli": "^0.97.0", "@graphql-mesh/compose-cli": "^1.1.6", - "@graphql-mesh/config": "^0.104.12", + "@graphql-mesh/config": "^0.105.0", "@graphql-mesh/types": "^0.102.11", "@graphql-mesh/utils": "^0.102.11", "lodash.kebabcase": "^4.1.1", diff --git a/packages/legacy/runtime/CHANGELOG.md b/packages/legacy/runtime/CHANGELOG.md index 640244147299c..4e6a99023ee72 100644 --- a/packages/legacy/runtime/CHANGELOG.md +++ b/packages/legacy/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/runtime +## 0.104.0 + +### Minor Changes + +- [#7887](https://github.com/ardatan/graphql-mesh/pull/7887) + [`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482) + Thanks [@ardatan](https://github.com/ardatan)! - Relax runtime and CLI packages, remove + node-libcurl and uWebSockets + ## 0.103.12 ### Patch Changes diff --git a/packages/legacy/runtime/package.json b/packages/legacy/runtime/package.json index d185a6df4821d..28c992be950db 100644 --- a/packages/legacy/runtime/package.json +++ b/packages/legacy/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/runtime", - "version": "0.103.12", + "version": "0.104.0", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/urql/CHANGELOG.md b/packages/legacy/urql/CHANGELOG.md index ff22f27a60832..6c32bc3421cc9 100644 --- a/packages/legacy/urql/CHANGELOG.md +++ b/packages/legacy/urql/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/urql-exchange +## 0.104.0 + +### Patch Changes + +- Updated dependencies + [[`ac82d44`](https://github.com/ardatan/graphql-mesh/commit/ac82d4437b3fafd6eafb21d5470cc6bae8b7b482)]: + - @graphql-mesh/runtime@0.104.0 + ## 0.103.12 ### Patch Changes diff --git a/packages/legacy/urql/package.json b/packages/legacy/urql/package.json index 9744c7cda42b3..08593278d77f3 100644 --- a/packages/legacy/urql/package.json +++ b/packages/legacy/urql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/urql-exchange", - "version": "0.103.12", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/runtime": "^0.103.12", + "@graphql-mesh/runtime": "^0.104.0", "@graphql-tools/utils": "^10.5.5", "@urql/core": "^2.4.3 || ^4.0.0 || ^5.0.0", "graphql": "^15.2.0 || ^16.0.0", diff --git a/yarn.lock b/yarn.lock index f848ae4a4e279..8b041d276278d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4575,7 +4575,7 @@ __metadata: resolution: "@examples/auth0@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@graphql-mesh/plugin-operation-field-permissions": "npm:0.102.11" graphql: "npm:16.9.0" @@ -4588,7 +4588,7 @@ __metadata: resolution: "@examples/cloudflare-workers@workspace:examples/cloudflare-workers" dependencies: "@graphql-mesh/cache-cfw-kv": "npm:0.102.11" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@graphql-mesh/plugin-response-cache": "npm:0.102.11" graphql: "npm:16.9.0" @@ -4600,7 +4600,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/graphql": "npm:0.102.13" fastify: "npm:5.1.0" graphql: "npm:16.9.0" @@ -4614,7 +4614,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/federation-example-gateway-supergraph@workspace:examples/federation-example/gateway-supergraph" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/supergraph": "npm:0.8.13" graphql: "npm:16.9.0" languageName: unknown @@ -4624,7 +4624,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/federation-example-gateway@workspace:examples/federation-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/graphql": "npm:0.102.13" "@graphql-mesh/transform-federation": "npm:0.102.11" graphql: "npm:16.9.0" @@ -4709,7 +4709,7 @@ __metadata: resolution: "@examples/gcp-functions@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.2" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@types/node": "npm:22.9.0" graphql: "npm:16.9.0" @@ -4744,7 +4744,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/graphql-file-upload-example@workspace:examples/graphql-file-upload-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/graphql": "npm:0.102.13" concurrently: "npm:9.1.0" graphql: "npm:16.9.0" @@ -4761,7 +4761,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/grpc": "npm:0.105.0" "@graphql-mesh/transform-naming-convention": "npm:0.102.11" "@grpc/grpc-js": "npm:1.12.2" @@ -4780,7 +4780,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-reflection-example@workspace:examples/grpc-reflection-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/grpc": "npm:0.105.0" "@graphql-mesh/transform-naming-convention": "npm:0.102.11" "@grpc/grpc-js": "npm:1.12.2" @@ -4798,7 +4798,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hasura-openbrewery-geodb@workspace:examples/hasura-openbrewery-geodb" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" graphql: "npm:16.9.0" languageName: unknown @@ -4808,7 +4808,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world-esm@workspace:examples/hello-world-esm" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@graphql-mesh/plugin-mock": "npm:0.102.12" graphql: "npm:16.9.0" @@ -4822,7 +4822,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@graphql-mesh/plugin-mock": "npm:0.102.12" "@graphql-yoga/plugin-sofa": "npm:3.8.0" @@ -4835,7 +4835,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hive-example-gateway@workspace:examples/hive-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" "@graphql-mesh/plugin-hive": "npm:0.102.13" "@graphql-mesh/transform-hive": "npm:0.102.13" @@ -4848,7 +4848,7 @@ __metadata: resolution: "@examples/hive-example-sources-authors@workspace:examples/hive-example/sources/authors" dependencies: "@graphql-hive/cli": "npm:0.44.2" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" fets: "npm:^0.8.0" graphql: "npm:16.9.0" @@ -4862,7 +4862,7 @@ __metadata: resolution: "@examples/hive-example-sources-books@workspace:examples/hive-example/sources/books" dependencies: "@graphql-hive/cli": "npm:0.44.2" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" fets: "npm:^0.8.0" graphql: "npm:16.9.0" @@ -4875,7 +4875,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-covid@workspace:examples/json-schema-covid" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/graphql": "npm:0.102.13" "@graphql-mesh/json-schema": "npm:0.107.5" graphql: "npm:16.9.0" @@ -4887,7 +4887,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-example@workspace:examples/json-schema-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@graphql-mesh/plugin-mock": "npm:0.102.12" "@graphql-mesh/transform-naming-convention": "npm:0.102.11" @@ -4900,7 +4900,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-fhir@workspace:examples/json-schema-fhir" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.9.0" @@ -4914,7 +4914,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-file-upload@workspace:examples/json-schema-file-upload" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@types/node": "npm:22.9.0" concurrently: "npm:9.1.0" @@ -4929,7 +4929,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-subscriptions@workspace:examples/json-schema-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@graphql-mesh/plugin-live-query": "npm:0.102.11" "@whatwg-node/fetch": "npm:^0.9.0" @@ -4946,7 +4946,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/mongoose": "npm:0.102.12" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -4958,7 +4958,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/mysql": "npm:0.103.12" graphql: "npm:16.9.0" languageName: unknown @@ -4968,7 +4968,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/mysql": "npm:0.103.12" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -4980,7 +4980,7 @@ __metadata: resolution: "@examples/neo4j-example@workspace:examples/neo4j-example" dependencies: "@graphql-mesh/cache-file": "npm:0.102.11" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/neo4j": "npm:0.104.0" graphql: "npm:16.9.0" languageName: unknown @@ -4990,10 +4990,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-apollo-example@workspace:examples/nextjs-apollo-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" - "@graphql-mesh/config": "npm:0.104.12" + "@graphql-mesh/cli": "npm:0.97.0" + "@graphql-mesh/config": "npm:0.105.0" "@graphql-mesh/openapi": "npm:0.107.5" - "@graphql-mesh/runtime": "npm:0.103.12" + "@graphql-mesh/runtime": "npm:0.104.0" "@types/react": "npm:18.3.12" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -5008,10 +5008,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-sdk-example@workspace:examples/nextjs-sdk-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" - "@graphql-mesh/config": "npm:0.104.12" + "@graphql-mesh/cli": "npm:0.97.0" + "@graphql-mesh/config": "npm:0.105.0" "@graphql-mesh/openapi": "npm:0.107.5" - "@graphql-mesh/runtime": "npm:0.103.12" + "@graphql-mesh/runtime": "npm:0.104.0" "@types/react": "npm:18.3.12" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -5026,7 +5026,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-microsoft@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/odata": "npm:0.104.11" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5037,10 +5037,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-msgraph-programmatic-ts@workspace:examples/odata-msgraph-programmatic-ts" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" - "@graphql-mesh/config": "npm:0.104.12" + "@graphql-mesh/cli": "npm:0.97.0" + "@graphql-mesh/config": "npm:0.105.0" "@graphql-mesh/odata": "npm:0.104.11" - "@graphql-mesh/runtime": "npm:0.103.12" + "@graphql-mesh/runtime": "npm:0.104.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" languageName: unknown @@ -5050,10 +5050,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-msgraph-programmatic@workspace:examples/odata-msgraph-programmatic" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" - "@graphql-mesh/config": "npm:0.104.12" + "@graphql-mesh/cli": "npm:0.97.0" + "@graphql-mesh/config": "npm:0.105.0" "@graphql-mesh/odata": "npm:0.104.11" - "@graphql-mesh/runtime": "npm:0.103.12" + "@graphql-mesh/runtime": "npm:0.104.0" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5062,7 +5062,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-trippin@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/odata": "npm:0.104.11" graphql: "npm:16.9.0" languageName: unknown @@ -5072,7 +5072,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-javascript-wiki@workspace:examples/openapi-javascript-wiki" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" graphql: "npm:16.9.0" moment: "npm:2.30.1" @@ -5084,10 +5084,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-location-weather@workspace:examples/openapi-location-weather" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" "@graphql-mesh/plugin-response-cache": "npm:0.102.11" - "@graphql-mesh/runtime": "npm:0.103.12" + "@graphql-mesh/runtime": "npm:0.104.0" "@graphql-mesh/transform-cache": "npm:0.102.11" "@graphql-mesh/transform-rename": "npm:0.102.11" graphql: "npm:16.9.0" @@ -5098,7 +5098,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" graphql: "npm:16.9.0" languageName: unknown @@ -5108,7 +5108,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-react-weatherbit@workspace:examples/openapi-react-weatherbit" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@types/react": "npm:18.3.12" "@types/react-dom": "npm:18.3.1" "@vitejs/plugin-react": "npm:4.3.3" @@ -5124,7 +5124,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" graphql: "npm:16.9.0" languageName: unknown @@ -5134,7 +5134,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" graphql: "npm:16.9.0" languageName: unknown @@ -5144,7 +5144,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" "@whatwg-node/fetch": "npm:^0.9.0" concurrently: "npm:9.1.0" @@ -5160,7 +5160,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" "@graphql-mesh/transform-resolvers-composition": "npm:0.102.11" graphql: "npm:16.9.0" @@ -5172,7 +5172,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/graphql": "npm:0.102.13" esbuild: "npm:^0.24.0" graphql: "npm:16.9.0" @@ -5184,7 +5184,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" "@graphql-mesh/plugin-mock": "npm:0.102.12" "@graphql-yoga/plugin-sofa": "npm:3.8.0" @@ -5198,11 +5198,11 @@ __metadata: resolution: "@examples/postgres-geodb@workspace:examples/postgres-geodb" dependencies: "@graphql-mesh/cache-file": "npm:0.102.11" - "@graphql-mesh/cli": "npm:0.96.12" - "@graphql-mesh/config": "npm:0.104.12" + "@graphql-mesh/cli": "npm:0.97.0" + "@graphql-mesh/config": "npm:0.105.0" "@graphql-mesh/graphql": "npm:0.102.13" "@graphql-mesh/postgraphile": "npm:0.102.11" - "@graphql-mesh/runtime": "npm:0.103.12" + "@graphql-mesh/runtime": "npm:0.104.0" "@graphql-mesh/transform-prefix": "npm:0.102.11" "@types/node": "npm:22.9.0" cross-env: "npm:7.0.3" @@ -5216,7 +5216,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/programmatic-batching@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/openapi": "npm:0.107.5" "@sinclair/typebox": "npm:0.33.17" concurrently: "npm:9.1.0" @@ -5231,7 +5231,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/json-schema": "npm:0.107.5" languageName: unknown linkType: soft @@ -5240,7 +5240,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-country-info@workspace:examples/soap-country-info" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/plugin-snapshot": "npm:0.102.11" "@graphql-mesh/soap": "npm:0.104.12" graphql: "npm:16.9.0" @@ -5251,7 +5251,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/soap": "npm:0.104.12" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5262,7 +5262,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/soap": "npm:0.104.12" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5275,7 +5275,7 @@ __metadata: dependencies: "@envelop/depth-limit": "npm:4.0.0" "@graphql-mesh/cache-cfw-kv": "npm:0.102.11" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/graphql": "npm:0.102.13" "@graphql-mesh/plugin-rate-limit": "npm:0.102.11" "@graphql-mesh/plugin-response-cache": "npm:0.102.11" @@ -5288,7 +5288,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/sqlite-chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/tuql": "npm:0.103.11" graphql: "npm:16.9.0" languageName: unknown @@ -5301,7 +5301,7 @@ __metadata: "@creditkarma/thrift-server-core": "npm:1.0.4" "@creditkarma/thrift-server-express": "npm:1.0.4" "@creditkarma/thrift-typescript": "npm:3.7.6" - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/thrift": "npm:0.104.13" concurrently: "npm:9.1.0" express: "npm:4.21.1" @@ -5316,7 +5316,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/type-merging-batching-example@workspace:examples/type-merging-batching-example" dependencies: - "@graphql-mesh/cli": "npm:0.96.12" + "@graphql-mesh/cli": "npm:0.97.0" "@graphql-mesh/graphql": "npm:0.102.13" "@graphql-mesh/transform-rename": "npm:0.102.11" "@graphql-mesh/transform-type-merging": "npm:0.102.11" @@ -5939,7 +5939,7 @@ __metadata: "@apollo/client": "npm:3.11.8" peerDependencies: "@apollo/client": ^3.5.9 - "@graphql-mesh/runtime": ^0.103.12 + "@graphql-mesh/runtime": ^0.104.0 "@graphql-tools/utils": ^10.5.5 graphql: ^15.2.0 || ^16.0.0 tslib: ^2.4.0 @@ -6004,7 +6004,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.96.12, @graphql-mesh/cli@npm:^0.96.12, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.97.0, @graphql-mesh/cli@npm:^0.97.0, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -6014,11 +6014,11 @@ __metadata: "@graphql-codegen/typescript-generic-sdk": "npm:^3.1.0" "@graphql-codegen/typescript-operations": "npm:^4.0.0" "@graphql-codegen/typescript-resolvers": "npm:^4.0.0" - "@graphql-mesh/config": "npm:^0.104.12" + "@graphql-mesh/config": "npm:^0.105.0" "@graphql-mesh/cross-helpers": "npm:^0.4.7" - "@graphql-mesh/http": "npm:^0.103.12" + "@graphql-mesh/http": "npm:^0.104.0" "@graphql-mesh/include": "npm:^0.2.3" - "@graphql-mesh/runtime": "npm:^0.103.12" + "@graphql-mesh/runtime": "npm:^0.104.0" "@graphql-mesh/store": "npm:^0.102.11" "@graphql-mesh/types": "npm:^0.102.11" "@graphql-mesh/utils": "npm:^0.102.11" @@ -6077,14 +6077,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.104.12, @graphql-mesh/config@npm:^0.104.12, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.105.0, @graphql-mesh/config@npm:^0.105.0, @graphql-mesh/config@workspace:packages/legacy/config": version: 0.0.0-use.local resolution: "@graphql-mesh/config@workspace:packages/legacy/config" dependencies: "@envelop/core": "npm:^5.0.0" "@graphql-mesh/cache-localforage": "npm:^0.102.11" - "@graphql-mesh/merger-bare": "npm:^0.102.11" - "@graphql-mesh/merger-stitching": "npm:^0.102.11" + "@graphql-mesh/merger-bare": "npm:^0.103.0" + "@graphql-mesh/merger-stitching": "npm:^0.103.0" "@graphql-tools/code-file-loader": "npm:^8.0.0" "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/load": "npm:^8.0.0" @@ -6095,7 +6095,7 @@ __metadata: pascal-case: "npm:^3.1.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/runtime": ^0.103.12 + "@graphql-mesh/runtime": ^0.104.0 "@graphql-mesh/store": ^0.102.11 "@graphql-mesh/types": ^0.102.11 "@graphql-mesh/utils": ^0.102.11 @@ -6139,13 +6139,41 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-runtime@npm:^0.9.0, @graphql-mesh/fusion-runtime@workspace:packages/fusion/runtime": +"@graphql-mesh/fusion-runtime@npm:^0.9.0": + version: 0.9.7 + resolution: "@graphql-mesh/fusion-runtime@npm:0.9.7" + dependencies: + "@envelop/core": "npm:^5.0.1" + "@graphql-mesh/cross-helpers": "npm:^0.4.7" + "@graphql-mesh/runtime": "npm:^0.103.12" + "@graphql-mesh/transport-common": "npm:^0.7.12" + "@graphql-mesh/types": "npm:^0.102.11" + "@graphql-mesh/utils": "npm:^0.102.11" + "@graphql-tools/delegate": "npm:^10.0.28" + "@graphql-tools/executor": "npm:^1.3.2" + "@graphql-tools/federation": "npm:^2.2.21" + "@graphql-tools/merge": "npm:^9.0.8" + "@graphql-tools/stitch": "npm:^9.2.17" + "@graphql-tools/stitching-directives": "npm:^3.1.9" + "@graphql-tools/utils": "npm:^10.5.5" + "@graphql-tools/wrap": "npm:^10.0.12" + "@whatwg-node/disposablestack": "npm:^0.0.5" + change-case: "npm:^4.1.2" + graphql-yoga: "npm:^5.7.0" + tslib: "npm:^2.4.0" + peerDependencies: + graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 + checksum: 10c0/94ffcdf9109e70503cce75c89ff1a5f3959d501a6afc8797ddf7fca440371c00bb1335b60a6670d9a6635ddbd55fb8bc0595634dd755ac6d4a0bd43ee9758cd2 + languageName: node + linkType: hard + +"@graphql-mesh/fusion-runtime@workspace:packages/fusion/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/fusion-runtime@workspace:packages/fusion/runtime" dependencies: "@envelop/core": "npm:^5.0.1" "@graphql-mesh/cross-helpers": "npm:^0.4.7" - "@graphql-mesh/runtime": "npm:^0.103.12" + "@graphql-mesh/runtime": "npm:^0.104.0" "@graphql-mesh/transport-common": "npm:^0.7.12" "@graphql-mesh/types": "npm:^0.102.11" "@graphql-mesh/utils": "npm:^0.102.11" @@ -6217,7 +6245,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/http@npm:^0.103.12, @graphql-mesh/http@workspace:packages/legacy/http": +"@graphql-mesh/http@npm:^0.104.0, @graphql-mesh/http@workspace:packages/legacy/http": version: 0.0.0-use.local resolution: "@graphql-mesh/http@workspace:packages/legacy/http" dependencies: @@ -6230,7 +6258,7 @@ __metadata: graphql-yoga: "npm:^5.7.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/runtime": ^0.103.12 + "@graphql-mesh/runtime": ^0.104.0 "@graphql-mesh/types": ^0.102.11 "@graphql-mesh/utils": ^0.102.11 "@graphql-tools/utils": ^10.5.5 @@ -6270,11 +6298,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/merger-bare@npm:^0.102.11, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": +"@graphql-mesh/merger-bare@npm:^0.103.0, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare" dependencies: - "@graphql-mesh/merger-stitching": "npm:0.102.11" + "@graphql-mesh/merger-stitching": "npm:0.103.0" "@graphql-tools/schema": "npm:10.0.7" peerDependencies: "@graphql-mesh/types": ^0.102.11 @@ -6285,7 +6313,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/merger-stitching@npm:0.102.11, @graphql-mesh/merger-stitching@npm:^0.102.11, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": +"@graphql-mesh/merger-stitching@npm:0.103.0, @graphql-mesh/merger-stitching@npm:^0.103.0, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching" dependencies: @@ -6306,9 +6334,9 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/migrate-config-cli@workspace:packages/legacy/migrate-config-cli" dependencies: - "@graphql-mesh/cli": "npm:^0.96.12" + "@graphql-mesh/cli": "npm:^0.97.0" "@graphql-mesh/compose-cli": "npm:^1.1.6" - "@graphql-mesh/config": "npm:^0.104.12" + "@graphql-mesh/config": "npm:^0.105.0" "@graphql-mesh/types": "npm:^0.102.11" "@graphql-mesh/utils": "npm:^0.102.11" "@types/lodash.kebabcase": "npm:^4.1.9" @@ -6719,7 +6747,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/runtime@npm:0.103.12, @graphql-mesh/runtime@npm:^0.103.12, @graphql-mesh/runtime@workspace:packages/legacy/runtime": +"@graphql-mesh/runtime@npm:0.104.0, @graphql-mesh/runtime@npm:^0.104.0, @graphql-mesh/runtime@workspace:packages/legacy/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/runtime@workspace:packages/legacy/runtime" dependencies: @@ -6744,6 +6772,31 @@ __metadata: languageName: unknown linkType: soft +"@graphql-mesh/runtime@npm:^0.103.12": + version: 0.103.12 + resolution: "@graphql-mesh/runtime@npm:0.103.12" + dependencies: + "@envelop/core": "npm:^5.0.0" + "@envelop/extended-validation": "npm:^4.0.0" + "@envelop/graphql-jit": "npm:^8.0.0" + "@graphql-mesh/string-interpolation": "npm:^0.5.6" + "@graphql-tools/batch-delegate": "npm:^9.0.9" + "@graphql-tools/delegate": "npm:^10.0.28" + "@graphql-tools/executor": "npm:^1.3.2" + "@graphql-tools/wrap": "npm:^10.0.12" + "@whatwg-node/fetch": "npm:^0.9.0" + graphql-jit: "npm:^0.8.7" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.11 + "@graphql-mesh/utils": ^0.102.11 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/e27e069aed7f521693fb0dcb09e18d370c6a3a77f48547e48432f34659f242056374b29ec940ad8406f20b06f7fed6f731d7837c2ff865b6a6df1835df7c77de + languageName: node + linkType: hard + "@graphql-mesh/soap@npm:0.104.12, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": version: 0.0.0-use.local resolution: "@graphql-mesh/soap@workspace:packages/legacy/handlers/soap" @@ -7345,7 +7398,7 @@ __metadata: "@urql/core": "npm:5.0.8" wonka: "npm:6.3.4" peerDependencies: - "@graphql-mesh/runtime": ^0.103.12 + "@graphql-mesh/runtime": ^0.104.0 "@graphql-tools/utils": ^10.5.5 "@urql/core": ^2.4.3 || ^4.0.0 || ^5.0.0 graphql: ^15.2.0 || ^16.0.0 @@ -21029,7 +21082,7 @@ __metadata: version: 0.0.0-use.local resolution: "example-response-cache@workspace:examples/response-cache" dependencies: - "@graphql-mesh/cli": "npm:^0.96.12" + "@graphql-mesh/cli": "npm:^0.97.0" "@graphql-mesh/json-schema": "npm:^0.107.5" "@graphql-mesh/plugin-mock": "npm:^0.102.12" graphql: "npm:16.9.0"