From c140fcbe3cc27c183629f907b886344b83dd2a8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 14 Feb 2025 09:57:39 +0000 Subject: [PATCH] chore(release): update monorepo packages versions --- .changeset/serious-pandas-wink.md | 5 - e2e/cache-control/package.json | 4 +- e2e/thrift-calculator/package.json | 2 +- examples/auth0/package.json | 6 +- examples/cloudflare-workers/package.json | 8 +- examples/fastify/package.json | 4 +- .../gateway-supergraph/package.json | 4 +- .../federation-example/gateway/package.json | 6 +- examples/gcp-functions/package.json | 4 +- .../graphql-file-upload-example/package.json | 4 +- examples/grpc-example/package.json | 6 +- examples/grpc-reflection-example/package.json | 6 +- .../hasura-openbrewery-geodb/package.json | 4 +- examples/hello-world-esm/package.json | 6 +- examples/hello-world/package.json | 6 +- examples/hive-example/gateway/package.json | 8 +- .../hive-example/sources/authors/package.json | 4 +- .../hive-example/sources/books/package.json | 4 +- examples/json-schema-covid/package.json | 6 +- examples/json-schema-example/package.json | 8 +- examples/json-schema-fhir/package.json | 4 +- examples/json-schema-file-upload/package.json | 4 +- .../json-schema-subscriptions/package.json | 6 +- examples/mongoose-example/package.json | 4 +- examples/mysql-employees/package.json | 4 +- examples/mysql-rfam/package.json | 4 +- examples/neo4j-example/package.json | 6 +- examples/nextjs-apollo-example/package.json | 8 +- examples/nextjs-sdk-example/package.json | 8 +- examples/odata-microsoft/package.json | 4 +- .../package.json | 8 +- .../odata-msgraph-programmatic/package.json | 8 +- examples/odata-trippin/package.json | 4 +- examples/openapi-javascript-wiki/package.json | 4 +- .../openapi-location-weather/package.json | 12 +- examples/openapi-meilisearch/package.json | 4 +- .../openapi-react-weatherbit/package.json | 2 +- examples/openapi-stackexchange/package.json | 4 +- examples/openapi-stripe/package.json | 4 +- examples/openapi-subscriptions/package.json | 4 +- examples/openapi-youtrack/package.json | 6 +- examples/openwhisk-example/package.json | 4 +- examples/persisted-operations/package.json | 6 +- examples/postgres-geodb/package.json | 14 +- examples/programmatic-batching/package.json | 4 +- examples/reddit-example/package.json | 4 +- examples/response-cache/CHANGELOG.md | 9 + examples/response-cache/package.json | 8 +- examples/soap-country-info/package.json | 6 +- examples/soap-demo/package.json | 4 +- examples/soap-netsuite/package.json | 4 +- examples/spacex-cfw/package.json | 10 +- examples/sqlite-chinook/package.json | 4 +- examples/thrift-calculator/package.json | 4 +- .../package.json | 8 +- .../CHANGELOG.md | 2 + .../package.json | 4 +- examples/v1-next/auth0/package.json | 2 +- .../integrations/cfw-breweries/package.json | 2 +- .../integrations/cfw-spacex/package.json | 4 +- packages/cache/cfw-kv/CHANGELOG.md | 9 + packages/cache/cfw-kv/package.json | 6 +- packages/cache/file/CHANGELOG.md | 9 + packages/cache/file/package.json | 6 +- packages/cache/inmemory-lru/CHANGELOG.md | 9 + packages/cache/inmemory-lru/package.json | 6 +- packages/cache/localforage/CHANGELOG.md | 10 + packages/cache/localforage/package.json | 8 +- packages/cache/redis/CHANGELOG.md | 9 + packages/cache/redis/package.json | 6 +- packages/cache/upstash-redis/CHANGELOG.md | 9 + packages/cache/upstash-redis/package.json | 6 +- packages/compose-cli/CHANGELOG.md | 11 + packages/compose-cli/package.json | 10 +- packages/fusion/composition/CHANGELOG.md | 8 + packages/fusion/composition/package.json | 4 +- packages/include/CHANGELOG.md | 8 + packages/include/package.json | 4 +- packages/legacy/apollo-link/CHANGELOG.md | 7 + packages/legacy/apollo-link/package.json | 4 +- packages/legacy/cli/CHANGELOG.md | 14 + packages/legacy/cli/package.json | 16 +- packages/legacy/config/CHANGELOG.md | 14 + packages/legacy/config/package.json | 16 +- packages/legacy/handlers/graphql/CHANGELOG.md | 10 + packages/legacy/handlers/graphql/package.json | 8 +- packages/legacy/handlers/grpc/CHANGELOG.md | 11 + packages/legacy/handlers/grpc/package.json | 10 +- .../legacy/handlers/json-schema/CHANGELOG.md | 11 + .../legacy/handlers/json-schema/package.json | 10 +- .../legacy/handlers/mongoose/CHANGELOG.md | 9 + .../legacy/handlers/mongoose/package.json | 6 +- packages/legacy/handlers/mysql/CHANGELOG.md | 11 + packages/legacy/handlers/mysql/package.json | 10 +- packages/legacy/handlers/neo4j/CHANGELOG.md | 11 + packages/legacy/handlers/neo4j/package.json | 10 +- packages/legacy/handlers/odata/CHANGELOG.md | 9 + packages/legacy/handlers/odata/package.json | 8 +- packages/legacy/handlers/openapi/CHANGELOG.md | 11 + packages/legacy/handlers/openapi/package.json | 10 +- .../legacy/handlers/postgraphile/CHANGELOG.md | 10 + .../legacy/handlers/postgraphile/package.json | 8 +- packages/legacy/handlers/raml/CHANGELOG.md | 11 + packages/legacy/handlers/raml/package.json | 10 +- packages/legacy/handlers/soap/CHANGELOG.md | 11 + packages/legacy/handlers/soap/package.json | 10 +- .../legacy/handlers/supergraph/CHANGELOG.md | 10 + .../legacy/handlers/supergraph/package.json | 8 +- packages/legacy/handlers/thrift/CHANGELOG.md | 11 + packages/legacy/handlers/thrift/package.json | 10 +- packages/legacy/handlers/tuql/CHANGELOG.md | 8 + packages/legacy/handlers/tuql/package.json | 6 +- packages/legacy/http/CHANGELOG.md | 10 + packages/legacy/http/package.json | 8 +- packages/legacy/mergers/bare/CHANGELOG.md | 10 + packages/legacy/mergers/bare/package.json | 8 +- .../legacy/mergers/stitching/CHANGELOG.md | 10 + .../legacy/mergers/stitching/package.json | 8 +- .../legacy/migrate-config-cli/CHANGELOG.md | 12 + .../legacy/migrate-config-cli/package.json | 12 +- packages/legacy/runtime/CHANGELOG.md | 9 + packages/legacy/runtime/package.json | 6 +- packages/legacy/store/CHANGELOG.md | 9 + packages/legacy/store/package.json | 6 +- packages/legacy/transforms/cache/CHANGELOG.md | 9 + packages/legacy/transforms/cache/package.json | 8 +- .../transforms/encapsulate/CHANGELOG.md | 9 + .../transforms/encapsulate/package.json | 6 +- .../legacy/transforms/extend/CHANGELOG.md | 9 + .../legacy/transforms/extend/package.json | 6 +- .../legacy/transforms/federation/CHANGELOG.md | 9 + .../legacy/transforms/federation/package.json | 6 +- .../transforms/filter-schema/CHANGELOG.md | 9 + .../transforms/filter-schema/package.json | 6 +- packages/legacy/transforms/hive/CHANGELOG.md | 7 + packages/legacy/transforms/hive/package.json | 4 +- .../transforms/hoist-field/CHANGELOG.md | 9 + .../transforms/hoist-field/package.json | 8 +- .../transforms/naming-convention/CHANGELOG.md | 9 + .../transforms/naming-convention/package.json | 8 +- .../legacy/transforms/prefix/CHANGELOG.md | 9 + .../legacy/transforms/prefix/package.json | 8 +- packages/legacy/transforms/prune/CHANGELOG.md | 7 + packages/legacy/transforms/prune/package.json | 4 +- .../legacy/transforms/rate-limit/CHANGELOG.md | 9 + .../legacy/transforms/rate-limit/package.json | 8 +- .../legacy/transforms/rename/CHANGELOG.md | 9 + .../legacy/transforms/rename/package.json | 8 +- .../transforms/replace-field/CHANGELOG.md | 9 + .../transforms/replace-field/package.json | 8 +- .../resolvers-composition/CHANGELOG.md | 9 + .../resolvers-composition/package.json | 6 +- .../transforms/transfer-schema/CHANGELOG.md | 9 + .../transforms/transfer-schema/package.json | 6 +- .../transforms/type-merging/CHANGELOG.md | 9 + .../transforms/type-merging/package.json | 6 +- packages/legacy/types/CHANGELOG.md | 7 + packages/legacy/types/package.json | 4 +- packages/legacy/urql/CHANGELOG.md | 7 + packages/legacy/urql/package.json | 4 +- packages/legacy/utils/CHANGELOG.md | 10 + packages/legacy/utils/package.json | 4 +- packages/loaders/json-schema/CHANGELOG.md | 10 + packages/loaders/json-schema/package.json | 8 +- packages/loaders/mysql/CHANGELOG.md | 10 + packages/loaders/mysql/package.json | 8 +- packages/loaders/neo4j/CHANGELOG.md | 8 + packages/loaders/neo4j/package.json | 6 +- packages/loaders/odata/CHANGELOG.md | 10 + packages/loaders/odata/package.json | 8 +- packages/loaders/openapi/CHANGELOG.md | 11 + packages/loaders/openapi/package.json | 10 +- packages/loaders/raml/CHANGELOG.md | 10 + packages/loaders/raml/package.json | 8 +- packages/loaders/soap/CHANGELOG.md | 10 + packages/loaders/soap/package.json | 8 +- packages/loaders/sqlite/CHANGELOG.md | 7 + packages/loaders/sqlite/package.json | 4 +- packages/loaders/thrift/CHANGELOG.md | 10 + packages/loaders/thrift/package.json | 8 +- .../plugins/deduplicate-request/CHANGELOG.md | 9 + .../plugins/deduplicate-request/package.json | 6 +- packages/plugins/hive/CHANGELOG.md | 7 + packages/plugins/hive/package.json | 4 +- packages/plugins/http-cache/CHANGELOG.md | 9 + packages/plugins/http-cache/package.json | 6 +- .../http-details-extensions/CHANGELOG.md | 9 + .../http-details-extensions/package.json | 6 +- packages/plugins/jit/CHANGELOG.md | 8 + packages/plugins/jit/package.json | 4 +- packages/plugins/jwt-auth/CHANGELOG.md | 9 + packages/plugins/jwt-auth/package.json | 6 +- packages/plugins/live-query/CHANGELOG.md | 9 + packages/plugins/live-query/package.json | 6 +- packages/plugins/mock/CHANGELOG.md | 9 + packages/plugins/mock/package.json | 8 +- packages/plugins/newrelic/CHANGELOG.md | 9 + packages/plugins/newrelic/package.json | 6 +- .../operation-field-permissions/CHANGELOG.md | 7 + .../operation-field-permissions/package.json | 4 +- .../plugins/operation-headers/CHANGELOG.md | 9 + .../plugins/operation-headers/package.json | 6 +- packages/plugins/rate-limit/CHANGELOG.md | 9 + packages/plugins/rate-limit/package.json | 6 +- packages/plugins/response-cache/CHANGELOG.md | 9 + packages/plugins/response-cache/package.json | 6 +- packages/plugins/snapshot/CHANGELOG.md | 9 + packages/plugins/snapshot/package.json | 6 +- packages/plugins/statsd/CHANGELOG.md | 9 + packages/plugins/statsd/package.json | 6 +- packages/transports/grpc/CHANGELOG.md | 9 + packages/transports/grpc/package.json | 6 +- packages/transports/mysql/CHANGELOG.md | 9 + packages/transports/mysql/package.json | 6 +- packages/transports/neo4j/CHANGELOG.md | 9 + packages/transports/neo4j/package.json | 6 +- packages/transports/odata/CHANGELOG.md | 7 + packages/transports/odata/package.json | 4 +- packages/transports/rest/CHANGELOG.md | 9 + packages/transports/rest/package.json | 6 +- packages/transports/soap/CHANGELOG.md | 9 + packages/transports/soap/package.json | 6 +- packages/transports/sqlite/CHANGELOG.md | 7 + packages/transports/sqlite/package.json | 4 +- packages/transports/thrift/CHANGELOG.md | 8 + packages/transports/thrift/package.json | 4 +- yarn.lock | 832 +++++++++--------- 227 files changed, 1636 insertions(+), 862 deletions(-) delete mode 100644 .changeset/serious-pandas-wink.md diff --git a/.changeset/serious-pandas-wink.md b/.changeset/serious-pandas-wink.md deleted file mode 100644 index 509d7c00ea4c8..0000000000000 --- a/.changeset/serious-pandas-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/utils': patch ---- - -Add changeset diff --git a/e2e/cache-control/package.json b/e2e/cache-control/package.json index 67456b34da93f..bef28e49e1afd 100644 --- a/e2e/cache-control/package.json +++ b/e2e/cache-control/package.json @@ -5,8 +5,8 @@ "@apollo/server": "^4.11.3", "@apollo/subgraph": "^2.9.3", "@graphql-hive/gateway": "^1.8.0", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", - "@graphql-mesh/compose-cli": "^1.3.10", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", + "@graphql-mesh/compose-cli": "^1.3.11", "@graphql-yoga/plugin-response-cache": "^3.12.10", "graphql": "^16.9.0", "graphql-yoga": "^5.10.10", diff --git a/e2e/thrift-calculator/package.json b/e2e/thrift-calculator/package.json index 2f8faaa214351..82d72ba4bbf3f 100644 --- a/e2e/thrift-calculator/package.json +++ b/e2e/thrift-calculator/package.json @@ -10,7 +10,7 @@ "@creditkarma/thrift-server-express": "^1.0.4", "@creditkarma/thrift-typescript": "^3.7.6", "@graphql-hive/gateway": "^1.8.0", - "@omnigraph/thrift": "^0.8.16", + "@omnigraph/thrift": "^0.8.17", "express": "^4.18.2", "graphql": "^16.9.0", "thrift": "^0.21.0" diff --git a/examples/auth0/package.json b/examples/auth0/package.json index 9d39e4a89a4bc..8c045ffe4a3e9 100644 --- a/examples/auth0/package.json +++ b/examples/auth0/package.json @@ -10,9 +10,9 @@ }, "dependencies": { "@envelop/auth0": "6.0.0", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/json-schema": "0.108.19", - "@graphql-mesh/plugin-operation-field-permissions": "0.103.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", + "@graphql-mesh/plugin-operation-field-permissions": "0.103.17", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index 8338c5d3e43ea..5bf4ab57f6315 100644 --- a/examples/cloudflare-workers/package.json +++ b/examples/cloudflare-workers/package.json @@ -2,10 +2,10 @@ "name": "@examples/cloudflare-workers", "private": true, "dependencies": { - "@graphql-mesh/cache-cfw-kv": "0.104.16", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/json-schema": "0.108.19", - "@graphql-mesh/plugin-response-cache": "0.103.17", + "@graphql-mesh/cache-cfw-kv": "0.104.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", + "@graphql-mesh/plugin-response-cache": "0.103.18", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 7ba8e238d6e7d..a0bf91a339571 100644 --- a/examples/fastify/package.json +++ b/examples/fastify/package.json @@ -6,8 +6,8 @@ "start": "ts-node-dev src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/graphql": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/graphql": "0.103.18", "fastify": "5.2.1", "graphql": "16.10.0", "ts-node": "^10.9.2", diff --git a/examples/federation-example/gateway-supergraph/package.json b/examples/federation-example/gateway-supergraph/package.json index 3f1ae0ba4d4ca..96170dd726ed5 100644 --- a/examples/federation-example/gateway-supergraph/package.json +++ b/examples/federation-example/gateway-supergraph/package.json @@ -3,8 +3,8 @@ "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/supergraph": "0.9.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/supergraph": "0.9.18", "graphql": "16.10.0" } } diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index ba5f7a8f991fd..778e9e96af255 100644 --- a/examples/federation-example/gateway/package.json +++ b/examples/federation-example/gateway/package.json @@ -3,9 +3,9 @@ "license": "MIT", "private": true, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/graphql": "0.103.17", - "@graphql-mesh/transform-federation": "0.103.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/graphql": "0.103.18", + "@graphql-mesh/transform-federation": "0.103.17", "graphql": "16.10.0" } } diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 6a089da384357..542a4d82ebfbe 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@google-cloud/functions-framework": "3.4.5", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/json-schema": "0.108.19", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", "@types/node": "22.13.4", "graphql": "16.10.0", "typescript": "^5.4.2" diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index 8873b7a914952..6ae8be1d58c33 100644 --- a/examples/graphql-file-upload-example/package.json +++ b/examples/graphql-file-upload-example/package.json @@ -8,8 +8,8 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/graphql": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/graphql": "0.103.18", "concurrently": "9.1.2", "graphql": "16.10.0", "graphql-yoga": "5.11.0", diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index 435721c539757..1388cd712132a 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.22", - "@graphql-mesh/grpc": "0.107.7", - "@graphql-mesh/transform-naming-convention": "0.103.18", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/grpc": "0.107.8", + "@graphql-mesh/transform-naming-convention": "0.103.19", "@grpc/grpc-js": "1.12.6", "@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 3c5d344519b03..baa849b3573f2 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.22", - "@graphql-mesh/grpc": "0.107.7", - "@graphql-mesh/transform-naming-convention": "0.103.18", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/grpc": "0.107.8", + "@graphql-mesh/transform-naming-convention": "0.103.19", "@grpc/grpc-js": "1.12.6", "@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 84edca5b39306..1960c765b691f 100644 --- a/examples/hasura-openbrewery-geodb/package.json +++ b/examples/hasura-openbrewery-geodb/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/json-schema": "0.108.19", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", "graphql": "16.10.0" } } diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index 1cbaf3bb76926..57e870bede49b 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.22", - "@graphql-mesh/json-schema": "0.108.19", - "@graphql-mesh/plugin-mock": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", + "@graphql-mesh/plugin-mock": "0.103.18", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index e49c8988258f5..4f6c9d38c4de4 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.22", - "@graphql-mesh/json-schema": "0.108.19", - "@graphql-mesh/plugin-mock": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", + "@graphql-mesh/plugin-mock": "0.103.18", "@graphql-yoga/plugin-sofa": "3.11.0", "graphql": "16.10.0" }, diff --git a/examples/hive-example/gateway/package.json b/examples/hive-example/gateway/package.json index 3f08a38039d90..34f999d8d10f2 100644 --- a/examples/hive-example/gateway/package.json +++ b/examples/hive-example/gateway/package.json @@ -6,10 +6,10 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", - "@graphql-mesh/plugin-hive": "0.103.17", - "@graphql-mesh/transform-hive": "0.103.19", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", + "@graphql-mesh/plugin-hive": "0.103.18", + "@graphql-mesh/transform-hive": "0.103.20", "graphql": "16.10.0" } } diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index 46790be03e978..8f9e64515d498 100644 --- a/examples/hive-example/sources/authors/package.json +++ b/examples/hive-example/sources/authors/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@graphql-hive/cli": "0.45.0", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "graphql": "16.10.0" } } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 7b24efc502b67..0ca1e7fd0f9a4 100644 --- a/examples/hive-example/sources/books/package.json +++ b/examples/hive-example/sources/books/package.json @@ -14,8 +14,8 @@ }, "devDependencies": { "@graphql-hive/cli": "0.45.0", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "graphql": "16.10.0" } } diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index 3b82c94b0d377..f7b211ea54b5d 100644 --- a/examples/json-schema-covid/package.json +++ b/examples/json-schema-covid/package.json @@ -11,9 +11,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/graphql": "0.103.17", - "@graphql-mesh/json-schema": "0.108.19", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/graphql": "0.103.18", + "@graphql-mesh/json-schema": "0.108.20", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index 8a52974a4c4fa..4384e33dea270 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.22", - "@graphql-mesh/json-schema": "0.108.19", - "@graphql-mesh/plugin-mock": "0.103.17", - "@graphql-mesh/transform-naming-convention": "0.103.18", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", + "@graphql-mesh/plugin-mock": "0.103.18", + "@graphql-mesh/transform-naming-convention": "0.103.19", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index d618200dca69b..12be6abd6392c 100644 --- a/examples/json-schema-fhir/package.json +++ b/examples/json-schema-fhir/package.json @@ -9,8 +9,8 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/json-schema": "0.108.19", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", "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 c54b703e28667..c592dc73065c0 100644 --- a/examples/json-schema-file-upload/package.json +++ b/examples/json-schema-file-upload/package.json @@ -8,8 +8,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/json-schema": "0.108.19", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", "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 9c33836b2832b..9f02e092a3766 100644 --- a/examples/json-schema-subscriptions/package.json +++ b/examples/json-schema-subscriptions/package.json @@ -7,9 +7,9 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/json-schema": "0.108.19", - "@graphql-mesh/plugin-live-query": "0.103.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", + "@graphql-mesh/plugin-live-query": "0.103.17", "@whatwg-node/fetch": "^0.10.0", "fets": "0.8.4", "graphql": "16.10.0" diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index 468321d852c04..81f420d255d71 100644 --- a/examples/mongoose-example/package.json +++ b/examples/mongoose-example/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/mongoose": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/mongoose": "0.103.18", "graphql": "16.10.0", "mongoose": "8.10.0" }, diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index 703b7a5ef2bc6..2fae55b900986 100644 --- a/examples/mysql-employees/package.json +++ b/examples/mysql-employees/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/mysql": "0.104.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/mysql": "0.104.17", "graphql": "16.10.0" } } diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index 7e885ccb4fa5c..e1fcecf9d64a7 100644 --- a/examples/mysql-rfam/package.json +++ b/examples/mysql-rfam/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/mysql": "0.104.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/mysql": "0.104.17", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index 64f12e01dd175..cdcbe8f30a904 100644 --- a/examples/neo4j-example/package.json +++ b/examples/neo4j-example/package.json @@ -6,9 +6,9 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cache-file": "0.103.17", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/neo4j": "0.105.16", + "@graphql-mesh/cache-file": "0.103.18", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/neo4j": "0.105.17", "graphql": "16.10.0" }, "resolutions": { diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index ce8b06547eadd..c1fa7d2291fe4 100644 --- a/examples/nextjs-apollo-example/package.json +++ b/examples/nextjs-apollo-example/package.json @@ -10,10 +10,10 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/config": "0.106.22", - "@graphql-mesh/openapi": "0.108.20", - "@graphql-mesh/runtime": "0.105.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/config": "0.106.23", + "@graphql-mesh/openapi": "0.108.21", + "@graphql-mesh/runtime": "0.105.18", "apollo-server-micro": "3.13.0", "graphql": "16.10.0", "next": "15.1.7", diff --git a/examples/nextjs-sdk-example/package.json b/examples/nextjs-sdk-example/package.json index 98454c5080a38..dde8bf36823b6 100644 --- a/examples/nextjs-sdk-example/package.json +++ b/examples/nextjs-sdk-example/package.json @@ -11,10 +11,10 @@ "start:prod": "next start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/config": "0.106.22", - "@graphql-mesh/openapi": "0.108.20", - "@graphql-mesh/runtime": "0.105.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/config": "0.106.23", + "@graphql-mesh/openapi": "0.108.21", + "@graphql-mesh/runtime": "0.105.18", "apollo-server-micro": "3.13.0", "graphql": "16.10.0", "next": "15.1.7", diff --git a/examples/odata-microsoft/package.json b/examples/odata-microsoft/package.json index 11cd698833880..ad9605f55eea3 100644 --- a/examples/odata-microsoft/package.json +++ b/examples/odata-microsoft/package.json @@ -7,8 +7,8 @@ "start:beta": "cross-env GRAPH_VERSION=\"beta\" mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/odata": "0.105.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/odata": "0.105.17", "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 e3aefab080db2..04be45a6a0c9b 100644 --- a/examples/odata-msgraph-programmatic-ts/package.json +++ b/examples/odata-msgraph-programmatic-ts/package.json @@ -7,10 +7,10 @@ "start": "ts-node src/index.ts" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/config": "0.106.22", - "@graphql-mesh/odata": "0.105.16", - "@graphql-mesh/runtime": "0.105.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/config": "0.106.23", + "@graphql-mesh/odata": "0.105.17", + "@graphql-mesh/runtime": "0.105.18", "graphql": "16.10.0", "ts-node": "^10.9.2" } diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index 4e0a29c526a86..affe1c979f75d 100644 --- a/examples/odata-msgraph-programmatic/package.json +++ b/examples/odata-msgraph-programmatic/package.json @@ -8,10 +8,10 @@ "start": "node index.js" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/config": "0.106.22", - "@graphql-mesh/odata": "0.105.16", - "@graphql-mesh/runtime": "0.105.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/config": "0.106.23", + "@graphql-mesh/odata": "0.105.17", + "@graphql-mesh/runtime": "0.105.18", "graphql": "16.10.0" } } diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index f443066ef45ac..0194c6e67d28c 100644 --- a/examples/odata-trippin/package.json +++ b/examples/odata-trippin/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/odata": "0.105.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/odata": "0.105.17", "graphql": "16.10.0" } } diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index 1208cf11c6e5b..1e210a1c78f8f 100644 --- a/examples/openapi-javascript-wiki/package.json +++ b/examples/openapi-javascript-wiki/package.json @@ -7,8 +7,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "graphql": "16.10.0", "moment": "2.30.1", "typescript": "^5.4.2" diff --git a/examples/openapi-location-weather/package.json b/examples/openapi-location-weather/package.json index 06d424d563585..532beae21cfb6 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.22", - "@graphql-mesh/openapi": "0.108.20", - "@graphql-mesh/plugin-response-cache": "0.103.17", - "@graphql-mesh/runtime": "0.105.17", - "@graphql-mesh/transform-cache": "0.103.17", - "@graphql-mesh/transform-rename": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", + "@graphql-mesh/plugin-response-cache": "0.103.18", + "@graphql-mesh/runtime": "0.105.18", + "@graphql-mesh/transform-cache": "0.103.18", + "@graphql-mesh/transform-rename": "0.103.18", "graphql": "16.10.0" } } diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index 0d9328420462d..da6f607764b39 100644 --- a/examples/openapi-meilisearch/package.json +++ b/examples/openapi-meilisearch/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "graphql": "16.10.0" } } diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 3ad74e85d8b05..3feabe7a528fb 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.22", + "@graphql-mesh/cli": "0.98.23", "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@vitejs/plugin-react": "4.3.4", diff --git a/examples/openapi-stackexchange/package.json b/examples/openapi-stackexchange/package.json index 71cbb93827edf..a9dac42683bd6 100644 --- a/examples/openapi-stackexchange/package.json +++ b/examples/openapi-stackexchange/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "graphql": "16.10.0" } } diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index 3d5f359333204..a745daaef10c0 100644 --- a/examples/openapi-stripe/package.json +++ b/examples/openapi-stripe/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "graphql": "16.10.0" } } diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 1203a046f6903..a691ea699d3be 100644 --- a/examples/openapi-subscriptions/package.json +++ b/examples/openapi-subscriptions/package.json @@ -7,8 +7,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "@whatwg-node/fetch": "^0.10.0", "concurrently": "9.1.2", "fets": "^0.8.0", diff --git a/examples/openapi-youtrack/package.json b/examples/openapi-youtrack/package.json index 7f3db9c19ca0d..1a364835c553b 100644 --- a/examples/openapi-youtrack/package.json +++ b/examples/openapi-youtrack/package.json @@ -6,9 +6,9 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", - "@graphql-mesh/transform-resolvers-composition": "0.103.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", + "@graphql-mesh/transform-resolvers-composition": "0.103.17", "graphql": "16.10.0", "graphql-fields": "2.0.3" } diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index cdb9839c855fe..0904fada05df8 100644 --- a/examples/openwhisk-example/package.json +++ b/examples/openwhisk-example/package.json @@ -11,8 +11,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/graphql": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/graphql": "0.103.18", "esbuild": "^0.25.0", "graphql": "16.10.0", "typescript": "^5.4.2" diff --git a/examples/persisted-operations/package.json b/examples/persisted-operations/package.json index e0a637b9f7988..9a66a0261e5ad 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.22", - "@graphql-mesh/json-schema": "0.108.19", - "@graphql-mesh/plugin-mock": "0.103.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20", + "@graphql-mesh/plugin-mock": "0.103.18", "@graphql-yoga/plugin-sofa": "3.11.0", "graphql": "16.10.0" }, diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index c8e10f55f5858..1ba1907df8429 100644 --- a/examples/postgres-geodb/package.json +++ b/examples/postgres-geodb/package.json @@ -8,13 +8,13 @@ "start": "ts-node --transpile-only src/test-sdk.ts London" }, "dependencies": { - "@graphql-mesh/cache-file": "0.103.17", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/config": "0.106.22", - "@graphql-mesh/graphql": "0.103.17", - "@graphql-mesh/postgraphile": "0.103.16", - "@graphql-mesh/runtime": "0.105.17", - "@graphql-mesh/transform-prefix": "0.103.18", + "@graphql-mesh/cache-file": "0.103.18", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/config": "0.106.23", + "@graphql-mesh/graphql": "0.103.18", + "@graphql-mesh/postgraphile": "0.103.17", + "@graphql-mesh/runtime": "0.105.18", + "@graphql-mesh/transform-prefix": "0.103.19", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index 53312cb367033..7454f12096cad 100644 --- a/examples/programmatic-batching/package.json +++ b/examples/programmatic-batching/package.json @@ -7,8 +7,8 @@ "start:mesh": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/openapi": "0.108.20", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/openapi": "0.108.21", "@sinclair/typebox": "0.34.22", "fets": "0.8.4", "graphql": "16.10.0" diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index ec858bf5cf1fe..6a29837173484 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.22", - "@graphql-mesh/json-schema": "0.108.19" + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/json-schema": "0.108.20" } } diff --git a/examples/response-cache/CHANGELOG.md b/examples/response-cache/CHANGELOG.md index 506769b160789..327a7f4fb32ff 100644 --- a/examples/response-cache/CHANGELOG.md +++ b/examples/response-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # example-response-cache +## 0.4.26 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.98.23 + - @graphql-mesh/json-schema@0.108.20 + - @graphql-mesh/plugin-mock@0.103.18 + ## 0.4.25 ### Patch Changes diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 3bbea1324a09c..c84e4fe7ea6f9 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "example-response-cache", - "version": "0.4.25", + "version": "0.4.26", "license": "MIT", "private": true, "scripts": { @@ -9,9 +9,9 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.22", - "@graphql-mesh/json-schema": "^0.108.19", - "@graphql-mesh/plugin-mock": "^0.103.17", + "@graphql-mesh/cli": "^0.98.23", + "@graphql-mesh/json-schema": "^0.108.20", + "@graphql-mesh/plugin-mock": "^0.103.18", "graphql": "16.10.0" } } diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index c52375ec4ff10..49a8653a7f02b 100644 --- a/examples/soap-country-info/package.json +++ b/examples/soap-country-info/package.json @@ -6,9 +6,9 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/plugin-snapshot": "0.103.16", - "@graphql-mesh/soap": "0.105.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/plugin-snapshot": "0.103.17", + "@graphql-mesh/soap": "0.105.17", "graphql": "16.10.0" } } diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index ab04728502942..e521652a359a8 100644 --- a/examples/soap-demo/package.json +++ b/examples/soap-demo/package.json @@ -10,8 +10,8 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/soap": "0.105.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/soap": "0.105.17", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index fdf017e21c7c1..9997d684b885d 100644 --- a/examples/soap-netsuite/package.json +++ b/examples/soap-netsuite/package.json @@ -10,8 +10,8 @@ "start:prod": "mesh start" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/soap": "0.105.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/soap": "0.105.17", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 46216b0e968e0..281448d989ccb 100644 --- a/examples/spacex-cfw/package.json +++ b/examples/spacex-cfw/package.json @@ -3,11 +3,11 @@ "private": true, "dependencies": { "@envelop/depth-limit": "4.0.0", - "@graphql-mesh/cache-cfw-kv": "0.104.16", - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/graphql": "0.103.17", - "@graphql-mesh/plugin-rate-limit": "0.103.16", - "@graphql-mesh/plugin-response-cache": "0.103.17", + "@graphql-mesh/cache-cfw-kv": "0.104.17", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/graphql": "0.103.18", + "@graphql-mesh/plugin-rate-limit": "0.103.17", + "@graphql-mesh/plugin-response-cache": "0.103.18", "graphql": "16.10.0" }, "devDependencies": { diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index 689c6a47f6e13..79e71cda0f2c7 100644 --- a/examples/sqlite-chinook/package.json +++ b/examples/sqlite-chinook/package.json @@ -6,8 +6,8 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/tuql": "0.104.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/tuql": "0.104.17", "graphql": "16.10.0" }, "resolutions": { diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index e09630324ffad..26daf48b2ea13 100644 --- a/examples/thrift-calculator/package.json +++ b/examples/thrift-calculator/package.json @@ -13,8 +13,8 @@ "@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.22", - "@graphql-mesh/thrift": "0.105.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/thrift": "0.105.17", "express": "4.21.2", "graphql": "16.10.0", "thrift": "0.21.0", diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index 53b8f37831467..5c8c4971cde84 100644 --- a/examples/type-merging-batching-example/package.json +++ b/examples/type-merging-batching-example/package.json @@ -5,10 +5,10 @@ "start": "mesh dev" }, "dependencies": { - "@graphql-mesh/cli": "0.98.22", - "@graphql-mesh/graphql": "0.103.17", - "@graphql-mesh/transform-rename": "0.103.17", - "@graphql-mesh/transform-type-merging": "0.103.16", + "@graphql-mesh/cli": "0.98.23", + "@graphql-mesh/graphql": "0.103.18", + "@graphql-mesh/transform-rename": "0.103.18", + "@graphql-mesh/transform-type-merging": "0.103.17", "graphql": "16.10.0" } } diff --git a/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md b/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md index 32d5756ae93fa..f81d30b16f971 100644 --- a/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md +++ b/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md @@ -1,5 +1,7 @@ # example-apollo-federation-compatibility +## 1.6.11 + ## 1.6.10 ## 1.6.9 diff --git a/examples/v1-next/apollo-federation-compatibility/package.json b/examples/v1-next/apollo-federation-compatibility/package.json index 18f70f93c2ef6..36616a9b7e731 100644 --- a/examples/v1-next/apollo-federation-compatibility/package.json +++ b/examples/v1-next/apollo-federation-compatibility/package.json @@ -1,6 +1,6 @@ { "name": "example-apollo-federation-compatibility", - "version": "1.6.10", + "version": "1.6.11", "description": "Apollo Federation implemented with GraphQL Mesh", "author": "Arda TANRIKULU ", "private": true, @@ -27,7 +27,7 @@ "@graphql-codegen/cli": "5.0.5", "@graphql-codegen/typescript": "4.1.3", "@graphql-codegen/typescript-resolvers": "4.4.2", - "@graphql-mesh/compose-cli": "1.3.10", + "@graphql-mesh/compose-cli": "1.3.11", "@types/node": "22.13.4", "esbuild": "^0.25.0", "lru-cache": "11.0.2" diff --git a/examples/v1-next/auth0/package.json b/examples/v1-next/auth0/package.json index fa0521bb9067e..7c58f8cde88fe 100644 --- a/examples/v1-next/auth0/package.json +++ b/examples/v1-next/auth0/package.json @@ -12,7 +12,7 @@ "@envelop/auth0": "^6.0.0", "@graphql-hive/gateway": "^1.8.0", "@graphql-mesh/compose-cli": "workspace:^", - "@graphql-mesh/plugin-operation-field-permissions": "^0.103.16", + "@graphql-mesh/plugin-operation-field-permissions": "^0.103.17", "@omnigraph/json-schema": "workspace:^", "graphql": "16.10.0" }, diff --git a/examples/v1-next/integrations/cfw-breweries/package.json b/examples/v1-next/integrations/cfw-breweries/package.json index 58691da15ad1e..023a081d7650c 100644 --- a/examples/v1-next/integrations/cfw-breweries/package.json +++ b/examples/v1-next/integrations/cfw-breweries/package.json @@ -10,7 +10,7 @@ "@graphql-mesh/cache-cfw-kv": "workspace:^", "@graphql-mesh/cache-localforage": "workspace:^", "@graphql-mesh/compose-cli": "workspace:^", - "@graphql-mesh/plugin-response-cache": "^0.103.17", + "@graphql-mesh/plugin-response-cache": "^0.103.18", "@omnigraph/json-schema": "workspace:^", "graphql": "16.10.0" }, diff --git a/examples/v1-next/integrations/cfw-spacex/package.json b/examples/v1-next/integrations/cfw-spacex/package.json index 8f68e5132ff63..53aed7f710c26 100644 --- a/examples/v1-next/integrations/cfw-spacex/package.json +++ b/examples/v1-next/integrations/cfw-spacex/package.json @@ -8,8 +8,8 @@ "@envelop/depth-limit": "^4.0.0", "@graphql-hive/gateway": "^1.8.0", "@graphql-mesh/cache-cfw-kv": "workspace:^", - "@graphql-mesh/plugin-rate-limit": "^0.103.16", - "@graphql-mesh/plugin-response-cache": "^0.103.17", + "@graphql-mesh/plugin-rate-limit": "^0.103.17", + "@graphql-mesh/plugin-response-cache": "^0.103.18", "graphql": "16.10.0" }, "devDependencies": { diff --git a/packages/cache/cfw-kv/CHANGELOG.md b/packages/cache/cfw-kv/CHANGELOG.md index 09d7e4abb8d86..62020ee27f36e 100644 --- a/packages/cache/cfw-kv/CHANGELOG.md +++ b/packages/cache/cfw-kv/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-cfw-kv +## 0.104.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.104.16 ### Patch Changes diff --git a/packages/cache/cfw-kv/package.json b/packages/cache/cfw-kv/package.json index 9bc4d2133dcd4..c3b1a3612eaa9 100644 --- a/packages/cache/cfw-kv/package.json +++ b/packages/cache/cfw-kv/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-cfw-kv", - "version": "0.104.16", + "version": "0.104.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "tslib": "^2.4.0" }, "devDependencies": { diff --git a/packages/cache/file/CHANGELOG.md b/packages/cache/file/CHANGELOG.md index 8b89941503991..277787d6872fd 100644 --- a/packages/cache/file/CHANGELOG.md +++ b/packages/cache/file/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-file +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/cache/file/package.json b/packages/cache/file/package.json index 8c168a7afb9b7..23878ad210ae7 100644 --- a/packages/cache/file/package.json +++ b/packages/cache/file/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-file", - "version": "0.103.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "dataloader": "2.2.3", "tslib": "^2.4.0" }, diff --git a/packages/cache/inmemory-lru/CHANGELOG.md b/packages/cache/inmemory-lru/CHANGELOG.md index a4b482c4bbe6c..0064e5f38b0ab 100644 --- a/packages/cache/inmemory-lru/CHANGELOG.md +++ b/packages/cache/inmemory-lru/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-inmemory-lru +## 0.0.13 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.0.12 ### Patch Changes diff --git a/packages/cache/inmemory-lru/package.json b/packages/cache/inmemory-lru/package.json index 8f62e474858a3..1d72a318b30de 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.12", + "version": "0.0.13", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" }, diff --git a/packages/cache/localforage/CHANGELOG.md b/packages/cache/localforage/CHANGELOG.md index 55dad2f0ddcb6..42d5b746d8144 100644 --- a/packages/cache/localforage/CHANGELOG.md +++ b/packages/cache/localforage/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-localforage +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/cache-inmemory-lru@0.0.13 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/cache/localforage/package.json b/packages/cache/localforage/package.json index 2132aea9f2a7f..686c050e3ac6d 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -35,9 +35,9 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/cache-inmemory-lru": "^0.0.12", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/cache-inmemory-lru": "^0.0.13", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "localforage": "1.10.0", "tslib": "^2.4.0" }, diff --git a/packages/cache/redis/CHANGELOG.md b/packages/cache/redis/CHANGELOG.md index bc004a3a11b31..98d03f1346e24 100644 --- a/packages/cache/redis/CHANGELOG.md +++ b/packages/cache/redis/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-redis +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/cache/redis/package.json b/packages/cache/redis/package.json index e91aa4501f3ec..e6bcf524201d8 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@whatwg-node/disposablestack": "^0.0.5", "ioredis": "^5.3.2", "ioredis-mock": "^8.8.3", diff --git a/packages/cache/upstash-redis/CHANGELOG.md b/packages/cache/upstash-redis/CHANGELOG.md index caa6c60dc5363..a223229672e4d 100644 --- a/packages/cache/upstash-redis/CHANGELOG.md +++ b/packages/cache/upstash-redis/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-upstash-redis +## 0.0.4 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.0.3 ### Patch Changes diff --git a/packages/cache/upstash-redis/package.json b/packages/cache/upstash-redis/package.json index 29955766460e7..0c63613d707bc 100644 --- a/packages/cache/upstash-redis/package.json +++ b/packages/cache/upstash-redis/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-upstash-redis", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/packages/compose-cli/CHANGELOG.md b/packages/compose-cli/CHANGELOG.md index b2faeb97b3555..324f1a9c0b97a 100644 --- a/packages/compose-cli/CHANGELOG.md +++ b/packages/compose-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/compose-cli +## 1.3.11 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/fusion-composition@0.7.23 + - @graphql-mesh/include@0.2.16 + - @graphql-mesh/types@0.103.17 + ## 1.3.10 ### Patch Changes diff --git a/packages/compose-cli/package.json b/packages/compose-cli/package.json index 4db9425ec891e..1212c70d96bf8 100644 --- a/packages/compose-cli/package.json +++ b/packages/compose-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/compose-cli", - "version": "1.3.10", + "version": "1.3.11", "type": "module", "repository": { "type": "git", @@ -39,11 +39,11 @@ }, "dependencies": { "@commander-js/extra-typings": "^13.0.0", - "@graphql-mesh/fusion-composition": "^0.7.22", - "@graphql-mesh/include": "^0.2.15", + "@graphql-mesh/fusion-composition": "^0.7.23", + "@graphql-mesh/include": "^0.2.16", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/code-file-loader": "^8.1.7", "@graphql-tools/graphql-file-loader": "^8.0.5", "@graphql-tools/load": "^8.0.1", diff --git a/packages/fusion/composition/CHANGELOG.md b/packages/fusion/composition/CHANGELOG.md index 6bb6ce18bd2c0..658caa508d5d1 100644 --- a/packages/fusion/composition/CHANGELOG.md +++ b/packages/fusion/composition/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/fusion-composition +## 0.7.23 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + ## 0.7.22 ### Patch Changes diff --git a/packages/fusion/composition/package.json b/packages/fusion/composition/package.json index fe62f91143706..eaef4d3b885ed 100644 --- a/packages/fusion/composition/package.json +++ b/packages/fusion/composition/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/fusion-composition", - "version": "0.7.22", + "version": "0.7.23", "type": "module", "description": "Basic composition utility for Fusion spec", "repository": { @@ -50,7 +50,7 @@ "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/schema": "^10.0.5", "@graphql-tools/stitching-directives": "^3.1.9", "@graphql-tools/utils": "^10.8.0", diff --git a/packages/include/CHANGELOG.md b/packages/include/CHANGELOG.md index 0089ba5cc944e..3e6dd509edc65 100644 --- a/packages/include/CHANGELOG.md +++ b/packages/include/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/include +## 0.2.16 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + ## 0.2.15 ### Patch Changes diff --git a/packages/include/package.json b/packages/include/package.json index bef7637251475..aea66a1871f57 100644 --- a/packages/include/package.json +++ b/packages/include/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/include", - "version": "0.2.15", + "version": "0.2.16", "type": "module", "repository": { "type": "git", @@ -46,7 +46,7 @@ }, "typings": "dist/typings/index.d.ts", "dependencies": { - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/utils": "^0.103.17", "dotenv": "^16.3.1", "get-tsconfig": "^4.7.6", "jiti": "^2.0.0", diff --git a/packages/legacy/apollo-link/CHANGELOG.md b/packages/legacy/apollo-link/CHANGELOG.md index 1abf2e3a038e0..e16458650227f 100644 --- a/packages/legacy/apollo-link/CHANGELOG.md +++ b/packages/legacy/apollo-link/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/apollo-link +## 0.105.18 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.105.18 + ## 0.105.17 ### Patch Changes diff --git a/packages/legacy/apollo-link/package.json b/packages/legacy/apollo-link/package.json index ed5d66892a4a8..4afb46e622d6f 100644 --- a/packages/legacy/apollo-link/package.json +++ b/packages/legacy/apollo-link/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/apollo-link", - "version": "0.105.17", + "version": "0.105.18", "type": "module", "repository": { "type": "git", @@ -36,7 +36,7 @@ "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { - "@graphql-mesh/runtime": "^0.105.17", + "@graphql-mesh/runtime": "^0.105.18", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" }, diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index 9f8d499c345ff..0eb923b138bee 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-mesh/cli +## 0.98.23 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/include@0.2.16 + - @graphql-mesh/config@0.106.23 + - @graphql-mesh/http@0.105.18 + - @graphql-mesh/runtime@0.105.18 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.98.22 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index 28cc8a6c4b7bd..a654941a23cf2 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.98.22", + "version": "0.98.23", "type": "module", "repository": { "type": "git", @@ -47,14 +47,14 @@ "@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.22", + "@graphql-mesh/config": "^0.106.23", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/http": "^0.105.17", - "@graphql-mesh/include": "^0.2.15", - "@graphql-mesh/runtime": "^0.105.17", - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/http": "^0.105.18", + "@graphql-mesh/include": "^0.2.16", + "@graphql-mesh/runtime": "^0.105.18", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "ajv": "^8.12.0", "change-case": "^4.1.2", diff --git a/packages/legacy/config/CHANGELOG.md b/packages/legacy/config/CHANGELOG.md index beb8f89fb02a7..db6a890722c5a 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-mesh/config +## 0.106.23 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/cache-localforage@0.103.18 + - @graphql-mesh/merger-bare@0.104.20 + - @graphql-mesh/merger-stitching@0.104.17 + - @graphql-mesh/runtime@0.105.18 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.106.22 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index 2b3c58039e9f2..8d56e1def5521 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.106.22", + "version": "0.106.23", "type": "module", "repository": { "type": "git", @@ -36,14 +36,14 @@ }, "dependencies": { "@envelop/core": "^5.0.0", - "@graphql-mesh/cache-localforage": "^0.103.17", + "@graphql-mesh/cache-localforage": "^0.103.18", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/merger-bare": "^0.104.19", - "@graphql-mesh/merger-stitching": "^0.104.16", - "@graphql-mesh/runtime": "^0.105.17", - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/merger-bare": "^0.104.20", + "@graphql-mesh/merger-stitching": "^0.104.17", + "@graphql-mesh/runtime": "^0.105.18", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/code-file-loader": "^8.0.0", "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/load": "^8.0.0", diff --git a/packages/legacy/handlers/graphql/CHANGELOG.md b/packages/legacy/handlers/graphql/CHANGELOG.md index eb1dda482d9d7..b765b75569429 100644 --- a/packages/legacy/handlers/graphql/CHANGELOG.md +++ b/packages/legacy/handlers/graphql/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/graphql +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/legacy/handlers/graphql/package.json b/packages/legacy/handlers/graphql/package.json index 6e158e4b55cbd..a3e7925f5428e 100644 --- a/packages/legacy/handlers/graphql/package.json +++ b/packages/legacy/handlers/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/graphql", - "version": "0.103.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -36,10 +36,10 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/federation": "^3.0.0", "@graphql-tools/merge": "^9.0.12", diff --git a/packages/legacy/handlers/grpc/CHANGELOG.md b/packages/legacy/handlers/grpc/CHANGELOG.md index 5a82441bc4ed4..d668cc289a896 100644 --- a/packages/legacy/handlers/grpc/CHANGELOG.md +++ b/packages/legacy/handlers/grpc/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/grpc +## 0.107.8 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/transport-grpc@0.2.7 + - @graphql-mesh/types@0.103.17 + ## 0.107.7 ### Patch Changes diff --git a/packages/legacy/handlers/grpc/package.json b/packages/legacy/handlers/grpc/package.json index ca06193d69b48..9948e16363f14 100644 --- a/packages/legacy/handlers/grpc/package.json +++ b/packages/legacy/handlers/grpc/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/grpc", - "version": "0.107.7", + "version": "0.107.8", "type": "module", "repository": { "type": "git", @@ -35,10 +35,10 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/transport-grpc": "^0.2.6", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/transport-grpc": "^0.2.7", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@omnigraph/grpc": "^0.2.4", "tslib": "^2.4.0" }, diff --git a/packages/legacy/handlers/json-schema/CHANGELOG.md b/packages/legacy/handlers/json-schema/CHANGELOG.md index c5a998614aa68..59375764c1666 100644 --- a/packages/legacy/handlers/json-schema/CHANGELOG.md +++ b/packages/legacy/handlers/json-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/json-schema +## 0.108.20 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @omnigraph/json-schema@0.108.19 + - @graphql-mesh/types@0.103.17 + ## 0.108.19 ### Patch Changes diff --git a/packages/legacy/handlers/json-schema/package.json b/packages/legacy/handlers/json-schema/package.json index bf56d14f672ec..0d39df4514cc3 100644 --- a/packages/legacy/handlers/json-schema/package.json +++ b/packages/legacy/handlers/json-schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/json-schema", - "version": "0.108.19", + "version": "0.108.20", "type": "module", "repository": { "type": "git", @@ -36,12 +36,12 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@json-schema-tools/meta-schema": "^1.7.5", - "@omnigraph/json-schema": "^0.108.18", + "@omnigraph/json-schema": "^0.108.19", "graphql-compose": "^9.1.0", "json-machete": "^0.97.6", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/mongoose/CHANGELOG.md b/packages/legacy/handlers/mongoose/CHANGELOG.md index 9e105fc76094b..de419abaf6332 100644 --- a/packages/legacy/handlers/mongoose/CHANGELOG.md +++ b/packages/legacy/handlers/mongoose/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/mongoose +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/legacy/handlers/mongoose/package.json b/packages/legacy/handlers/mongoose/package.json index 5496307ad745b..016e2dee99776 100644 --- a/packages/legacy/handlers/mongoose/package.json +++ b/packages/legacy/handlers/mongoose/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/mongoose", - "version": "0.103.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ }, "dependencies": { "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "graphql-compose": "^9.1.0", "graphql-compose-connection": "^8.2.1", "graphql-compose-mongoose": "^10.0.0", diff --git a/packages/legacy/handlers/mysql/CHANGELOG.md b/packages/legacy/handlers/mysql/CHANGELOG.md index 2f3c718f73187..90aabd35717a7 100644 --- a/packages/legacy/handlers/mysql/CHANGELOG.md +++ b/packages/legacy/handlers/mysql/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/mysql +## 0.104.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @omnigraph/mysql@0.8.17 + - @graphql-mesh/types@0.103.17 + ## 0.104.16 ### Patch Changes diff --git a/packages/legacy/handlers/mysql/package.json b/packages/legacy/handlers/mysql/package.json index 57eecc1d55cad..543f7ae57bc12 100644 --- a/packages/legacy/handlers/mysql/package.json +++ b/packages/legacy/handlers/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/mysql", - "version": "0.104.16", + "version": "0.104.17", "type": "module", "repository": { "type": "git", @@ -35,11 +35,11 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", - "@omnigraph/mysql": "^0.8.16", + "@omnigraph/mysql": "^0.8.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/handlers/neo4j/CHANGELOG.md b/packages/legacy/handlers/neo4j/CHANGELOG.md index d312d7b6e736d..8b72aabcea39b 100644 --- a/packages/legacy/handlers/neo4j/CHANGELOG.md +++ b/packages/legacy/handlers/neo4j/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/neo4j +## 0.105.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + - @omnigraph/neo4j@0.9.17 + ## 0.105.16 ### Patch Changes diff --git a/packages/legacy/handlers/neo4j/package.json b/packages/legacy/handlers/neo4j/package.json index 7f2a72406c742..03e138e60f3f6 100644 --- a/packages/legacy/handlers/neo4j/package.json +++ b/packages/legacy/handlers/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/neo4j", - "version": "0.105.16", + "version": "0.105.17", "type": "module", "repository": { "type": "git", @@ -35,10 +35,10 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", - "@omnigraph/neo4j": "^0.9.16", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", + "@omnigraph/neo4j": "^0.9.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/handlers/odata/CHANGELOG.md b/packages/legacy/handlers/odata/CHANGELOG.md index 3baf6d9686a69..3988f0c0d6330 100644 --- a/packages/legacy/handlers/odata/CHANGELOG.md +++ b/packages/legacy/handlers/odata/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/odata +## 0.105.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/store@0.103.17 + - @omnigraph/odata@0.1.17 + - @graphql-mesh/types@0.103.17 + ## 0.105.16 ### Patch Changes diff --git a/packages/legacy/handlers/odata/package.json b/packages/legacy/handlers/odata/package.json index 9e06c1c19ab9a..2493c223c7e2f 100644 --- a/packages/legacy/handlers/odata/package.json +++ b/packages/legacy/handlers/odata/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/odata", - "version": "0.105.16", + "version": "0.105.17", "type": "module", "repository": { "type": "git", @@ -35,9 +35,9 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@omnigraph/odata": "^0.1.16", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@omnigraph/odata": "^0.1.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/handlers/openapi/CHANGELOG.md b/packages/legacy/handlers/openapi/CHANGELOG.md index 902e3d077dd27..eb2caa61062c3 100644 --- a/packages/legacy/handlers/openapi/CHANGELOG.md +++ b/packages/legacy/handlers/openapi/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/openapi +## 0.108.21 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @omnigraph/openapi@0.108.21 + - @graphql-mesh/types@0.103.17 + ## 0.108.20 ### Patch Changes diff --git a/packages/legacy/handlers/openapi/package.json b/packages/legacy/handlers/openapi/package.json index 41b243fffb7a8..2708a9c66d9a6 100644 --- a/packages/legacy/handlers/openapi/package.json +++ b/packages/legacy/handlers/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/openapi", - "version": "0.108.20", + "version": "0.108.21", "type": "module", "repository": { "type": "git", @@ -35,11 +35,11 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", - "@omnigraph/openapi": "0.108.20", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", + "@omnigraph/openapi": "0.108.21", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/handlers/postgraphile/CHANGELOG.md b/packages/legacy/handlers/postgraphile/CHANGELOG.md index 6a7fb67fb68e8..55613e659db38 100644 --- a/packages/legacy/handlers/postgraphile/CHANGELOG.md +++ b/packages/legacy/handlers/postgraphile/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/postgraphile +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/handlers/postgraphile/package.json b/packages/legacy/handlers/postgraphile/package.json index 612bbb126e6c7..3472ba2c47b6f 100644 --- a/packages/legacy/handlers/postgraphile/package.json +++ b/packages/legacy/handlers/postgraphile/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/postgraphile", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -36,10 +36,10 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "pg": "^8.6.0", "postgraphile": "^4.13.0", diff --git a/packages/legacy/handlers/raml/CHANGELOG.md b/packages/legacy/handlers/raml/CHANGELOG.md index 87202787362e1..98ef2b6a42ccb 100644 --- a/packages/legacy/handlers/raml/CHANGELOG.md +++ b/packages/legacy/handlers/raml/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/raml +## 0.108.19 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @omnigraph/raml@0.108.19 + - @graphql-mesh/types@0.103.17 + ## 0.108.18 ### Patch Changes diff --git a/packages/legacy/handlers/raml/package.json b/packages/legacy/handlers/raml/package.json index c86db7f2497e8..129fdd2d16db5 100644 --- a/packages/legacy/handlers/raml/package.json +++ b/packages/legacy/handlers/raml/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/raml", - "version": "0.108.18", + "version": "0.108.19", "type": "module", "repository": { "type": "git", @@ -35,10 +35,10 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", - "@omnigraph/raml": "0.108.18", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", + "@omnigraph/raml": "0.108.19", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/handlers/soap/CHANGELOG.md b/packages/legacy/handlers/soap/CHANGELOG.md index 6cc0a62912ab2..22a0bd867a01c 100644 --- a/packages/legacy/handlers/soap/CHANGELOG.md +++ b/packages/legacy/handlers/soap/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/soap +## 0.105.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @omnigraph/soap@0.105.17 + - @graphql-mesh/types@0.103.17 + ## 0.105.16 ### Patch Changes diff --git a/packages/legacy/handlers/soap/package.json b/packages/legacy/handlers/soap/package.json index 5c39d98515710..de07ca0a6a61c 100644 --- a/packages/legacy/handlers/soap/package.json +++ b/packages/legacy/handlers/soap/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/soap", - "version": "0.105.16", + "version": "0.105.17", "type": "module", "repository": { "type": "git", @@ -36,12 +36,12 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", - "@omnigraph/soap": "0.105.16", + "@omnigraph/soap": "0.105.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/handlers/supergraph/CHANGELOG.md b/packages/legacy/handlers/supergraph/CHANGELOG.md index 21b64c3befcaa..eea719db8c20f 100644 --- a/packages/legacy/handlers/supergraph/CHANGELOG.md +++ b/packages/legacy/handlers/supergraph/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/supergraph +## 0.9.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.9.17 ### Patch Changes diff --git a/packages/legacy/handlers/supergraph/package.json b/packages/legacy/handlers/supergraph/package.json index 0ca1343ad4319..045d35d6bcd61 100644 --- a/packages/legacy/handlers/supergraph/package.json +++ b/packages/legacy/handlers/supergraph/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/supergraph", - "version": "0.9.17", + "version": "0.9.18", "type": "module", "repository": { "type": "git", @@ -36,10 +36,10 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/federation": "^3.0.0", "@graphql-tools/url-loader": "^8.0.9", "@graphql-tools/utils": "^10.8.0", diff --git a/packages/legacy/handlers/thrift/CHANGELOG.md b/packages/legacy/handlers/thrift/CHANGELOG.md index 5d55bcd607a96..053d5a8376caf 100644 --- a/packages/legacy/handlers/thrift/CHANGELOG.md +++ b/packages/legacy/handlers/thrift/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/thrift +## 0.105.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @omnigraph/thrift@0.8.17 + - @graphql-mesh/types@0.103.17 + ## 0.105.16 ### Patch Changes diff --git a/packages/legacy/handlers/thrift/package.json b/packages/legacy/handlers/thrift/package.json index 14d252d5c12f9..4aeaf4d9572d7 100644 --- a/packages/legacy/handlers/thrift/package.json +++ b/packages/legacy/handlers/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/thrift", - "version": "0.105.16", + "version": "0.105.17", "type": "module", "repository": { "type": "git", @@ -36,11 +36,11 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", - "@omnigraph/thrift": "^0.8.16", + "@omnigraph/thrift": "^0.8.17", "tslib": "^2.4.0" }, "devDependencies": { diff --git a/packages/legacy/handlers/tuql/CHANGELOG.md b/packages/legacy/handlers/tuql/CHANGELOG.md index 8166988d2285d..8a99ee1e222d3 100644 --- a/packages/legacy/handlers/tuql/CHANGELOG.md +++ b/packages/legacy/handlers/tuql/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/tuql +## 0.104.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.17 + - @omnigraph/sqlite@0.7.17 + ## 0.104.16 ### Patch Changes diff --git a/packages/legacy/handlers/tuql/package.json b/packages/legacy/handlers/tuql/package.json index 3cbe50578d262..609164a7595ad 100644 --- a/packages/legacy/handlers/tuql/package.json +++ b/packages/legacy/handlers/tuql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/tuql", - "version": "0.104.16", + "version": "0.104.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@omnigraph/sqlite": "^0.7.16", + "@graphql-mesh/types": "^0.103.17", + "@omnigraph/sqlite": "^0.7.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/legacy/http/CHANGELOG.md b/packages/legacy/http/CHANGELOG.md index d0ef5e8065b37..d4645c1696c94 100644 --- a/packages/legacy/http/CHANGELOG.md +++ b/packages/legacy/http/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/http +## 0.105.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/runtime@0.105.18 + - @graphql-mesh/types@0.103.17 + ## 0.105.17 ### Patch Changes diff --git a/packages/legacy/http/package.json b/packages/legacy/http/package.json index 661128b6d3d59..290793bc2bae3 100644 --- a/packages/legacy/http/package.json +++ b/packages/legacy/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/http", - "version": "0.105.17", + "version": "0.105.18", "type": "module", "repository": { "type": "git", @@ -36,9 +36,9 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/runtime": "^0.105.17", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/runtime": "^0.105.18", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "@whatwg-node/server": "^0.9.46", "graphql-yoga": "^5.7.0", diff --git a/packages/legacy/mergers/bare/CHANGELOG.md b/packages/legacy/mergers/bare/CHANGELOG.md index 9b4584006e3a0..f4be1cb3d1c6d 100644 --- a/packages/legacy/mergers/bare/CHANGELOG.md +++ b/packages/legacy/mergers/bare/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/merger-bare +## 0.104.20 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/merger-stitching@0.104.17 + - @graphql-mesh/types@0.103.17 + ## 0.104.19 ### Patch Changes diff --git a/packages/legacy/mergers/bare/package.json b/packages/legacy/mergers/bare/package.json index 07ca245fe457a..9290928c6781d 100644 --- a/packages/legacy/mergers/bare/package.json +++ b/packages/legacy/mergers/bare/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-bare", - "version": "0.104.19", + "version": "0.104.20", "type": "module", "repository": { "type": "git", @@ -35,9 +35,9 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/merger-stitching": "0.104.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/merger-stitching": "0.104.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/schema": "^10.0.13", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" diff --git a/packages/legacy/mergers/stitching/CHANGELOG.md b/packages/legacy/mergers/stitching/CHANGELOG.md index 94540a2632f10..9a5d258b2d6e1 100644 --- a/packages/legacy/mergers/stitching/CHANGELOG.md +++ b/packages/legacy/mergers/stitching/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/merger-stitching +## 0.104.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.104.16 ### Patch Changes diff --git a/packages/legacy/mergers/stitching/package.json b/packages/legacy/mergers/stitching/package.json index b4640da7d561c..b0c9f5c81af29 100644 --- a/packages/legacy/mergers/stitching/package.json +++ b/packages/legacy/mergers/stitching/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/merger-stitching", - "version": "0.104.16", + "version": "0.104.17", "type": "module", "repository": { "type": "git", @@ -35,9 +35,9 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/schema": "^10.0.5", "@graphql-tools/stitch": "^9.2.17", diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 76d57d6b416f0..d4f242e56bf55 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/migrate-config-cli +## 1.4.15 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/compose-cli@1.3.11 + - @graphql-mesh/cli@0.98.23 + - @graphql-mesh/config@0.106.23 + - @graphql-mesh/types@0.103.17 + ## 1.4.14 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 61b3cca17d2b7..f7f0c52bf9fe4 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.14", + "version": "1.4.15", "type": "module", "repository": { "type": "git", @@ -38,11 +38,11 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.22", - "@graphql-mesh/compose-cli": "^1.3.10", - "@graphql-mesh/config": "^0.106.22", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/cli": "^0.98.23", + "@graphql-mesh/compose-cli": "^1.3.11", + "@graphql-mesh/config": "^0.106.23", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "lodash.kebabcase": "^4.1.1", "prettier": "^3.3.3", "tslib": "^2.4.0" diff --git a/packages/legacy/runtime/CHANGELOG.md b/packages/legacy/runtime/CHANGELOG.md index cce5863a74ead..e4b9a15268df7 100644 --- a/packages/legacy/runtime/CHANGELOG.md +++ b/packages/legacy/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/runtime +## 0.105.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.105.17 ### Patch Changes diff --git a/packages/legacy/runtime/package.json b/packages/legacy/runtime/package.json index 543d421042e09..99ecc9483a76f 100644 --- a/packages/legacy/runtime/package.json +++ b/packages/legacy/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/runtime", - "version": "0.105.17", + "version": "0.105.18", "type": "module", "repository": { "type": "git", @@ -40,8 +40,8 @@ "@envelop/graphql-jit": "^8.0.0", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/batch-delegate": "^9.0.9", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/executor": "^1.3.2", diff --git a/packages/legacy/store/CHANGELOG.md b/packages/legacy/store/CHANGELOG.md index 92b4d630c2b39..bd5febdf6dde2 100644 --- a/packages/legacy/store/CHANGELOG.md +++ b/packages/legacy/store/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/store +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/store/package.json b/packages/legacy/store/package.json index 341024d7e3b07..7d1497fab527b 100644 --- a/packages/legacy/store/package.json +++ b/packages/legacy/store/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/store", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ "dependencies": { "@graphql-inspector/core": "6.2.1", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" }, diff --git a/packages/legacy/transforms/cache/CHANGELOG.md b/packages/legacy/transforms/cache/CHANGELOG.md index 0528f76bbdd6f..e751933d0aa5b 100644 --- a/packages/legacy/transforms/cache/CHANGELOG.md +++ b/packages/legacy/transforms/cache/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-cache +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/legacy/transforms/cache/package.json b/packages/legacy/transforms/cache/package.json index 82435d740004d..869f9716b45ba 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/resolvers-composition": "^7.0.0", "@graphql-tools/schema": "^10.0.5", "@graphql-tools/utils": "^10.8.0", @@ -46,7 +46,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.17" + "@graphql-mesh/cache-localforage": "0.103.18" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/encapsulate/CHANGELOG.md b/packages/legacy/transforms/encapsulate/CHANGELOG.md index 0c569bb088f27..3b600baebc5a8 100644 --- a/packages/legacy/transforms/encapsulate/CHANGELOG.md +++ b/packages/legacy/transforms/encapsulate/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-encapsulate +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/encapsulate/package.json b/packages/legacy/transforms/encapsulate/package.json index 6ac2670c14163..6c5d38cc9a843 100644 --- a/packages/legacy/transforms/encapsulate/package.json +++ b/packages/legacy/transforms/encapsulate/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-encapsulate", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@graphql-tools/wrap": "^10.0.28", diff --git a/packages/legacy/transforms/extend/CHANGELOG.md b/packages/legacy/transforms/extend/CHANGELOG.md index 27436102df2e0..81862bc2d4665 100644 --- a/packages/legacy/transforms/extend/CHANGELOG.md +++ b/packages/legacy/transforms/extend/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-extend +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/extend/package.json b/packages/legacy/transforms/extend/package.json index ae73422edd999..ee93d2c997020 100644 --- a/packages/legacy/transforms/extend/package.json +++ b/packages/legacy/transforms/extend/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-extend", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/code-file-loader": "^8.1.3", "@graphql-tools/graphql-file-loader": "^8.0.1", "@graphql-tools/load": "^8.0.2", diff --git a/packages/legacy/transforms/federation/CHANGELOG.md b/packages/legacy/transforms/federation/CHANGELOG.md index 1ade1177b71ae..084fd8f31340f 100644 --- a/packages/legacy/transforms/federation/CHANGELOG.md +++ b/packages/legacy/transforms/federation/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-federation +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/federation/package.json b/packages/legacy/transforms/federation/package.json index 450ac083da2c1..ea87a85e93073 100644 --- a/packages/legacy/transforms/federation/package.json +++ b/packages/legacy/transforms/federation/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-federation", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ "dependencies": { "@apollo/subgraph": "^2.4.1", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/stitching-directives": "^3.1.9", "@graphql-tools/utils": "^10.8.0", diff --git a/packages/legacy/transforms/filter-schema/CHANGELOG.md b/packages/legacy/transforms/filter-schema/CHANGELOG.md index 730c2f61623e4..9c8b05f5a5f4b 100644 --- a/packages/legacy/transforms/filter-schema/CHANGELOG.md +++ b/packages/legacy/transforms/filter-schema/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-filter-schema +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/filter-schema/package.json b/packages/legacy/transforms/filter-schema/package.json index f5c4f62834bf2..0a84a91f33133 100644 --- a/packages/legacy/transforms/filter-schema/package.json +++ b/packages/legacy/transforms/filter-schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-filter-schema", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@graphql-tools/wrap": "^10.0.28", diff --git a/packages/legacy/transforms/hive/CHANGELOG.md b/packages/legacy/transforms/hive/CHANGELOG.md index f2e7398098f90..23aea0113a5d8 100644 --- a/packages/legacy/transforms/hive/CHANGELOG.md +++ b/packages/legacy/transforms/hive/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transform-hive +## 0.103.20 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.17 + ## 0.103.19 ### Patch Changes diff --git a/packages/legacy/transforms/hive/package.json b/packages/legacy/transforms/hive/package.json index 5f1210e301630..beefeda17a4a4 100644 --- a/packages/legacy/transforms/hive/package.json +++ b/packages/legacy/transforms/hive/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-hive", - "version": "0.103.19", + "version": "0.103.20", "type": "module", "repository": { "type": "git", @@ -38,7 +38,7 @@ "@graphql-hive/core": "^0.8.3", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/hoist-field/CHANGELOG.md b/packages/legacy/transforms/hoist-field/CHANGELOG.md index 4e2a9dafe9b29..764f81c163e0b 100644 --- a/packages/legacy/transforms/hoist-field/CHANGELOG.md +++ b/packages/legacy/transforms/hoist-field/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-hoist-field +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/legacy/transforms/hoist-field/package.json b/packages/legacy/transforms/hoist-field/package.json index d13a5cff3983a..7a4791e0c3728 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -35,14 +35,14 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@graphql-tools/wrap": "^10.0.28" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.17" + "@graphql-mesh/cache-localforage": "0.103.18" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/naming-convention/CHANGELOG.md b/packages/legacy/transforms/naming-convention/CHANGELOG.md index d9b5bb28e2fca..ad68b7fafa8ee 100644 --- a/packages/legacy/transforms/naming-convention/CHANGELOG.md +++ b/packages/legacy/transforms/naming-convention/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-naming-convention +## 0.103.19 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.18 ### Patch Changes diff --git a/packages/legacy/transforms/naming-convention/package.json b/packages/legacy/transforms/naming-convention/package.json index deefa984c489d..49ff0cbd4ff04 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.18", + "version": "0.103.19", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@graphql-tools/wrap": "^10.0.28", @@ -47,7 +47,7 @@ "upper-case": "^2.0.2" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "^0.103.17", + "@graphql-mesh/cache-localforage": "^0.103.18", "@graphql-tools/schema": "10.0.16" }, "publishConfig": { diff --git a/packages/legacy/transforms/prefix/CHANGELOG.md b/packages/legacy/transforms/prefix/CHANGELOG.md index 3c8a3dcafd068..9000f5ff72a75 100644 --- a/packages/legacy/transforms/prefix/CHANGELOG.md +++ b/packages/legacy/transforms/prefix/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-prefix +## 0.103.19 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.18 ### Patch Changes diff --git a/packages/legacy/transforms/prefix/package.json b/packages/legacy/transforms/prefix/package.json index e77074ea46b9c..22eb2891aeb28 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.18", + "version": "0.103.19", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@graphql-tools/wrap": "^10.0.28", @@ -44,7 +44,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.17", + "@graphql-mesh/cache-localforage": "0.103.18", "@graphql-tools/schema": "10.0.16" }, "publishConfig": { diff --git a/packages/legacy/transforms/prune/CHANGELOG.md b/packages/legacy/transforms/prune/CHANGELOG.md index 72111f5101d92..40a6d7a12b226 100644 --- a/packages/legacy/transforms/prune/CHANGELOG.md +++ b/packages/legacy/transforms/prune/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transform-prune +## 0.103.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/prune/package.json b/packages/legacy/transforms/prune/package.json index 81e43b112a295..83523e1be8f4c 100644 --- a/packages/legacy/transforms/prune/package.json +++ b/packages/legacy/transforms/prune/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-prune", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,7 +35,7 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" }, diff --git a/packages/legacy/transforms/rate-limit/CHANGELOG.md b/packages/legacy/transforms/rate-limit/CHANGELOG.md index ffd2ca133387d..3952e7ecf9071 100644 --- a/packages/legacy/transforms/rate-limit/CHANGELOG.md +++ b/packages/legacy/transforms/rate-limit/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-rate-limit +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/legacy/transforms/rate-limit/package.json b/packages/legacy/transforms/rate-limit/package.json index 07c9e76aacad3..6eff20000ffb2 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -37,14 +37,14 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "minimatch": "^10.0.0", "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.17", + "@graphql-mesh/cache-localforage": "0.103.18", "@graphql-tools/schema": "10.0.16", "@graphql-tools/wrap": "^10.0.28" }, diff --git a/packages/legacy/transforms/rename/CHANGELOG.md b/packages/legacy/transforms/rename/CHANGELOG.md index 807e4505f1d02..07a516e9b2e1a 100644 --- a/packages/legacy/transforms/rename/CHANGELOG.md +++ b/packages/legacy/transforms/rename/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-rename +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/legacy/transforms/rename/package.json b/packages/legacy/transforms/rename/package.json index ff1cb142053d2..e66b9f4c46137 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@graphql-tools/wrap": "^10.0.28", @@ -44,7 +44,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.17", + "@graphql-mesh/cache-localforage": "0.103.18", "@graphql-tools/schema": "10.0.16" }, "publishConfig": { diff --git a/packages/legacy/transforms/replace-field/CHANGELOG.md b/packages/legacy/transforms/replace-field/CHANGELOG.md index 749c413bb2a85..3cabfec323230 100644 --- a/packages/legacy/transforms/replace-field/CHANGELOG.md +++ b/packages/legacy/transforms/replace-field/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/replace-field +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/legacy/transforms/replace-field/package.json b/packages/legacy/transforms/replace-field/package.json index b7f1e2821a02b..694680716f2b7 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/code-file-loader": "^8.0.0", "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/load": "^8.0.0", @@ -44,7 +44,7 @@ "tslib": "^2.4.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.17", + "@graphql-mesh/cache-localforage": "0.103.18", "@graphql-tools/schema": "10.0.16" }, "publishConfig": { diff --git a/packages/legacy/transforms/resolvers-composition/CHANGELOG.md b/packages/legacy/transforms/resolvers-composition/CHANGELOG.md index 9adf96731f542..2e2b84112ef09 100644 --- a/packages/legacy/transforms/resolvers-composition/CHANGELOG.md +++ b/packages/legacy/transforms/resolvers-composition/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-resolvers-composition +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/resolvers-composition/package.json b/packages/legacy/transforms/resolvers-composition/package.json index b0faec223ea47..22b39e064a1e4 100644 --- a/packages/legacy/transforms/resolvers-composition/package.json +++ b/packages/legacy/transforms/resolvers-composition/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-resolvers-composition", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/resolvers-composition": "^7.0.0", "@graphql-tools/schema": "^10.0.5", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/transfer-schema/CHANGELOG.md b/packages/legacy/transforms/transfer-schema/CHANGELOG.md index 7bf0592398ce8..b03cb8a04ff64 100644 --- a/packages/legacy/transforms/transfer-schema/CHANGELOG.md +++ b/packages/legacy/transforms/transfer-schema/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-transfer-schema +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/transfer-schema/package.json b/packages/legacy/transforms/transfer-schema/package.json index a4059c60cf084..e6316bb3c00ab 100644 --- a/packages/legacy/transforms/transfer-schema/package.json +++ b/packages/legacy/transforms/transfer-schema/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-transfer-schema", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "micromatch": "4.0.8" }, diff --git a/packages/legacy/transforms/type-merging/CHANGELOG.md b/packages/legacy/transforms/type-merging/CHANGELOG.md index 0e1c85fd3e252..03fbde5e11e5e 100644 --- a/packages/legacy/transforms/type-merging/CHANGELOG.md +++ b/packages/legacy/transforms/type-merging/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transform-type-merging +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/transforms/type-merging/package.json b/packages/legacy/transforms/type-merging/package.json index 5960f60688737..fa7fa383c7582 100644 --- a/packages/legacy/transforms/type-merging/package.json +++ b/packages/legacy/transforms/type-merging/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transform-type-merging", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/stitching-directives": "^3.1.9", "tslib": "^2.4.0" diff --git a/packages/legacy/types/CHANGELOG.md b/packages/legacy/types/CHANGELOG.md index 5552a550f16e3..f11f7b2ca3800 100644 --- a/packages/legacy/types/CHANGELOG.md +++ b/packages/legacy/types/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/types +## 0.103.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/store@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/types/package.json b/packages/legacy/types/package.json index 305b3c402e681..47c5e49ba32d5 100644 --- a/packages/legacy/types/package.json +++ b/packages/legacy/types/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/types", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,7 +35,7 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-tools/batch-delegate": "^9.0.10", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", diff --git a/packages/legacy/urql/CHANGELOG.md b/packages/legacy/urql/CHANGELOG.md index 9e6ca10161987..d8b1fa0bb5cf4 100644 --- a/packages/legacy/urql/CHANGELOG.md +++ b/packages/legacy/urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/urql-exchange +## 0.105.18 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.105.18 + ## 0.105.17 ### Patch Changes diff --git a/packages/legacy/urql/package.json b/packages/legacy/urql/package.json index c32bc75833056..17c21471e2c01 100644 --- a/packages/legacy/urql/package.json +++ b/packages/legacy/urql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/urql-exchange", - "version": "0.105.17", + "version": "0.105.18", "type": "module", "repository": { "type": "git", @@ -36,7 +36,7 @@ "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { - "@graphql-mesh/runtime": "^0.105.17", + "@graphql-mesh/runtime": "^0.105.18", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0", "value-or-promise": "^1.0.12", diff --git a/packages/legacy/utils/CHANGELOG.md b/packages/legacy/utils/CHANGELOG.md index ada9d74585aac..ba93b1a77366f 100644 --- a/packages/legacy/utils/CHANGELOG.md +++ b/packages/legacy/utils/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/utils +## 0.103.17 + +### Patch Changes + +- [`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58) + Thanks [@ardatan](https://github.com/ardatan)! - Add changeset + +- Updated dependencies []: + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/legacy/utils/package.json b/packages/legacy/utils/package.json index c849f625e790e..38cfcf8c8a5ca 100644 --- a/packages/legacy/utils/package.json +++ b/packages/legacy/utils/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/utils", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", "@graphql-tools/batch-delegate": "^9.0.16", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", diff --git a/packages/loaders/json-schema/CHANGELOG.md b/packages/loaders/json-schema/CHANGELOG.md index b6870738d905b..1c700a99d2bd4 100644 --- a/packages/loaders/json-schema/CHANGELOG.md +++ b/packages/loaders/json-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/json-schema +## 0.108.19 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/transport-rest@0.8.19 + - @graphql-mesh/types@0.103.17 + ## 0.108.18 ### Patch Changes diff --git a/packages/loaders/json-schema/package.json b/packages/loaders/json-schema/package.json index 7da935c9e8af3..48e45dd06d5a1 100644 --- a/packages/loaders/json-schema/package.json +++ b/packages/loaders/json-schema/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/json-schema", - "version": "0.108.18", + "version": "0.108.19", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/transport-rest": "^0.8.18", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/transport-rest": "^0.8.19", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@json-schema-tools/meta-schema": "^1.7.5", diff --git a/packages/loaders/mysql/CHANGELOG.md b/packages/loaders/mysql/CHANGELOG.md index 92e5a6f2cf64a..2949992f81930 100644 --- a/packages/loaders/mysql/CHANGELOG.md +++ b/packages/loaders/mysql/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/mysql +## 0.8.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/transport-mysql@0.8.17 + - @graphql-mesh/types@0.103.17 + ## 0.8.16 ### Patch Changes diff --git a/packages/loaders/mysql/package.json b/packages/loaders/mysql/package.json index a730d54c673cc..280fa906875d1 100644 --- a/packages/loaders/mysql/package.json +++ b/packages/loaders/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/mysql", - "version": "0.8.16", + "version": "0.8.17", "type": "module", "repository": { "type": "git", @@ -37,9 +37,9 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/transport-mysql": "^0.8.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/transport-mysql": "^0.8.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "graphql-compose": "^9.0.11", diff --git a/packages/loaders/neo4j/CHANGELOG.md b/packages/loaders/neo4j/CHANGELOG.md index 7c3dbb63dbd07..9cfd7535402c2 100644 --- a/packages/loaders/neo4j/CHANGELOG.md +++ b/packages/loaders/neo4j/CHANGELOG.md @@ -1,5 +1,13 @@ # @omnigraph/neo4j +## 0.9.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/transport-neo4j@0.8.17 + - @graphql-mesh/types@0.103.17 + ## 0.9.16 ### Patch Changes diff --git a/packages/loaders/neo4j/package.json b/packages/loaders/neo4j/package.json index 4ac6a070c0aca..ae4dcd1e24f06 100644 --- a/packages/loaders/neo4j/package.json +++ b/packages/loaders/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/neo4j", - "version": "0.9.16", + "version": "0.9.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/transport-neo4j": "^0.8.16", - "@graphql-mesh/types": "^0.103.16", + "@graphql-mesh/transport-neo4j": "^0.8.17", + "@graphql-mesh/types": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/schema": "^10.0.5", "@neo4j/introspector": "^4.0.0", diff --git a/packages/loaders/odata/CHANGELOG.md b/packages/loaders/odata/CHANGELOG.md index 84d59938fef1e..50be71fd00c2e 100644 --- a/packages/loaders/odata/CHANGELOG.md +++ b/packages/loaders/odata/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/odata +## 0.1.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/store@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.1.16 ### Patch Changes diff --git a/packages/loaders/odata/package.json b/packages/loaders/odata/package.json index 9b3a74a864880..a7e1318426236 100644 --- a/packages/loaders/odata/package.json +++ b/packages/loaders/odata/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/odata", - "version": "0.1.16", + "version": "0.1.17", "type": "module", "repository": { "type": "git", @@ -36,10 +36,10 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/store": "^0.103.16", + "@graphql-mesh/store": "^0.103.17", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@whatwg-node/fetch": "^0.10.0", diff --git a/packages/loaders/openapi/CHANGELOG.md b/packages/loaders/openapi/CHANGELOG.md index 1d084d44f3af7..e67f66edb3501 100644 --- a/packages/loaders/openapi/CHANGELOG.md +++ b/packages/loaders/openapi/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/openapi +## 0.108.21 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/fusion-composition@0.7.23 + - @omnigraph/json-schema@0.108.19 + - @graphql-mesh/types@0.103.17 + ## 0.108.20 ### Patch Changes diff --git a/packages/loaders/openapi/package.json b/packages/loaders/openapi/package.json index e603e7a75c9d0..d5c8d97283492 100644 --- a/packages/loaders/openapi/package.json +++ b/packages/loaders/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/openapi", - "version": "0.108.20", + "version": "0.108.21", "type": "module", "repository": { "type": "git", @@ -36,12 +36,12 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/fusion-composition": "^0.7.22", + "@graphql-mesh/fusion-composition": "^0.7.23", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.6.4", - "@omnigraph/json-schema": "^0.108.18", + "@omnigraph/json-schema": "^0.108.19", "change-case": "^4.1.2", "json-machete": "^0.97.6", "openapi-types": "^12.1.0", diff --git a/packages/loaders/raml/CHANGELOG.md b/packages/loaders/raml/CHANGELOG.md index 97d1c37066d8c..921068a7d5a99 100644 --- a/packages/loaders/raml/CHANGELOG.md +++ b/packages/loaders/raml/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/raml +## 0.108.19 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @omnigraph/json-schema@0.108.19 + - @graphql-mesh/types@0.103.17 + ## 0.108.18 ### Patch Changes diff --git a/packages/loaders/raml/package.json b/packages/loaders/raml/package.json index 64731c2b38bd6..beb24ab7a095c 100644 --- a/packages/loaders/raml/package.json +++ b/packages/loaders/raml/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/raml", - "version": "0.108.18", + "version": "0.108.19", "type": "module", "repository": { "type": "git", @@ -38,11 +38,11 @@ "@ardatan/raml-1-parser": "1.1.69", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", - "@omnigraph/json-schema": "0.108.18", + "@omnigraph/json-schema": "0.108.19", "@whatwg-node/fetch": "^0.10.0", "change-case": "4.1.2", "json-machete": "^0.97.6", diff --git a/packages/loaders/soap/CHANGELOG.md b/packages/loaders/soap/CHANGELOG.md index 25dc2e841a740..4d63c52d13836 100644 --- a/packages/loaders/soap/CHANGELOG.md +++ b/packages/loaders/soap/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/soap +## 0.105.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/transport-soap@0.8.17 + - @graphql-mesh/types@0.103.17 + ## 0.105.16 ### Patch Changes diff --git a/packages/loaders/soap/package.json b/packages/loaders/soap/package.json index 06c1b468ead42..b6a97a913ef5e 100644 --- a/packages/loaders/soap/package.json +++ b/packages/loaders/soap/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/soap", - "version": "0.105.16", + "version": "0.105.17", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", "@graphql-mesh/transport-common": "^0.7.25", - "@graphql-mesh/transport-soap": "^0.8.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/transport-soap": "^0.8.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "@whatwg-node/fetch": "^0.10.0", "fast-xml-parser": "^4.5.0", diff --git a/packages/loaders/sqlite/CHANGELOG.md b/packages/loaders/sqlite/CHANGELOG.md index 4362e268fd656..f68b5fd0964f9 100644 --- a/packages/loaders/sqlite/CHANGELOG.md +++ b/packages/loaders/sqlite/CHANGELOG.md @@ -1,5 +1,12 @@ # @omnigraph/sqlite +## 0.7.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.17 + ## 0.7.16 ### Patch Changes diff --git a/packages/loaders/sqlite/package.json b/packages/loaders/sqlite/package.json index fc659e8aad841..e236ca390df9b 100644 --- a/packages/loaders/sqlite/package.json +++ b/packages/loaders/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/sqlite", - "version": "0.7.16", + "version": "0.7.17", "type": "module", "repository": { "type": "git", @@ -36,7 +36,7 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/types": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "tslib": "^2.4.0" }, diff --git a/packages/loaders/thrift/CHANGELOG.md b/packages/loaders/thrift/CHANGELOG.md index cca79a2cb7f09..d5ca49b8f7044 100644 --- a/packages/loaders/thrift/CHANGELOG.md +++ b/packages/loaders/thrift/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/thrift +## 0.8.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/transport-thrift@0.8.17 + - @graphql-mesh/types@0.103.17 + ## 0.8.16 ### Patch Changes diff --git a/packages/loaders/thrift/package.json b/packages/loaders/thrift/package.json index 8fbd1cb64e5b9..00cbda6672937 100644 --- a/packages/loaders/thrift/package.json +++ b/packages/loaders/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/thrift", - "version": "0.8.16", + "version": "0.8.17", "type": "module", "repository": { "type": "git", @@ -38,9 +38,9 @@ "@creditkarma/thrift-parser": "^2.0.0", "@creditkarma/thrift-server-core": "^1.0.4", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/transport-thrift": "^0.8.16", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/transport-thrift": "^0.8.17", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@whatwg-node/fetch": "^0.10.0", "graphql-scalars": "^1.22.4", "thrift": "^0.21.0" diff --git a/packages/plugins/deduplicate-request/CHANGELOG.md b/packages/plugins/deduplicate-request/CHANGELOG.md index 319b84265d7e1..a8305a6987361 100644 --- a/packages/plugins/deduplicate-request/CHANGELOG.md +++ b/packages/plugins/deduplicate-request/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-deduplicate-request +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/plugins/deduplicate-request/package.json b/packages/plugins/deduplicate-request/package.json index c5c61db8cfe08..e2315d86407fa 100644 --- a/packages/plugins/deduplicate-request/package.json +++ b/packages/plugins/deduplicate-request/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-deduplicate-request", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" }, diff --git a/packages/plugins/hive/CHANGELOG.md b/packages/plugins/hive/CHANGELOG.md index a75cfaa273428..e1f20b6cb224b 100644 --- a/packages/plugins/hive/CHANGELOG.md +++ b/packages/plugins/hive/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-hive +## 0.103.18 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/plugins/hive/package.json b/packages/plugins/hive/package.json index 6d70c63cff4f1..fb7cfc49a91f2 100644 --- a/packages/plugins/hive/package.json +++ b/packages/plugins/hive/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-hive", - "version": "0.103.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -39,7 +39,7 @@ "@graphql-hive/yoga": "^0.39.2", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/plugins/http-cache/CHANGELOG.md b/packages/plugins/http-cache/CHANGELOG.md index 439d0712aea0c..6b00b776cb8a1 100644 --- a/packages/plugins/http-cache/CHANGELOG.md +++ b/packages/plugins/http-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-http-cache +## 0.104.5 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.104.4 ### Patch Changes diff --git a/packages/plugins/http-cache/package.json b/packages/plugins/http-cache/package.json index a3ed7786d3f16..6625c72044e66 100644 --- a/packages/plugins/http-cache/package.json +++ b/packages/plugins/http-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-http-cache", - "version": "0.104.4", + "version": "0.104.5", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@whatwg-node/fetch": "^0.10.0", "http-cache-semantics": "^4.1.1", "tslib": "^2.4.0" diff --git a/packages/plugins/http-details-extensions/CHANGELOG.md b/packages/plugins/http-details-extensions/CHANGELOG.md index 3eb87ee8e34b3..0c3b1fff5e29d 100644 --- a/packages/plugins/http-details-extensions/CHANGELOG.md +++ b/packages/plugins/http-details-extensions/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-http-details-extensions +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/plugins/http-details-extensions/package.json b/packages/plugins/http-details-extensions/package.json index 13b388997a038..6070a363f7688 100644 --- a/packages/plugins/http-details-extensions/package.json +++ b/packages/plugins/http-details-extensions/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-http-details-extensions", - "version": "0.103.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ }, "dependencies": { "@envelop/core": "^5.0.3", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@whatwg-node/fetch": "^0.10.0", "tslib": "^2.4.0" }, diff --git a/packages/plugins/jit/CHANGELOG.md b/packages/plugins/jit/CHANGELOG.md index bbb5dfdb99e3a..63a95ec369872 100644 --- a/packages/plugins/jit/CHANGELOG.md +++ b/packages/plugins/jit/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/plugin-jit +## 0.1.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + ## 0.1.16 ### Patch Changes diff --git a/packages/plugins/jit/package.json b/packages/plugins/jit/package.json index 9308cd83b2cbf..ab8a7733a8381 100644 --- a/packages/plugins/jit/package.json +++ b/packages/plugins/jit/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-jit", - "version": "0.1.16", + "version": "0.1.17", "type": "module", "repository": { "type": "git", @@ -36,7 +36,7 @@ }, "dependencies": { "@envelop/core": "^5.0.2", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "graphql-jit": "^0.8.7", "tslib": "^2.4.0" diff --git a/packages/plugins/jwt-auth/CHANGELOG.md b/packages/plugins/jwt-auth/CHANGELOG.md index 76008897470a1..1b9182c22a1a7 100644 --- a/packages/plugins/jwt-auth/CHANGELOG.md +++ b/packages/plugins/jwt-auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-jwt-auth +## 1.4.7 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 1.4.6 ### Patch Changes diff --git a/packages/plugins/jwt-auth/package.json b/packages/plugins/jwt-auth/package.json index f72dca5afbc14..eabcdd8f53ddb 100644 --- a/packages/plugins/jwt-auth/package.json +++ b/packages/plugins/jwt-auth/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-jwt-auth", - "version": "1.4.6", + "version": "1.4.7", "type": "module", "repository": { "type": "git", @@ -35,8 +35,8 @@ "graphql": "*" }, "dependencies": { - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-yoga/plugin-jwt": "^3.4.9", "tslib": "^2.4.0" }, diff --git a/packages/plugins/live-query/CHANGELOG.md b/packages/plugins/live-query/CHANGELOG.md index d07d01e2bbcc5..d6ac19ee1b8b8 100644 --- a/packages/plugins/live-query/CHANGELOG.md +++ b/packages/plugins/live-query/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-live-query +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/plugins/live-query/package.json b/packages/plugins/live-query/package.json index 862792c549c61..d573da94a664e 100644 --- a/packages/plugins/live-query/package.json +++ b/packages/plugins/live-query/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-live-query", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -39,8 +39,8 @@ "@envelop/live-query": "7.0.0", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@n1ru4l/in-memory-live-query-store": "0.10.0", "tslib": "^2.4.0" }, diff --git a/packages/plugins/mock/CHANGELOG.md b/packages/plugins/mock/CHANGELOG.md index 70a64d14d5687..397af6bcbbb2f 100644 --- a/packages/plugins/mock/CHANGELOG.md +++ b/packages/plugins/mock/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-mock +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/plugins/mock/package.json b/packages/plugins/mock/package.json index 127bfcc63e2d1..5622ea5cb2f5c 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.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/mock": "^9.0.3", "@graphql-tools/schema": "^10.0.5", "@graphql-tools/utils": "^10.8.0", @@ -48,7 +48,7 @@ }, "devDependencies": { "@envelop/core": "5.0.3", - "@graphql-mesh/cache-localforage": "0.103.17", + "@graphql-mesh/cache-localforage": "0.103.18", "@types/faker": "5.5.9" }, "publishConfig": { diff --git a/packages/plugins/newrelic/CHANGELOG.md b/packages/plugins/newrelic/CHANGELOG.md index 06e208f1890f7..0588b6b289c21 100644 --- a/packages/plugins/newrelic/CHANGELOG.md +++ b/packages/plugins/newrelic/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-newrelic +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/plugins/newrelic/package.json b/packages/plugins/newrelic/package.json index 57a7c855ba053..12deee27451f3 100644 --- a/packages/plugins/newrelic/package.json +++ b/packages/plugins/newrelic/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-newrelic", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -40,8 +40,8 @@ "@envelop/newrelic": "^7.0.0", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "graphql-yoga": "^5.10.4", "tslib": "^2.4.0" }, diff --git a/packages/plugins/operation-field-permissions/CHANGELOG.md b/packages/plugins/operation-field-permissions/CHANGELOG.md index ae3269a8f5706..358a1fbe3e267 100644 --- a/packages/plugins/operation-field-permissions/CHANGELOG.md +++ b/packages/plugins/operation-field-permissions/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-operation-field-permissions +## 0.103.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/plugins/operation-field-permissions/package.json b/packages/plugins/operation-field-permissions/package.json index 0e6926b78ae54..163a33067c02f 100644 --- a/packages/plugins/operation-field-permissions/package.json +++ b/packages/plugins/operation-field-permissions/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-operation-field-permissions", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ "dependencies": { "@envelop/operation-field-permissions": "6.0.0", "@graphql-mesh/cross-helpers": "^0.4.10", - "@graphql-mesh/types": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/plugins/operation-headers/CHANGELOG.md b/packages/plugins/operation-headers/CHANGELOG.md index c851926617c10..d2db92a4c856b 100644 --- a/packages/plugins/operation-headers/CHANGELOG.md +++ b/packages/plugins/operation-headers/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-operation-headers +## 1.3.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 1.3.17 ### Patch Changes diff --git a/packages/plugins/operation-headers/package.json b/packages/plugins/operation-headers/package.json index 7904bde142030..ff6295b3c93f3 100644 --- a/packages/plugins/operation-headers/package.json +++ b/packages/plugins/operation-headers/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-operation-headers", - "version": "1.3.17", + "version": "1.3.18", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ }, "dependencies": { "@graphql-hive/gateway-runtime": "^1.3.3", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/plugins/rate-limit/CHANGELOG.md b/packages/plugins/rate-limit/CHANGELOG.md index 30b83c1b18d38..f8dc316bf6d26 100644 --- a/packages/plugins/rate-limit/CHANGELOG.md +++ b/packages/plugins/rate-limit/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-rate-limit +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/plugins/rate-limit/package.json b/packages/plugins/rate-limit/package.json index 6b6a0767f2152..1c3c7de39cdd9 100644 --- a/packages/plugins/rate-limit/package.json +++ b/packages/plugins/rate-limit/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-rate-limit", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -38,8 +38,8 @@ "@envelop/rate-limiter": "^6.2.1", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "tslib": "^2.4.0" }, diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index 00d98e63b3c27..3b06055936eca 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-response-cache +## 0.103.18 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.17 ### Patch Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 16db48e15995e..3fd5474a72d51 100644 --- a/packages/plugins/response-cache/package.json +++ b/packages/plugins/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-response-cache", - "version": "0.103.17", + "version": "0.103.18", "type": "module", "repository": { "type": "git", @@ -39,8 +39,8 @@ "@envelop/response-cache": "^6.1.1", "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.6.2", "@graphql-yoga/plugin-response-cache": "^3.1.1", "cache-control-parser": "^2.0.6", diff --git a/packages/plugins/snapshot/CHANGELOG.md b/packages/plugins/snapshot/CHANGELOG.md index d940c03693fde..93abb0422f82d 100644 --- a/packages/plugins/snapshot/CHANGELOG.md +++ b/packages/plugins/snapshot/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-snapshot +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/plugins/snapshot/package.json b/packages/plugins/snapshot/package.json index 126dade0b4a93..61130f0e3df9e 100644 --- a/packages/plugins/snapshot/package.json +++ b/packages/plugins/snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-snapshot", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "0.5.8", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@whatwg-node/fetch": "^0.10.0", "minimatch": "10.0.1", "tslib": "^2.4.0" diff --git a/packages/plugins/statsd/CHANGELOG.md b/packages/plugins/statsd/CHANGELOG.md index 8941f16328678..b9c8f1c1e2233 100644 --- a/packages/plugins/statsd/CHANGELOG.md +++ b/packages/plugins/statsd/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-statsd +## 0.103.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.103.16 ### Patch Changes diff --git a/packages/plugins/statsd/package.json b/packages/plugins/statsd/package.json index 1076afa86f82b..4435a032df0c6 100644 --- a/packages/plugins/statsd/package.json +++ b/packages/plugins/statsd/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-statsd", - "version": "0.103.16", + "version": "0.103.17", "type": "module", "repository": { "type": "git", @@ -36,8 +36,8 @@ }, "dependencies": { "@envelop/statsd": "5.0.1", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "hot-shots": "^10.2.1", "tslib": "^2.4.0" }, diff --git a/packages/transports/grpc/CHANGELOG.md b/packages/transports/grpc/CHANGELOG.md index 1cdf432a04c8c..7153c8dd8ee5f 100644 --- a/packages/transports/grpc/CHANGELOG.md +++ b/packages/transports/grpc/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-grpc +## 0.2.7 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.2.6 ### Patch Changes diff --git a/packages/transports/grpc/package.json b/packages/transports/grpc/package.json index 04b9f46099b2b..ab4e1e3da011b 100644 --- a/packages/transports/grpc/package.json +++ b/packages/transports/grpc/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-grpc", - "version": "0.2.6", + "version": "0.2.7", "type": "module", "repository": { "type": "git", @@ -38,8 +38,8 @@ "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "@grpc/grpc-js": "^1.1.7", "@grpc/proto-loader": "^0.7.8", diff --git a/packages/transports/mysql/CHANGELOG.md b/packages/transports/mysql/CHANGELOG.md index 014d69537c728..226e92ff6f9aa 100644 --- a/packages/transports/mysql/CHANGELOG.md +++ b/packages/transports/mysql/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-mysql +## 0.8.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.8.16 ### Patch Changes diff --git a/packages/transports/mysql/package.json b/packages/transports/mysql/package.json index dca665ea5aae5..e9d2c1b902773 100644 --- a/packages/transports/mysql/package.json +++ b/packages/transports/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-mysql", - "version": "0.8.16", + "version": "0.8.17", "type": "module", "repository": { "type": "git", @@ -38,8 +38,8 @@ "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@whatwg-node/fetch": "^0.10.0", diff --git a/packages/transports/neo4j/CHANGELOG.md b/packages/transports/neo4j/CHANGELOG.md index d28ebcce34894..f907e8a154346 100644 --- a/packages/transports/neo4j/CHANGELOG.md +++ b/packages/transports/neo4j/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-neo4j +## 0.8.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.8.16 ### Patch Changes diff --git a/packages/transports/neo4j/package.json b/packages/transports/neo4j/package.json index ba93f193ec254..b9de594d7984c 100644 --- a/packages/transports/neo4j/package.json +++ b/packages/transports/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-neo4j", - "version": "0.8.16", + "version": "0.8.17", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.8.0", "@neo4j/graphql": "^6.0.0", diff --git a/packages/transports/odata/CHANGELOG.md b/packages/transports/odata/CHANGELOG.md index 55e7ad6ea2519..01f2d5d8b404b 100644 --- a/packages/transports/odata/CHANGELOG.md +++ b/packages/transports/odata/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-odata +## 0.1.17 + +### Patch Changes + +- Updated dependencies []: + - @omnigraph/odata@0.1.17 + ## 0.1.16 ### Patch Changes diff --git a/packages/transports/odata/package.json b/packages/transports/odata/package.json index d3062fd02b5f1..14d57fa674b13 100644 --- a/packages/transports/odata/package.json +++ b/packages/transports/odata/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-odata", - "version": "0.1.16", + "version": "0.1.17", "type": "module", "repository": { "type": "git", @@ -36,7 +36,7 @@ }, "dependencies": { "@graphql-mesh/transport-common": "^0.7.13", - "@omnigraph/odata": "^0.1.16", + "@omnigraph/odata": "^0.1.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/transports/rest/CHANGELOG.md b/packages/transports/rest/CHANGELOG.md index 2de0fda675a60..47d87cdb358aa 100644 --- a/packages/transports/rest/CHANGELOG.md +++ b/packages/transports/rest/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-rest +## 0.8.19 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.8.18 ### Patch Changes diff --git a/packages/transports/rest/package.json b/packages/transports/rest/package.json index 080805bc56699..e84465181f683 100644 --- a/packages/transports/rest/package.json +++ b/packages/transports/rest/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-rest", - "version": "0.8.18", + "version": "0.8.19", "type": "module", "repository": { "type": "git", @@ -38,8 +38,8 @@ "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "@whatwg-node/fetch": "^0.9.15 || ^0.10.0", "dset": "^3.1.3", diff --git a/packages/transports/soap/CHANGELOG.md b/packages/transports/soap/CHANGELOG.md index 30e79a009a832..4f4d576c2afb2 100644 --- a/packages/transports/soap/CHANGELOG.md +++ b/packages/transports/soap/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-soap +## 0.8.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + - @graphql-mesh/types@0.103.17 + ## 0.8.16 ### Patch Changes diff --git a/packages/transports/soap/package.json b/packages/transports/soap/package.json index 3bee984e1b1f2..9770591ce4f6d 100644 --- a/packages/transports/soap/package.json +++ b/packages/transports/soap/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-soap", - "version": "0.8.16", + "version": "0.8.17", "type": "module", "repository": { "type": "git", @@ -38,8 +38,8 @@ "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/executor": "^1.3.2", "@graphql-tools/utils": "^10.8.0", "@whatwg-node/fetch": "^0.9.15 || ^0.10.0", diff --git a/packages/transports/sqlite/CHANGELOG.md b/packages/transports/sqlite/CHANGELOG.md index 8e8fd3540bcb9..54765b533218d 100644 --- a/packages/transports/sqlite/CHANGELOG.md +++ b/packages/transports/sqlite/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-sqlite +## 0.8.17 + +### Patch Changes + +- Updated dependencies []: + - @omnigraph/sqlite@0.7.17 + ## 0.8.16 ### Patch Changes diff --git a/packages/transports/sqlite/package.json b/packages/transports/sqlite/package.json index 78ed6df206159..aae9a05ff7073 100644 --- a/packages/transports/sqlite/package.json +++ b/packages/transports/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-sqlite", - "version": "0.8.16", + "version": "0.8.17", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ "dependencies": { "@graphql-mesh/transport-common": "^0.7.13", "@graphql-tools/utils": "^10.8.0", - "@omnigraph/sqlite": "^0.7.16", + "@omnigraph/sqlite": "^0.7.17", "tslib": "^2.4.0" }, "publishConfig": { diff --git a/packages/transports/thrift/CHANGELOG.md b/packages/transports/thrift/CHANGELOG.md index a90cd2a431b0f..5f1a1fa302737 100644 --- a/packages/transports/thrift/CHANGELOG.md +++ b/packages/transports/thrift/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/transport-thrift +## 0.8.17 + +### Patch Changes + +- Updated dependencies + [[`142a185`](https://github.com/ardatan/graphql-mesh/commit/142a185cfc7c765b3bbd632b9dd948499d614a58)]: + - @graphql-mesh/utils@0.103.17 + ## 0.8.16 ### Patch Changes diff --git a/packages/transports/thrift/package.json b/packages/transports/thrift/package.json index 8588cb636b8e5..6cbbba9d2bc67 100644 --- a/packages/transports/thrift/package.json +++ b/packages/transports/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-thrift", - "version": "0.8.16", + "version": "0.8.17", "type": "module", "repository": { "type": "git", @@ -39,7 +39,7 @@ "@creditkarma/thrift-server-core": "^1.0.4", "@graphql-mesh/string-interpolation": "^0.5.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/utils": "^0.103.17", "@graphql-tools/utils": "^10.8.0", "pascal-case": "^3.1.2", "tslib": "^2.4.0" diff --git a/yarn.lock b/yarn.lock index f7a8ba93cec28..1ab36c4e3e505 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3641,8 +3641,8 @@ __metadata: "@apollo/server": "npm:^4.11.3" "@apollo/subgraph": "npm:^2.9.3" "@graphql-hive/gateway": "npm:^1.8.0" - "@graphql-mesh/cache-upstash-redis": "npm:^0.0.3" - "@graphql-mesh/compose-cli": "npm:^1.3.10" + "@graphql-mesh/cache-upstash-redis": "npm:^0.0.4" + "@graphql-mesh/compose-cli": "npm:^1.3.11" "@graphql-yoga/plugin-response-cache": "npm:^3.12.10" graphql: "npm:^16.9.0" graphql-yoga: "npm:^5.10.10" @@ -3964,7 +3964,7 @@ __metadata: "@creditkarma/thrift-server-express": "npm:^1.0.4" "@creditkarma/thrift-typescript": "npm:^3.7.6" "@graphql-hive/gateway": "npm:^1.8.0" - "@omnigraph/thrift": "npm:^0.8.16" + "@omnigraph/thrift": "npm:^0.8.17" express: "npm:^4.18.2" graphql: "npm:^16.9.0" thrift: "npm:^0.21.0" @@ -4549,7 +4549,7 @@ __metadata: "@envelop/auth0": "npm:^6.0.0" "@graphql-hive/gateway": "npm:^1.8.0" "@graphql-mesh/compose-cli": "workspace:^" - "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.103.16" + "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.103.17" "@omnigraph/json-schema": "workspace:^" graphql: "npm:16.10.0" jest: "npm:29.7.0" @@ -4564,7 +4564,7 @@ __metadata: "@graphql-mesh/cache-cfw-kv": "workspace:^" "@graphql-mesh/cache-localforage": "workspace:^" "@graphql-mesh/compose-cli": "workspace:^" - "@graphql-mesh/plugin-response-cache": "npm:^0.103.17" + "@graphql-mesh/plugin-response-cache": "npm:^0.103.18" "@omnigraph/json-schema": "workspace:^" graphql: "npm:16.10.0" wrangler: "npm:3.109.0" @@ -4578,8 +4578,8 @@ __metadata: "@envelop/depth-limit": "npm:^4.0.0" "@graphql-hive/gateway": "npm:^1.8.0" "@graphql-mesh/cache-cfw-kv": "workspace:^" - "@graphql-mesh/plugin-rate-limit": "npm:^0.103.16" - "@graphql-mesh/plugin-response-cache": "npm:^0.103.17" + "@graphql-mesh/plugin-rate-limit": "npm:^0.103.17" + "@graphql-mesh/plugin-response-cache": "npm:^0.103.18" graphql: "npm:16.10.0" wrangler: "npm:3.109.0" languageName: unknown @@ -4702,9 +4702,9 @@ __metadata: resolution: "@examples/auth0@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" - "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" + "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.17" graphql: "npm:16.10.0" jest: "npm:29.7.0" languageName: unknown @@ -4714,10 +4714,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/cloudflare-workers@workspace:examples/cloudflare-workers" dependencies: - "@graphql-mesh/cache-cfw-kv": "npm:0.104.16" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" - "@graphql-mesh/plugin-response-cache": "npm:0.103.17" + "@graphql-mesh/cache-cfw-kv": "npm:0.104.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" + "@graphql-mesh/plugin-response-cache": "npm:0.103.18" graphql: "npm:16.10.0" wrangler: "npm:3.109.0" languageName: unknown @@ -4727,8 +4727,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/graphql": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/graphql": "npm:0.103.18" fastify: "npm:5.2.1" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -4741,8 +4741,8 @@ __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.22" - "@graphql-mesh/supergraph": "npm:0.9.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/supergraph": "npm:0.9.18" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -4751,9 +4751,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/federation-example-gateway@workspace:examples/federation-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/graphql": "npm:0.103.17" - "@graphql-mesh/transform-federation": "npm:0.103.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/graphql": "npm:0.103.18" + "@graphql-mesh/transform-federation": "npm:0.103.17" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -4836,8 +4836,8 @@ __metadata: resolution: "@examples/gcp-functions@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.5" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" "@types/node": "npm:22.13.4" graphql: "npm:16.10.0" typescript: "npm:^5.4.2" @@ -4871,8 +4871,8 @@ __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.22" - "@graphql-mesh/graphql": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/graphql": "npm:0.103.18" concurrently: "npm:9.1.2" graphql: "npm:16.10.0" graphql-yoga: "npm:5.11.0" @@ -4888,9 +4888,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/grpc": "npm:0.107.7" - "@graphql-mesh/transform-naming-convention": "npm:0.103.18" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/grpc": "npm:0.107.8" + "@graphql-mesh/transform-naming-convention": "npm:0.103.19" "@grpc/grpc-js": "npm:1.12.6" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:9.1.2" @@ -4907,9 +4907,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.22" - "@graphql-mesh/grpc": "npm:0.107.7" - "@graphql-mesh/transform-naming-convention": "npm:0.103.18" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/grpc": "npm:0.107.8" + "@graphql-mesh/transform-naming-convention": "npm:0.103.19" "@grpc/grpc-js": "npm:1.12.6" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:9.1.2" @@ -4925,8 +4925,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hasura-openbrewery-geodb@workspace:examples/hasura-openbrewery-geodb" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -4935,9 +4935,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.22" - "@graphql-mesh/json-schema": "npm:0.108.19" - "@graphql-mesh/plugin-mock": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" + "@graphql-mesh/plugin-mock": "npm:0.103.18" graphql: "npm:16.10.0" jest: "npm:29.7.0" ts-node: "npm:^10.9.2" @@ -4949,9 +4949,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" - "@graphql-mesh/plugin-mock": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" + "@graphql-mesh/plugin-mock": "npm:0.103.18" "@graphql-yoga/plugin-sofa": "npm:3.11.0" graphql: "npm:16.10.0" jest: "npm:29.7.0" @@ -4962,10 +4962,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hive-example-gateway@workspace:examples/hive-example/gateway" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" - "@graphql-mesh/plugin-hive": "npm:0.103.17" - "@graphql-mesh/transform-hive": "npm:0.103.19" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" + "@graphql-mesh/plugin-hive": "npm:0.103.18" + "@graphql-mesh/transform-hive": "npm:0.103.20" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -4975,8 +4975,8 @@ __metadata: resolution: "@examples/hive-example-sources-authors@workspace:examples/hive-example/sources/authors" dependencies: "@graphql-hive/cli": "npm:0.45.0" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" fets: "npm:^0.8.0" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -4989,8 +4989,8 @@ __metadata: resolution: "@examples/hive-example-sources-books@workspace:examples/hive-example/sources/books" dependencies: "@graphql-hive/cli": "npm:0.45.0" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" fets: "npm:^0.8.0" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -5002,9 +5002,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-covid@workspace:examples/json-schema-covid" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/graphql": "npm:0.103.17" - "@graphql-mesh/json-schema": "npm:0.108.19" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/graphql": "npm:0.103.18" + "@graphql-mesh/json-schema": "npm:0.108.20" graphql: "npm:16.10.0" jest: "npm:29.7.0" languageName: unknown @@ -5014,10 +5014,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.22" - "@graphql-mesh/json-schema": "npm:0.108.19" - "@graphql-mesh/plugin-mock": "npm:0.103.17" - "@graphql-mesh/transform-naming-convention": "npm:0.103.18" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" + "@graphql-mesh/plugin-mock": "npm:0.103.18" + "@graphql-mesh/transform-naming-convention": "npm:0.103.19" graphql: "npm:16.10.0" jest: "npm:29.7.0" languageName: unknown @@ -5027,8 +5027,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-fhir@workspace:examples/json-schema-fhir" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" @@ -5041,8 +5041,8 @@ __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.22" - "@graphql-mesh/json-schema": "npm:0.108.19" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" "@types/node": "npm:22.13.4" concurrently: "npm:9.1.2" fets: "npm:0.8.4" @@ -5056,9 +5056,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/json-schema-subscriptions@workspace:examples/json-schema-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" - "@graphql-mesh/plugin-live-query": "npm:0.103.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" + "@graphql-mesh/plugin-live-query": "npm:0.103.17" "@whatwg-node/fetch": "npm:^0.10.0" concurrently: "npm:9.1.2" fets: "npm:0.8.4" @@ -5073,8 +5073,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/mongoose": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/mongoose": "npm:0.103.18" graphql: "npm:16.10.0" jest: "npm:29.7.0" mongoose: "npm:8.10.0" @@ -5085,8 +5085,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/mysql": "npm:0.104.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/mysql": "npm:0.104.17" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5095,8 +5095,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/mysql": "npm:0.104.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/mysql": "npm:0.104.17" graphql: "npm:16.10.0" jest: "npm:29.7.0" languageName: unknown @@ -5106,9 +5106,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/neo4j-example@workspace:examples/neo4j-example" dependencies: - "@graphql-mesh/cache-file": "npm:0.103.17" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/neo4j": "npm:0.105.16" + "@graphql-mesh/cache-file": "npm:0.103.18" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/neo4j": "npm:0.105.17" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5117,10 +5117,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-apollo-example@workspace:examples/nextjs-apollo-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/config": "npm:0.106.22" - "@graphql-mesh/openapi": "npm:0.108.20" - "@graphql-mesh/runtime": "npm:0.105.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/config": "npm:0.106.23" + "@graphql-mesh/openapi": "npm:0.108.21" + "@graphql-mesh/runtime": "npm:0.105.18" "@types/react": "npm:19.0.8" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.10.0" @@ -5135,10 +5135,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/nextjs-sdk-example@workspace:examples/nextjs-sdk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/config": "npm:0.106.22" - "@graphql-mesh/openapi": "npm:0.108.20" - "@graphql-mesh/runtime": "npm:0.105.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/config": "npm:0.106.23" + "@graphql-mesh/openapi": "npm:0.108.21" + "@graphql-mesh/runtime": "npm:0.105.18" "@types/react": "npm:19.0.8" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.10.0" @@ -5153,8 +5153,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-microsoft@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/odata": "npm:0.105.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/odata": "npm:0.105.17" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" languageName: unknown @@ -5164,10 +5164,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-msgraph-programmatic-ts@workspace:examples/odata-msgraph-programmatic-ts" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/config": "npm:0.106.22" - "@graphql-mesh/odata": "npm:0.105.16" - "@graphql-mesh/runtime": "npm:0.105.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/config": "npm:0.106.23" + "@graphql-mesh/odata": "npm:0.105.17" + "@graphql-mesh/runtime": "npm:0.105.18" graphql: "npm:16.10.0" ts-node: "npm:^10.9.2" languageName: unknown @@ -5177,10 +5177,10 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-msgraph-programmatic@workspace:examples/odata-msgraph-programmatic" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/config": "npm:0.106.22" - "@graphql-mesh/odata": "npm:0.105.16" - "@graphql-mesh/runtime": "npm:0.105.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/config": "npm:0.106.23" + "@graphql-mesh/odata": "npm:0.105.17" + "@graphql-mesh/runtime": "npm:0.105.18" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5189,8 +5189,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-trippin@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/odata": "npm:0.105.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/odata": "npm:0.105.17" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5199,8 +5199,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-javascript-wiki@workspace:examples/openapi-javascript-wiki" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" graphql: "npm:16.10.0" moment: "npm:2.30.1" typescript: "npm:^5.4.2" @@ -5211,12 +5211,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.22" - "@graphql-mesh/openapi": "npm:0.108.20" - "@graphql-mesh/plugin-response-cache": "npm:0.103.17" - "@graphql-mesh/runtime": "npm:0.105.17" - "@graphql-mesh/transform-cache": "npm:0.103.17" - "@graphql-mesh/transform-rename": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" + "@graphql-mesh/plugin-response-cache": "npm:0.103.18" + "@graphql-mesh/runtime": "npm:0.105.18" + "@graphql-mesh/transform-cache": "npm:0.103.18" + "@graphql-mesh/transform-rename": "npm:0.103.18" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5225,8 +5225,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5235,7 +5235,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.22" + "@graphql-mesh/cli": "npm:0.98.23" "@types/react": "npm:19.0.8" "@types/react-dom": "npm:19.0.3" "@vitejs/plugin-react": "npm:4.3.4" @@ -5251,8 +5251,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5261,8 +5261,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5271,8 +5271,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" "@whatwg-node/fetch": "npm:^0.10.0" concurrently: "npm:9.1.2" fets: "npm:^0.8.0" @@ -5287,9 +5287,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" - "@graphql-mesh/transform-resolvers-composition": "npm:0.103.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" + "@graphql-mesh/transform-resolvers-composition": "npm:0.103.17" graphql: "npm:16.10.0" graphql-fields: "npm:2.0.3" languageName: unknown @@ -5299,8 +5299,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/graphql": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/graphql": "npm:0.103.18" esbuild: "npm:^0.25.0" graphql: "npm:16.10.0" typescript: "npm:^5.4.2" @@ -5311,9 +5311,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" - "@graphql-mesh/plugin-mock": "npm:0.103.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" + "@graphql-mesh/plugin-mock": "npm:0.103.18" "@graphql-yoga/plugin-sofa": "npm:3.11.0" graphql: "npm:16.10.0" jest: "npm:29.7.0" @@ -5324,13 +5324,13 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/postgres-geodb@workspace:examples/postgres-geodb" dependencies: - "@graphql-mesh/cache-file": "npm:0.103.17" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/config": "npm:0.106.22" - "@graphql-mesh/graphql": "npm:0.103.17" - "@graphql-mesh/postgraphile": "npm:0.103.16" - "@graphql-mesh/runtime": "npm:0.105.17" - "@graphql-mesh/transform-prefix": "npm:0.103.18" + "@graphql-mesh/cache-file": "npm:0.103.18" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/config": "npm:0.106.23" + "@graphql-mesh/graphql": "npm:0.103.18" + "@graphql-mesh/postgraphile": "npm:0.103.17" + "@graphql-mesh/runtime": "npm:0.105.18" + "@graphql-mesh/transform-prefix": "npm:0.103.19" "@types/node": "npm:22.13.4" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" @@ -5343,8 +5343,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/programmatic-batching@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/openapi": "npm:0.108.20" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/openapi": "npm:0.108.21" "@sinclair/typebox": "npm:0.34.22" concurrently: "npm:9.1.2" fets: "npm:0.8.4" @@ -5358,8 +5358,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/json-schema": "npm:0.108.19" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/json-schema": "npm:0.108.20" languageName: unknown linkType: soft @@ -5367,9 +5367,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-country-info@workspace:examples/soap-country-info" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/plugin-snapshot": "npm:0.103.16" - "@graphql-mesh/soap": "npm:0.105.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/plugin-snapshot": "npm:0.103.17" + "@graphql-mesh/soap": "npm:0.105.17" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5378,8 +5378,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/soap": "npm:0.105.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/soap": "npm:0.105.17" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" languageName: unknown @@ -5389,8 +5389,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/soap": "npm:0.105.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/soap": "npm:0.105.17" cross-env: "npm:7.0.3" graphql: "npm:16.10.0" languageName: unknown @@ -5401,11 +5401,11 @@ __metadata: resolution: "@examples/spacex-cfw@workspace:examples/spacex-cfw" dependencies: "@envelop/depth-limit": "npm:4.0.0" - "@graphql-mesh/cache-cfw-kv": "npm:0.104.16" - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/graphql": "npm:0.103.17" - "@graphql-mesh/plugin-rate-limit": "npm:0.103.16" - "@graphql-mesh/plugin-response-cache": "npm:0.103.17" + "@graphql-mesh/cache-cfw-kv": "npm:0.104.17" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/graphql": "npm:0.103.18" + "@graphql-mesh/plugin-rate-limit": "npm:0.103.17" + "@graphql-mesh/plugin-response-cache": "npm:0.103.18" graphql: "npm:16.10.0" wrangler: "npm:3.109.0" languageName: unknown @@ -5415,8 +5415,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/sqlite-chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.98.22" - "@graphql-mesh/tuql": "npm:0.104.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/tuql": "npm:0.104.17" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -5428,8 +5428,8 @@ __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.22" - "@graphql-mesh/thrift": "npm:0.105.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/thrift": "npm:0.105.17" concurrently: "npm:9.1.2" express: "npm:4.21.2" graphql: "npm:16.10.0" @@ -5443,10 +5443,10 @@ __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.22" - "@graphql-mesh/graphql": "npm:0.103.17" - "@graphql-mesh/transform-rename": "npm:0.103.17" - "@graphql-mesh/transform-type-merging": "npm:0.103.16" + "@graphql-mesh/cli": "npm:0.98.23" + "@graphql-mesh/graphql": "npm:0.103.18" + "@graphql-mesh/transform-rename": "npm:0.103.18" + "@graphql-mesh/transform-type-merging": "npm:0.103.17" graphql: "npm:16.10.0" languageName: unknown linkType: soft @@ -6176,7 +6176,7 @@ __metadata: resolution: "@graphql-mesh/apollo-link@workspace:packages/legacy/apollo-link" dependencies: "@apollo/client": "npm:3.13.0" - "@graphql-mesh/runtime": "npm:^0.105.17" + "@graphql-mesh/runtime": "npm:^0.105.18" "@graphql-tools/utils": "npm:^10.8.0" tslib: "npm:^2.4.0" peerDependencies: @@ -6185,26 +6185,26 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cache-cfw-kv@npm:0.104.16, @graphql-mesh/cache-cfw-kv@npm:^0.104.12, @graphql-mesh/cache-cfw-kv@workspace:^, @graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv": +"@graphql-mesh/cache-cfw-kv@npm:0.104.17, @graphql-mesh/cache-cfw-kv@npm:^0.104.12, @graphql-mesh/cache-cfw-kv@workspace:^, @graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv" dependencies: "@cloudflare/workers-types": "npm:4.20250204.0" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/cache-file@npm:0.103.17, @graphql-mesh/cache-file@workspace:packages/cache/file": +"@graphql-mesh/cache-file@npm:0.103.18, @graphql-mesh/cache-file@workspace:packages/cache/file": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-file@workspace:packages/cache/file" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" dataloader: "npm:2.2.3" tslib: "npm:^2.4.0" peerDependencies: @@ -6212,12 +6212,12 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cache-inmemory-lru@npm:^0.0.12, @graphql-mesh/cache-inmemory-lru@workspace:packages/cache/inmemory-lru": +"@graphql-mesh/cache-inmemory-lru@npm:^0.0.13, @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: - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@whatwg-node/disposablestack": "npm:^0.0.5" tslib: "npm:^2.4.0" peerDependencies: @@ -6225,13 +6225,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cache-localforage@npm:0.103.17, @graphql-mesh/cache-localforage@npm:^0.103.13, @graphql-mesh/cache-localforage@npm:^0.103.17, @graphql-mesh/cache-localforage@workspace:^, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": +"@graphql-mesh/cache-localforage@npm:0.103.18, @graphql-mesh/cache-localforage@npm:^0.103.13, @graphql-mesh/cache-localforage@npm:^0.103.18, @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.12" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/cache-inmemory-lru": "npm:^0.0.13" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" localforage: "npm:1.10.0" tslib: "npm:^2.4.0" peerDependencies: @@ -6245,8 +6245,8 @@ __metadata: dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@types/ioredis-mock": "npm:8.2.5" "@whatwg-node/disposablestack": "npm:^0.0.5" ioredis: "npm:^5.3.2" @@ -6257,13 +6257,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cache-upstash-redis@npm:^0.0.3, @graphql-mesh/cache-upstash-redis@workspace:packages/cache/upstash-redis": +"@graphql-mesh/cache-upstash-redis@npm:^0.0.4, @graphql-mesh/cache-upstash-redis@workspace:packages/cache/upstash-redis": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-upstash-redis@workspace:packages/cache/upstash-redis" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.9" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@upstash/redis": "npm:^1.34.3" "@whatwg-node/disposablestack": "npm:^0.0.5" tslib: "npm:^2.4.0" @@ -6272,7 +6272,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.98.22, @graphql-mesh/cli@npm:^0.98.22, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.98.23, @graphql-mesh/cli@npm:^0.98.23, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -6282,14 +6282,14 @@ __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.22" + "@graphql-mesh/config": "npm:^0.106.23" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/http": "npm:^0.105.17" - "@graphql-mesh/include": "npm:^0.2.15" - "@graphql-mesh/runtime": "npm:^0.105.17" - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/http": "npm:^0.105.18" + "@graphql-mesh/include": "npm:^0.2.16" + "@graphql-mesh/runtime": "npm:^0.105.18" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" "@types/lodash.get": "npm:4.4.9" "@types/mkdirp": "npm:2.0.0" @@ -6322,16 +6322,16 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/compose-cli@npm:1.3.10, @graphql-mesh/compose-cli@npm:^1.3.10, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:^, @graphql-mesh/compose-cli@workspace:packages/compose-cli": +"@graphql-mesh/compose-cli@npm:1.3.11, @graphql-mesh/compose-cli@npm:^1.3.11, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:^, @graphql-mesh/compose-cli@workspace:packages/compose-cli": version: 0.0.0-use.local resolution: "@graphql-mesh/compose-cli@workspace:packages/compose-cli" dependencies: "@commander-js/extra-typings": "npm:^13.0.0" - "@graphql-mesh/fusion-composition": "npm:^0.7.22" - "@graphql-mesh/include": "npm:^0.2.15" + "@graphql-mesh/fusion-composition": "npm:^0.7.23" + "@graphql-mesh/include": "npm:^0.2.16" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/code-file-loader": "npm:^8.1.7" "@graphql-tools/graphql-file-loader": "npm:^8.0.5" "@graphql-tools/load": "npm:^8.0.1" @@ -6347,19 +6347,19 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.106.22, @graphql-mesh/config@npm:^0.106.22, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.106.23, @graphql-mesh/config@npm:^0.106.23, @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.17" + "@graphql-mesh/cache-localforage": "npm:^0.103.18" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/merger-bare": "npm:^0.104.19" - "@graphql-mesh/merger-stitching": "npm:^0.104.16" - "@graphql-mesh/runtime": "npm:^0.105.17" - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/merger-bare": "npm:^0.104.20" + "@graphql-mesh/merger-stitching": "npm:^0.104.17" + "@graphql-mesh/runtime": "npm:^0.105.18" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/code-file-loader": "npm:^8.0.0" "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/load": "npm:^8.0.0" @@ -6386,13 +6386,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-composition@npm:^0.7.22, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition": +"@graphql-mesh/fusion-composition@npm:^0.7.23, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition": version: 0.0.0-use.local resolution: "@graphql-mesh/fusion-composition@workspace:packages/fusion/composition" dependencies: "@graphql-hive/gateway-runtime": "npm:^1.3.5" "@graphql-mesh/fusion-runtime": "npm:^0.10.11" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/stitching-directives": "npm:^3.1.9" "@graphql-tools/utils": "npm:^10.8.0" @@ -6464,15 +6464,15 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/graphql@npm:0.103.17, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": +"@graphql-mesh/graphql@npm:0.103.18, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": version: 0.0.0-use.local resolution: "@graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/federation": "npm:^3.0.0" "@graphql-tools/merge": "npm:^9.0.12" @@ -6485,14 +6485,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/grpc@npm:0.107.7, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc": +"@graphql-mesh/grpc@npm:0.107.8, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc": version: 0.0.0-use.local resolution: "@graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/transport-grpc": "npm:^0.2.6" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/transport-grpc": "npm:^0.2.7" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@omnigraph/grpc": "npm:^0.2.4" tslib: "npm:^2.4.0" peerDependencies: @@ -6517,14 +6517,14 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/http@npm:^0.105.17, @graphql-mesh/http@workspace:packages/legacy/http": +"@graphql-mesh/http@npm:^0.105.18, @graphql-mesh/http@workspace:packages/legacy/http": version: 0.0.0-use.local resolution: "@graphql-mesh/http@workspace:packages/legacy/http" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/runtime": "npm:^0.105.17" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/runtime": "npm:^0.105.18" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" "@types/lodash.get": "npm:4.4.9" "@types/mkdirp": "npm:2.0.0" @@ -6539,11 +6539,11 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/include@npm:^0.2.15, @graphql-mesh/include@workspace:packages/include": +"@graphql-mesh/include@npm:^0.2.16, @graphql-mesh/include@workspace:packages/include": version: 0.0.0-use.local resolution: "@graphql-mesh/include@workspace:packages/include" dependencies: - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/utils": "npm:^0.103.17" dotenv: "npm:^16.3.1" get-tsconfig: "npm:^4.7.6" glob: "npm:^11.0.0" @@ -6552,17 +6552,17 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/json-schema@npm:0.108.19, @graphql-mesh/json-schema@npm:^0.108.19, @graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema": +"@graphql-mesh/json-schema@npm:0.108.20, @graphql-mesh/json-schema@npm:^0.108.20, @graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema": version: 0.0.0-use.local resolution: "@graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@json-schema-tools/meta-schema": "npm:^1.7.5" - "@omnigraph/json-schema": "npm:^0.108.18" + "@omnigraph/json-schema": "npm:^0.108.19" graphql-compose: "npm:^9.1.0" json-machete: "npm:^0.97.6" tslib: "npm:^2.4.0" @@ -6571,13 +6571,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/merger-bare@npm:^0.104.19, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": +"@graphql-mesh/merger-bare@npm:^0.104.20, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare" dependencies: - "@graphql-mesh/merger-stitching": "npm:0.104.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/merger-stitching": "npm:0.104.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/schema": "npm:^10.0.13" "@graphql-tools/utils": "npm:^10.8.0" tslib: "npm:^2.4.0" @@ -6586,13 +6586,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/merger-stitching@npm:0.104.16, @graphql-mesh/merger-stitching@npm:^0.104.16, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": +"@graphql-mesh/merger-stitching@npm:0.104.17, @graphql-mesh/merger-stitching@npm:^0.104.17, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/stitch": "npm:^9.2.17" @@ -6607,11 +6607,11 @@ __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.22" - "@graphql-mesh/compose-cli": "npm:^1.3.10" - "@graphql-mesh/config": "npm:^0.106.22" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/cli": "npm:^0.98.23" + "@graphql-mesh/compose-cli": "npm:^1.3.11" + "@graphql-mesh/config": "npm:^0.106.23" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@types/lodash.kebabcase": "npm:^4.1.9" lodash.kebabcase: "npm:^4.1.1" prettier: "npm:^3.3.3" @@ -6623,13 +6623,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/mongoose@npm:0.103.17, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": +"@graphql-mesh/mongoose@npm:0.103.18, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": version: 0.0.0-use.local resolution: "@graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose" dependencies: "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" graphql-compose: "npm:^9.1.0" graphql-compose-connection: "npm:^8.2.1" graphql-compose-mongoose: "npm:^10.0.0" @@ -6641,57 +6641,57 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/mysql@npm:0.104.16, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": +"@graphql-mesh/mysql@npm:0.104.17, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": version: 0.0.0-use.local resolution: "@graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" - "@omnigraph/mysql": "npm:^0.8.16" + "@omnigraph/mysql": "npm:^0.8.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/neo4j@npm:0.105.16, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": +"@graphql-mesh/neo4j@npm:0.105.17, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": version: 0.0.0-use.local resolution: "@graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" - "@omnigraph/neo4j": "npm:^0.9.16" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" + "@omnigraph/neo4j": "npm:^0.9.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/odata@npm:0.105.16, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": +"@graphql-mesh/odata@npm:0.105.17, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": version: 0.0.0-use.local resolution: "@graphql-mesh/odata@workspace:packages/legacy/handlers/odata" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@omnigraph/odata": "npm:^0.1.16" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@omnigraph/odata": "npm:^0.1.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/openapi@npm:0.108.20, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": +"@graphql-mesh/openapi@npm:0.108.21, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": version: 0.0.0-use.local resolution: "@graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" - "@omnigraph/openapi": "npm:0.108.20" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" + "@omnigraph/openapi": "npm:0.108.21" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" @@ -6702,8 +6702,8 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-deduplicate-request@workspace:packages/plugins/deduplicate-request" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" "@whatwg-node/fetch": "npm:0.10.3" tslib: "npm:^2.4.0" @@ -6712,7 +6712,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-hive@npm:0.103.17, @graphql-mesh/plugin-hive@npm:^0.103.0, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": +"@graphql-mesh/plugin-hive@npm:0.103.18, @graphql-mesh/plugin-hive@npm:^0.103.0, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-hive@workspace:packages/plugins/hive" dependencies: @@ -6720,7 +6720,7 @@ __metadata: "@graphql-hive/yoga": "npm:^0.39.2" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" @@ -6732,8 +6732,8 @@ __metadata: resolution: "@graphql-mesh/plugin-http-cache@workspace:packages/plugins/http-cache" dependencies: "@graphql-hive/gateway": "npm:^1.8.0" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@types/http-cache-semantics": "npm:4.0.4" "@whatwg-node/fetch": "npm:^0.10.0" http-cache-semantics: "npm:^4.1.1" @@ -6748,8 +6748,8 @@ __metadata: resolution: "@graphql-mesh/plugin-http-details-extensions@workspace:packages/plugins/http-details-extensions" dependencies: "@envelop/core": "npm:^5.0.3" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@whatwg-node/fetch": "npm:^0.10.0" tslib: "npm:^2.4.0" peerDependencies: @@ -6763,7 +6763,7 @@ __metadata: dependencies: "@envelop/core": "npm:^5.0.2" "@graphql-hive/gateway-runtime": "npm:^1.3.5" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" graphql-jit: "npm:^0.8.7" tslib: "npm:^2.4.0" @@ -6778,8 +6778,8 @@ __metadata: dependencies: "@envelop/generic-auth": "npm:8.0.1" "@graphql-hive/gateway-runtime": "npm:^1.3.5" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-yoga/plugin-jwt": "npm:^3.4.9" graphql-yoga: "npm:^5.7.0" jsonwebtoken: "npm:9.0.2" @@ -6789,7 +6789,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-live-query@npm:0.103.16, @graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query": +"@graphql-mesh/plugin-live-query@npm:0.103.17, @graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query" dependencies: @@ -6797,8 +6797,8 @@ __metadata: "@envelop/live-query": "npm:7.0.0" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@n1ru4l/in-memory-live-query-store": "npm:0.10.0" tslib: "npm:^2.4.0" peerDependencies: @@ -6806,16 +6806,16 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-mock@npm:0.103.17, @graphql-mesh/plugin-mock@npm:^0.103.0, @graphql-mesh/plugin-mock@npm:^0.103.17, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": +"@graphql-mesh/plugin-mock@npm:0.103.18, @graphql-mesh/plugin-mock@npm:^0.103.0, @graphql-mesh/plugin-mock@npm:^0.103.18, @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.3" - "@graphql-mesh/cache-localforage": "npm:0.103.17" + "@graphql-mesh/cache-localforage": "npm:0.103.18" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/mock": "npm:^9.0.3" "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/utils": "npm:^10.8.0" @@ -6836,8 +6836,8 @@ __metadata: "@envelop/newrelic": "npm:^7.0.0" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@newrelic/test-utilities": "npm:6.5.5" "@types/newrelic": "npm:9.14.7" graphql-yoga: "npm:5.11.0" @@ -6877,13 +6877,13 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/plugin-operation-field-permissions@npm:0.103.16, @graphql-mesh/plugin-operation-field-permissions@npm:^0.103.16, @graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions": +"@graphql-mesh/plugin-operation-field-permissions@npm:0.103.17, @graphql-mesh/plugin-operation-field-permissions@npm:^0.103.17, @graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions" dependencies: "@envelop/operation-field-permissions": "npm:6.0.0" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/types": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" @@ -6895,8 +6895,8 @@ __metadata: resolution: "@graphql-mesh/plugin-operation-headers@workspace:packages/plugins/operation-headers" dependencies: "@graphql-hive/gateway-runtime": "npm:^1.3.3" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" @@ -6924,7 +6924,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/plugin-rate-limit@npm:0.103.16, @graphql-mesh/plugin-rate-limit@npm:^0.103.0, @graphql-mesh/plugin-rate-limit@npm:^0.103.16, @graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit": +"@graphql-mesh/plugin-rate-limit@npm:0.103.17, @graphql-mesh/plugin-rate-limit@npm:^0.103.0, @graphql-mesh/plugin-rate-limit@npm:^0.103.17, @graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit" dependencies: @@ -6932,8 +6932,8 @@ __metadata: "@envelop/rate-limiter": "npm:^6.2.1" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" tslib: "npm:^2.4.0" peerDependencies: @@ -6941,7 +6941,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-response-cache@npm:0.103.17, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.13, @graphql-mesh/plugin-response-cache@npm:^0.103.17, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache": +"@graphql-mesh/plugin-response-cache@npm:0.103.18, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.13, @graphql-mesh/plugin-response-cache@npm:^0.103.18, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache" dependencies: @@ -6949,8 +6949,8 @@ __metadata: "@envelop/response-cache": "npm:^6.1.1" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.6.2" "@graphql-yoga/plugin-response-cache": "npm:^3.1.1" cache-control-parser: "npm:^2.0.6" @@ -6961,14 +6961,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/plugin-snapshot@npm:0.103.16, @graphql-mesh/plugin-snapshot@npm:^0.103.0, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": +"@graphql-mesh/plugin-snapshot@npm:0.103.17, @graphql-mesh/plugin-snapshot@npm:^0.103.0, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@whatwg-node/fetch": "npm:^0.10.0" minimatch: "npm:10.0.1" tslib: "npm:^2.4.0" @@ -6982,8 +6982,8 @@ __metadata: resolution: "@graphql-mesh/plugin-statsd@workspace:packages/plugins/statsd" dependencies: "@envelop/statsd": "npm:5.0.1" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" hot-shots: "npm:^10.2.1" tslib: "npm:^2.4.0" peerDependencies: @@ -6991,15 +6991,15 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/postgraphile@npm:0.103.16, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": +"@graphql-mesh/postgraphile@npm:0.103.17, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": version: 0.0.0-use.local resolution: "@graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" pg: "npm:^8.6.0" postgraphile: "npm:^4.13.0" @@ -7014,17 +7014,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/raml@workspace:packages/legacy/handlers/raml" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" - "@omnigraph/raml": "npm:0.108.18" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" + "@omnigraph/raml": "npm:0.108.19" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/runtime@npm:0.105.17, @graphql-mesh/runtime@npm:^0.105.17, @graphql-mesh/runtime@workspace:packages/legacy/runtime": +"@graphql-mesh/runtime@npm:0.105.18, @graphql-mesh/runtime@npm:^0.105.18, @graphql-mesh/runtime@workspace:packages/legacy/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/runtime@workspace:packages/legacy/runtime" dependencies: @@ -7033,8 +7033,8 @@ __metadata: "@envelop/graphql-jit": "npm:^8.0.0" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/batch-delegate": "npm:^9.0.9" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/executor": "npm:^1.3.2" @@ -7049,31 +7049,31 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/soap@npm:0.105.16, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": +"@graphql-mesh/soap@npm:0.105.17, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": version: 0.0.0-use.local resolution: "@graphql-mesh/soap@workspace:packages/legacy/handlers/soap" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" - "@omnigraph/soap": "npm:0.105.16" + "@omnigraph/soap": "npm:0.105.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/store@npm:^0.103.16, @graphql-mesh/store@workspace:packages/legacy/store": +"@graphql-mesh/store@npm:^0.103.17, @graphql-mesh/store@workspace:packages/legacy/store": version: 0.0.0-use.local resolution: "@graphql-mesh/store@workspace:packages/legacy/store" dependencies: "@graphql-inspector/core": "npm:6.2.1" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" graphql: "npm:16.10.0" tslib: "npm:^2.4.0" @@ -7095,15 +7095,15 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/supergraph@npm:0.9.17, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": +"@graphql-mesh/supergraph@npm:0.9.18, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": version: 0.0.0-use.local resolution: "@graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/federation": "npm:^3.0.0" "@graphql-tools/url-loader": "npm:^8.0.9" "@graphql-tools/utils": "npm:^10.8.0" @@ -7114,16 +7114,16 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/thrift@npm:0.105.16, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": +"@graphql-mesh/thrift@npm:0.105.17, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": version: 0.0.0-use.local resolution: "@graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/store": "npm:^0.103.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" - "@omnigraph/thrift": "npm:^0.8.16" + "@omnigraph/thrift": "npm:^0.8.17" "@types/thrift": "npm:0.10.17" "@types/url-join": "npm:4.0.3" tslib: "npm:^2.4.0" @@ -7132,15 +7132,15 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-cache@npm:0.103.17, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": +"@graphql-mesh/transform-cache@npm:0.103.18, @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.17" + "@graphql-mesh/cache-localforage": "npm:0.103.18" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/resolvers-composition": "npm:^7.0.0" "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/utils": "npm:^10.8.0" @@ -7155,8 +7155,8 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-encapsulate@workspace:packages/legacy/transforms/encapsulate" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.16" "@graphql-tools/utils": "npm:^10.8.0" @@ -7172,8 +7172,8 @@ __metadata: resolution: "@graphql-mesh/transform-extend@workspace:packages/legacy/transforms/extend" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/code-file-loader": "npm:^8.1.3" "@graphql-tools/graphql-file-loader": "npm:^8.0.1" "@graphql-tools/load": "npm:^8.0.2" @@ -7185,14 +7185,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-federation@npm:0.103.16, @graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation": +"@graphql-mesh/transform-federation@npm:0.103.17, @graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation" dependencies: "@apollo/subgraph": "npm:^2.4.1" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/stitching-directives": "npm:^3.1.9" "@graphql-tools/utils": "npm:^10.8.0" @@ -7208,8 +7208,8 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-filter-schema@workspace:packages/legacy/transforms/filter-schema" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" "@graphql-tools/wrap": "npm:^10.0.28" @@ -7221,14 +7221,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-hive@npm:0.103.19, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive": +"@graphql-mesh/transform-hive@npm:0.103.20, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive" dependencies: "@graphql-hive/core": "npm:^0.8.3" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" tslib: "npm:^2.4.0" @@ -7241,9 +7241,9 @@ __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.17" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/cache-localforage": "npm:0.103.18" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" "@graphql-tools/wrap": "npm:^10.0.28" @@ -7252,13 +7252,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-naming-convention@npm:0.103.18, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": +"@graphql-mesh/transform-naming-convention@npm:0.103.19, @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.17" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/cache-localforage": "npm:^0.103.18" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.16" "@graphql-tools/utils": "npm:^10.8.0" @@ -7273,13 +7273,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-prefix@npm:0.103.18, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": +"@graphql-mesh/transform-prefix@npm:0.103.19, @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.17" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/cache-localforage": "npm:0.103.18" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.16" "@graphql-tools/utils": "npm:^10.8.0" @@ -7295,7 +7295,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-prune@workspace:packages/legacy/transforms/prune" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" tslib: "npm:^2.4.0" peerDependencies: @@ -7307,11 +7307,11 @@ __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.17" + "@graphql-mesh/cache-localforage": "npm:0.103.18" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/schema": "npm:10.0.16" "@graphql-tools/utils": "npm:^10.8.0" "@graphql-tools/wrap": "npm:^10.0.28" @@ -7322,13 +7322,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-rename@npm:0.103.17, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": +"@graphql-mesh/transform-rename@npm:0.103.18, @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.17" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/cache-localforage": "npm:0.103.18" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.16" "@graphql-tools/utils": "npm:^10.8.0" @@ -7344,9 +7344,9 @@ __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.17" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/cache-localforage": "npm:0.103.18" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/code-file-loader": "npm:^8.0.0" "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/load": "npm:^8.0.0" @@ -7358,12 +7358,12 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-resolvers-composition@npm:0.103.16, @graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition": +"@graphql-mesh/transform-resolvers-composition@npm:0.103.17, @graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/resolvers-composition": "npm:^7.0.0" "@graphql-tools/schema": "npm:^10.0.5" tslib: "npm:^2.4.0" @@ -7376,8 +7376,8 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-transfer-schema@workspace:packages/legacy/transforms/transfer-schema" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" "@types/micromatch": "npm:4.0.9" micromatch: "npm:4.0.8" @@ -7386,12 +7386,12 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transform-type-merging@npm:0.103.16, @graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging": +"@graphql-mesh/transform-type-merging@npm:0.103.17, @graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging": version: 0.0.0-use.local resolution: "@graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/stitching-directives": "npm:^3.1.9" tslib: "npm:^2.4.0" @@ -7433,15 +7433,15 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transport-grpc@npm:^0.2.6, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc": +"@graphql-mesh/transport-grpc@npm:^0.2.7, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-grpc@workspace:packages/transports/grpc" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" "@grpc/grpc-js": "npm:^1.1.7" "@grpc/proto-loader": "npm:^0.7.8" @@ -7495,15 +7495,15 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transport-mysql@npm:^0.8.16, @graphql-mesh/transport-mysql@workspace:packages/transports/mysql": +"@graphql-mesh/transport-mysql@npm:^0.8.17, @graphql-mesh/transport-mysql@workspace:packages/transports/mysql": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-mysql@workspace:packages/transports/mysql" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" "@whatwg-node/fetch": "npm:^0.10.0" @@ -7516,14 +7516,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-neo4j@npm:^0.8.16, @graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j": +"@graphql-mesh/transport-neo4j@npm:^0.8.17, @graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" "@neo4j/graphql": "npm:^6.0.0" @@ -7540,22 +7540,22 @@ __metadata: resolution: "@graphql-mesh/transport-odata@workspace:packages/transports/odata" dependencies: "@graphql-mesh/transport-common": "npm:^0.7.13" - "@omnigraph/odata": "npm:^0.1.16" + "@omnigraph/odata": "npm:^0.1.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transport-rest@npm:^0.8.18, @graphql-mesh/transport-rest@workspace:packages/transports/rest": +"@graphql-mesh/transport-rest@npm:^0.8.19, @graphql-mesh/transport-rest@workspace:packages/transports/rest": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-rest@workspace:packages/transports/rest" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" "@whatwg-node/fetch": "npm:^0.9.15 || ^0.10.0" dset: "npm:^3.1.3" @@ -7569,15 +7569,15 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-soap@npm:^0.8.16, @graphql-mesh/transport-soap@workspace:packages/transports/soap": +"@graphql-mesh/transport-soap@npm:^0.8.17, @graphql-mesh/transport-soap@workspace:packages/transports/soap": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-soap@workspace:packages/transports/soap" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/executor": "npm:^1.3.2" "@graphql-tools/utils": "npm:^10.8.0" "@whatwg-node/fetch": "npm:^0.9.15 || ^0.10.0" @@ -7594,14 +7594,14 @@ __metadata: dependencies: "@graphql-mesh/transport-common": "npm:^0.7.13" "@graphql-tools/utils": "npm:^10.8.0" - "@omnigraph/sqlite": "npm:^0.7.16" + "@omnigraph/sqlite": "npm:^0.7.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transport-thrift@npm:^0.8.16, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": +"@graphql-mesh/transport-thrift@npm:^0.8.17, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-thrift@workspace:packages/transports/thrift" dependencies: @@ -7609,7 +7609,7 @@ __metadata: "@creditkarma/thrift-server-core": "npm:^1.0.4" "@graphql-mesh/string-interpolation": "npm:^0.5.8" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" pascal-case: "npm:^3.1.2" tslib: "npm:^2.4.0" @@ -7638,23 +7638,23 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/tuql@npm:0.104.16, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": +"@graphql-mesh/tuql@npm:0.104.17, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": version: 0.0.0-use.local resolution: "@graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql" dependencies: - "@graphql-mesh/types": "npm:^0.103.16" - "@omnigraph/sqlite": "npm:^0.7.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@omnigraph/sqlite": "npm:^0.7.17" tslib: "npm:^2.4.0" peerDependencies: graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/types@npm:^0.103.16, @graphql-mesh/types@npm:^0.103.6, @graphql-mesh/types@workspace:packages/legacy/types": +"@graphql-mesh/types@npm:^0.103.17, @graphql-mesh/types@npm:^0.103.6, @graphql-mesh/types@workspace:packages/legacy/types": version: 0.0.0-use.local resolution: "@graphql-mesh/types@workspace:packages/legacy/types" dependencies: - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-tools/batch-delegate": "npm:^9.0.10" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" @@ -7669,7 +7669,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/urql-exchange@workspace:packages/legacy/urql" dependencies: - "@graphql-mesh/runtime": "npm:^0.105.17" + "@graphql-mesh/runtime": "npm:^0.105.18" "@graphql-tools/utils": "npm:^10.8.0" "@urql/core": "npm:5.1.0" tslib: "npm:^2.4.0" @@ -7681,14 +7681,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/utils@npm:^0.103.16, @graphql-mesh/utils@npm:^0.103.6, @graphql-mesh/utils@workspace:packages/legacy/utils": +"@graphql-mesh/utils@npm:^0.103.17, @graphql-mesh/utils@npm:^0.103.6, @graphql-mesh/utils@workspace:packages/legacy/utils": version: 0.0.0-use.local resolution: "@graphql-mesh/utils@workspace:packages/legacy/utils" dependencies: "@apollo/server": "npm:4.11.3" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" "@graphql-tools/batch-delegate": "npm:^9.0.16" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" @@ -10552,16 +10552,16 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/json-schema@npm:0.108.18, @omnigraph/json-schema@npm:^0.108.18, @omnigraph/json-schema@workspace:*, @omnigraph/json-schema@workspace:^, @omnigraph/json-schema@workspace:packages/loaders/json-schema": +"@omnigraph/json-schema@npm:0.108.19, @omnigraph/json-schema@npm:^0.108.19, @omnigraph/json-schema@workspace:*, @omnigraph/json-schema@workspace:^, @omnigraph/json-schema@workspace:packages/loaders/json-schema": version: 0.0.0-use.local resolution: "@omnigraph/json-schema@workspace:packages/loaders/json-schema" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/transport-rest": "npm:^0.8.18" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/transport-rest": "npm:^0.8.19" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" "@json-schema-tools/meta-schema": "npm:^1.7.5" @@ -10586,15 +10586,15 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/mysql@npm:^0.8.16, @omnigraph/mysql@workspace:packages/loaders/mysql": +"@omnigraph/mysql@npm:^0.8.17, @omnigraph/mysql@workspace:packages/loaders/mysql": version: 0.0.0-use.local resolution: "@omnigraph/mysql@workspace:packages/loaders/mysql" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/transport-mysql": "npm:^0.8.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/transport-mysql": "npm:^0.8.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" "@types/graphql-fields": "npm:1.3.9" @@ -10609,12 +10609,12 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/neo4j@npm:^0.9.16, @omnigraph/neo4j@workspace:packages/loaders/neo4j": +"@omnigraph/neo4j@npm:^0.9.17, @omnigraph/neo4j@workspace:packages/loaders/neo4j": version: 0.0.0-use.local resolution: "@omnigraph/neo4j@workspace:packages/loaders/neo4j" dependencies: - "@graphql-mesh/transport-neo4j": "npm:^0.8.16" - "@graphql-mesh/types": "npm:^0.103.16" + "@graphql-mesh/transport-neo4j": "npm:^0.8.17" + "@graphql-mesh/types": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:^10.0.5" "@neo4j/introspector": "npm:^4.0.0" @@ -10625,15 +10625,15 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/odata@npm:^0.1.16, @omnigraph/odata@workspace:packages/loaders/odata": +"@omnigraph/odata@npm:^0.1.17, @omnigraph/odata@workspace:packages/loaders/odata": version: 0.0.0-use.local resolution: "@omnigraph/odata@workspace:packages/loaders/odata" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/store": "npm:^0.103.16" + "@graphql-mesh/store": "npm:^0.103.17" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" "@types/http-string-parser": "npm:0.0.33" @@ -10653,17 +10653,17 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/openapi@npm:0.108.20, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:^, @omnigraph/openapi@workspace:packages/loaders/openapi": +"@omnigraph/openapi@npm:0.108.21, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:^, @omnigraph/openapi@workspace:packages/loaders/openapi": version: 0.0.0-use.local resolution: "@omnigraph/openapi@workspace:packages/loaders/openapi" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/fusion-composition": "npm:^0.7.22" + "@graphql-mesh/fusion-composition": "npm:^0.7.23" "@graphql-mesh/string-interpolation": "npm:^0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.6.4" - "@omnigraph/json-schema": "npm:^0.108.18" + "@omnigraph/json-schema": "npm:^0.108.19" "@whatwg-node/fetch": "npm:0.10.3" change-case: "npm:^4.1.2" fets: "npm:0.8.4" @@ -10677,18 +10677,18 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/raml@npm:0.108.18, @omnigraph/raml@workspace:packages/loaders/raml": +"@omnigraph/raml@npm:0.108.19, @omnigraph/raml@workspace:packages/loaders/raml": version: 0.0.0-use.local resolution: "@omnigraph/raml@workspace:packages/loaders/raml" dependencies: "@ardatan/raml-1-parser": "npm:1.1.69" "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:0.5.8" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.8.0" - "@omnigraph/json-schema": "npm:0.108.18" + "@omnigraph/json-schema": "npm:0.108.19" "@whatwg-node/fetch": "npm:^0.10.0" change-case: "npm:4.1.2" json-machete: "npm:^0.97.6" @@ -10699,16 +10699,16 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/soap@npm:0.105.16, @omnigraph/soap@workspace:packages/loaders/soap": +"@omnigraph/soap@npm:0.105.17, @omnigraph/soap@workspace:packages/loaders/soap": version: 0.0.0-use.local resolution: "@omnigraph/soap@workspace:packages/loaders/soap" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" "@graphql-mesh/string-interpolation": "npm:^0.5.8" "@graphql-mesh/transport-common": "npm:^0.7.25" - "@graphql-mesh/transport-soap": "npm:^0.8.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/transport-soap": "npm:^0.8.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:^10.8.0" "@whatwg-node/fetch": "npm:^0.10.0" fast-xml-parser: "npm:^4.5.0" @@ -10720,12 +10720,12 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/sqlite@npm:^0.7.16, @omnigraph/sqlite@workspace:packages/loaders/sqlite": +"@omnigraph/sqlite@npm:^0.7.17, @omnigraph/sqlite@workspace:packages/loaders/sqlite": version: 0.0.0-use.local resolution: "@omnigraph/sqlite@workspace:packages/loaders/sqlite" dependencies: "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/types": "npm:^0.103.16" + "@graphql-mesh/types": "npm:^0.103.17" "@graphql-tools/delegate": "npm:^10.0.28" tslib: "npm:^2.4.0" tuql: "npm:^1.7.0" @@ -10737,16 +10737,16 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/thrift@npm:^0.8.16, @omnigraph/thrift@workspace:packages/loaders/thrift": +"@omnigraph/thrift@npm:^0.8.17, @omnigraph/thrift@workspace:packages/loaders/thrift": version: 0.0.0-use.local resolution: "@omnigraph/thrift@workspace:packages/loaders/thrift" dependencies: "@creditkarma/thrift-parser": "npm:^2.0.0" "@creditkarma/thrift-server-core": "npm:^1.0.4" "@graphql-mesh/cross-helpers": "npm:^0.4.10" - "@graphql-mesh/transport-thrift": "npm:^0.8.16" - "@graphql-mesh/types": "npm:^0.103.16" - "@graphql-mesh/utils": "npm:^0.103.16" + "@graphql-mesh/transport-thrift": "npm:^0.8.17" + "@graphql-mesh/types": "npm:^0.103.17" + "@graphql-mesh/utils": "npm:^0.103.17" "@graphql-tools/utils": "npm:10.7.2" "@whatwg-node/fetch": "npm:^0.10.0" graphql-scalars: "npm:^1.22.4" @@ -20577,7 +20577,7 @@ __metadata: "@graphql-codegen/typescript": "npm:4.1.3" "@graphql-codegen/typescript-resolvers": "npm:4.4.2" "@graphql-hive/gateway": "npm:^1.8.0" - "@graphql-mesh/compose-cli": "npm:1.3.10" + "@graphql-mesh/compose-cli": "npm:1.3.11" "@graphql-yoga/plugin-apollo-inline-trace": "npm:3.11.0" "@types/node": "npm:22.13.4" concurrently: "npm:9.1.2" @@ -20594,9 +20594,9 @@ __metadata: version: 0.0.0-use.local resolution: "example-response-cache@workspace:examples/response-cache" dependencies: - "@graphql-mesh/cli": "npm:^0.98.22" - "@graphql-mesh/json-schema": "npm:^0.108.19" - "@graphql-mesh/plugin-mock": "npm:^0.103.17" + "@graphql-mesh/cli": "npm:^0.98.23" + "@graphql-mesh/json-schema": "npm:^0.108.20" + "@graphql-mesh/plugin-mock": "npm:^0.103.18" graphql: "npm:16.10.0" languageName: unknown linkType: soft