From c0fd4ad4f8809e70bf45596d112d0a3abf457dcc Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:48:42 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#8131) Co-authored-by: github-actions[bot] --- .changeset/shaggy-poets-bow.md | 6 - .changeset/two-adults-vanish.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 | 4 +- examples/grpc-reflection-example/package.json | 4 +- .../hasura-openbrewery-geodb/package.json | 2 +- examples/hello-world-esm/package.json | 4 +- examples/hello-world/package.json | 4 +- 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 | 6 +- 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 | 6 +- 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 | 4 +- examples/postgres-geodb/package.json | 6 +- examples/programmatic-batching/package.json | 2 +- examples/reddit-example/package.json | 2 +- examples/response-cache/CHANGELOG.md | 8 + examples/response-cache/package.json | 6 +- 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 | 4 +- packages/cache/inmemory-lru/CHANGELOG.md | 7 + packages/cache/inmemory-lru/package.json | 2 +- packages/cache/localforage/CHANGELOG.md | 8 + packages/cache/localforage/package.json | 4 +- packages/cache/redis/CHANGELOG.md | 8 + packages/cache/redis/package.json | 2 +- packages/legacy/cli/CHANGELOG.md | 7 + packages/legacy/cli/package.json | 4 +- packages/legacy/config/CHANGELOG.md | 7 + packages/legacy/config/package.json | 4 +- .../legacy/migrate-config-cli/CHANGELOG.md | 8 + .../legacy/migrate-config-cli/package.json | 6 +- packages/legacy/transforms/cache/CHANGELOG.md | 2 + packages/legacy/transforms/cache/package.json | 4 +- .../transforms/hoist-field/CHANGELOG.md | 2 + .../transforms/hoist-field/package.json | 4 +- .../transforms/naming-convention/CHANGELOG.md | 2 + .../transforms/naming-convention/package.json | 4 +- .../legacy/transforms/prefix/CHANGELOG.md | 2 + .../legacy/transforms/prefix/package.json | 4 +- .../legacy/transforms/rate-limit/CHANGELOG.md | 2 + .../legacy/transforms/rate-limit/package.json | 4 +- .../legacy/transforms/rename/CHANGELOG.md | 2 + .../legacy/transforms/rename/package.json | 4 +- .../transforms/replace-field/CHANGELOG.md | 2 + .../transforms/replace-field/package.json | 4 +- packages/plugins/mock/CHANGELOG.md | 2 + packages/plugins/mock/package.json | 4 +- yarn.lock | 180 +++++++++--------- 83 files changed, 255 insertions(+), 197 deletions(-) delete mode 100644 .changeset/shaggy-poets-bow.md delete mode 100644 .changeset/two-adults-vanish.md diff --git a/.changeset/shaggy-poets-bow.md b/.changeset/shaggy-poets-bow.md deleted file mode 100644 index 4ba77366bb4f2..0000000000000 --- a/.changeset/shaggy-poets-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-mesh/cache-redis': patch ---- - -Use `SCAN` instead of `KEYS` to avoid the error `ERR KEYS command is disabled because total -number of keys is too large, please use SCAN` diff --git a/.changeset/two-adults-vanish.md b/.changeset/two-adults-vanish.md deleted file mode 100644 index e74858b64c957..0000000000000 --- a/.changeset/two-adults-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/cache-inmemory-lru': patch ---- - -Use for-loop instead of `Array.from` diff --git a/examples/auth0/package.json b/examples/auth0/package.json index 7aad9122b984c..a3b83dee6b2b9 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-operation-field-permissions": "0.103.8", "graphql": "16.9.0" diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index ee38272fb1ae2..7eeb41f357c74 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.8", - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-response-cache": "0.103.8", "graphql": "16.9.0" diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 3493f47e6edc2..a96c18f868018 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/graphql": "0.103.9", "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 22858197c4a2b..ca4537fc20193 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/supergraph": "0.9.9", "graphql": "16.9.0" } diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index 2139d108844b1..96055ddfdda2a 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/transform-federation": "0.103.8", "graphql": "16.9.0" diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 588a9bd495c44..59730b1fcaf46 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.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", "@types/node": "22.10.2", "graphql": "16.9.0", diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index 7b7935cdfc992..2a67bc4069662 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/graphql": "0.103.9", "concurrently": "9.1.0", "graphql": "16.9.0", diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index c4980e2b85c50..c3c07b65798f8 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -10,9 +10,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/grpc": "0.106.8", - "@graphql-mesh/transform-naming-convention": "0.103.9", + "@graphql-mesh/transform-naming-convention": "0.103.10", "@grpc/grpc-js": "1.12.4", "@grpc/proto-loader": "0.7.13", "google-protobuf": "3.21.4", diff --git a/examples/grpc-reflection-example/package.json b/examples/grpc-reflection-example/package.json index 2db9ce9339d76..c5c9eb1b84b5d 100644 --- a/examples/grpc-reflection-example/package.json +++ b/examples/grpc-reflection-example/package.json @@ -10,9 +10,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/grpc": "0.106.8", - "@graphql-mesh/transform-naming-convention": "0.103.9", + "@graphql-mesh/transform-naming-convention": "0.103.10", "@grpc/grpc-js": "1.12.4", "@grpc/proto-loader": "0.7.13", "google-protobuf": "3.21.4", diff --git a/examples/hasura-openbrewery-geodb/package.json b/examples/hasura-openbrewery-geodb/package.json index 3e509ab00b3b5..188a28efbfac6 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", "graphql": "16.9.0" } diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index 3c3f56f2e6bff..966878cbd1e8f 100644 --- a/examples/hello-world-esm/package.json +++ b/examples/hello-world-esm/package.json @@ -10,9 +10,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", - "@graphql-mesh/plugin-mock": "0.103.8", + "@graphql-mesh/plugin-mock": "0.103.9", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 79b100287e2fd..4e223e6ecf15e 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,9 +7,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", - "@graphql-mesh/plugin-mock": "0.103.8", + "@graphql-mesh/plugin-mock": "0.103.9", "@graphql-yoga/plugin-sofa": "3.10.4", "graphql": "16.9.0" }, diff --git a/examples/hive-example/gateway/package.json b/examples/hive-example/gateway/package.json index 1ce846590d716..50fbde35dc357 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "@graphql-mesh/plugin-hive": "0.103.8", "@graphql-mesh/transform-hive": "0.103.9", diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index 8ab621deec99e..76957b25f9d51 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "graphql": "16.9.0" } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 473db09e968ad..83c68ae3432c5 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "graphql": "16.9.0" } diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index 508f867c4321c..fe4dd75455224 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/json-schema": "0.108.8", "graphql": "16.9.0" diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index 8ab7de95f4c4d..28760053d6e8b 100644 --- a/examples/json-schema-example/package.json +++ b/examples/json-schema-example/package.json @@ -9,10 +9,10 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", - "@graphql-mesh/plugin-mock": "0.103.8", - "@graphql-mesh/transform-naming-convention": "0.103.9", + "@graphql-mesh/plugin-mock": "0.103.9", + "@graphql-mesh/transform-naming-convention": "0.103.10", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index e210fd9c1676a..ca893f2d38572 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", "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 809773739f436..ae7b63866efb4 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", "fets": "0.8.4", "graphql": "16.9.0" diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index 19373975ff6d4..1bb132ec25ad2 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", "@graphql-mesh/plugin-live-query": "0.103.8", "@whatwg-node/fetch": "^0.10.0", diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index 4d4cb7a2b4b62..ac6e244094f80 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/mongoose": "0.103.8", "graphql": "16.9.0", "mongoose": "8.8.4" diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index bad634ebfc415..90b90333e2aa7 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/mysql": "0.104.8", "graphql": "16.9.0" } diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index e480bf029c83c..cf4f05a4729f5 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/mysql": "0.104.8", "graphql": "16.9.0" }, diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index 33e8578bd5f58..e1927ba91bcf5 100644 --- a/examples/neo4j-example/package.json +++ b/examples/neo4j-example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.103.9", - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/neo4j": "0.105.8", "graphql": "16.9.0" }, diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index 5c47f6869804c..53a74348d1a97 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.9", - "@graphql-mesh/config": "0.106.9", + "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/config": "0.106.10", "@graphql-mesh/openapi": "0.108.8", "@graphql-mesh/runtime": "0.105.8", "apollo-server-micro": "3.13.0", diff --git a/examples/nextjs-sdk-example/package.json b/examples/nextjs-sdk-example/package.json index 0b245b2311a26..30b9e27efa6f6 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.9", - "@graphql-mesh/config": "0.106.9", + "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/config": "0.106.10", "@graphql-mesh/openapi": "0.108.8", "@graphql-mesh/runtime": "0.105.8", "apollo-server-micro": "3.13.0", diff --git a/examples/odata-microsoft/package.json b/examples/odata-microsoft/package.json index eb828d79ac4f9..8cca46ffc07b6 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/odata": "0.105.8", "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 447427f65cb0f..183d79bc57eef 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.9", - "@graphql-mesh/config": "0.106.9", + "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/config": "0.106.10", "@graphql-mesh/odata": "0.105.8", "@graphql-mesh/runtime": "0.105.8", "graphql": "16.9.0", diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index d7085c4ecb05c..d82b40bd6fdad 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.9", - "@graphql-mesh/config": "0.106.9", + "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/config": "0.106.10", "@graphql-mesh/odata": "0.105.8", "@graphql-mesh/runtime": "0.105.8", "graphql": "16.9.0" diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index 5ace61ac5fc06..e46b82f8fd412 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/odata": "0.105.8", "graphql": "16.9.0" } diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index a02d5349e0ac6..8409319838a22 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "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 fdf74b6b2474f..44d70f40a128d 100644 --- a/examples/openapi-location-weather/package.json +++ b/examples/openapi-location-weather/package.json @@ -6,12 +6,12 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "@graphql-mesh/plugin-response-cache": "0.103.8", "@graphql-mesh/runtime": "0.105.8", - "@graphql-mesh/transform-cache": "0.103.8", - "@graphql-mesh/transform-rename": "0.103.8", + "@graphql-mesh/transform-cache": "0.103.9", + "@graphql-mesh/transform-rename": "0.103.9", "graphql": "16.9.0" } } diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index eef770b237e9c..9dc158eabc371 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "graphql": "16.9.0" } diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 75eb298052869..5d4fa18ac6a5c 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.9", + "@graphql-mesh/cli": "0.98.10", "@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 791068b284b35..3d06eade4ccfc 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "graphql": "16.9.0" } diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index 2720535c6329a..a27db857ae541 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "graphql": "16.9.0" } diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 64ad3bd9b44c8..01c3490945a3d 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "@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 8598fbf3d8d31..7e2e295e2f4b6 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "@graphql-mesh/transform-resolvers-composition": "0.103.8", "graphql": "16.9.0", diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index 3973ea140c675..9a85a6b8c3952 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/graphql": "0.103.9", "esbuild": "^0.24.0", "graphql": "16.9.0", diff --git a/examples/persisted-operations/package.json b/examples/persisted-operations/package.json index e2d96b390d0e7..168ffc838e4a6 100644 --- a/examples/persisted-operations/package.json +++ b/examples/persisted-operations/package.json @@ -8,9 +8,9 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8", - "@graphql-mesh/plugin-mock": "0.103.8", + "@graphql-mesh/plugin-mock": "0.103.9", "@graphql-yoga/plugin-sofa": "3.10.4", "graphql": "16.9.0" }, diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index cc2455ceca4ce..c416b47b266b2 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -9,12 +9,12 @@ }, "dependencies": { "@graphql-mesh/cache-file": "0.103.9", - "@graphql-mesh/cli": "0.98.9", - "@graphql-mesh/config": "0.106.9", + "@graphql-mesh/cli": "0.98.10", + "@graphql-mesh/config": "0.106.10", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/postgraphile": "0.103.8", "@graphql-mesh/runtime": "0.105.8", - "@graphql-mesh/transform-prefix": "0.103.9", + "@graphql-mesh/transform-prefix": "0.103.10", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index c605946cd94fe..9e8bcf7036b7a 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/openapi": "0.108.8", "@sinclair/typebox": "0.34.11", "fets": "0.8.4", diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index bf7975d125264..70e4c2771ed1a 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/json-schema": "0.108.8" } } diff --git a/examples/response-cache/CHANGELOG.md b/examples/response-cache/CHANGELOG.md index d811437cba937..9ad6032c20a5d 100644 --- a/examples/response-cache/CHANGELOG.md +++ b/examples/response-cache/CHANGELOG.md @@ -1,5 +1,13 @@ # example-response-cache +## 0.4.10 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/plugin-mock@0.103.9 + - @graphql-mesh/cli@0.98.10 + ## 0.4.9 ### Patch Changes diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 2d3333f0485c6..5e7ce62631d23 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "example-response-cache", - "version": "0.4.9", + "version": "0.4.10", "license": "MIT", "private": true, "scripts": { @@ -9,9 +9,9 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.9", + "@graphql-mesh/cli": "^0.98.10", "@graphql-mesh/json-schema": "^0.108.8", - "@graphql-mesh/plugin-mock": "^0.103.8", + "@graphql-mesh/plugin-mock": "^0.103.9", "graphql": "16.9.0" } } diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index d0a0b39aab831..eff61cab3b390 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/plugin-snapshot": "0.103.8", "@graphql-mesh/soap": "0.105.8", "graphql": "16.9.0" diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index c8586beb05f6f..4d4648582161e 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/soap": "0.105.8", "graphql": "16.9.0" }, diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index fad00ba269c64..5bad408f45c08 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/soap": "0.105.8", "graphql": "16.9.0" }, diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index c9d3f5d748923..a4a20f231de36 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.8", - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/graphql": "0.103.9", "@graphql-mesh/plugin-rate-limit": "0.103.8", "@graphql-mesh/plugin-response-cache": "0.103.8", diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index b63215bbbedca..a288288a3ca29 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/tuql": "0.104.8", "graphql": "16.9.0" }, diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index 1f182c2743bb8..20f5131ccffef 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.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/thrift": "0.105.8", "express": "4.21.2", "graphql": "16.9.0", diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index dc7a4085a6b8f..ca1edd65a985c 100644 --- a/examples/type-merging-batching-example/package.json +++ b/examples/type-merging-batching-example/package.json @@ -5,9 +5,9 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.9", + "@graphql-mesh/cli": "0.98.10", "@graphql-mesh/graphql": "0.103.9", - "@graphql-mesh/transform-rename": "0.103.8", + "@graphql-mesh/transform-rename": "0.103.9", "@graphql-mesh/transform-type-merging": "0.103.8", "graphql": "16.9.0" } diff --git a/packages/cache/inmemory-lru/CHANGELOG.md b/packages/cache/inmemory-lru/CHANGELOG.md index acc6a12e52c04..84919f1c759c6 100644 --- a/packages/cache/inmemory-lru/CHANGELOG.md +++ b/packages/cache/inmemory-lru/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/cache-inmemory-lru +## 0.0.4 + +### Patch Changes + +- [`354cdbd`](https://github.com/ardatan/graphql-mesh/commit/354cdbd2cf265a83874d9c1efa88caef568bf1c5) + Thanks [@ardatan](https://github.com/ardatan)! - Use for-loop instead of `Array.from` + ## 0.0.3 ### Patch Changes diff --git a/packages/cache/inmemory-lru/package.json b/packages/cache/inmemory-lru/package.json index c8fb48b9fd722..dff53899aa82d 100644 --- a/packages/cache/inmemory-lru/package.json +++ b/packages/cache/inmemory-lru/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-inmemory-lru", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "repository": { "type": "git", diff --git a/packages/cache/localforage/CHANGELOG.md b/packages/cache/localforage/CHANGELOG.md index 484efbfe434f6..d05b4645c18e0 100644 --- a/packages/cache/localforage/CHANGELOG.md +++ b/packages/cache/localforage/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/cache-localforage +## 0.103.9 + +### Patch Changes + +- Updated dependencies + [[`354cdbd`](https://github.com/ardatan/graphql-mesh/commit/354cdbd2cf265a83874d9c1efa88caef568bf1c5)]: + - @graphql-mesh/cache-inmemory-lru@0.0.4 + ## 0.103.8 ### Patch Changes diff --git a/packages/cache/localforage/package.json b/packages/cache/localforage/package.json index 331c337abee99..56be85764b628 100644 --- a/packages/cache/localforage/package.json +++ b/packages/cache/localforage/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-localforage", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", @@ -35,7 +35,7 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/cache-inmemory-lru": "^0.0.3", + "@graphql-mesh/cache-inmemory-lru": "^0.0.4", "@graphql-mesh/types": "^0.103.8", "@graphql-mesh/utils": "^0.103.8", "localforage": "1.10.0", diff --git a/packages/cache/redis/CHANGELOG.md b/packages/cache/redis/CHANGELOG.md index ad776d786453e..2927afe4a7c5b 100644 --- a/packages/cache/redis/CHANGELOG.md +++ b/packages/cache/redis/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/cache-redis +## 0.103.9 + +### Patch Changes + +- [`e58b4ac`](https://github.com/ardatan/graphql-mesh/commit/e58b4acc19e0bc53c0c27727c9033ecdbe8b9a36) + Thanks [@ardatan](https://github.com/ardatan)! - Use `SCAN` instead of `KEYS` to avoid the error + `ERR KEYS command is disabled because total number of keys is too large, please use SCAN` + ## 0.103.8 ### Patch Changes diff --git a/packages/cache/redis/package.json b/packages/cache/redis/package.json index 4d1e17ee17b96..7b74b0a0a64e4 100644 --- a/packages/cache/redis/package.json +++ b/packages/cache/redis/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-redis", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index 5c41e470e584c..c9587d1dfa8ef 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/cli +## 0.98.10 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/config@0.106.10 + ## 0.98.9 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index a57cfb10de11e..ad19ff2fb127b 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.98.9", + "version": "0.98.10", "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.9", + "@graphql-mesh/config": "^0.106.10", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/http": "^0.105.8", "@graphql-mesh/include": "^0.2.7", diff --git a/packages/legacy/config/CHANGELOG.md b/packages/legacy/config/CHANGELOG.md index 2ffd5161a7977..9b3ad3df96316 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/config +## 0.106.10 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cache-localforage@0.103.9 + ## 0.106.9 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index 173884c12168a..ad8e17dd08624 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.106.9", + "version": "0.106.10", "type": "module", "repository": { "type": "git", @@ -36,7 +36,7 @@ }, "dependencies": { "@envelop/core": "^5.0.0", - "@graphql-mesh/cache-localforage": "^0.103.8", + "@graphql-mesh/cache-localforage": "^0.103.9", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/merger-bare": "^0.104.9", "@graphql-mesh/merger-stitching": "^0.104.8", diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 2febd7add0d7b..d8eaf619592f6 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/migrate-config-cli +## 1.4.2 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/config@0.106.10 + - @graphql-mesh/cli@0.98.10 + ## 1.4.1 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 9167827f565c9..12051130508cf 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.1", + "version": "1.4.2", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.9", + "@graphql-mesh/cli": "^0.98.10", "@graphql-mesh/compose-cli": "^1.3.1", - "@graphql-mesh/config": "^0.106.9", + "@graphql-mesh/config": "^0.106.10", "@graphql-mesh/types": "^0.103.8", "@graphql-mesh/utils": "^0.103.8", "lodash.kebabcase": "^4.1.1", diff --git a/packages/legacy/transforms/cache/CHANGELOG.md b/packages/legacy/transforms/cache/CHANGELOG.md index 6f0fb78ca4633..8dfc58bf39b03 100644 --- a/packages/legacy/transforms/cache/CHANGELOG.md +++ b/packages/legacy/transforms/cache/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/transform-cache +## 0.103.9 + ## 0.103.8 ### Patch Changes diff --git a/packages/legacy/transforms/cache/package.json b/packages/legacy/transforms/cache/package.json index 317af3be13a3f..9c00e116cbfce 100644 --- a/packages/legacy/transforms/cache/package.json +++ b/packages/legacy/transforms/cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-cache", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", @@ -46,7 +46,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.8" + "@graphql-mesh/cache-localforage": "0.103.9" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/hoist-field/CHANGELOG.md b/packages/legacy/transforms/hoist-field/CHANGELOG.md index a4ae623465040..3152eaa98d4d8 100644 --- a/packages/legacy/transforms/hoist-field/CHANGELOG.md +++ b/packages/legacy/transforms/hoist-field/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/transform-hoist-field +## 0.103.9 + ## 0.103.8 ### Patch Changes diff --git a/packages/legacy/transforms/hoist-field/package.json b/packages/legacy/transforms/hoist-field/package.json index b266feebaa895..724e64c8b8bf5 100644 --- a/packages/legacy/transforms/hoist-field/package.json +++ b/packages/legacy/transforms/hoist-field/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-hoist-field", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", @@ -42,7 +42,7 @@ "@graphql-tools/wrap": "^10.0.12" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.8" + "@graphql-mesh/cache-localforage": "0.103.9" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/naming-convention/CHANGELOG.md b/packages/legacy/transforms/naming-convention/CHANGELOG.md index f78a076764b3b..401c82b7e0235 100644 --- a/packages/legacy/transforms/naming-convention/CHANGELOG.md +++ b/packages/legacy/transforms/naming-convention/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/transform-naming-convention +## 0.103.10 + ## 0.103.9 ### Patch Changes diff --git a/packages/legacy/transforms/naming-convention/package.json b/packages/legacy/transforms/naming-convention/package.json index 1734fa4a773b6..bc9b05151374a 100644 --- a/packages/legacy/transforms/naming-convention/package.json +++ b/packages/legacy/transforms/naming-convention/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-naming-convention", - "version": "0.103.9", + "version": "0.103.10", "type": "module", "repository": { "type": "git", @@ -47,7 +47,7 @@ "upper-case": "^2.0.2" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "^0.103.8", + "@graphql-mesh/cache-localforage": "^0.103.9", "@graphql-tools/schema": "10.0.11" }, "publishConfig": { diff --git a/packages/legacy/transforms/prefix/CHANGELOG.md b/packages/legacy/transforms/prefix/CHANGELOG.md index c1117df4767ac..5cdf3c5c05cae 100644 --- a/packages/legacy/transforms/prefix/CHANGELOG.md +++ b/packages/legacy/transforms/prefix/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/transform-prefix +## 0.103.10 + ## 0.103.9 ### Patch Changes diff --git a/packages/legacy/transforms/prefix/package.json b/packages/legacy/transforms/prefix/package.json index 1836f0440b28a..1c9372cd0fda7 100644 --- a/packages/legacy/transforms/prefix/package.json +++ b/packages/legacy/transforms/prefix/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-prefix", - "version": "0.103.9", + "version": "0.103.10", "type": "module", "repository": { "type": "git", @@ -44,7 +44,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.8", + "@graphql-mesh/cache-localforage": "0.103.9", "@graphql-tools/schema": "10.0.11" }, "publishConfig": { diff --git a/packages/legacy/transforms/rate-limit/CHANGELOG.md b/packages/legacy/transforms/rate-limit/CHANGELOG.md index 778f1e6eebd6f..7fd64413d3296 100644 --- a/packages/legacy/transforms/rate-limit/CHANGELOG.md +++ b/packages/legacy/transforms/rate-limit/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/transform-rate-limit +## 0.103.9 + ## 0.103.8 ### Patch Changes diff --git a/packages/legacy/transforms/rate-limit/package.json b/packages/legacy/transforms/rate-limit/package.json index 79cc9487c00c1..a414e7435ae36 100644 --- a/packages/legacy/transforms/rate-limit/package.json +++ b/packages/legacy/transforms/rate-limit/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-rate-limit", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", @@ -44,7 +44,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.8", + "@graphql-mesh/cache-localforage": "0.103.9", "@graphql-tools/schema": "10.0.11", "@graphql-tools/wrap": "10.0.25" }, diff --git a/packages/legacy/transforms/rename/CHANGELOG.md b/packages/legacy/transforms/rename/CHANGELOG.md index 6f4fcd3c63bd1..73e26868070bf 100644 --- a/packages/legacy/transforms/rename/CHANGELOG.md +++ b/packages/legacy/transforms/rename/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/transform-rename +## 0.103.9 + ## 0.103.8 ### Patch Changes diff --git a/packages/legacy/transforms/rename/package.json b/packages/legacy/transforms/rename/package.json index 461db6acc6b83..c4d28375eaf2a 100644 --- a/packages/legacy/transforms/rename/package.json +++ b/packages/legacy/transforms/rename/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-rename", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", @@ -44,7 +44,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.8", + "@graphql-mesh/cache-localforage": "0.103.9", "@graphql-tools/schema": "10.0.11" }, "publishConfig": { diff --git a/packages/legacy/transforms/replace-field/CHANGELOG.md b/packages/legacy/transforms/replace-field/CHANGELOG.md index 17e25fd3c8cfd..57bf40affebac 100644 --- a/packages/legacy/transforms/replace-field/CHANGELOG.md +++ b/packages/legacy/transforms/replace-field/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/replace-field +## 0.103.9 + ## 0.103.8 ### Patch Changes diff --git a/packages/legacy/transforms/replace-field/package.json b/packages/legacy/transforms/replace-field/package.json index 6ce7a10fd8a59..57b8540f50b8d 100644 --- a/packages/legacy/transforms/replace-field/package.json +++ b/packages/legacy/transforms/replace-field/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-replace-field", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", @@ -44,7 +44,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.8", + "@graphql-mesh/cache-localforage": "0.103.9", "@graphql-tools/schema": "10.0.11" }, "publishConfig": { diff --git a/packages/plugins/mock/CHANGELOG.md b/packages/plugins/mock/CHANGELOG.md index 395678b8a8a47..b991c0327deab 100644 --- a/packages/plugins/mock/CHANGELOG.md +++ b/packages/plugins/mock/CHANGELOG.md @@ -1,5 +1,7 @@ # @graphql-mesh/plugin-mock +## 0.103.9 + ## 0.103.8 ### Patch Changes diff --git a/packages/plugins/mock/package.json b/packages/plugins/mock/package.json index 00f9ccf17051d..bc757710aa199 100644 --- a/packages/plugins/mock/package.json +++ b/packages/plugins/mock/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-mock", - "version": "0.103.8", + "version": "0.103.9", "type": "module", "repository": { "type": "git", @@ -48,7 +48,7 @@ }, "devDependencies": { "@envelop/core": "5.0.2", - "@graphql-mesh/cache-localforage": "0.103.8", + "@graphql-mesh/cache-localforage": "0.103.9", "@types/faker": "5.5.9" }, "publishConfig": { diff --git a/yarn.lock b/yarn.lock index c5db88973b33a..497f98f2f0e7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4638,7 +4638,7 @@ __metadata: resolution: "@examples/auth0@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.8" graphql: "npm:16.9.0" @@ -4651,7 +4651,7 @@ __metadata: resolution: "@examples/cloudflare-workers@workspace:examples/cloudflare-workers" dependencies: "@graphql-mesh/cache-cfw-kv": "npm:0.104.8" - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-response-cache": "npm:0.103.8" graphql: "npm:16.9.0" @@ -4663,7 +4663,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/graphql": "npm:0.103.9" fastify: "npm:5.1.0" graphql: "npm:16.9.0" @@ -4677,7 +4677,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/supergraph": "npm:0.9.9" graphql: "npm:16.9.0" languageName: unknown @@ -4687,7 +4687,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/transform-federation": "npm:0.103.8" graphql: "npm:16.9.0" @@ -4772,7 +4772,7 @@ __metadata: resolution: "@examples/gcp-functions@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.2" - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" "@types/node": "npm:22.10.2" graphql: "npm:16.9.0" @@ -4807,7 +4807,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/graphql": "npm:0.103.9" concurrently: "npm:9.1.0" graphql: "npm:16.9.0" @@ -4824,9 +4824,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/grpc": "npm:0.106.8" - "@graphql-mesh/transform-naming-convention": "npm:0.103.9" + "@graphql-mesh/transform-naming-convention": "npm:0.103.10" "@grpc/grpc-js": "npm:1.12.4" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:9.1.0" @@ -4843,9 +4843,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-reflection-example@workspace:examples/grpc-reflection-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/grpc": "npm:0.106.8" - "@graphql-mesh/transform-naming-convention": "npm:0.103.9" + "@graphql-mesh/transform-naming-convention": "npm:0.103.10" "@grpc/grpc-js": "npm:1.12.4" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:9.1.0" @@ -4861,7 +4861,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" graphql: "npm:16.9.0" languageName: unknown @@ -4871,9 +4871,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world-esm@workspace:examples/hello-world-esm" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" - "@graphql-mesh/plugin-mock": "npm:0.103.8" + "@graphql-mesh/plugin-mock": "npm:0.103.9" graphql: "npm:16.9.0" jest: "npm:29.7.0" ts-node: "npm:^10.9.2" @@ -4885,9 +4885,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" - "@graphql-mesh/plugin-mock": "npm:0.103.8" + "@graphql-mesh/plugin-mock": "npm:0.103.9" "@graphql-yoga/plugin-sofa": "npm:3.10.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -4898,7 +4898,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" "@graphql-mesh/plugin-hive": "npm:0.103.8" "@graphql-mesh/transform-hive": "npm:0.103.9" @@ -4911,7 +4911,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" fets: "npm:^0.8.0" graphql: "npm:16.9.0" @@ -4925,7 +4925,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" fets: "npm:^0.8.0" graphql: "npm:16.9.0" @@ -4938,7 +4938,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/json-schema": "npm:0.108.8" graphql: "npm:16.9.0" @@ -4950,10 +4950,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-example@workspace:examples/json-schema-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" - "@graphql-mesh/plugin-mock": "npm:0.103.8" - "@graphql-mesh/transform-naming-convention": "npm:0.103.9" + "@graphql-mesh/plugin-mock": "npm:0.103.9" + "@graphql-mesh/transform-naming-convention": "npm:0.103.10" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -4963,7 +4963,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.9.0" @@ -4977,7 +4977,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" "@types/node": "npm:22.10.2" concurrently: "npm:9.1.0" @@ -4992,7 +4992,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" "@graphql-mesh/plugin-live-query": "npm:0.103.8" "@whatwg-node/fetch": "npm:^0.10.0" @@ -5009,7 +5009,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/mongoose": "npm:0.103.8" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -5021,7 +5021,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/mysql": "npm:0.104.8" graphql: "npm:16.9.0" languageName: unknown @@ -5031,7 +5031,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/mysql": "npm:0.104.8" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -5043,7 +5043,7 @@ __metadata: resolution: "@examples/neo4j-example@workspace:examples/neo4j-example" dependencies: "@graphql-mesh/cache-file": "npm:0.103.9" - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/neo4j": "npm:0.105.8" graphql: "npm:16.9.0" languageName: unknown @@ -5053,8 +5053,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.9" - "@graphql-mesh/config": "npm:0.106.9" + "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/config": "npm:0.106.10" "@graphql-mesh/openapi": "npm:0.108.8" "@graphql-mesh/runtime": "npm:0.105.8" "@types/react": "npm:19.0.1" @@ -5071,8 +5071,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.9" - "@graphql-mesh/config": "npm:0.106.9" + "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/config": "npm:0.106.10" "@graphql-mesh/openapi": "npm:0.108.8" "@graphql-mesh/runtime": "npm:0.105.8" "@types/react": "npm:19.0.1" @@ -5089,7 +5089,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-microsoft@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/odata": "npm:0.105.8" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5100,8 +5100,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.9" - "@graphql-mesh/config": "npm:0.106.9" + "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/config": "npm:0.106.10" "@graphql-mesh/odata": "npm:0.105.8" "@graphql-mesh/runtime": "npm:0.105.8" graphql: "npm:16.9.0" @@ -5113,8 +5113,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.9" - "@graphql-mesh/config": "npm:0.106.9" + "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/config": "npm:0.106.10" "@graphql-mesh/odata": "npm:0.105.8" "@graphql-mesh/runtime": "npm:0.105.8" graphql: "npm:16.9.0" @@ -5125,7 +5125,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-trippin@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/odata": "npm:0.105.8" graphql: "npm:16.9.0" languageName: unknown @@ -5135,7 +5135,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" graphql: "npm:16.9.0" moment: "npm:2.30.1" @@ -5147,12 +5147,12 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-location-weather@workspace:examples/openapi-location-weather" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" "@graphql-mesh/plugin-response-cache": "npm:0.103.8" "@graphql-mesh/runtime": "npm:0.105.8" - "@graphql-mesh/transform-cache": "npm:0.103.8" - "@graphql-mesh/transform-rename": "npm:0.103.8" + "@graphql-mesh/transform-cache": "npm:0.103.9" + "@graphql-mesh/transform-rename": "npm:0.103.9" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5161,7 +5161,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" graphql: "npm:16.9.0" languageName: unknown @@ -5171,7 +5171,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@types/react": "npm:19.0.1" "@types/react-dom": "npm:19.0.2" "@vitejs/plugin-react": "npm:4.3.4" @@ -5187,7 +5187,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" graphql: "npm:16.9.0" languageName: unknown @@ -5197,7 +5197,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" graphql: "npm:16.9.0" languageName: unknown @@ -5207,7 +5207,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" "@whatwg-node/fetch": "npm:^0.10.0" concurrently: "npm:9.1.0" @@ -5223,7 +5223,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" "@graphql-mesh/transform-resolvers-composition": "npm:0.103.8" graphql: "npm:16.9.0" @@ -5235,7 +5235,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/graphql": "npm:0.103.9" esbuild: "npm:^0.24.0" graphql: "npm:16.9.0" @@ -5247,9 +5247,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" - "@graphql-mesh/plugin-mock": "npm:0.103.8" + "@graphql-mesh/plugin-mock": "npm:0.103.9" "@graphql-yoga/plugin-sofa": "npm:3.10.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -5261,12 +5261,12 @@ __metadata: resolution: "@examples/postgres-geodb@workspace:examples/postgres-geodb" dependencies: "@graphql-mesh/cache-file": "npm:0.103.9" - "@graphql-mesh/cli": "npm:0.98.9" - "@graphql-mesh/config": "npm:0.106.9" + "@graphql-mesh/cli": "npm:0.98.10" + "@graphql-mesh/config": "npm:0.106.10" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/postgraphile": "npm:0.103.8" "@graphql-mesh/runtime": "npm:0.105.8" - "@graphql-mesh/transform-prefix": "npm:0.103.9" + "@graphql-mesh/transform-prefix": "npm:0.103.10" "@types/node": "npm:22.10.2" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5279,7 +5279,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/programmatic-batching@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/openapi": "npm:0.108.8" "@sinclair/typebox": "npm:0.34.11" concurrently: "npm:9.1.0" @@ -5294,7 +5294,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/json-schema": "npm:0.108.8" languageName: unknown linkType: soft @@ -5303,7 +5303,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/plugin-snapshot": "npm:0.103.8" "@graphql-mesh/soap": "npm:0.105.8" graphql: "npm:16.9.0" @@ -5314,7 +5314,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/soap": "npm:0.105.8" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5325,7 +5325,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/soap": "npm:0.105.8" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5338,7 +5338,7 @@ __metadata: dependencies: "@envelop/depth-limit": "npm:4.0.0" "@graphql-mesh/cache-cfw-kv": "npm:0.104.8" - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/graphql": "npm:0.103.9" "@graphql-mesh/plugin-rate-limit": "npm:0.103.8" "@graphql-mesh/plugin-response-cache": "npm:0.103.8" @@ -5351,7 +5351,7 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/sqlite-chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.98.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/tuql": "npm:0.104.8" graphql: "npm:16.9.0" languageName: unknown @@ -5364,7 +5364,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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/thrift": "npm:0.105.8" concurrently: "npm:9.1.0" express: "npm:4.21.2" @@ -5379,9 +5379,9 @@ __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.9" + "@graphql-mesh/cli": "npm:0.98.10" "@graphql-mesh/graphql": "npm:0.103.9" - "@graphql-mesh/transform-rename": "npm:0.103.8" + "@graphql-mesh/transform-rename": "npm:0.103.9" "@graphql-mesh/transform-type-merging": "npm:0.103.8" graphql: "npm:16.9.0" languageName: unknown @@ -6037,7 +6037,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cache-inmemory-lru@npm:^0.0.3, @graphql-mesh/cache-inmemory-lru@workspace:packages/cache/inmemory-lru": +"@graphql-mesh/cache-inmemory-lru@npm:^0.0.4, @graphql-mesh/cache-inmemory-lru@workspace:packages/cache/inmemory-lru": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-inmemory-lru@workspace:packages/cache/inmemory-lru" dependencies: @@ -6050,11 +6050,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cache-localforage@npm:0.103.8, @graphql-mesh/cache-localforage@npm:^0.103.0, @graphql-mesh/cache-localforage@npm:^0.103.8, @graphql-mesh/cache-localforage@workspace:^, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": +"@graphql-mesh/cache-localforage@npm:0.103.9, @graphql-mesh/cache-localforage@npm:^0.103.0, @graphql-mesh/cache-localforage@npm:^0.103.9, @graphql-mesh/cache-localforage@workspace:^, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-localforage@workspace:packages/cache/localforage" dependencies: - "@graphql-mesh/cache-inmemory-lru": "npm:^0.0.3" + "@graphql-mesh/cache-inmemory-lru": "npm:^0.0.4" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" localforage: "npm:1.10.0" @@ -6082,7 +6082,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.98.9, @graphql-mesh/cli@npm:^0.98.9, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.98.10, @graphql-mesh/cli@npm:^0.98.10, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -6092,7 +6092,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.9" + "@graphql-mesh/config": "npm:^0.106.10" "@graphql-mesh/cross-helpers": "npm:^0.4.9" "@graphql-mesh/http": "npm:^0.105.8" "@graphql-mesh/include": "npm:^0.2.7" @@ -6157,12 +6157,12 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.106.9, @graphql-mesh/config@npm:^0.106.9, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.106.10, @graphql-mesh/config@npm:^0.106.10, @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.103.8" + "@graphql-mesh/cache-localforage": "npm:^0.103.9" "@graphql-mesh/cross-helpers": "npm:^0.4.9" "@graphql-mesh/merger-bare": "npm:^0.104.9" "@graphql-mesh/merger-stitching": "npm:^0.104.8" @@ -6390,9 +6390,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.9" + "@graphql-mesh/cli": "npm:^0.98.10" "@graphql-mesh/compose-cli": "npm:^1.3.1" - "@graphql-mesh/config": "npm:^0.106.9" + "@graphql-mesh/config": "npm:^0.106.10" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" "@types/lodash.kebabcase": "npm:^4.1.9" @@ -6589,12 +6589,12 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-mock@npm:0.103.8, @graphql-mesh/plugin-mock@npm:^0.103.0, @graphql-mesh/plugin-mock@npm:^0.103.8, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": +"@graphql-mesh/plugin-mock@npm:0.103.9, @graphql-mesh/plugin-mock@npm:^0.103.0, @graphql-mesh/plugin-mock@npm:^0.103.9, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-mock@workspace:packages/plugins/mock" dependencies: "@envelop/core": "npm:5.0.2" - "@graphql-mesh/cache-localforage": "npm:0.103.8" + "@graphql-mesh/cache-localforage": "npm:0.103.9" "@graphql-mesh/cross-helpers": "npm:^0.4.9" "@graphql-mesh/string-interpolation": "npm:^0.5.7" "@graphql-mesh/types": "npm:^0.103.8" @@ -6914,11 +6914,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-cache@npm:0.103.8, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": +"@graphql-mesh/transform-cache@npm:0.103.9, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.103.8" + "@graphql-mesh/cache-localforage": "npm:0.103.9" "@graphql-mesh/cross-helpers": "npm:^0.4.9" "@graphql-mesh/string-interpolation": "npm:^0.5.7" "@graphql-mesh/types": "npm:^0.103.8" @@ -7024,7 +7024,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-hoist-field@workspace:packages/legacy/transforms/hoist-field" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.103.8" + "@graphql-mesh/cache-localforage": "npm:0.103.9" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" "@graphql-tools/delegate": "npm:^10.0.28" @@ -7035,11 +7035,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-naming-convention@npm:0.103.9, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": +"@graphql-mesh/transform-naming-convention@npm:0.103.10, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention" dependencies: - "@graphql-mesh/cache-localforage": "npm:^0.103.8" + "@graphql-mesh/cache-localforage": "npm:^0.103.9" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" "@graphql-tools/delegate": "npm:^10.0.28" @@ -7056,11 +7056,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-prefix@npm:0.103.9, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": +"@graphql-mesh/transform-prefix@npm:0.103.10, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.103.8" + "@graphql-mesh/cache-localforage": "npm:0.103.9" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" "@graphql-tools/delegate": "npm:^10.0.28" @@ -7090,7 +7090,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-rate-limit@workspace:packages/legacy/transforms/rate-limit" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.103.8" + "@graphql-mesh/cache-localforage": "npm:0.103.9" "@graphql-mesh/cross-helpers": "npm:^0.4.9" "@graphql-mesh/string-interpolation": "npm:^0.5.7" "@graphql-mesh/types": "npm:^0.103.8" @@ -7105,11 +7105,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-rename@npm:0.103.8, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": +"@graphql-mesh/transform-rename@npm:0.103.9, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.103.8" + "@graphql-mesh/cache-localforage": "npm:0.103.9" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" "@graphql-tools/delegate": "npm:^10.0.28" @@ -7127,7 +7127,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-replace-field@workspace:packages/legacy/transforms/replace-field" dependencies: - "@graphql-mesh/cache-localforage": "npm:0.103.8" + "@graphql-mesh/cache-localforage": "npm:0.103.9" "@graphql-mesh/types": "npm:^0.103.8" "@graphql-mesh/utils": "npm:^0.103.8" "@graphql-tools/code-file-loader": "npm:^8.0.0" @@ -20213,9 +20213,9 @@ __metadata: version: 0.0.0-use.local resolution: "example-response-cache@workspace:examples/response-cache" dependencies: - "@graphql-mesh/cli": "npm:^0.98.9" + "@graphql-mesh/cli": "npm:^0.98.10" "@graphql-mesh/json-schema": "npm:^0.108.8" - "@graphql-mesh/plugin-mock": "npm:^0.103.8" + "@graphql-mesh/plugin-mock": "npm:^0.103.9" graphql: "npm:16.9.0" languageName: unknown linkType: soft