From 8f682fd318e996ee309023422ab2b64a50a1173a Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:09:19 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#8155) Co-authored-by: github-actions[bot] --- .changeset/small-peas-grow.md | 5 - examples/auth0/package.json | 2 +- examples/cloudflare-workers/package.json | 2 +- examples/fastify/package.json | 2 +- .../gateway-supergraph/package.json | 2 +- .../federation-example/gateway/package.json | 2 +- examples/gcp-functions/package.json | 2 +- .../graphql-file-upload-example/package.json | 2 +- examples/grpc-example/package.json | 2 +- examples/grpc-reflection-example/package.json | 2 +- .../hasura-openbrewery-geodb/package.json | 2 +- examples/hello-world-esm/package.json | 2 +- examples/hello-world/package.json | 2 +- examples/hive-example/gateway/package.json | 2 +- .../hive-example/sources/authors/package.json | 2 +- .../hive-example/sources/books/package.json | 2 +- examples/json-schema-covid/package.json | 2 +- examples/json-schema-example/package.json | 2 +- examples/json-schema-fhir/package.json | 2 +- examples/json-schema-file-upload/package.json | 2 +- .../json-schema-subscriptions/package.json | 2 +- examples/mongoose-example/package.json | 2 +- examples/mysql-employees/package.json | 2 +- examples/mysql-rfam/package.json | 2 +- examples/neo4j-example/package.json | 2 +- examples/nextjs-apollo-example/package.json | 4 +- examples/nextjs-sdk-example/package.json | 4 +- examples/odata-microsoft/package.json | 2 +- .../package.json | 4 +- .../odata-msgraph-programmatic/package.json | 4 +- examples/odata-trippin/package.json | 2 +- examples/openapi-javascript-wiki/package.json | 2 +- .../openapi-location-weather/package.json | 2 +- examples/openapi-meilisearch/package.json | 2 +- .../openapi-react-weatherbit/package.json | 2 +- examples/openapi-stackexchange/package.json | 2 +- examples/openapi-stripe/package.json | 2 +- examples/openapi-subscriptions/package.json | 2 +- examples/openapi-youtrack/package.json | 2 +- examples/openwhisk-example/package.json | 2 +- examples/persisted-operations/package.json | 2 +- examples/postgres-geodb/package.json | 4 +- examples/programmatic-batching/package.json | 2 +- examples/reddit-example/package.json | 2 +- examples/response-cache/CHANGELOG.md | 7 + examples/response-cache/package.json | 4 +- examples/soap-country-info/package.json | 2 +- examples/soap-demo/package.json | 2 +- examples/soap-netsuite/package.json | 2 +- examples/spacex-cfw/package.json | 2 +- examples/sqlite-chinook/package.json | 2 +- examples/thrift-calculator/package.json | 2 +- .../package.json | 2 +- packages/legacy/cli/CHANGELOG.md | 8 ++ packages/legacy/cli/package.json | 4 +- packages/legacy/config/CHANGELOG.md | 7 + packages/legacy/config/package.json | 2 +- .../legacy/migrate-config-cli/CHANGELOG.md | 9 ++ .../legacy/migrate-config-cli/package.json | 6 +- yarn.lock | 122 +++++++++--------- 60 files changed, 155 insertions(+), 129 deletions(-) delete mode 100644 .changeset/small-peas-grow.md diff --git a/.changeset/small-peas-grow.md b/.changeset/small-peas-grow.md deleted file mode 100644 index 78084bd8e11a3..0000000000000 --- a/.changeset/small-peas-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/config': patch ---- - -Fix transform variable name diff --git a/examples/auth0/package.json b/examples/auth0/package.json index c55cef69d2aec..76ac3d1767047 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@graphql-mesh/plugin-operation-field-permissions": "0.103.9", "graphql": "16.10.0" diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index abd6ea5345d76..d26fd27801b8d 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.104.9", - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@graphql-mesh/plugin-response-cache": "0.103.9", "graphql": "16.10.0" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 87982a5be6a8f..17bb6ff4634f4 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/graphql": "0.103.10", "fastify": "5.2.0", "graphql": "16.10.0", diff --git a/examples/federation-example/gateway-supergraph/package.json b/examples/federation-example/gateway-supergraph/package.json index 24cc7db19c759..e857ac767ba32 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/supergraph": "0.9.10", "graphql": "16.10.0" } diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index 7209a7965b013..b417a3b664ab0 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/graphql": "0.103.10", "@graphql-mesh/transform-federation": "0.103.9", "graphql": "16.10.0" diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 0da8ca67ec2f7..8ed131e97900d 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@google-cloud/functions-framework": "3.4.3", - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@types/node": "22.10.2", "graphql": "16.10.0", diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index 7a711930b46c0..79c357c30fa0b 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/graphql": "0.103.10", "concurrently": "9.1.0", "graphql": "16.10.0", diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index 85c1245396a4d..ec66fb6f57928 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -10,7 +10,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/grpc": "0.106.9", "@graphql-mesh/transform-naming-convention": "0.103.11", "@grpc/grpc-js": "1.12.4", diff --git a/examples/grpc-reflection-example/package.json b/examples/grpc-reflection-example/package.json index 5ae8f0b90a5ea..6a5a5802c5e00 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/grpc": "0.106.9", "@graphql-mesh/transform-naming-convention": "0.103.11", "@grpc/grpc-js": "1.12.4", diff --git a/examples/hasura-openbrewery-geodb/package.json b/examples/hasura-openbrewery-geodb/package.json index 2ae6dd37f96b9..aa03963d92bd7 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "graphql": "16.10.0" } diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index df189a5afe609..14c2b546ee2cf 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@graphql-mesh/plugin-mock": "0.103.10", "graphql": "16.10.0" diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 0b8904cce47f7..c2983a7d9351d 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@graphql-mesh/plugin-mock": "0.103.10", "@graphql-yoga/plugin-sofa": "3.10.6", diff --git a/examples/hive-example/gateway/package.json b/examples/hive-example/gateway/package.json index 217fc3f88f235..aa132e50022ba 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "@graphql-mesh/plugin-hive": "0.103.9", "@graphql-mesh/transform-hive": "0.103.10", diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index 8964c4b4d22b9..0ebde564e0f58 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.4", - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "graphql": "16.10.0" } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 2cb2c2742f699..3bc520c17d7b3 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.4", - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "graphql": "16.10.0" } diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index 1a414c6102e22..eec1a13d68220 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/graphql": "0.103.10", "@graphql-mesh/json-schema": "0.108.9", "graphql": "16.10.0" diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index 6af25ffed821d..997b4332c5bd9 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@graphql-mesh/plugin-mock": "0.103.10", "@graphql-mesh/transform-naming-convention": "0.103.11", diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index e23d93141443c..02828e42a48aa 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "graphql": "16.10.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 82a56a064a05f..8da5b99b2adcc 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "fets": "0.8.4", "graphql": "16.10.0" diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index ffa688b9d072d..e11340f093b68 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@graphql-mesh/plugin-live-query": "0.103.9", "@whatwg-node/fetch": "^0.10.0", diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index 227c6955f025e..ce486ca85d083 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/mongoose": "0.103.9", "graphql": "16.10.0", "mongoose": "8.9.0" diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index 0f45634a87003..04485bbd5cf0a 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/mysql": "0.104.9", "graphql": "16.10.0" } diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index 1f9fc3a966316..80b9aebbc8a00 100644 --- a/examples/mysql-rfam/package.json +++ b/examples/mysql-rfam/package.json @@ -7,7 +7,7 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/mysql": "0.104.9", "graphql": "16.10.0" }, diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index 08d48abdffc65..ef028633e746f 100644 --- a/examples/neo4j-example/package.json +++ b/examples/neo4j-example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.103.10", - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/neo4j": "0.105.9", "graphql": "16.10.0" }, diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index 2eadd04493f44..2b505cef26225 100644 --- a/examples/nextjs-apollo-example/package.json +++ b/examples/nextjs-apollo-example/package.json @@ -10,8 +10,8 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", - "@graphql-mesh/config": "0.106.13", + "@graphql-mesh/cli": "0.98.14", + "@graphql-mesh/config": "0.106.14", "@graphql-mesh/openapi": "0.108.11", "@graphql-mesh/runtime": "0.105.9", "apollo-server-micro": "3.13.0", diff --git a/examples/nextjs-sdk-example/package.json b/examples/nextjs-sdk-example/package.json index a1f361740b8ac..7edc43c355f4d 100644 --- a/examples/nextjs-sdk-example/package.json +++ b/examples/nextjs-sdk-example/package.json @@ -11,8 +11,8 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", - "@graphql-mesh/config": "0.106.13", + "@graphql-mesh/cli": "0.98.14", + "@graphql-mesh/config": "0.106.14", "@graphql-mesh/openapi": "0.108.11", "@graphql-mesh/runtime": "0.105.9", "apollo-server-micro": "3.13.0", diff --git a/examples/odata-microsoft/package.json b/examples/odata-microsoft/package.json index 6caf7120ad2bc..71d9c791df457 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/odata": "0.105.9", "cross-env": "7.0.3", "graphql": "16.10.0" diff --git a/examples/odata-msgraph-programmatic-ts/package.json b/examples/odata-msgraph-programmatic-ts/package.json index af2eba1380aad..b6b3187e15aec 100644 --- a/examples/odata-msgraph-programmatic-ts/package.json +++ b/examples/odata-msgraph-programmatic-ts/package.json @@ -7,8 +7,8 @@ "start": "ts-node src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", - "@graphql-mesh/config": "0.106.13", + "@graphql-mesh/cli": "0.98.14", + "@graphql-mesh/config": "0.106.14", "@graphql-mesh/odata": "0.105.9", "@graphql-mesh/runtime": "0.105.9", "graphql": "16.10.0", diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index 92cdcdcd2e8fc..05d5e2b4d7fed 100644 --- a/examples/odata-msgraph-programmatic/package.json +++ b/examples/odata-msgraph-programmatic/package.json @@ -8,8 +8,8 @@ "start": "node index.js" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", - "@graphql-mesh/config": "0.106.13", + "@graphql-mesh/cli": "0.98.14", + "@graphql-mesh/config": "0.106.14", "@graphql-mesh/odata": "0.105.9", "@graphql-mesh/runtime": "0.105.9", "graphql": "16.10.0" diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index 804a50775e96d..62a6f5f8ba8b2 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/odata": "0.105.9", "graphql": "16.10.0" } diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index bc9754de4a5b2..28ff5de337a21 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "graphql": "16.10.0", "moment": "2.30.1", diff --git a/examples/openapi-location-weather/package.json b/examples/openapi-location-weather/package.json index d3727e3e76483..3b2fbfda5eebe 100644 --- a/examples/openapi-location-weather/package.json +++ b/examples/openapi-location-weather/package.json @@ -6,7 +6,7 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "@graphql-mesh/plugin-response-cache": "0.103.9", "@graphql-mesh/runtime": "0.105.9", diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index 016ac5f694ff5..1b8d55ed0c90a 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "graphql": "16.10.0" } diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 4d1c2832ebce7..4b81a0611148a 100644 --- a/examples/openapi-react-weatherbit/package.json +++ b/examples/openapi-react-weatherbit/package.json @@ -15,7 +15,7 @@ "react-dom": "19.0.0" }, "devDependencies": { - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@types/react": "19.0.1", "@types/react-dom": "19.0.2", "@vitejs/plugin-react": "4.3.4", diff --git a/examples/openapi-stackexchange/package.json b/examples/openapi-stackexchange/package.json index f46d0e513c0cc..6f270b50ef668 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "graphql": "16.10.0" } diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index 52b955038af9e..92fb527334e8c 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "graphql": "16.10.0" } diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 7f4dc19062199..b079fee2bff42 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "@whatwg-node/fetch": "^0.10.0", "concurrently": "9.1.0", diff --git a/examples/openapi-youtrack/package.json b/examples/openapi-youtrack/package.json index 2e491e988338a..265cbb6c79d41 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "@graphql-mesh/transform-resolvers-composition": "0.103.9", "graphql": "16.10.0", diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index 951f36cbbf193..d36ac9d6a40d8 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/graphql": "0.103.10", "esbuild": "^0.24.0", "graphql": "16.10.0", diff --git a/examples/persisted-operations/package.json b/examples/persisted-operations/package.json index 7226b19c7f19e..ac1f6aaea1d5d 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9", "@graphql-mesh/plugin-mock": "0.103.10", "@graphql-yoga/plugin-sofa": "3.10.6", diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index 490b896121561..9f4c481eceddb 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.103.10", - "@graphql-mesh/cli": "0.98.13", - "@graphql-mesh/config": "0.106.13", + "@graphql-mesh/cli": "0.98.14", + "@graphql-mesh/config": "0.106.14", "@graphql-mesh/graphql": "0.103.10", "@graphql-mesh/postgraphile": "0.103.9", "@graphql-mesh/runtime": "0.105.9", diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index c8fc3472adaf1..6424227402461 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/openapi": "0.108.11", "@sinclair/typebox": "0.34.11", "fets": "0.8.4", diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index 7416e4751f72c..a050599186a2c 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/json-schema": "0.108.9" } } diff --git a/examples/response-cache/CHANGELOG.md b/examples/response-cache/CHANGELOG.md index da8c02da1c281..4188a9a09a920 100644 --- a/examples/response-cache/CHANGELOG.md +++ b/examples/response-cache/CHANGELOG.md @@ -1,5 +1,12 @@ # example-response-cache +## 0.4.14 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.98.14 + ## 0.4.13 ### Patch Changes diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 83d876e84ba79..cb86c2aa8b9b0 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "example-response-cache", - "version": "0.4.13", + "version": "0.4.14", "license": "MIT", "private": true, "scripts": { @@ -9,7 +9,7 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.13", + "@graphql-mesh/cli": "^0.98.14", "@graphql-mesh/json-schema": "^0.108.9", "@graphql-mesh/plugin-mock": "^0.103.10", "graphql": "16.10.0" diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index 5c7abb761f4ef..90d51c98fe45b 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/plugin-snapshot": "0.103.9", "@graphql-mesh/soap": "0.105.9", "graphql": "16.10.0" diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index 194fd27b8e068..3c847f6b1000d 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/soap": "0.105.9", "graphql": "16.10.0" }, diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index 07558fd9d1f2a..08096324c72ac 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/soap": "0.105.9", "graphql": "16.10.0" }, diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 0d4ecaf9de8d3..34014b514bbb9 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.104.9", - "@graphql-mesh/cli": "0.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/graphql": "0.103.10", "@graphql-mesh/plugin-rate-limit": "0.103.9", "@graphql-mesh/plugin-response-cache": "0.103.9", diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index 9f3b4dcf49892..44d9983cdc853 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/tuql": "0.104.9", "graphql": "16.10.0" }, diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index 0104034d6c01c..9a69622286a18 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/thrift": "0.105.9", "express": "4.21.2", "graphql": "16.10.0", diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index 10022c1b19df1..7719b0b10a6ed 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.98.13", + "@graphql-mesh/cli": "0.98.14", "@graphql-mesh/graphql": "0.103.10", "@graphql-mesh/transform-rename": "0.103.10", "@graphql-mesh/transform-type-merging": "0.103.9", diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index d1c948a510431..4edff664428a4 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/cli +## 0.98.14 + +### Patch Changes + +- Updated dependencies + [[`6991fe3`](https://github.com/ardatan/graphql-mesh/commit/6991fe321181dba401e081d26d268e1d2d346ed6)]: + - @graphql-mesh/config@0.106.14 + ## 0.98.13 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index f836b4aa5ddae..1bb31920ec485 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.98.13", + "version": "0.98.14", "type": "module", "repository": { "type": "git", @@ -47,7 +47,7 @@ "@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.106.13", + "@graphql-mesh/config": "^0.106.14", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/http": "^0.105.9", "@graphql-mesh/include": "^0.2.8", diff --git a/packages/legacy/config/CHANGELOG.md b/packages/legacy/config/CHANGELOG.md index 625c1440d3540..f3d730684ae54 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/config +## 0.106.14 + +### Patch Changes + +- [`6991fe3`](https://github.com/ardatan/graphql-mesh/commit/6991fe321181dba401e081d26d268e1d2d346ed6) + Thanks [@ardatan](https://github.com/ardatan)! - Fix transform variable name + ## 0.106.13 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index 0c2ceb275358a..338268549e726 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.106.13", + "version": "0.106.14", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 34d31ee518be8..fc1031ff962e2 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/migrate-config-cli +## 1.4.6 + +### Patch Changes + +- Updated dependencies + [[`6991fe3`](https://github.com/ardatan/graphql-mesh/commit/6991fe321181dba401e081d26d268e1d2d346ed6)]: + - @graphql-mesh/config@0.106.14 + - @graphql-mesh/cli@0.98.14 + ## 1.4.5 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 51eecae5b6aa3..470dac73b3a1b 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.4.5", + "version": "1.4.6", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.13", + "@graphql-mesh/cli": "^0.98.14", "@graphql-mesh/compose-cli": "^1.3.2", - "@graphql-mesh/config": "^0.106.13", + "@graphql-mesh/config": "^0.106.14", "@graphql-mesh/types": "^0.103.9", "@graphql-mesh/utils": "^0.103.9", "lodash.kebabcase": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index b1c4e9d9585a4..6baea3d946d03 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4624,7 +4624,7 @@ __metadata: resolution: "@examples/auth0@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.9" graphql: "npm:16.10.0" @@ -4637,7 +4637,7 @@ __metadata: resolution: "@examples/cloudflare-workers@workspace:examples/cloudflare-workers" dependencies: "@graphql-mesh/cache-cfw-kv": "npm:0.104.9" - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@graphql-mesh/plugin-response-cache": "npm:0.103.9" graphql: "npm:16.10.0" @@ -4649,7 +4649,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/graphql": "npm:0.103.10" fastify: "npm:5.2.0" graphql: "npm:16.10.0" @@ -4663,7 +4663,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.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/supergraph": "npm:0.9.10" graphql: "npm:16.10.0" languageName: unknown @@ -4673,7 +4673,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/federation-example-gateway@workspace:examples/federation-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/graphql": "npm:0.103.10" "@graphql-mesh/transform-federation": "npm:0.103.9" graphql: "npm:16.10.0" @@ -4758,7 +4758,7 @@ __metadata: resolution: "@examples/gcp-functions@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.3" - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@types/node": "npm:22.10.2" graphql: "npm:16.10.0" @@ -4793,7 +4793,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.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/graphql": "npm:0.103.10" concurrently: "npm:9.1.0" graphql: "npm:16.10.0" @@ -4810,7 +4810,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/grpc": "npm:0.106.9" "@graphql-mesh/transform-naming-convention": "npm:0.103.11" "@grpc/grpc-js": "npm:1.12.4" @@ -4829,7 +4829,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-reflection-example@workspace:examples/grpc-reflection-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/grpc": "npm:0.106.9" "@graphql-mesh/transform-naming-convention": "npm:0.103.11" "@grpc/grpc-js": "npm:1.12.4" @@ -4847,7 +4847,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hasura-openbrewery-geodb@workspace:examples/hasura-openbrewery-geodb" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" graphql: "npm:16.10.0" languageName: unknown @@ -4857,7 +4857,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world-esm@workspace:examples/hello-world-esm" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@graphql-mesh/plugin-mock": "npm:0.103.10" graphql: "npm:16.10.0" @@ -4871,7 +4871,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@graphql-mesh/plugin-mock": "npm:0.103.10" "@graphql-yoga/plugin-sofa": "npm:3.10.6" @@ -4884,7 +4884,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hive-example-gateway@workspace:examples/hive-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" "@graphql-mesh/plugin-hive": "npm:0.103.9" "@graphql-mesh/transform-hive": "npm:0.103.10" @@ -4897,7 +4897,7 @@ __metadata: resolution: "@examples/hive-example-sources-authors@workspace:examples/hive-example/sources/authors" dependencies: "@graphql-hive/cli": "npm:0.44.4" - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" fets: "npm:^0.8.0" graphql: "npm:16.10.0" @@ -4911,7 +4911,7 @@ __metadata: resolution: "@examples/hive-example-sources-books@workspace:examples/hive-example/sources/books" dependencies: "@graphql-hive/cli": "npm:0.44.4" - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" fets: "npm:^0.8.0" graphql: "npm:16.10.0" @@ -4924,7 +4924,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-covid@workspace:examples/json-schema-covid" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/graphql": "npm:0.103.10" "@graphql-mesh/json-schema": "npm:0.108.9" graphql: "npm:16.10.0" @@ -4936,7 +4936,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-example@workspace:examples/json-schema-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@graphql-mesh/plugin-mock": "npm:0.103.10" "@graphql-mesh/transform-naming-convention": "npm:0.103.11" @@ -4949,7 +4949,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-fhir@workspace:examples/json-schema-fhir" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.10.0" @@ -4963,7 +4963,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.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@types/node": "npm:22.10.2" concurrently: "npm:9.1.0" @@ -4978,7 +4978,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-subscriptions@workspace:examples/json-schema-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@graphql-mesh/plugin-live-query": "npm:0.103.9" "@whatwg-node/fetch": "npm:^0.10.0" @@ -4995,7 +4995,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/mongoose": "npm:0.103.9" graphql: "npm:16.10.0" jest: "npm:29.7.0" @@ -5007,7 +5007,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/mysql": "npm:0.104.9" graphql: "npm:16.10.0" languageName: unknown @@ -5017,7 +5017,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/mysql": "npm:0.104.9" graphql: "npm:16.10.0" jest: "npm:29.7.0" @@ -5029,7 +5029,7 @@ __metadata: resolution: "@examples/neo4j-example@workspace:examples/neo4j-example" dependencies: "@graphql-mesh/cache-file": "npm:0.103.10" - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/neo4j": "npm:0.105.9" graphql: "npm:16.10.0" languageName: unknown @@ -5039,8 +5039,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-apollo-example@workspace:examples/nextjs-apollo-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" - "@graphql-mesh/config": "npm:0.106.13" + "@graphql-mesh/cli": "npm:0.98.14" + "@graphql-mesh/config": "npm:0.106.14" "@graphql-mesh/openapi": "npm:0.108.11" "@graphql-mesh/runtime": "npm:0.105.9" "@types/react": "npm:19.0.1" @@ -5057,8 +5057,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-sdk-example@workspace:examples/nextjs-sdk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" - "@graphql-mesh/config": "npm:0.106.13" + "@graphql-mesh/cli": "npm:0.98.14" + "@graphql-mesh/config": "npm:0.106.14" "@graphql-mesh/openapi": "npm:0.108.11" "@graphql-mesh/runtime": "npm:0.105.9" "@types/react": "npm:19.0.1" @@ -5075,7 +5075,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-microsoft@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/odata": "npm:0.105.9" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" @@ -5086,8 +5086,8 @@ __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.98.13" - "@graphql-mesh/config": "npm:0.106.13" + "@graphql-mesh/cli": "npm:0.98.14" + "@graphql-mesh/config": "npm:0.106.14" "@graphql-mesh/odata": "npm:0.105.9" "@graphql-mesh/runtime": "npm:0.105.9" graphql: "npm:16.10.0" @@ -5099,8 +5099,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-msgraph-programmatic@workspace:examples/odata-msgraph-programmatic" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" - "@graphql-mesh/config": "npm:0.106.13" + "@graphql-mesh/cli": "npm:0.98.14" + "@graphql-mesh/config": "npm:0.106.14" "@graphql-mesh/odata": "npm:0.105.9" "@graphql-mesh/runtime": "npm:0.105.9" graphql: "npm:16.10.0" @@ -5111,7 +5111,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-trippin@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/odata": "npm:0.105.9" graphql: "npm:16.10.0" languageName: unknown @@ -5121,7 +5121,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-javascript-wiki@workspace:examples/openapi-javascript-wiki" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" graphql: "npm:16.10.0" moment: "npm:2.30.1" @@ -5133,7 +5133,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-location-weather@workspace:examples/openapi-location-weather" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" "@graphql-mesh/plugin-response-cache": "npm:0.103.9" "@graphql-mesh/runtime": "npm:0.105.9" @@ -5147,7 +5147,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" graphql: "npm:16.10.0" languageName: unknown @@ -5157,7 +5157,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-react-weatherbit@workspace:examples/openapi-react-weatherbit" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@types/react": "npm:19.0.1" "@types/react-dom": "npm:19.0.2" "@vitejs/plugin-react": "npm:4.3.4" @@ -5173,7 +5173,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" graphql: "npm:16.10.0" languageName: unknown @@ -5183,7 +5183,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" graphql: "npm:16.10.0" languageName: unknown @@ -5193,7 +5193,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" "@whatwg-node/fetch": "npm:^0.10.0" concurrently: "npm:9.1.0" @@ -5209,7 +5209,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" "@graphql-mesh/transform-resolvers-composition": "npm:0.103.9" graphql: "npm:16.10.0" @@ -5221,7 +5221,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/graphql": "npm:0.103.10" esbuild: "npm:^0.24.0" graphql: "npm:16.10.0" @@ -5233,7 +5233,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" "@graphql-mesh/plugin-mock": "npm:0.103.10" "@graphql-yoga/plugin-sofa": "npm:3.10.6" @@ -5247,8 +5247,8 @@ __metadata: resolution: "@examples/postgres-geodb@workspace:examples/postgres-geodb" dependencies: "@graphql-mesh/cache-file": "npm:0.103.10" - "@graphql-mesh/cli": "npm:0.98.13" - "@graphql-mesh/config": "npm:0.106.13" + "@graphql-mesh/cli": "npm:0.98.14" + "@graphql-mesh/config": "npm:0.106.14" "@graphql-mesh/graphql": "npm:0.103.10" "@graphql-mesh/postgraphile": "npm:0.103.9" "@graphql-mesh/runtime": "npm:0.105.9" @@ -5265,7 +5265,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/programmatic-batching@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/openapi": "npm:0.108.11" "@sinclair/typebox": "npm:0.34.11" concurrently: "npm:9.1.0" @@ -5280,7 +5280,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/json-schema": "npm:0.108.9" languageName: unknown linkType: soft @@ -5289,7 +5289,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-country-info@workspace:examples/soap-country-info" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/plugin-snapshot": "npm:0.103.9" "@graphql-mesh/soap": "npm:0.105.9" graphql: "npm:16.10.0" @@ -5300,7 +5300,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/soap": "npm:0.105.9" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" @@ -5311,7 +5311,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/soap": "npm:0.105.9" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" @@ -5324,7 +5324,7 @@ __metadata: dependencies: "@envelop/depth-limit": "npm:4.0.0" "@graphql-mesh/cache-cfw-kv": "npm:0.104.9" - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/graphql": "npm:0.103.10" "@graphql-mesh/plugin-rate-limit": "npm:0.103.9" "@graphql-mesh/plugin-response-cache": "npm:0.103.9" @@ -5337,7 +5337,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/sqlite-chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/tuql": "npm:0.104.9" graphql: "npm:16.10.0" languageName: unknown @@ -5350,7 +5350,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.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/thrift": "npm:0.105.9" concurrently: "npm:9.1.0" express: "npm:4.21.2" @@ -5365,7 +5365,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.98.13" + "@graphql-mesh/cli": "npm:0.98.14" "@graphql-mesh/graphql": "npm:0.103.10" "@graphql-mesh/transform-rename": "npm:0.103.10" "@graphql-mesh/transform-type-merging": "npm:0.103.9" @@ -6078,7 +6078,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.98.13, @graphql-mesh/cli@npm:^0.98.13, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.98.14, @graphql-mesh/cli@npm:^0.98.14, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -6088,7 +6088,7 @@ __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.106.13" + "@graphql-mesh/config": "npm:^0.106.14" "@graphql-mesh/cross-helpers": "npm:^0.4.9" "@graphql-mesh/http": "npm:^0.105.9" "@graphql-mesh/include": "npm:^0.2.8" @@ -6153,7 +6153,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.106.13, @graphql-mesh/config@npm:^0.106.13, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.106.14, @graphql-mesh/config@npm:^0.106.14, @graphql-mesh/config@workspace:packages/legacy/config": version: 0.0.0-use.local resolution: "@graphql-mesh/config@workspace:packages/legacy/config" dependencies: @@ -6386,9 +6386,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.98.13" + "@graphql-mesh/cli": "npm:^0.98.14" "@graphql-mesh/compose-cli": "npm:^1.3.2" - "@graphql-mesh/config": "npm:^0.106.13" + "@graphql-mesh/config": "npm:^0.106.14" "@graphql-mesh/types": "npm:^0.103.9" "@graphql-mesh/utils": "npm:^0.103.9" "@types/lodash.kebabcase": "npm:^4.1.9" @@ -20064,7 +20064,7 @@ __metadata: version: 0.0.0-use.local resolution: "example-response-cache@workspace:examples/response-cache" dependencies: - "@graphql-mesh/cli": "npm:^0.98.13" + "@graphql-mesh/cli": "npm:^0.98.14" "@graphql-mesh/json-schema": "npm:^0.108.9" "@graphql-mesh/plugin-mock": "npm:^0.103.10" graphql: "npm:16.10.0"