From 03f86eca3727ddfc09e400fc454d91bb7176d97e Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:16:41 -0500 Subject: [PATCH] chore(release): update monorepo packages versions (#8001) Co-authored-by: github-actions[bot] --- .changeset/honest-mayflies-relax.md | 5 - 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 | 6 +- .../integrations/cfw-breweries/package.json | 10 +- .../integrations/cfw-spacex/package.json | 6 +- .../v1-next/integrations/fastify/package.json | 4 +- .../integrations/gcp-functions/package.json | 4 +- .../openapi-location-weather/package.json | 6 +- .../v1-next/openapi-youtrack/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/localforage/CHANGELOG.md | 9 + packages/cache/localforage/package.json | 6 +- packages/cache/redis/CHANGELOG.md | 9 + packages/cache/redis/package.json | 6 +- packages/compose-cli/CHANGELOG.md | 10 + packages/compose-cli/package.json | 8 +- packages/fusion/composition/CHANGELOG.md | 7 + packages/fusion/composition/package.json | 4 +- packages/legacy/apollo-link/CHANGELOG.md | 7 + packages/legacy/apollo-link/package.json | 4 +- packages/legacy/cli/CHANGELOG.md | 13 + packages/legacy/cli/package.json | 14 +- 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 | 10 + 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 | 9 + 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 | 8 + 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 | 8 + 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 | 11 + packages/legacy/types/package.json | 4 +- packages/legacy/urql/CHANGELOG.md | 7 + packages/legacy/urql/package.json | 4 +- packages/legacy/utils/CHANGELOG.md | 8 + 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 | 9 + packages/loaders/neo4j/package.json | 6 +- packages/loaders/odata/CHANGELOG.md | 10 + packages/loaders/odata/package.json | 8 +- packages/loaders/openapi/CHANGELOG.md | 10 + packages/loaders/openapi/package.json | 8 +- 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 | 8 + packages/loaders/sqlite/package.json | 4 +- packages/loaders/thrift/CHANGELOG.md | 10 + packages/loaders/thrift/package.json | 8 +- .../plugins/deduplicate-request/CHANGELOG.md | 8 + .../plugins/deduplicate-request/package.json | 4 +- packages/plugins/hive/CHANGELOG.md | 9 + packages/plugins/hive/package.json | 6 +- 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 | 7 + 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 | 8 + .../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 | 7 + packages/transports/thrift/package.json | 4 +- yarn.lock | 836 +++++++++--------- 224 files changed, 1617 insertions(+), 866 deletions(-) delete mode 100644 .changeset/honest-mayflies-relax.md diff --git a/.changeset/honest-mayflies-relax.md b/.changeset/honest-mayflies-relax.md deleted file mode 100644 index e0f4ed64a1230..0000000000000 --- a/.changeset/honest-mayflies-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/types': patch ---- - -Fix compatibility between MeshPlugin and GatewayPlugin diff --git a/e2e/thrift-calculator/package.json b/e2e/thrift-calculator/package.json index ec1e21a4e7c48..63eff6534e2ea 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.4.8", - "@omnigraph/thrift": "^0.8.3", + "@omnigraph/thrift": "^0.8.4", "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 d81a23be47db1..7c258394ff0c1 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.3", - "@graphql-mesh/json-schema": "0.108.3", - "@graphql-mesh/plugin-operation-field-permissions": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", + "@graphql-mesh/plugin-operation-field-permissions": "0.103.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index 30ed8eaa18ad5..948942b9635f4 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.3", - "@graphql-mesh/cli": "0.98.3", - "@graphql-mesh/json-schema": "0.108.3", - "@graphql-mesh/plugin-response-cache": "0.103.3", + "@graphql-mesh/cache-cfw-kv": "0.104.4", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", + "@graphql-mesh/plugin-response-cache": "0.103.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/fastify/package.json b/examples/fastify/package.json index 06bc385677dc5..9ceb040e88e32 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.3", - "@graphql-mesh/graphql": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/graphql": "0.103.4", "fastify": "5.1.0", "graphql": "16.9.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 860ec5d9978a2..fc48d5663339f 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.3", - "@graphql-mesh/supergraph": "0.9.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/supergraph": "0.9.4", "graphql": "16.9.0" } } diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index 68a84f96afecc..6d94929be9e77 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.3", - "@graphql-mesh/graphql": "0.103.3", - "@graphql-mesh/transform-federation": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/graphql": "0.103.4", + "@graphql-mesh/transform-federation": "0.103.4", "graphql": "16.9.0" } } diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index d8606f28d8920..b09bb750c84f0 100644 --- a/examples/gcp-functions/package.json +++ b/examples/gcp-functions/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@google-cloud/functions-framework": "3.4.2", - "@graphql-mesh/cli": "0.98.3", - "@graphql-mesh/json-schema": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", "@types/node": "22.9.3", "graphql": "16.9.0", "typescript": "^5.4.2" diff --git a/examples/graphql-file-upload-example/package.json b/examples/graphql-file-upload-example/package.json index 0813aeb9764c6..0a338497a4822 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.3", - "@graphql-mesh/graphql": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/graphql": "0.103.4", "concurrently": "9.1.0", "graphql": "16.9.0", "graphql-yoga": "5.10.3", diff --git a/examples/grpc-example/package.json b/examples/grpc-example/package.json index 1bf465636e06b..d0df477b08441 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.3", - "@graphql-mesh/grpc": "0.106.3", - "@graphql-mesh/transform-naming-convention": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/grpc": "0.106.4", + "@graphql-mesh/transform-naming-convention": "0.103.4", "@grpc/grpc-js": "1.12.2", "@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 6c5e5ca7b3b5a..778bdec5ebd32 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.3", - "@graphql-mesh/grpc": "0.106.3", - "@graphql-mesh/transform-naming-convention": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/grpc": "0.106.4", + "@graphql-mesh/transform-naming-convention": "0.103.4", "@grpc/grpc-js": "1.12.2", "@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 63091349d7cef..c8123bb5a6a0b 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.3", - "@graphql-mesh/json-schema": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", "graphql": "16.9.0" } } diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index cf9fccf201e4f..85312734e4aed 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.3", - "@graphql-mesh/json-schema": "0.108.3", - "@graphql-mesh/plugin-mock": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", + "@graphql-mesh/plugin-mock": "0.103.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index ff6f52d941e83..31250faf4ccc7 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.3", - "@graphql-mesh/json-schema": "0.108.3", - "@graphql-mesh/plugin-mock": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", + "@graphql-mesh/plugin-mock": "0.103.4", "@graphql-yoga/plugin-sofa": "3.10.3", "graphql": "16.9.0" }, diff --git a/examples/hive-example/gateway/package.json b/examples/hive-example/gateway/package.json index 68ca02307e69d..465fd713c2cb8 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.3", - "@graphql-mesh/openapi": "0.108.3", - "@graphql-mesh/plugin-hive": "0.103.3", - "@graphql-mesh/transform-hive": "0.103.4", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", + "@graphql-mesh/plugin-hive": "0.103.4", + "@graphql-mesh/transform-hive": "0.103.5", "graphql": "16.9.0" } } diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index 5c1e59c81925d..ac52548e8f0ca 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.44.3", - "@graphql-mesh/cli": "0.98.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "graphql": "16.9.0" } } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index b5bb93a1977a2..236c545870b4a 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.44.3", - "@graphql-mesh/cli": "0.98.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "graphql": "16.9.0" } } diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index bfc41f6704c66..8a9499c4e0741 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.3", - "@graphql-mesh/graphql": "0.103.3", - "@graphql-mesh/json-schema": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/graphql": "0.103.4", + "@graphql-mesh/json-schema": "0.108.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index 01e6ea8d30f2f..958dda1e93b42 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.3", - "@graphql-mesh/json-schema": "0.108.3", - "@graphql-mesh/plugin-mock": "0.103.3", - "@graphql-mesh/transform-naming-convention": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", + "@graphql-mesh/plugin-mock": "0.103.4", + "@graphql-mesh/transform-naming-convention": "0.103.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index d21018c912e60..05a1b4680a62b 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.3", - "@graphql-mesh/json-schema": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", "graphql": "16.9.0", "unzip-stream": "0.3.4" }, diff --git a/examples/json-schema-file-upload/package.json b/examples/json-schema-file-upload/package.json index 7e24205f09d3b..a7957c58d2f01 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.3", - "@graphql-mesh/json-schema": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", "fets": "0.8.4", "graphql": "16.9.0" }, diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index c9f537e9e4411..7b7d4e41d4cdc 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.3", - "@graphql-mesh/json-schema": "0.108.3", - "@graphql-mesh/plugin-live-query": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", + "@graphql-mesh/plugin-live-query": "0.103.4", "@whatwg-node/fetch": "^0.10.0", "fets": "0.8.4", "graphql": "16.9.0" diff --git a/examples/mongoose-example/package.json b/examples/mongoose-example/package.json index c66dcc009b367..ca8d160bc5960 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.3", - "@graphql-mesh/mongoose": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/mongoose": "0.103.4", "graphql": "16.9.0", "mongoose": "8.8.2" }, diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index 3bff74db962f6..c9abd756222f2 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.3", - "@graphql-mesh/mysql": "0.104.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/mysql": "0.104.4", "graphql": "16.9.0" } } diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index b3627d8fb6301..4650db11df797 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.3", - "@graphql-mesh/mysql": "0.104.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/mysql": "0.104.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index 6b7ffbc7fd827..8f603c641ef10 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.3", - "@graphql-mesh/cli": "0.98.3", - "@graphql-mesh/neo4j": "0.105.3", + "@graphql-mesh/cache-file": "0.103.4", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/neo4j": "0.105.4", "graphql": "16.9.0" }, "resolutions": { diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index 5414a80ee87f3..31ecb2c7731b8 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.3", - "@graphql-mesh/config": "0.106.3", - "@graphql-mesh/openapi": "0.108.3", - "@graphql-mesh/runtime": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/config": "0.106.4", + "@graphql-mesh/openapi": "0.108.4", + "@graphql-mesh/runtime": "0.105.4", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", "next": "15.0.3", diff --git a/examples/nextjs-sdk-example/package.json b/examples/nextjs-sdk-example/package.json index 878a4252cfdf9..98ae62465a0f7 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.3", - "@graphql-mesh/config": "0.106.3", - "@graphql-mesh/openapi": "0.108.3", - "@graphql-mesh/runtime": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/config": "0.106.4", + "@graphql-mesh/openapi": "0.108.4", + "@graphql-mesh/runtime": "0.105.4", "apollo-server-micro": "3.13.0", "graphql": "16.9.0", "next": "15.0.3", diff --git a/examples/odata-microsoft/package.json b/examples/odata-microsoft/package.json index f2e1d789f73be..7cad9e453293a 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.3", - "@graphql-mesh/odata": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/odata": "0.105.4", "cross-env": "7.0.3", "graphql": "16.9.0" } diff --git a/examples/odata-msgraph-programmatic-ts/package.json b/examples/odata-msgraph-programmatic-ts/package.json index 187f4a9669975..b5db3f721eeea 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.3", - "@graphql-mesh/config": "0.106.3", - "@graphql-mesh/odata": "0.105.3", - "@graphql-mesh/runtime": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/config": "0.106.4", + "@graphql-mesh/odata": "0.105.4", + "@graphql-mesh/runtime": "0.105.4", "graphql": "16.9.0", "ts-node": "^10.9.2" } diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index f5ed15c3d26d7..da16684b2d035 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.3", - "@graphql-mesh/config": "0.106.3", - "@graphql-mesh/odata": "0.105.3", - "@graphql-mesh/runtime": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/config": "0.106.4", + "@graphql-mesh/odata": "0.105.4", + "@graphql-mesh/runtime": "0.105.4", "graphql": "16.9.0" } } diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index 0c1c2712831da..4efc86bf42822 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.3", - "@graphql-mesh/odata": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/odata": "0.105.4", "graphql": "16.9.0" } } diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index d549f10a2b2e4..b980f0cf465f0 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.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "graphql": "16.9.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 4608d0a5d0865..74be869ac53e7 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.3", - "@graphql-mesh/openapi": "0.108.3", - "@graphql-mesh/plugin-response-cache": "0.103.3", - "@graphql-mesh/runtime": "0.105.3", - "@graphql-mesh/transform-cache": "0.103.3", - "@graphql-mesh/transform-rename": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", + "@graphql-mesh/plugin-response-cache": "0.103.4", + "@graphql-mesh/runtime": "0.105.4", + "@graphql-mesh/transform-cache": "0.103.4", + "@graphql-mesh/transform-rename": "0.103.4", "graphql": "16.9.0" } } diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index 47180a88a88b1..a51ee66f85065 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.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "graphql": "16.9.0" } } diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 653299d3eefec..bea63a1890d78 100644 --- a/examples/openapi-react-weatherbit/package.json +++ b/examples/openapi-react-weatherbit/package.json @@ -15,7 +15,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@graphql-mesh/cli": "0.98.3", + "@graphql-mesh/cli": "0.98.4", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", diff --git a/examples/openapi-stackexchange/package.json b/examples/openapi-stackexchange/package.json index 4a719488f47ed..6fa480f885367 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.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "graphql": "16.9.0" } } diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index 34f52251db7e4..a693eb47ba224 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.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "graphql": "16.9.0" } } diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 5e9253914036a..8234ad27e4886 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.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "@whatwg-node/fetch": "^0.10.0", "concurrently": "9.1.0", "fets": "^0.8.0", diff --git a/examples/openapi-youtrack/package.json b/examples/openapi-youtrack/package.json index f4eb9f604297b..c9c56dbf70004 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.3", - "@graphql-mesh/openapi": "0.108.3", - "@graphql-mesh/transform-resolvers-composition": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", + "@graphql-mesh/transform-resolvers-composition": "0.103.4", "graphql": "16.9.0", "graphql-fields": "2.0.3" } diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index e636e2fd2901f..721ee866543cb 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.3", - "@graphql-mesh/graphql": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/graphql": "0.103.4", "esbuild": "^0.24.0", "graphql": "16.9.0", "typescript": "^5.4.2" diff --git a/examples/persisted-operations/package.json b/examples/persisted-operations/package.json index 1c49907b108bd..1771731bb6c3a 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.3", - "@graphql-mesh/json-schema": "0.108.3", - "@graphql-mesh/plugin-mock": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4", + "@graphql-mesh/plugin-mock": "0.103.4", "@graphql-yoga/plugin-sofa": "3.10.3", "graphql": "16.9.0" }, diff --git a/examples/postgres-geodb/package.json b/examples/postgres-geodb/package.json index 798743d244816..96bff8103a4b2 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.3", - "@graphql-mesh/cli": "0.98.3", - "@graphql-mesh/config": "0.106.3", - "@graphql-mesh/graphql": "0.103.3", - "@graphql-mesh/postgraphile": "0.103.3", - "@graphql-mesh/runtime": "0.105.3", - "@graphql-mesh/transform-prefix": "0.103.3", + "@graphql-mesh/cache-file": "0.103.4", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/config": "0.106.4", + "@graphql-mesh/graphql": "0.103.4", + "@graphql-mesh/postgraphile": "0.103.4", + "@graphql-mesh/runtime": "0.105.4", + "@graphql-mesh/transform-prefix": "0.103.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index 2fc1b385637df..a9fca66b5b352 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.3", - "@graphql-mesh/openapi": "0.108.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/openapi": "0.108.4", "@sinclair/typebox": "0.34.8", "fets": "0.8.4", "graphql": "16.9.0" diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index 1e5626afb7adb..63db55550a405 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.3", - "@graphql-mesh/json-schema": "0.108.3" + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/json-schema": "0.108.4" } } diff --git a/examples/response-cache/CHANGELOG.md b/examples/response-cache/CHANGELOG.md index 09403c5cb4b35..34f8ce54d11e0 100644 --- a/examples/response-cache/CHANGELOG.md +++ b/examples/response-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # example-response-cache +## 0.4.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.98.4 + - @graphql-mesh/json-schema@0.108.4 + - @graphql-mesh/plugin-mock@0.103.4 + ## 0.4.3 ### Patch Changes diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index b480718a2e267..4ba8e8826880f 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "example-response-cache", - "version": "0.4.3", + "version": "0.4.4", "license": "MIT", "private": true, "scripts": { @@ -9,9 +9,9 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.3", - "@graphql-mesh/json-schema": "^0.108.3", - "@graphql-mesh/plugin-mock": "^0.103.3", + "@graphql-mesh/cli": "^0.98.4", + "@graphql-mesh/json-schema": "^0.108.4", + "@graphql-mesh/plugin-mock": "^0.103.4", "graphql": "16.9.0" } } diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index 9e74b7bb6c3e3..bc0d2b65ebb0a 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.3", - "@graphql-mesh/plugin-snapshot": "0.103.3", - "@graphql-mesh/soap": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/plugin-snapshot": "0.103.4", + "@graphql-mesh/soap": "0.105.4", "graphql": "16.9.0" } } diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index d099307cb5965..1f7cbeef92ec3 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.3", - "@graphql-mesh/soap": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/soap": "0.105.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index 4e4c402c15ed1..e63a1dd85c62e 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.3", - "@graphql-mesh/soap": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/soap": "0.105.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 921f0cb002809..40c9fb97cc9d3 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.3", - "@graphql-mesh/cli": "0.98.3", - "@graphql-mesh/graphql": "0.103.3", - "@graphql-mesh/plugin-rate-limit": "0.103.3", - "@graphql-mesh/plugin-response-cache": "0.103.3", + "@graphql-mesh/cache-cfw-kv": "0.104.4", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/graphql": "0.103.4", + "@graphql-mesh/plugin-rate-limit": "0.103.4", + "@graphql-mesh/plugin-response-cache": "0.103.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index b15190f243406..fe6d43c3a5cd9 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.3", - "@graphql-mesh/tuql": "0.104.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/tuql": "0.104.4", "graphql": "16.9.0" }, "resolutions": { diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index b6d3c52324f2f..b41efe0df3e2e 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.3", - "@graphql-mesh/thrift": "0.105.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/thrift": "0.105.4", "express": "4.21.1", "graphql": "16.9.0", "thrift": "0.21.0", diff --git a/examples/type-merging-batching-example/package.json b/examples/type-merging-batching-example/package.json index 3d5329037c653..6301f3c14cdca 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.3", - "@graphql-mesh/graphql": "0.103.3", - "@graphql-mesh/transform-rename": "0.103.3", - "@graphql-mesh/transform-type-merging": "0.103.3", + "@graphql-mesh/cli": "0.98.4", + "@graphql-mesh/graphql": "0.103.4", + "@graphql-mesh/transform-rename": "0.103.4", + "@graphql-mesh/transform-type-merging": "0.103.4", "graphql": "16.9.0" } } diff --git a/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md b/examples/v1-next/apollo-federation-compatibility/CHANGELOG.md index f139c5c664122..d255bf70bce91 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.5.6 + ## 1.5.5 ## 1.5.4 diff --git a/examples/v1-next/apollo-federation-compatibility/package.json b/examples/v1-next/apollo-federation-compatibility/package.json index 28d61bc64a938..72c98d93ed914 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.5.5", + "version": "1.5.6", "description": "Apollo Federation implemented with GraphQL Mesh", "author": "Arda TANRIKULU ", "private": true, @@ -27,7 +27,7 @@ "@graphql-codegen/cli": "5.0.3", "@graphql-codegen/typescript": "4.1.2", "@graphql-codegen/typescript-resolvers": "4.4.1", - "@graphql-mesh/compose-cli": "1.2.5", + "@graphql-mesh/compose-cli": "1.2.6", "@types/node": "22.9.3", "esbuild": "^0.24.0", "lru-cache": "11.0.2" diff --git a/examples/v1-next/auth0/package.json b/examples/v1-next/auth0/package.json index b5e0c5505eb78..26d99943ddda3 100644 --- a/examples/v1-next/auth0/package.json +++ b/examples/v1-next/auth0/package.json @@ -11,9 +11,9 @@ "dependencies": { "@envelop/auth0": "^6.0.0", "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.2.5", - "@graphql-mesh/plugin-operation-field-permissions": "^0.103.3", - "@omnigraph/json-schema": "^0.108.3", + "@graphql-mesh/compose-cli": "^1.2.6", + "@graphql-mesh/plugin-operation-field-permissions": "^0.103.4", + "@omnigraph/json-schema": "^0.108.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/v1-next/integrations/cfw-breweries/package.json b/examples/v1-next/integrations/cfw-breweries/package.json index c8e72cd3e0890..d5ab2b5ba1f47 100644 --- a/examples/v1-next/integrations/cfw-breweries/package.json +++ b/examples/v1-next/integrations/cfw-breweries/package.json @@ -7,11 +7,11 @@ }, "dependencies": { "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/cache-cfw-kv": "^0.104.3", - "@graphql-mesh/cache-localforage": "^0.103.3", - "@graphql-mesh/compose-cli": "^1.2.5", - "@graphql-mesh/plugin-response-cache": "^0.103.3", - "@omnigraph/json-schema": "^0.108.3", + "@graphql-mesh/cache-cfw-kv": "^0.104.4", + "@graphql-mesh/cache-localforage": "^0.103.4", + "@graphql-mesh/compose-cli": "^1.2.6", + "@graphql-mesh/plugin-response-cache": "^0.103.4", + "@omnigraph/json-schema": "^0.108.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/v1-next/integrations/cfw-spacex/package.json b/examples/v1-next/integrations/cfw-spacex/package.json index 64ba7c32f21f4..96c199f63fc89 100644 --- a/examples/v1-next/integrations/cfw-spacex/package.json +++ b/examples/v1-next/integrations/cfw-spacex/package.json @@ -7,9 +7,9 @@ "dependencies": { "@envelop/depth-limit": "^4.0.0", "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/cache-cfw-kv": "^0.104.3", - "@graphql-mesh/plugin-rate-limit": "^0.103.3", - "@graphql-mesh/plugin-response-cache": "^0.103.3", + "@graphql-mesh/cache-cfw-kv": "^0.104.4", + "@graphql-mesh/plugin-rate-limit": "^0.103.4", + "@graphql-mesh/plugin-response-cache": "^0.103.4", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/v1-next/integrations/fastify/package.json b/examples/v1-next/integrations/fastify/package.json index 0cef9b120929a..61fc244020ff0 100644 --- a/examples/v1-next/integrations/fastify/package.json +++ b/examples/v1-next/integrations/fastify/package.json @@ -7,8 +7,8 @@ }, "dependencies": { "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.2.5", - "@omnigraph/openapi": "^0.108.3", + "@graphql-mesh/compose-cli": "^1.2.6", + "@omnigraph/openapi": "^0.108.4", "fastify": "^5.0.0", "graphql": "16.9.0", "ts-node": "^10.9.2", diff --git a/examples/v1-next/integrations/gcp-functions/package.json b/examples/v1-next/integrations/gcp-functions/package.json index e792d1d3fde74..f60feddd6b83d 100644 --- a/examples/v1-next/integrations/gcp-functions/package.json +++ b/examples/v1-next/integrations/gcp-functions/package.json @@ -13,8 +13,8 @@ "dependencies": { "@google-cloud/functions-framework": "^3.3.0", "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.2.5", - "@omnigraph/json-schema": "^0.108.3", + "@graphql-mesh/compose-cli": "^1.2.6", + "@omnigraph/json-schema": "^0.108.4", "@types/node": "^22.0.0", "graphql": "^16.9.0", "typescript": "^5.4.2" diff --git a/examples/v1-next/openapi-location-weather/package.json b/examples/v1-next/openapi-location-weather/package.json index a0df7e368c4c3..31b205edecbec 100644 --- a/examples/v1-next/openapi-location-weather/package.json +++ b/examples/v1-next/openapi-location-weather/package.json @@ -8,9 +8,9 @@ }, "dependencies": { "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/cache-localforage": "^0.103.3", - "@graphql-mesh/compose-cli": "^1.2.5", - "@omnigraph/openapi": "^0.108.3", + "@graphql-mesh/cache-localforage": "^0.103.4", + "@graphql-mesh/compose-cli": "^1.2.6", + "@omnigraph/openapi": "^0.108.4", "graphql": "^16.9.0" } } diff --git a/examples/v1-next/openapi-youtrack/package.json b/examples/v1-next/openapi-youtrack/package.json index a11b8e96b92ab..a4c8abc598230 100644 --- a/examples/v1-next/openapi-youtrack/package.json +++ b/examples/v1-next/openapi-youtrack/package.json @@ -8,8 +8,8 @@ }, "dependencies": { "@graphql-hive/gateway": "^1.4.8", - "@graphql-mesh/compose-cli": "^1.2.5", - "@omnigraph/openapi": "^0.108.3", + "@graphql-mesh/compose-cli": "^1.2.6", + "@omnigraph/openapi": "^0.108.4", "graphql": "^16.9.0" } } diff --git a/packages/cache/cfw-kv/CHANGELOG.md b/packages/cache/cfw-kv/CHANGELOG.md index 1972b4d63b47d..3dbb5445310f5 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.104.3 ### Patch Changes diff --git a/packages/cache/cfw-kv/package.json b/packages/cache/cfw-kv/package.json index 7da8fa5fcf3c8..88e78236c59f1 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.3", + "version": "0.104.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/file/CHANGELOG.md b/packages/cache/file/CHANGELOG.md index 99eee16adf898..66e80c6f6634c 100644 --- a/packages/cache/file/CHANGELOG.md +++ b/packages/cache/file/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-file +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/cache/file/package.json b/packages/cache/file/package.json index f43ff87906409..45b3e4d8726a7 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/localforage/CHANGELOG.md b/packages/cache/localforage/CHANGELOG.md index 26bbd8390dd84..5ad33047a6fc3 100644 --- a/packages/cache/localforage/CHANGELOG.md +++ b/packages/cache/localforage/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-localforage +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/cache/localforage/package.json b/packages/cache/localforage/package.json index 771f5b3163a5f..534f53abc1ca9 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/redis/CHANGELOG.md b/packages/cache/redis/CHANGELOG.md index 49b8342037aa9..a2aca3162667c 100644 --- a/packages/cache/redis/CHANGELOG.md +++ b/packages/cache/redis/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/cache-redis +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/cache/redis/package.json b/packages/cache/redis/package.json index feabde3deabee..03e315fc693c7 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/compose-cli/CHANGELOG.md b/packages/compose-cli/CHANGELOG.md index d6158168bb483..3b7ef05c23c27 100644 --- a/packages/compose-cli/CHANGELOG.md +++ b/packages/compose-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/compose-cli +## 1.2.6 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @graphql-mesh/fusion-composition@0.7.6 + ## 1.2.5 ### Patch Changes diff --git a/packages/compose-cli/package.json b/packages/compose-cli/package.json index 076cf4778356a..edcc181f75084 100644 --- a/packages/compose-cli/package.json +++ b/packages/compose-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/compose-cli", - "version": "1.2.5", + "version": "1.2.6", "type": "module", "repository": { "type": "git", @@ -35,14 +35,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "graphql": "*" }, "dependencies": { "@commander-js/extra-typings": "^12.1.0", - "@graphql-mesh/fusion-composition": "^0.7.5", + "@graphql-mesh/fusion-composition": "^0.7.6", "@graphql-mesh/include": "^0.2.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/graphql-file-loader": "8.0.4", "@graphql-tools/load": "^8.0.1", "@graphql-tools/schema": "^10.0.5", diff --git a/packages/fusion/composition/CHANGELOG.md b/packages/fusion/composition/CHANGELOG.md index b6364eaaa5a4a..f62c41654b1aa 100644 --- a/packages/fusion/composition/CHANGELOG.md +++ b/packages/fusion/composition/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/fusion-composition +## 0.7.6 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/utils@0.103.4 + ## 0.7.5 ### Patch Changes diff --git a/packages/fusion/composition/package.json b/packages/fusion/composition/package.json index 4b422d1611f6a..96b47983d9c30 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.5", + "version": "0.7.6", "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.3", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/schema": "^10.0.5", "@graphql-tools/stitching-directives": "^3.1.9", "@graphql-tools/utils": "^10.6.0", diff --git a/packages/legacy/apollo-link/CHANGELOG.md b/packages/legacy/apollo-link/CHANGELOG.md index 2f02ff1b83adc..a1337af81983c 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.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.105.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/apollo-link/package.json b/packages/legacy/apollo-link/package.json index 5274de373eb86..86a831ee9902e 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.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@apollo/client": "^3.5.9", - "@graphql-mesh/runtime": "^0.105.3", + "@graphql-mesh/runtime": "^0.105.4", "@graphql-tools/utils": "^10.6.0", "graphql": "^15.2.0 || ^16.0.0", "tslib": "^2.4.0" diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index adbe6c1e41bab..ffa3a4d762dbe 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-mesh/cli +## 0.98.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/config@0.106.4 + - @graphql-mesh/http@0.105.4 + - @graphql-mesh/runtime@0.105.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.98.3 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index 5f4472318d43d..b86bdb72d2250 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.98.3", + "version": "0.98.4", "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.3", + "@graphql-mesh/config": "^0.106.4", "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/http": "^0.105.3", + "@graphql-mesh/http": "^0.105.4", "@graphql-mesh/include": "^0.2.3", - "@graphql-mesh/runtime": "^0.105.3", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/runtime": "^0.105.4", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.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 ad7fd7b1d61f1..5ddceb8358277 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-mesh/config +## 0.106.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/cache-localforage@0.103.4 + - @graphql-mesh/merger-bare@0.104.4 + - @graphql-mesh/merger-stitching@0.104.4 + - @graphql-mesh/runtime@0.105.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.106.3 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index 63c537a0bc0f3..a3619f762da59 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.106.3", + "version": "0.106.4", "type": "module", "repository": { "type": "git", @@ -33,19 +33,19 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/runtime": "^0.105.3", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/runtime": "^0.105.4", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@envelop/core": "^5.0.0", - "@graphql-mesh/cache-localforage": "^0.103.3", - "@graphql-mesh/merger-bare": "^0.104.3", - "@graphql-mesh/merger-stitching": "^0.104.3", + "@graphql-mesh/cache-localforage": "^0.103.4", + "@graphql-mesh/merger-bare": "^0.104.4", + "@graphql-mesh/merger-stitching": "^0.104.4", "@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 140b68c88877d..6a836886f040c 100644 --- a/packages/legacy/handlers/graphql/CHANGELOG.md +++ b/packages/legacy/handlers/graphql/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/graphql +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/handlers/graphql/package.json b/packages/legacy/handlers/graphql/package.json index e4b3640e86b66..0c5c16a7bc4fb 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/grpc/CHANGELOG.md b/packages/legacy/handlers/grpc/CHANGELOG.md index 775942c0eb56c..ae20e5f29eb56 100644 --- a/packages/legacy/handlers/grpc/CHANGELOG.md +++ b/packages/legacy/handlers/grpc/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/grpc +## 0.106.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @graphql-mesh/transport-grpc@0.1.4 + ## 0.106.3 ### Patch Changes diff --git a/packages/legacy/handlers/grpc/package.json b/packages/legacy/handlers/grpc/package.json index 705f1904566c4..38ef02c8b9c1d 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.106.3", + "version": "0.106.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-grpc": "^0.1.3", + "@graphql-mesh/transport-grpc": "^0.1.4", "@omnigraph/grpc": "^0.1.2" }, "publishConfig": { diff --git a/packages/legacy/handlers/json-schema/CHANGELOG.md b/packages/legacy/handlers/json-schema/CHANGELOG.md index 9ec3c369db1ce..0ef637ea9a053 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/json-schema@0.108.4 + ## 0.108.3 ### Patch Changes diff --git a/packages/legacy/handlers/json-schema/package.json b/packages/legacy/handlers/json-schema/package.json index c2c2ade744041..bb2d05c6d1a67 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.3", + "version": "0.108.4", "type": "module", "repository": { "type": "git", @@ -33,16 +33,16 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "0.5.6", "@json-schema-tools/meta-schema": "1.7.5", - "@omnigraph/json-schema": "0.108.3", + "@omnigraph/json-schema": "0.108.4", "graphql-compose": "9.0.11", "json-machete": "0.97.4" }, diff --git a/packages/legacy/handlers/mongoose/CHANGELOG.md b/packages/legacy/handlers/mongoose/CHANGELOG.md index a6f810fb94173..61c46619be1ea 100644 --- a/packages/legacy/handlers/mongoose/CHANGELOG.md +++ b/packages/legacy/handlers/mongoose/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/mongoose +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/handlers/mongoose/package.json b/packages/legacy/handlers/mongoose/package.json index e7f4d4a10e7ac..4a27ca9ea1f64 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "mongoose": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/mysql/CHANGELOG.md b/packages/legacy/handlers/mysql/CHANGELOG.md index 1c756b4e0b8d2..ef24f62f52f25 100644 --- a/packages/legacy/handlers/mysql/CHANGELOG.md +++ b/packages/legacy/handlers/mysql/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/mysql +## 0.104.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/mysql@0.8.4 + ## 0.104.3 ### Patch Changes diff --git a/packages/legacy/handlers/mysql/package.json b/packages/legacy/handlers/mysql/package.json index 0a69a1b06aa79..528bab5c05294 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.3", + "version": "0.104.4", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/mysql": "^0.8.3" + "@omnigraph/mysql": "^0.8.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/neo4j/CHANGELOG.md b/packages/legacy/handlers/neo4j/CHANGELOG.md index dcc37dc6579bc..0bfa72fd8d089 100644 --- a/packages/legacy/handlers/neo4j/CHANGELOG.md +++ b/packages/legacy/handlers/neo4j/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/neo4j +## 0.105.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/neo4j@0.9.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/handlers/neo4j/package.json b/packages/legacy/handlers/neo4j/package.json index 67ac54a16bd0d..4f070890f5969 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.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/neo4j": "^0.9.3" + "@omnigraph/neo4j": "^0.9.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/odata/CHANGELOG.md b/packages/legacy/handlers/odata/CHANGELOG.md index b4c291c04b3b5..92dd7a7212f06 100644 --- a/packages/legacy/handlers/odata/CHANGELOG.md +++ b/packages/legacy/handlers/odata/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/odata +## 0.105.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @omnigraph/odata@0.1.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/handlers/odata/package.json b/packages/legacy/handlers/odata/package.json index 9b29d3aa1b773..4d8f9b783c457 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.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -32,13 +32,13 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/odata": "^0.1.3" + "@omnigraph/odata": "^0.1.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/openapi/CHANGELOG.md b/packages/legacy/handlers/openapi/CHANGELOG.md index e3bebea71cebe..c209d86c529da 100644 --- a/packages/legacy/handlers/openapi/CHANGELOG.md +++ b/packages/legacy/handlers/openapi/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/openapi +## 0.108.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/openapi@0.108.4 + ## 0.108.3 ### Patch Changes diff --git a/packages/legacy/handlers/openapi/package.json b/packages/legacy/handlers/openapi/package.json index 80284e35e1a9c..7ef610514ad83 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.3", + "version": "0.108.4", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "0.5.6", - "@omnigraph/openapi": "0.108.3" + "@omnigraph/openapi": "0.108.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/postgraphile/CHANGELOG.md b/packages/legacy/handlers/postgraphile/CHANGELOG.md index 895871afd90c6..f8ba542ca4bce 100644 --- a/packages/legacy/handlers/postgraphile/CHANGELOG.md +++ b/packages/legacy/handlers/postgraphile/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/postgraphile +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/handlers/postgraphile/package.json b/packages/legacy/handlers/postgraphile/package.json index 9b852a79e5b0f..032a425181dd3 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/handlers/raml/CHANGELOG.md b/packages/legacy/handlers/raml/CHANGELOG.md index bd3184a3eb62f..ec10b359d6594 100644 --- a/packages/legacy/handlers/raml/CHANGELOG.md +++ b/packages/legacy/handlers/raml/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/raml +## 0.108.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/raml@0.108.4 + ## 0.108.3 ### Patch Changes diff --git a/packages/legacy/handlers/raml/package.json b/packages/legacy/handlers/raml/package.json index c5ab8d4e88b69..e0545b947b72a 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.3", + "version": "0.108.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/raml": "0.108.3" + "@omnigraph/raml": "0.108.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/soap/CHANGELOG.md b/packages/legacy/handlers/soap/CHANGELOG.md index 2787ffbddb41d..592cd5cd74d46 100644 --- a/packages/legacy/handlers/soap/CHANGELOG.md +++ b/packages/legacy/handlers/soap/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/soap +## 0.105.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/soap@0.105.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/handlers/soap/package.json b/packages/legacy/handlers/soap/package.json index 6125d6376d8c2..b6de866aa6244 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.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -42,7 +42,7 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/string-interpolation": "^0.5.6", - "@omnigraph/soap": "0.105.3" + "@omnigraph/soap": "0.105.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/supergraph/CHANGELOG.md b/packages/legacy/handlers/supergraph/CHANGELOG.md index 60bd4c8981049..4f0847d647674 100644 --- a/packages/legacy/handlers/supergraph/CHANGELOG.md +++ b/packages/legacy/handlers/supergraph/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/supergraph +## 0.9.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.9.3 ### Patch Changes diff --git a/packages/legacy/handlers/supergraph/package.json b/packages/legacy/handlers/supergraph/package.json index 9a2b9c056eb26..70c0cd8a20365 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.3", + "version": "0.9.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/handlers/thrift/CHANGELOG.md b/packages/legacy/handlers/thrift/CHANGELOG.md index 32228f8c4ea5b..f59749e1ac0ce 100644 --- a/packages/legacy/handlers/thrift/CHANGELOG.md +++ b/packages/legacy/handlers/thrift/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/thrift +## 0.105.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/thrift@0.8.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/handlers/thrift/package.json b/packages/legacy/handlers/thrift/package.json index c5ee2c5efd1aa..c78eae1731004 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.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -33,15 +33,15 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/thrift": "^0.8.3" + "@omnigraph/thrift": "^0.8.4" }, "devDependencies": { "@types/thrift": "0.10.17", diff --git a/packages/legacy/handlers/tuql/CHANGELOG.md b/packages/legacy/handlers/tuql/CHANGELOG.md index cbebacc149480..455baa0b8af75 100644 --- a/packages/legacy/handlers/tuql/CHANGELOG.md +++ b/packages/legacy/handlers/tuql/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/tuql +## 0.104.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @omnigraph/sqlite@0.7.4 + ## 0.104.3 ### Patch Changes diff --git a/packages/legacy/handlers/tuql/package.json b/packages/legacy/handlers/tuql/package.json index 12ae854af238a..bf684d9297d3b 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.3", + "version": "0.104.4", "type": "module", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/sqlite": "^0.7.3" + "@omnigraph/sqlite": "^0.7.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/http/CHANGELOG.md b/packages/legacy/http/CHANGELOG.md index ac5c55dc784bd..cbd9c956d999c 100644 --- a/packages/legacy/http/CHANGELOG.md +++ b/packages/legacy/http/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/http +## 0.105.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/runtime@0.105.4 + - @graphql-mesh/utils@0.103.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/http/package.json b/packages/legacy/http/package.json index 30dd7e0f79faa..2c3abe04c5104 100644 --- a/packages/legacy/http/package.json +++ b/packages/legacy/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/http", - "version": "0.105.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/runtime": "^0.105.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/runtime": "^0.105.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/mergers/bare/CHANGELOG.md b/packages/legacy/mergers/bare/CHANGELOG.md index ec65791ebcf18..1ca232dcb0b20 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/merger-stitching@0.104.4 + - @graphql-mesh/utils@0.103.4 + ## 0.104.3 ### Patch Changes diff --git a/packages/legacy/mergers/bare/package.json b/packages/legacy/mergers/bare/package.json index ab222daa5124c..1654691f02419 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.3", + "version": "0.104.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/merger-stitching": "0.104.3", + "@graphql-mesh/merger-stitching": "0.104.4", "@graphql-tools/schema": "10.0.9" }, "publishConfig": { diff --git a/packages/legacy/mergers/stitching/CHANGELOG.md b/packages/legacy/mergers/stitching/CHANGELOG.md index 0574b0c48196a..e1e0cb3431487 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.104.3 ### Patch Changes diff --git a/packages/legacy/mergers/stitching/package.json b/packages/legacy/mergers/stitching/package.json index 27b7e9beb437f..8dbb232af9a01 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.3", + "version": "0.104.4", "type": "module", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index f14dda66a3d35..00eb5cc3bae57 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.3.6 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/compose-cli@1.2.6 + - @graphql-mesh/cli@0.98.4 + - @graphql-mesh/config@0.106.4 + - @graphql-mesh/utils@0.103.4 + ## 1.3.5 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index 51535ae1810cf..92bcb479b3935 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.3.5", + "version": "1.3.6", "type": "module", "repository": { "type": "git", @@ -39,11 +39,11 @@ "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/cli": "^0.98.3", - "@graphql-mesh/compose-cli": "^1.2.5", - "@graphql-mesh/config": "^0.106.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/cli": "^0.98.4", + "@graphql-mesh/compose-cli": "^1.2.6", + "@graphql-mesh/config": "^0.106.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "lodash.kebabcase": "^4.1.1", "prettier": "^3.3.3" }, diff --git a/packages/legacy/runtime/CHANGELOG.md b/packages/legacy/runtime/CHANGELOG.md index 58cef9f48bb20..b45c4db4f314c 100644 --- a/packages/legacy/runtime/CHANGELOG.md +++ b/packages/legacy/runtime/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/runtime +## 0.105.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/runtime/package.json b/packages/legacy/runtime/package.json index 64c1767baeff4..ece7e08c5a973 100644 --- a/packages/legacy/runtime/package.json +++ b/packages/legacy/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/runtime", - "version": "0.105.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/store/CHANGELOG.md b/packages/legacy/store/CHANGELOG.md index 43f95b7a471cc..5967236a7d7df 100644 --- a/packages/legacy/store/CHANGELOG.md +++ b/packages/legacy/store/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/store +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/store/package.json b/packages/legacy/store/package.json index 6b04346220113..ac5df36203a52 100644 --- a/packages/legacy/store/package.json +++ b/packages/legacy/store/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/store", - "version": "0.103.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/cache/CHANGELOG.md b/packages/legacy/transforms/cache/CHANGELOG.md index fbaf1f7a7a0e9..08b4df1a8f619 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/cache/package.json b/packages/legacy/transforms/cache/package.json index 1b75023fed653..6cdf9b3e1b4b8 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -46,7 +46,7 @@ "dayjs": "^1.11.7" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.3" + "@graphql-mesh/cache-localforage": "0.103.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/encapsulate/CHANGELOG.md b/packages/legacy/transforms/encapsulate/CHANGELOG.md index e1f9a08c57d91..a3093d02ba12a 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/encapsulate/package.json b/packages/legacy/transforms/encapsulate/package.json index 2c67696ddd8cc..29c58557455f5 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/extend/CHANGELOG.md b/packages/legacy/transforms/extend/CHANGELOG.md index c2b3d9c729196..c537dabcb9948 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/extend/package.json b/packages/legacy/transforms/extend/package.json index 6ac072f36bba3..d055237bbe8e9 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/federation/CHANGELOG.md b/packages/legacy/transforms/federation/CHANGELOG.md index 9c82a00be278b..2208819253583 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/federation/package.json b/packages/legacy/transforms/federation/package.json index 5f77378024edc..949e0428da5d1 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/filter-schema/CHANGELOG.md b/packages/legacy/transforms/filter-schema/CHANGELOG.md index d193fb1f637f9..5e2f9b31654a5 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/filter-schema/package.json b/packages/legacy/transforms/filter-schema/package.json index 3558f1f2deb5b..72a35a3e107a1 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/hive/CHANGELOG.md b/packages/legacy/transforms/hive/CHANGELOG.md index e60ef7aa5c989..1291149d20930 100644 --- a/packages/legacy/transforms/hive/CHANGELOG.md +++ b/packages/legacy/transforms/hive/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/transform-hive +## 0.103.5 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + ## 0.103.4 ### Patch Changes diff --git a/packages/legacy/transforms/hive/package.json b/packages/legacy/transforms/hive/package.json index 33cccc16e3ca0..5a6cc7a5da36e 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.4", + "version": "0.103.5", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/hoist-field/CHANGELOG.md b/packages/legacy/transforms/hoist-field/CHANGELOG.md index 4a99b450043a6..ecbecae438c08 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/hoist-field/package.json b/packages/legacy/transforms/hoist-field/package.json index 00954e8c5e142..cc4ce55f7a0f9 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*" }, @@ -42,7 +42,7 @@ "@graphql-tools/wrap": "^10.0.12" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.3" + "@graphql-mesh/cache-localforage": "0.103.4" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/naming-convention/CHANGELOG.md b/packages/legacy/transforms/naming-convention/CHANGELOG.md index c94dfcec04139..76b9608aa3c0a 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/naming-convention/package.json b/packages/legacy/transforms/naming-convention/package.json index 7bae53a72de57..3f275123cf9a0 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.5.0" @@ -47,7 +47,7 @@ "upper-case": "^2.0.2" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "^0.103.3", + "@graphql-mesh/cache-localforage": "^0.103.4", "@graphql-tools/schema": "10.0.9" }, "publishConfig": { diff --git a/packages/legacy/transforms/prefix/CHANGELOG.md b/packages/legacy/transforms/prefix/CHANGELOG.md index 7697d31e00955..a5d4069bdb979 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/prefix/package.json b/packages/legacy/transforms/prefix/package.json index 64c6d44ec1cd8..2fa48ec6aba4c 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "graphql-scalars": "^1.22.4" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.3", + "@graphql-mesh/cache-localforage": "0.103.4", "@graphql-tools/schema": "10.0.9" }, "publishConfig": { diff --git a/packages/legacy/transforms/prune/CHANGELOG.md b/packages/legacy/transforms/prune/CHANGELOG.md index a98f8ab61d575..9aac885e9644a 100644 --- a/packages/legacy/transforms/prune/CHANGELOG.md +++ b/packages/legacy/transforms/prune/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/transform-prune +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/prune/package.json b/packages/legacy/transforms/prune/package.json index 9bb0dc39181d3..bdb77255a6c2d 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/rate-limit/CHANGELOG.md b/packages/legacy/transforms/rate-limit/CHANGELOG.md index 7cf0ec7e21d0c..6bfde616263c8 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/rate-limit/package.json b/packages/legacy/transforms/rate-limit/package.json index 04caec35db38a..8cd723dcce9c2 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "minimatch": "^10.0.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.3", + "@graphql-mesh/cache-localforage": "0.103.4", "@graphql-tools/schema": "10.0.9", "@graphql-tools/wrap": "10.0.18" }, diff --git a/packages/legacy/transforms/rename/CHANGELOG.md b/packages/legacy/transforms/rename/CHANGELOG.md index ccfa6d4ff7abd..d3ddf3c5cdfec 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/rename/package.json b/packages/legacy/transforms/rename/package.json index 8b9fbe9a23a5f..9d4d8c640faaf 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "graphql-scalars": "^1.22.4" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.3", + "@graphql-mesh/cache-localforage": "0.103.4", "@graphql-tools/schema": "10.0.9" }, "publishConfig": { diff --git a/packages/legacy/transforms/replace-field/CHANGELOG.md b/packages/legacy/transforms/replace-field/CHANGELOG.md index 26ddba76b1108..7ebcfdf5c5d35 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/replace-field/package.json b/packages/legacy/transforms/replace-field/package.json index 3a87d8f38ee96..2290d74cdecd7 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "@graphql-tools/load": "^8.0.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.103.3", + "@graphql-mesh/cache-localforage": "0.103.4", "@graphql-tools/schema": "10.0.9" }, "publishConfig": { diff --git a/packages/legacy/transforms/resolvers-composition/CHANGELOG.md b/packages/legacy/transforms/resolvers-composition/CHANGELOG.md index 36d5cb4555581..b2f8e2dc17163 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/resolvers-composition/package.json b/packages/legacy/transforms/resolvers-composition/package.json index 11c4ae85e73b6..e8eabcb2579b4 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/transforms/transfer-schema/CHANGELOG.md b/packages/legacy/transforms/transfer-schema/CHANGELOG.md index bd69094550657..486a4a03f8f38 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/transfer-schema/package.json b/packages/legacy/transforms/transfer-schema/package.json index 85b377dc3de84..05fedffc29039 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*" }, diff --git a/packages/legacy/transforms/type-merging/CHANGELOG.md b/packages/legacy/transforms/type-merging/CHANGELOG.md index 7e4b134f9880b..bccad40e639ee 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/transforms/type-merging/package.json b/packages/legacy/transforms/type-merging/package.json index 5a5086251e53a..06d103442b177 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/types/CHANGELOG.md b/packages/legacy/types/CHANGELOG.md index 316642a12790d..f79f7e8e2757b 100644 --- a/packages/legacy/types/CHANGELOG.md +++ b/packages/legacy/types/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/types +## 0.103.4 + +### Patch Changes + +- [`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91) + Thanks [@ardatan](https://github.com/ardatan)! - Fix compatibility between MeshPlugin and + GatewayPlugin + +- Updated dependencies []: + - @graphql-mesh/store@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/types/package.json b/packages/legacy/types/package.json index b7ff7f722adaa..e1d4814e3c693 100644 --- a/packages/legacy/types/package.json +++ b/packages/legacy/types/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/types", - "version": "0.103.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/urql/CHANGELOG.md b/packages/legacy/urql/CHANGELOG.md index 7c6f99d52588e..cdf474f570a64 100644 --- a/packages/legacy/urql/CHANGELOG.md +++ b/packages/legacy/urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/urql-exchange +## 0.105.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.105.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/legacy/urql/package.json b/packages/legacy/urql/package.json index 50cf0a2b4dbb1..86dd852cd17be 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.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/runtime": "^0.105.3", + "@graphql-mesh/runtime": "^0.105.4", "@graphql-tools/utils": "^10.6.0", "@urql/core": "^2.4.3 || ^4.0.0 || ^5.0.0", "graphql": "^15.2.0 || ^16.0.0", diff --git a/packages/legacy/utils/CHANGELOG.md b/packages/legacy/utils/CHANGELOG.md index 7a918b11d7b50..cd55a9f9d150e 100644 --- a/packages/legacy/utils/CHANGELOG.md +++ b/packages/legacy/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/utils +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/legacy/utils/package.json b/packages/legacy/utils/package.json index 81f7f4561a13c..1dfd680f0e07c 100644 --- a/packages/legacy/utils/package.json +++ b/packages/legacy/utils/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/utils", - "version": "0.103.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/loaders/json-schema/CHANGELOG.md b/packages/loaders/json-schema/CHANGELOG.md index 783b81e930c18..f88e3bb349907 100644 --- a/packages/loaders/json-schema/CHANGELOG.md +++ b/packages/loaders/json-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/json-schema +## 0.108.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @graphql-mesh/transport-rest@0.8.4 + ## 0.108.3 ### Patch Changes diff --git a/packages/loaders/json-schema/package.json b/packages/loaders/json-schema/package.json index 1fc9f94eef52a..118fa8ec1c50e 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.3", + "version": "0.108.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -42,7 +42,7 @@ "dependencies": { "@graphql-mesh/string-interpolation": "0.5.6", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/transport-rest": "^0.8.3", + "@graphql-mesh/transport-rest": "^0.8.4", "@graphql-tools/delegate": "^10.0.28", "@json-schema-tools/meta-schema": "1.7.5", "@whatwg-node/fetch": "^0.10.0", diff --git a/packages/loaders/mysql/CHANGELOG.md b/packages/loaders/mysql/CHANGELOG.md index 1b56a861af85e..e65516aa24802 100644 --- a/packages/loaders/mysql/CHANGELOG.md +++ b/packages/loaders/mysql/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/mysql +## 0.8.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @graphql-mesh/transport-mysql@0.8.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/loaders/mysql/package.json b/packages/loaders/mysql/package.json index fff24bf632267..f41c283ac991c 100644 --- a/packages/loaders/mysql/package.json +++ b/packages/loaders/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/mysql", - "version": "0.8.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/string-interpolation": "^0.5.6", - "@graphql-mesh/transport-mysql": "^0.8.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/transport-mysql": "^0.8.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.6.0", "graphql-compose": "^9.0.11", diff --git a/packages/loaders/neo4j/CHANGELOG.md b/packages/loaders/neo4j/CHANGELOG.md index 1453bd6031c62..944067ce9e012 100644 --- a/packages/loaders/neo4j/CHANGELOG.md +++ b/packages/loaders/neo4j/CHANGELOG.md @@ -1,5 +1,14 @@ # @omnigraph/neo4j +## 0.9.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/transport-neo4j@0.8.4 + ## 0.9.3 ### Patch Changes diff --git a/packages/loaders/neo4j/package.json b/packages/loaders/neo4j/package.json index 3eb33031229dd..80fc5a10ace60 100644 --- a/packages/loaders/neo4j/package.json +++ b/packages/loaders/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/neo4j", - "version": "0.9.3", + "version": "0.9.4", "type": "module", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-neo4j": "^0.8.3", + "@graphql-mesh/transport-neo4j": "^0.8.4", "@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 49d7f70d714b8..ad78364f74f66 100644 --- a/packages/loaders/odata/CHANGELOG.md +++ b/packages/loaders/odata/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/odata +## 0.1.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/store@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/loaders/odata/package.json b/packages/loaders/odata/package.json index ac56c7f192314..a91e615e52100 100644 --- a/packages/loaders/odata/package.json +++ b/packages/loaders/odata/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/odata", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/store": "^0.103.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/store": "^0.103.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/loaders/openapi/CHANGELOG.md b/packages/loaders/openapi/CHANGELOG.md index 2eee03d96fa00..4d838ff763a08 100644 --- a/packages/loaders/openapi/CHANGELOG.md +++ b/packages/loaders/openapi/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/openapi +## 0.108.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/json-schema@0.108.4 + ## 0.108.3 ### Patch Changes diff --git a/packages/loaders/openapi/package.json b/packages/loaders/openapi/package.json index 73a4c70ea57d5..65483b993199c 100644 --- a/packages/loaders/openapi/package.json +++ b/packages/loaders/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/openapi", - "version": "0.108.3", + "version": "0.108.4", "type": "module", "repository": { "type": "git", @@ -33,15 +33,15 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "^0.5.6", "@graphql-tools/delegate": "^10.0.28", - "@omnigraph/json-schema": "^0.108.3", + "@omnigraph/json-schema": "^0.108.4", "change-case": "^4.1.2", "json-machete": "^0.97.4", "openapi-types": "^12.1.0" diff --git a/packages/loaders/raml/CHANGELOG.md b/packages/loaders/raml/CHANGELOG.md index d5453b31f8c6a..4c00ac9b77d1e 100644 --- a/packages/loaders/raml/CHANGELOG.md +++ b/packages/loaders/raml/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/raml +## 0.108.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @omnigraph/json-schema@0.108.4 + ## 0.108.3 ### Patch Changes diff --git a/packages/loaders/raml/package.json b/packages/loaders/raml/package.json index e195cc96eb19a..1ad20f34d15df 100644 --- a/packages/loaders/raml/package.json +++ b/packages/loaders/raml/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/raml", - "version": "0.108.3", + "version": "0.108.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -43,7 +43,7 @@ "@ardatan/raml-1-parser": "1.1.69", "@graphql-mesh/string-interpolation": "0.5.6", "@graphql-tools/delegate": "^10.0.28", - "@omnigraph/json-schema": "0.108.3", + "@omnigraph/json-schema": "0.108.4", "@whatwg-node/fetch": "^0.10.0", "change-case": "4.1.2", "json-machete": "0.97.4", diff --git a/packages/loaders/soap/CHANGELOG.md b/packages/loaders/soap/CHANGELOG.md index d327c5eae57d2..6acd0fc8e98a9 100644 --- a/packages/loaders/soap/CHANGELOG.md +++ b/packages/loaders/soap/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/soap +## 0.105.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @graphql-mesh/transport-soap@0.8.4 + ## 0.105.3 ### Patch Changes diff --git a/packages/loaders/soap/package.json b/packages/loaders/soap/package.json index 6726823589431..5849976ac3ffc 100644 --- a/packages/loaders/soap/package.json +++ b/packages/loaders/soap/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/soap", - "version": "0.105.3", + "version": "0.105.4", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/string-interpolation": "^0.5.6", - "@graphql-mesh/transport-soap": "^0.8.3", + "@graphql-mesh/transport-soap": "^0.8.4", "@whatwg-node/fetch": "^0.10.0", "fast-xml-parser": "^4.5.0", "graphql-compose": "^9.0.11", diff --git a/packages/loaders/sqlite/CHANGELOG.md b/packages/loaders/sqlite/CHANGELOG.md index a0a7d46b6590e..5d5bcec310d78 100644 --- a/packages/loaders/sqlite/CHANGELOG.md +++ b/packages/loaders/sqlite/CHANGELOG.md @@ -1,5 +1,13 @@ # @omnigraph/sqlite +## 0.7.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + ## 0.7.3 ### Patch Changes diff --git a/packages/loaders/sqlite/package.json b/packages/loaders/sqlite/package.json index eeb7c311608c7..2581f9dcd0b69 100644 --- a/packages/loaders/sqlite/package.json +++ b/packages/loaders/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/sqlite", - "version": "0.7.3", + "version": "0.7.4", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "@graphql-tools/delegate": "^10.0.28" }, "optionalDependencies": { diff --git a/packages/loaders/thrift/CHANGELOG.md b/packages/loaders/thrift/CHANGELOG.md index 9d5e65b225959..daee4beb5b09e 100644 --- a/packages/loaders/thrift/CHANGELOG.md +++ b/packages/loaders/thrift/CHANGELOG.md @@ -1,5 +1,15 @@ # @omnigraph/thrift +## 0.8.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + - @graphql-mesh/transport-thrift@0.8.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/loaders/thrift/package.json b/packages/loaders/thrift/package.json index db32aa6e8659c..9db9297f731c6 100644 --- a/packages/loaders/thrift/package.json +++ b/packages/loaders/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/thrift", - "version": "0.8.3", + "version": "0.8.4", "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.8", - "@graphql-mesh/transport-thrift": "^0.8.3", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/transport-thrift": "^0.8.4", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@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 64b42692ec6e6..4033653667560 100644 --- a/packages/plugins/deduplicate-request/CHANGELOG.md +++ b/packages/plugins/deduplicate-request/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/plugin-deduplicate-request +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/deduplicate-request/package.json b/packages/plugins/deduplicate-request/package.json index ca720cea4e356..bb4e0723dee16 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/hive/CHANGELOG.md b/packages/plugins/hive/CHANGELOG.md index 084c0d7ff421d..6fa2b4bab497e 100644 --- a/packages/plugins/hive/CHANGELOG.md +++ b/packages/plugins/hive/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-hive +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/hive/package.json b/packages/plugins/hive/package.json index 19c5f4d47a99e..7363299d48738 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/http-cache/CHANGELOG.md b/packages/plugins/http-cache/CHANGELOG.md index b23b6648c48c2..83fdcbc5ca15b 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.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/http-cache/package.json b/packages/plugins/http-cache/package.json index bbb20241b8432..b72f36e3f1f50 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.103.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/http-details-extensions/CHANGELOG.md b/packages/plugins/http-details-extensions/CHANGELOG.md index 59a60f15fb357..48b4ae6e386dc 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/http-details-extensions/package.json b/packages/plugins/http-details-extensions/package.json index 4159c82eab0f4..230bfe95ace13 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/jit/CHANGELOG.md b/packages/plugins/jit/CHANGELOG.md index 99c131a6750a8..0ad0a2aa8ee5b 100644 --- a/packages/plugins/jit/CHANGELOG.md +++ b/packages/plugins/jit/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-jit +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/utils@0.103.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/plugins/jit/package.json b/packages/plugins/jit/package.json index b9dcb65e78362..6ca5f1a9f9ed7 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.3", + "version": "0.1.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@envelop/core": "^5.0.2", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/plugins/jwt-auth/CHANGELOG.md b/packages/plugins/jwt-auth/CHANGELOG.md index 63ac86f8196ce..2b98319515506 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.3.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 1.3.3 ### Patch Changes diff --git a/packages/plugins/jwt-auth/package.json b/packages/plugins/jwt-auth/package.json index 82c99c67411bd..f913271f12c26 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.3.3", + "version": "1.3.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/live-query/CHANGELOG.md b/packages/plugins/live-query/CHANGELOG.md index 57415a617f153..7137d79b604d1 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/live-query/package.json b/packages/plugins/live-query/package.json index a21a55372ab32..beefa1a8a48c9 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/mock/CHANGELOG.md b/packages/plugins/mock/CHANGELOG.md index 4a6111d7ebb69..784c236e63106 100644 --- a/packages/plugins/mock/CHANGELOG.md +++ b/packages/plugins/mock/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-mock +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/mock/package.json b/packages/plugins/mock/package.json index e71847ece04f5..6708c2a9b2f12 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" @@ -48,7 +48,7 @@ }, "devDependencies": { "@envelop/core": "5.0.2", - "@graphql-mesh/cache-localforage": "0.103.3", + "@graphql-mesh/cache-localforage": "0.103.4", "@types/faker": "5.5.9" }, "publishConfig": { diff --git a/packages/plugins/newrelic/CHANGELOG.md b/packages/plugins/newrelic/CHANGELOG.md index facae4d8e79e0..34ce82e5a993c 100644 --- a/packages/plugins/newrelic/CHANGELOG.md +++ b/packages/plugins/newrelic/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-newrelic +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/newrelic/package.json b/packages/plugins/newrelic/package.json index b91f701818b14..117253def9b27 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "graphql-yoga": "^4.0.5 || ^5.0.0", "newrelic": "^7 || ^8.0.0 || ^10.0.0", diff --git a/packages/plugins/operation-field-permissions/CHANGELOG.md b/packages/plugins/operation-field-permissions/CHANGELOG.md index 9f0789ddcb9d1..85b34c4ad0300 100644 --- a/packages/plugins/operation-field-permissions/CHANGELOG.md +++ b/packages/plugins/operation-field-permissions/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/plugin-operation-field-permissions +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/operation-field-permissions/package.json b/packages/plugins/operation-field-permissions/package.json index 4d5bd1a21c97e..9feee05c7fd8a 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/operation-headers/CHANGELOG.md b/packages/plugins/operation-headers/CHANGELOG.md index 67efd9ee982e4..fda5872367dcd 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 1.3.3 ### Patch Changes diff --git a/packages/plugins/operation-headers/package.json b/packages/plugins/operation-headers/package.json index f88d0e55da4f1..49c153d3d7bab 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.3", + "version": "1.3.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-hive/gateway-runtime": "^1.1.7", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/rate-limit/CHANGELOG.md b/packages/plugins/rate-limit/CHANGELOG.md index ef0554e65a787..bb1180c23a69e 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/rate-limit/package.json b/packages/plugins/rate-limit/package.json index 5373fa41bcd75..6174bf44d20e5 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index 96efc2f8d32c8..e78cb65a0694f 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.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 9e4896d986a3f..812ef41f39d34 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/snapshot/CHANGELOG.md b/packages/plugins/snapshot/CHANGELOG.md index a4f7be088362b..a9fde791eed86 100644 --- a/packages/plugins/snapshot/CHANGELOG.md +++ b/packages/plugins/snapshot/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-snapshot +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/snapshot/package.json b/packages/plugins/snapshot/package.json index 5846526a5e4d8..1e6b2d252ff62 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/statsd/CHANGELOG.md b/packages/plugins/statsd/CHANGELOG.md index 10ffe9755b043..bb47e67bac064 100644 --- a/packages/plugins/statsd/CHANGELOG.md +++ b/packages/plugins/statsd/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-statsd +## 0.103.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.103.3 ### Patch Changes diff --git a/packages/plugins/statsd/package.json b/packages/plugins/statsd/package.json index 85e24b5c6888d..7c39c64730e2e 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.3", + "version": "0.103.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "graphql": "*", "hot-shots": "^8.0.0 || ^9.0.0 || ^10.0.0", "tslib": "^2.4.0" diff --git a/packages/transports/grpc/CHANGELOG.md b/packages/transports/grpc/CHANGELOG.md index c6045fd48c0e0..097e3b572c8ec 100644 --- a/packages/transports/grpc/CHANGELOG.md +++ b/packages/transports/grpc/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-grpc +## 0.1.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/transports/grpc/package.json b/packages/transports/grpc/package.json index 8ddfe806dffa3..b4e109b10d7aa 100644 --- a/packages/transports/grpc/package.json +++ b/packages/transports/grpc/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-grpc", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/transports/mysql/CHANGELOG.md b/packages/transports/mysql/CHANGELOG.md index 005037e5c0cdb..2aecb49ede8da 100644 --- a/packages/transports/mysql/CHANGELOG.md +++ b/packages/transports/mysql/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-mysql +## 0.8.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/transports/mysql/package.json b/packages/transports/mysql/package.json index f107f94dc980d..78ededa7ae8f3 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.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -39,8 +39,8 @@ "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/string-interpolation": "^0.5.6", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.6.0", "@whatwg-node/fetch": "^0.10.0", diff --git a/packages/transports/neo4j/CHANGELOG.md b/packages/transports/neo4j/CHANGELOG.md index 685f7ac77fede..469a9d45efa1c 100644 --- a/packages/transports/neo4j/CHANGELOG.md +++ b/packages/transports/neo4j/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-neo4j +## 0.8.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/transports/neo4j/package.json b/packages/transports/neo4j/package.json index f6349c9361f6c..fdf23f07de282 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.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -38,8 +38,8 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.6.0", "@neo4j/graphql": "^6.0.0", diff --git a/packages/transports/odata/CHANGELOG.md b/packages/transports/odata/CHANGELOG.md index cf596898c87b4..598892a472d44 100644 --- a/packages/transports/odata/CHANGELOG.md +++ b/packages/transports/odata/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-odata +## 0.1.4 + +### Patch Changes + +- Updated dependencies []: + - @omnigraph/odata@0.1.4 + ## 0.1.3 ### Patch Changes diff --git a/packages/transports/odata/package.json b/packages/transports/odata/package.json index 7317c234f4ad3..564ad1b8e8e70 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.3", + "version": "0.1.4", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "dependencies": { "@graphql-mesh/transport-common": "^0.7.13", - "@omnigraph/odata": "^0.1.3" + "@omnigraph/odata": "^0.1.4" }, "publishConfig": { "access": "public", diff --git a/packages/transports/rest/CHANGELOG.md b/packages/transports/rest/CHANGELOG.md index cfe84b2f4a78b..8721701d88ee5 100644 --- a/packages/transports/rest/CHANGELOG.md +++ b/packages/transports/rest/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-rest +## 0.8.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/transports/rest/package.json b/packages/transports/rest/package.json index 489e385630843..9f8480a8068ff 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.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -34,8 +34,8 @@ "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.3", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "@whatwg-node/fetch": "^0.9.15 || ^0.10.0", "graphql": "*", diff --git a/packages/transports/soap/CHANGELOG.md b/packages/transports/soap/CHANGELOG.md index 704f7df1968f5..f8e0666a94392 100644 --- a/packages/transports/soap/CHANGELOG.md +++ b/packages/transports/soap/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-soap +## 0.8.4 + +### Patch Changes + +- Updated dependencies + [[`8fcfe3f`](https://github.com/ardatan/graphql-mesh/commit/8fcfe3f78a0be53e3b474231bfe7ee0594e54f91)]: + - @graphql-mesh/types@0.103.4 + - @graphql-mesh/utils@0.103.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/transports/soap/package.json b/packages/transports/soap/package.json index 9878ddc8afd03..601f88f8b7479 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.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -34,7 +34,7 @@ "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.8", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.103.3", + "@graphql-mesh/types": "^0.103.4", "@graphql-tools/executor": "^1.3.2", "@graphql-tools/utils": "^10.6.0", "@whatwg-node/fetch": "^0.9.15 || ^0.10.0", @@ -43,7 +43,7 @@ }, "dependencies": { "@graphql-mesh/string-interpolation": "^0.5.6", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/utils": "^0.103.4", "fast-xml-parser": "^4.5.0" }, "publishConfig": { diff --git a/packages/transports/sqlite/CHANGELOG.md b/packages/transports/sqlite/CHANGELOG.md index 4d9070bed4f41..15e40003f63f3 100644 --- a/packages/transports/sqlite/CHANGELOG.md +++ b/packages/transports/sqlite/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-sqlite +## 0.8.4 + +### Patch Changes + +- Updated dependencies []: + - @omnigraph/sqlite@0.7.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/transports/sqlite/package.json b/packages/transports/sqlite/package.json index 9516f9fb1d642..54913bae9a02f 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.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -38,7 +38,7 @@ "dependencies": { "@graphql-mesh/transport-common": "^0.7.13", "@graphql-tools/utils": "^10.6.0", - "@omnigraph/sqlite": "^0.7.3" + "@omnigraph/sqlite": "^0.7.4" }, "publishConfig": { "access": "public", diff --git a/packages/transports/thrift/CHANGELOG.md b/packages/transports/thrift/CHANGELOG.md index b068892ffe7eb..94e8ad37382b2 100644 --- a/packages/transports/thrift/CHANGELOG.md +++ b/packages/transports/thrift/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-thrift +## 0.8.4 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/utils@0.103.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/transports/thrift/package.json b/packages/transports/thrift/package.json index c0d2ba38fa0fb..125a9b0101f0e 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.3", + "version": "0.8.4", "type": "module", "repository": { "type": "git", @@ -40,7 +40,7 @@ "@creditkarma/thrift-server-core": "^1.0.4", "@graphql-mesh/string-interpolation": "^0.5.6", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/utils": "^0.103.3", + "@graphql-mesh/utils": "^0.103.4", "@graphql-tools/utils": "^10.6.0", "pascal-case": "^3.1.2" }, diff --git a/yarn.lock b/yarn.lock index c42e5ab5e89ca..d93ba176c00f4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3819,7 +3819,7 @@ __metadata: "@creditkarma/thrift-server-express": "npm:^1.0.4" "@creditkarma/thrift-typescript": "npm:^3.7.6" "@graphql-hive/gateway": "npm:^1.4.8" - "@omnigraph/thrift": "npm:^0.8.3" + "@omnigraph/thrift": "npm:^0.8.4" express: "npm:^4.18.2" graphql: "npm:^16.9.0" thrift: "npm:^0.21.0" @@ -4372,9 +4372,9 @@ __metadata: dependencies: "@envelop/auth0": "npm:^6.0.0" "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.2.5" - "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.103.3" - "@omnigraph/json-schema": "npm:^0.108.3" + "@graphql-mesh/compose-cli": "npm:^1.2.6" + "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.103.4" + "@omnigraph/json-schema": "npm:^0.108.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -4385,11 +4385,11 @@ __metadata: resolution: "@examples-v1-next/cfw-breweries@workspace:examples/v1-next/integrations/cfw-breweries" dependencies: "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/cache-cfw-kv": "npm:^0.104.3" - "@graphql-mesh/cache-localforage": "npm:^0.103.3" - "@graphql-mesh/compose-cli": "npm:^1.2.5" - "@graphql-mesh/plugin-response-cache": "npm:^0.103.3" - "@omnigraph/json-schema": "npm:^0.108.3" + "@graphql-mesh/cache-cfw-kv": "npm:^0.104.4" + "@graphql-mesh/cache-localforage": "npm:^0.103.4" + "@graphql-mesh/compose-cli": "npm:^1.2.6" + "@graphql-mesh/plugin-response-cache": "npm:^0.103.4" + "@omnigraph/json-schema": "npm:^0.108.4" graphql: "npm:16.9.0" wrangler: "npm:3.90.0" languageName: unknown @@ -4401,9 +4401,9 @@ __metadata: dependencies: "@envelop/depth-limit": "npm:^4.0.0" "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/cache-cfw-kv": "npm:^0.104.3" - "@graphql-mesh/plugin-rate-limit": "npm:^0.103.3" - "@graphql-mesh/plugin-response-cache": "npm:^0.103.3" + "@graphql-mesh/cache-cfw-kv": "npm:^0.104.4" + "@graphql-mesh/plugin-rate-limit": "npm:^0.103.4" + "@graphql-mesh/plugin-response-cache": "npm:^0.103.4" graphql: "npm:16.9.0" wrangler: "npm:3.90.0" languageName: unknown @@ -4414,8 +4414,8 @@ __metadata: resolution: "@examples-v1-next/fastify@workspace:examples/v1-next/integrations/fastify" dependencies: "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.2.5" - "@omnigraph/openapi": "npm:^0.108.3" + "@graphql-mesh/compose-cli": "npm:^1.2.6" + "@omnigraph/openapi": "npm:^0.108.4" fastify: "npm:^5.0.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4430,8 +4430,8 @@ __metadata: dependencies: "@google-cloud/functions-framework": "npm:^3.3.0" "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.2.5" - "@omnigraph/json-schema": "npm:^0.108.3" + "@graphql-mesh/compose-cli": "npm:^1.2.6" + "@omnigraph/json-schema": "npm:^0.108.4" "@types/node": "npm:^22.0.0" graphql: "npm:^16.9.0" typescript: "npm:^5.4.2" @@ -4492,9 +4492,9 @@ __metadata: resolution: "@examples-v1-next/openapi-location-weather@workspace:examples/v1-next/openapi-location-weather" dependencies: "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/cache-localforage": "npm:^0.103.3" - "@graphql-mesh/compose-cli": "npm:^1.2.5" - "@omnigraph/openapi": "npm:^0.108.3" + "@graphql-mesh/cache-localforage": "npm:^0.103.4" + "@graphql-mesh/compose-cli": "npm:^1.2.6" + "@omnigraph/openapi": "npm:^0.108.4" graphql: "npm:^16.9.0" languageName: unknown linkType: soft @@ -4504,8 +4504,8 @@ __metadata: resolution: "@examples-v1-next/openapi-youtrack@workspace:examples/v1-next/openapi-youtrack" dependencies: "@graphql-hive/gateway": "npm:^1.4.8" - "@graphql-mesh/compose-cli": "npm:^1.2.5" - "@omnigraph/openapi": "npm:^0.108.3" + "@graphql-mesh/compose-cli": "npm:^1.2.6" + "@omnigraph/openapi": "npm:^0.108.4" graphql: "npm:^16.9.0" languageName: unknown linkType: soft @@ -4526,9 +4526,9 @@ __metadata: resolution: "@examples/auth0@workspace:examples/auth0" dependencies: "@envelop/auth0": "npm:6.0.0" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/json-schema": "npm:0.108.3" - "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" + "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -4538,10 +4538,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.3" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/json-schema": "npm:0.108.3" - "@graphql-mesh/plugin-response-cache": "npm:0.103.3" + "@graphql-mesh/cache-cfw-kv": "npm:0.104.4" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" + "@graphql-mesh/plugin-response-cache": "npm:0.103.4" graphql: "npm:16.9.0" wrangler: "npm:3.90.0" languageName: unknown @@ -4551,8 +4551,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/fastify@workspace:examples/fastify" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/graphql": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/graphql": "npm:0.103.4" fastify: "npm:5.1.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4565,8 +4565,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.3" - "@graphql-mesh/supergraph": "npm:0.9.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/supergraph": "npm:0.9.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -4575,9 +4575,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.3" - "@graphql-mesh/graphql": "npm:0.103.3" - "@graphql-mesh/transform-federation": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/graphql": "npm:0.103.4" + "@graphql-mesh/transform-federation": "npm:0.103.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -4660,8 +4660,8 @@ __metadata: resolution: "@examples/gcp-functions@workspace:examples/gcp-functions" dependencies: "@google-cloud/functions-framework": "npm:3.4.2" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/json-schema": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" "@types/node": "npm:22.9.3" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -4695,8 +4695,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.3" - "@graphql-mesh/graphql": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/graphql": "npm:0.103.4" concurrently: "npm:9.1.0" graphql: "npm:16.9.0" graphql-yoga: "npm:5.10.3" @@ -4712,9 +4712,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/grpc-example@workspace:examples/grpc-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/grpc": "npm:0.106.3" - "@graphql-mesh/transform-naming-convention": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/grpc": "npm:0.106.4" + "@graphql-mesh/transform-naming-convention": "npm:0.103.4" "@grpc/grpc-js": "npm:1.12.2" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:9.1.0" @@ -4731,9 +4731,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.3" - "@graphql-mesh/grpc": "npm:0.106.3" - "@graphql-mesh/transform-naming-convention": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/grpc": "npm:0.106.4" + "@graphql-mesh/transform-naming-convention": "npm:0.103.4" "@grpc/grpc-js": "npm:1.12.2" "@grpc/proto-loader": "npm:0.7.13" concurrently: "npm:9.1.0" @@ -4749,8 +4749,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.3" - "@graphql-mesh/json-schema": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -4759,9 +4759,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.3" - "@graphql-mesh/json-schema": "npm:0.108.3" - "@graphql-mesh/plugin-mock": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" + "@graphql-mesh/plugin-mock": "npm:0.103.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" ts-node: "npm:^10.9.2" @@ -4773,9 +4773,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/hello-world@workspace:examples/hello-world" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/json-schema": "npm:0.108.3" - "@graphql-mesh/plugin-mock": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" + "@graphql-mesh/plugin-mock": "npm:0.103.4" "@graphql-yoga/plugin-sofa": "npm:3.10.3" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -4786,10 +4786,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.3" - "@graphql-mesh/openapi": "npm:0.108.3" - "@graphql-mesh/plugin-hive": "npm:0.103.3" - "@graphql-mesh/transform-hive": "npm:0.103.4" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" + "@graphql-mesh/plugin-hive": "npm:0.103.4" + "@graphql-mesh/transform-hive": "npm:0.103.5" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -4799,8 +4799,8 @@ __metadata: resolution: "@examples/hive-example-sources-authors@workspace:examples/hive-example/sources/authors" dependencies: "@graphql-hive/cli": "npm:0.44.3" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4813,8 +4813,8 @@ __metadata: resolution: "@examples/hive-example-sources-books@workspace:examples/hive-example/sources/books" dependencies: "@graphql-hive/cli": "npm:0.44.3" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" fets: "npm:^0.8.0" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4826,9 +4826,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.3" - "@graphql-mesh/graphql": "npm:0.103.3" - "@graphql-mesh/json-schema": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/graphql": "npm:0.103.4" + "@graphql-mesh/json-schema": "npm:0.108.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -4838,10 +4838,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.3" - "@graphql-mesh/json-schema": "npm:0.108.3" - "@graphql-mesh/plugin-mock": "npm:0.103.3" - "@graphql-mesh/transform-naming-convention": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" + "@graphql-mesh/plugin-mock": "npm:0.103.4" + "@graphql-mesh/transform-naming-convention": "npm:0.103.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -4851,8 +4851,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.3" - "@graphql-mesh/json-schema": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" "@types/unzip-stream": "npm:0.3.4" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" @@ -4865,8 +4865,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.3" - "@graphql-mesh/json-schema": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" "@types/node": "npm:22.9.3" concurrently: "npm:9.1.0" fets: "npm:0.8.4" @@ -4880,9 +4880,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.3" - "@graphql-mesh/json-schema": "npm:0.108.3" - "@graphql-mesh/plugin-live-query": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" + "@graphql-mesh/plugin-live-query": "npm:0.103.4" "@whatwg-node/fetch": "npm:^0.10.0" concurrently: "npm:9.1.0" fets: "npm:0.8.4" @@ -4897,8 +4897,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mongoose-example@workspace:examples/mongoose-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/mongoose": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/mongoose": "npm:0.103.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" mongoose: "npm:8.8.2" @@ -4909,8 +4909,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-employees@workspace:examples/mysql-employees" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/mysql": "npm:0.104.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/mysql": "npm:0.104.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -4919,8 +4919,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/mysql-rfam@workspace:examples/mysql-rfam" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/mysql": "npm:0.104.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/mysql": "npm:0.104.4" graphql: "npm:16.9.0" jest: "npm:29.7.0" languageName: unknown @@ -4930,9 +4930,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/neo4j-example@workspace:examples/neo4j-example" dependencies: - "@graphql-mesh/cache-file": "npm:0.103.3" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/neo4j": "npm:0.105.3" + "@graphql-mesh/cache-file": "npm:0.103.4" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/neo4j": "npm:0.105.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -4941,10 +4941,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.3" - "@graphql-mesh/config": "npm:0.106.3" - "@graphql-mesh/openapi": "npm:0.108.3" - "@graphql-mesh/runtime": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/config": "npm:0.106.4" + "@graphql-mesh/openapi": "npm:0.108.4" + "@graphql-mesh/runtime": "npm:0.105.4" "@types/react": "npm:18.3.12" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -4959,10 +4959,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.3" - "@graphql-mesh/config": "npm:0.106.3" - "@graphql-mesh/openapi": "npm:0.108.3" - "@graphql-mesh/runtime": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/config": "npm:0.106.4" + "@graphql-mesh/openapi": "npm:0.108.4" + "@graphql-mesh/runtime": "npm:0.105.4" "@types/react": "npm:18.3.12" apollo-server-micro: "npm:3.13.0" graphql: "npm:16.9.0" @@ -4977,8 +4977,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-microsoft@workspace:examples/odata-microsoft" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/odata": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/odata": "npm:0.105.4" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -4988,10 +4988,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.3" - "@graphql-mesh/config": "npm:0.106.3" - "@graphql-mesh/odata": "npm:0.105.3" - "@graphql-mesh/runtime": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/config": "npm:0.106.4" + "@graphql-mesh/odata": "npm:0.105.4" + "@graphql-mesh/runtime": "npm:0.105.4" graphql: "npm:16.9.0" ts-node: "npm:^10.9.2" languageName: unknown @@ -5001,10 +5001,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.3" - "@graphql-mesh/config": "npm:0.106.3" - "@graphql-mesh/odata": "npm:0.105.3" - "@graphql-mesh/runtime": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/config": "npm:0.106.4" + "@graphql-mesh/odata": "npm:0.105.4" + "@graphql-mesh/runtime": "npm:0.105.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5013,8 +5013,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/odata-trippin@workspace:examples/odata-trippin" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/odata": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/odata": "npm:0.105.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5023,8 +5023,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.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" graphql: "npm:16.9.0" moment: "npm:2.30.1" typescript: "npm:^5.4.2" @@ -5035,12 +5035,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.3" - "@graphql-mesh/openapi": "npm:0.108.3" - "@graphql-mesh/plugin-response-cache": "npm:0.103.3" - "@graphql-mesh/runtime": "npm:0.105.3" - "@graphql-mesh/transform-cache": "npm:0.103.3" - "@graphql-mesh/transform-rename": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" + "@graphql-mesh/plugin-response-cache": "npm:0.103.4" + "@graphql-mesh/runtime": "npm:0.105.4" + "@graphql-mesh/transform-cache": "npm:0.103.4" + "@graphql-mesh/transform-rename": "npm:0.103.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5049,8 +5049,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-meilisearch@workspace:examples/openapi-meilisearch" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5059,7 +5059,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.3" + "@graphql-mesh/cli": "npm:0.98.4" "@types/react": "npm:18.3.12" "@types/react-dom": "npm:18.3.1" "@vitejs/plugin-react": "npm:4.3.3" @@ -5075,8 +5075,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stackexchange@workspace:examples/openapi-stackexchange" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5085,8 +5085,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-stripe@workspace:examples/openapi-stripe" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5095,8 +5095,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-subscriptions@workspace:examples/openapi-subscriptions" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" "@whatwg-node/fetch": "npm:^0.10.0" concurrently: "npm:9.1.0" fets: "npm:^0.8.0" @@ -5111,9 +5111,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openapi-youtrack@workspace:examples/openapi-youtrack" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" - "@graphql-mesh/transform-resolvers-composition": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" + "@graphql-mesh/transform-resolvers-composition": "npm:0.103.4" graphql: "npm:16.9.0" graphql-fields: "npm:2.0.3" languageName: unknown @@ -5123,8 +5123,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/openwhisk-example@workspace:examples/openwhisk-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/graphql": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/graphql": "npm:0.103.4" esbuild: "npm:^0.24.0" graphql: "npm:16.9.0" typescript: "npm:^5.4.2" @@ -5135,9 +5135,9 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/persisted-operations@workspace:examples/persisted-operations" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/json-schema": "npm:0.108.3" - "@graphql-mesh/plugin-mock": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" + "@graphql-mesh/plugin-mock": "npm:0.103.4" "@graphql-yoga/plugin-sofa": "npm:3.10.3" graphql: "npm:16.9.0" jest: "npm:29.7.0" @@ -5148,13 +5148,13 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/postgres-geodb@workspace:examples/postgres-geodb" dependencies: - "@graphql-mesh/cache-file": "npm:0.103.3" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/config": "npm:0.106.3" - "@graphql-mesh/graphql": "npm:0.103.3" - "@graphql-mesh/postgraphile": "npm:0.103.3" - "@graphql-mesh/runtime": "npm:0.105.3" - "@graphql-mesh/transform-prefix": "npm:0.103.3" + "@graphql-mesh/cache-file": "npm:0.103.4" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/config": "npm:0.106.4" + "@graphql-mesh/graphql": "npm:0.103.4" + "@graphql-mesh/postgraphile": "npm:0.103.4" + "@graphql-mesh/runtime": "npm:0.105.4" + "@graphql-mesh/transform-prefix": "npm:0.103.4" "@types/node": "npm:22.9.3" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" @@ -5167,8 +5167,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/programmatic-batching@workspace:examples/programmatic-batching" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/openapi": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/openapi": "npm:0.108.4" "@sinclair/typebox": "npm:0.34.8" concurrently: "npm:9.1.0" fets: "npm:0.8.4" @@ -5182,8 +5182,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/reddit-example@workspace:examples/reddit-example" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/json-schema": "npm:0.108.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/json-schema": "npm:0.108.4" languageName: unknown linkType: soft @@ -5191,9 +5191,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.3" - "@graphql-mesh/plugin-snapshot": "npm:0.103.3" - "@graphql-mesh/soap": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/plugin-snapshot": "npm:0.103.4" + "@graphql-mesh/soap": "npm:0.105.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5202,8 +5202,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-demo@workspace:examples/soap-demo" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/soap": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/soap": "npm:0.105.4" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -5213,8 +5213,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/soap-netsuite@workspace:examples/soap-netsuite" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/soap": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/soap": "npm:0.105.4" cross-env: "npm:7.0.3" graphql: "npm:16.9.0" languageName: unknown @@ -5225,11 +5225,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.3" - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/graphql": "npm:0.103.3" - "@graphql-mesh/plugin-rate-limit": "npm:0.103.3" - "@graphql-mesh/plugin-response-cache": "npm:0.103.3" + "@graphql-mesh/cache-cfw-kv": "npm:0.104.4" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/graphql": "npm:0.103.4" + "@graphql-mesh/plugin-rate-limit": "npm:0.103.4" + "@graphql-mesh/plugin-response-cache": "npm:0.103.4" graphql: "npm:16.9.0" wrangler: "npm:3.90.0" languageName: unknown @@ -5239,8 +5239,8 @@ __metadata: version: 0.0.0-use.local resolution: "@examples/sqlite-chinook@workspace:examples/sqlite-chinook" dependencies: - "@graphql-mesh/cli": "npm:0.98.3" - "@graphql-mesh/tuql": "npm:0.104.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/tuql": "npm:0.104.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5252,8 +5252,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.3" - "@graphql-mesh/thrift": "npm:0.105.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/thrift": "npm:0.105.4" concurrently: "npm:9.1.0" express: "npm:4.21.1" graphql: "npm:16.9.0" @@ -5267,10 +5267,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.3" - "@graphql-mesh/graphql": "npm:0.103.3" - "@graphql-mesh/transform-rename": "npm:0.103.3" - "@graphql-mesh/transform-type-merging": "npm:0.103.3" + "@graphql-mesh/cli": "npm:0.98.4" + "@graphql-mesh/graphql": "npm:0.103.4" + "@graphql-mesh/transform-rename": "npm:0.103.4" + "@graphql-mesh/transform-type-merging": "npm:0.103.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5890,48 +5890,48 @@ __metadata: "@apollo/client": "npm:3.11.10" peerDependencies: "@apollo/client": ^3.5.9 - "@graphql-mesh/runtime": ^0.105.3 + "@graphql-mesh/runtime": ^0.105.4 "@graphql-tools/utils": ^10.6.0 graphql: ^15.2.0 || ^16.0.0 tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-cfw-kv@npm:0.104.3, @graphql-mesh/cache-cfw-kv@npm:^0.104.0, @graphql-mesh/cache-cfw-kv@npm:^0.104.3, @graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv": +"@graphql-mesh/cache-cfw-kv@npm:0.104.4, @graphql-mesh/cache-cfw-kv@npm:^0.104.0, @graphql-mesh/cache-cfw-kv@npm:^0.104.4, @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.20241112.0" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-file@npm:0.103.3, @graphql-mesh/cache-file@workspace:packages/cache/file": +"@graphql-mesh/cache-file@npm:0.103.4, @graphql-mesh/cache-file@workspace:packages/cache/file": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-file@workspace:packages/cache/file" dependencies: dataloader: "npm:2.2.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-localforage@npm:0.103.3, @graphql-mesh/cache-localforage@npm:^0.103.0, @graphql-mesh/cache-localforage@npm:^0.103.3, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": +"@graphql-mesh/cache-localforage@npm:0.103.4, @graphql-mesh/cache-localforage@npm:^0.103.0, @graphql-mesh/cache-localforage@npm:^0.103.4, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-localforage@workspace:packages/cache/localforage" dependencies: localforage: "npm:1.10.0" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5948,14 +5948,14 @@ __metadata: ioredis-mock: "npm:^8.8.3" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.98.3, @graphql-mesh/cli@npm:^0.98.3, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.98.4, @graphql-mesh/cli@npm:^0.98.4, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -5965,14 +5965,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.3" + "@graphql-mesh/config": "npm:^0.106.4" "@graphql-mesh/cross-helpers": "npm:^0.4.8" - "@graphql-mesh/http": "npm:^0.105.3" + "@graphql-mesh/http": "npm:^0.105.4" "@graphql-mesh/include": "npm:^0.2.3" - "@graphql-mesh/runtime": "npm:^0.105.3" - "@graphql-mesh/store": "npm:^0.103.3" - "@graphql-mesh/types": "npm:^0.103.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/runtime": "npm:^0.105.4" + "@graphql-mesh/store": "npm:^0.103.4" + "@graphql-mesh/types": "npm:^0.103.4" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/utils": "npm:^10.6.0" "@types/lodash.get": "npm:4.4.9" "@types/mkdirp": "npm:2.0.0" @@ -6005,14 +6005,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/compose-cli@npm:1.2.5, @graphql-mesh/compose-cli@npm:^1.2.5, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli": +"@graphql-mesh/compose-cli@npm:1.2.6, @graphql-mesh/compose-cli@npm:^1.2.6, @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:^12.1.0" - "@graphql-mesh/fusion-composition": "npm:^0.7.5" + "@graphql-mesh/fusion-composition": "npm:^0.7.6" "@graphql-mesh/include": "npm:^0.2.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/graphql-file-loader": "npm:8.0.4" "@graphql-tools/load": "npm:^8.0.1" "@graphql-tools/schema": "npm:^10.0.5" @@ -6021,21 +6021,21 @@ __metadata: commander: "npm:^12.0.0" dotenv: "npm:^16.3.1" peerDependencies: - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 graphql: "*" bin: mesh-compose: dist/esm/bin.js languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.106.3, @graphql-mesh/config@npm:^0.106.3, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.106.4, @graphql-mesh/config@npm:^0.106.4, @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.3" - "@graphql-mesh/merger-bare": "npm:^0.104.3" - "@graphql-mesh/merger-stitching": "npm:^0.104.3" + "@graphql-mesh/cache-localforage": "npm:^0.103.4" + "@graphql-mesh/merger-bare": "npm:^0.104.4" + "@graphql-mesh/merger-stitching": "npm:^0.104.4" "@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" @@ -6046,10 +6046,10 @@ __metadata: pascal-case: "npm:^3.1.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/runtime": ^0.105.3 - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/runtime": ^0.105.4 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6067,13 +6067,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-composition@npm:^0.7.5, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition": +"@graphql-mesh/fusion-composition@npm:^0.7.6, @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.1.7" "@graphql-mesh/fusion-runtime": "npm:^0.10.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/stitching-directives": "npm:^3.1.9" "@graphql-tools/utils": "npm:^10.6.0" @@ -6120,7 +6120,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/graphql@npm:0.103.3, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": +"@graphql-mesh/graphql@npm:0.103.4, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": version: 0.0.0-use.local resolution: "@graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql" dependencies: @@ -6131,25 +6131,25 @@ __metadata: lodash.get: "npm:^4.4.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/grpc@npm:0.106.3, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc": +"@graphql-mesh/grpc@npm:0.106.4, @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/transport-grpc": "npm:^0.1.3" + "@graphql-mesh/transport-grpc": "npm:^0.1.4" "@omnigraph/grpc": "npm:^0.1.2" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6173,7 +6173,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/http@npm:^0.105.3, @graphql-mesh/http@workspace:packages/legacy/http": +"@graphql-mesh/http@npm:^0.105.4, @graphql-mesh/http@workspace:packages/legacy/http": version: 0.0.0-use.local resolution: "@graphql-mesh/http@workspace:packages/legacy/http" dependencies: @@ -6186,9 +6186,9 @@ __metadata: graphql-yoga: "npm:^5.7.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/runtime": ^0.105.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/runtime": ^0.105.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6207,41 +6207,41 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/json-schema@npm:0.108.3, @graphql-mesh/json-schema@npm:^0.108.3, @graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema": +"@graphql-mesh/json-schema@npm:0.108.4, @graphql-mesh/json-schema@npm:^0.108.4, @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/string-interpolation": "npm:0.5.6" "@json-schema-tools/meta-schema": "npm:1.7.5" - "@omnigraph/json-schema": "npm:0.108.3" + "@omnigraph/json-schema": "npm:0.108.4" graphql-compose: "npm:9.0.11" json-machete: "npm:0.97.4" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-bare@npm:^0.104.3, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": +"@graphql-mesh/merger-bare@npm:^0.104.4, @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.3" + "@graphql-mesh/merger-stitching": "npm:0.104.4" "@graphql-tools/schema": "npm:10.0.9" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-stitching@npm:0.104.3, @graphql-mesh/merger-stitching@npm:^0.104.3, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": +"@graphql-mesh/merger-stitching@npm:0.104.4, @graphql-mesh/merger-stitching@npm:^0.104.4, @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: @@ -6249,9 +6249,9 @@ __metadata: "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/stitch": "npm:^9.2.17" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6262,11 +6262,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.3" - "@graphql-mesh/compose-cli": "npm:^1.2.5" - "@graphql-mesh/config": "npm:^0.106.3" - "@graphql-mesh/types": "npm:^0.103.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/cli": "npm:^0.98.4" + "@graphql-mesh/compose-cli": "npm:^1.2.6" + "@graphql-mesh/config": "npm:^0.106.4" + "@graphql-mesh/types": "npm:^0.103.4" + "@graphql-mesh/utils": "npm:^0.103.4" "@types/lodash.kebabcase": "npm:^4.1.9" lodash.kebabcase: "npm:^4.1.1" prettier: "npm:^3.3.3" @@ -6278,7 +6278,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/mongoose@npm:0.103.3, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": +"@graphql-mesh/mongoose@npm:0.103.4, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": version: 0.0.0-use.local resolution: "@graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose" dependencies: @@ -6289,66 +6289,66 @@ __metadata: graphql-compose-pagination: "npm:^8.3.0" mongoose: "npm:8.8.2" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" mongoose: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/mysql@npm:0.104.3, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": +"@graphql-mesh/mysql@npm:0.104.4, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": version: 0.0.0-use.local resolution: "@graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql" dependencies: - "@omnigraph/mysql": "npm:^0.8.3" + "@omnigraph/mysql": "npm:^0.8.4" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/neo4j@npm:0.105.3, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": +"@graphql-mesh/neo4j@npm:0.105.4, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": version: 0.0.0-use.local resolution: "@graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j" dependencies: - "@omnigraph/neo4j": "npm:^0.9.3" + "@omnigraph/neo4j": "npm:^0.9.4" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/odata@npm:0.105.3, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": +"@graphql-mesh/odata@npm:0.105.4, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": version: 0.0.0-use.local resolution: "@graphql-mesh/odata@workspace:packages/legacy/handlers/odata" dependencies: - "@omnigraph/odata": "npm:^0.1.3" + "@omnigraph/odata": "npm:^0.1.4" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/openapi@npm:0.108.3, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": +"@graphql-mesh/openapi@npm:0.108.4, @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/string-interpolation": "npm:0.5.6" - "@omnigraph/openapi": "npm:0.108.3" + "@omnigraph/openapi": "npm:0.108.4" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6361,13 +6361,13 @@ __metadata: "@graphql-tools/utils": "npm:^10.6.0" "@whatwg-node/fetch": "npm:0.10.1" peerDependencies: - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-hive@npm:0.103.3, @graphql-mesh/plugin-hive@npm:^0.103.0, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": +"@graphql-mesh/plugin-hive@npm:0.103.4, @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: @@ -6376,8 +6376,8 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.6" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6391,8 +6391,8 @@ __metadata: "@whatwg-node/fetch": "npm:^0.10.0" http-cache-semantics: "npm:4.1.1" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6405,8 +6405,8 @@ __metadata: "@envelop/core": "npm:5.0.2" "@whatwg-node/fetch": "npm:^0.10.0" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6420,7 +6420,7 @@ __metadata: graphql-jit: "npm:^0.8.7" peerDependencies: "@envelop/core": ^5.0.2 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6437,14 +6437,14 @@ __metadata: graphql-yoga: "npm:^5.7.0" jsonwebtoken: "npm:9.0.2" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-live-query@npm:0.103.3, @graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query": +"@graphql-mesh/plugin-live-query@npm:0.103.4, @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: @@ -6454,19 +6454,19 @@ __metadata: "@n1ru4l/in-memory-live-query-store": "npm:0.10.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-mock@npm:0.103.3, @graphql-mesh/plugin-mock@npm:^0.103.0, @graphql-mesh/plugin-mock@npm:^0.103.3, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": +"@graphql-mesh/plugin-mock@npm:0.103.4, @graphql-mesh/plugin-mock@npm:^0.103.0, @graphql-mesh/plugin-mock@npm:^0.103.4, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-mock@workspace:packages/plugins/mock" dependencies: "@envelop/core": "npm:5.0.2" - "@graphql-mesh/cache-localforage": "npm:0.103.3" + "@graphql-mesh/cache-localforage": "npm:0.103.4" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-tools/mock": "npm:^9.0.3" "@graphql-tools/schema": "npm:^10.0.5" @@ -6475,8 +6475,8 @@ __metadata: graphql-scalars: "npm:^1.22.4" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6496,8 +6496,8 @@ __metadata: newrelic: "npm:10.6.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" graphql-yoga: ^4.0.5 || ^5.0.0 newrelic: ^7 || ^8.0.0 || ^10.0.0 @@ -6533,14 +6533,14 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/plugin-operation-field-permissions@npm:0.103.3, @graphql-mesh/plugin-operation-field-permissions@npm:^0.103.3, @graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions": +"@graphql-mesh/plugin-operation-field-permissions@npm:0.103.4, @graphql-mesh/plugin-operation-field-permissions@npm:^0.103.4, @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" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6551,8 +6551,8 @@ __metadata: resolution: "@graphql-mesh/plugin-operation-headers@workspace:packages/plugins/operation-headers" peerDependencies: "@graphql-hive/gateway-runtime": ^1.1.7 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6580,7 +6580,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/plugin-rate-limit@npm:0.103.3, @graphql-mesh/plugin-rate-limit@npm:^0.103.0, @graphql-mesh/plugin-rate-limit@npm:^0.103.3, @graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit": +"@graphql-mesh/plugin-rate-limit@npm:0.103.4, @graphql-mesh/plugin-rate-limit@npm:^0.103.0, @graphql-mesh/plugin-rate-limit@npm:^0.103.4, @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: @@ -6589,15 +6589,15 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.6" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-response-cache@npm:0.103.3, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.3, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache": +"@graphql-mesh/plugin-response-cache@npm:0.103.4, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.4, @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: @@ -6608,14 +6608,14 @@ __metadata: graphql-yoga: "npm:^5.7.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-snapshot@npm:0.103.3, @graphql-mesh/plugin-snapshot@npm:^0.103.0, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": +"@graphql-mesh/plugin-snapshot@npm:0.103.4, @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: @@ -6624,8 +6624,8 @@ __metadata: minimatch: "npm:10.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6638,15 +6638,15 @@ __metadata: "@envelop/statsd": "npm:5.0.0" hot-shots: "npm:10.2.1" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" hot-shots: ^8.0.0 || ^9.0.0 || ^10.0.0 tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/postgraphile@npm:0.103.3, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": +"@graphql-mesh/postgraphile@npm:0.103.4, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": version: 0.0.0-use.local resolution: "@graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile" dependencies: @@ -6657,9 +6657,9 @@ __metadata: postgraphile-core: "npm:^4.13.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6669,17 +6669,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/raml@workspace:packages/legacy/handlers/raml" dependencies: - "@omnigraph/raml": "npm:0.108.3" + "@omnigraph/raml": "npm:0.108.4" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/runtime@npm:0.105.3, @graphql-mesh/runtime@npm:^0.105.0, @graphql-mesh/runtime@npm:^0.105.3, @graphql-mesh/runtime@workspace:packages/legacy/runtime": +"@graphql-mesh/runtime@npm:0.105.4, @graphql-mesh/runtime@npm:^0.105.0, @graphql-mesh/runtime@npm:^0.105.4, @graphql-mesh/runtime@workspace:packages/legacy/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/runtime@workspace:packages/legacy/runtime" dependencies: @@ -6696,32 +6696,32 @@ __metadata: graphql-jit: "npm:^0.8.7" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/soap@npm:0.105.3, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": +"@graphql-mesh/soap@npm:0.105.4, @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.8" "@graphql-mesh/string-interpolation": "npm:^0.5.6" - "@omnigraph/soap": "npm:0.105.3" + "@omnigraph/soap": "npm:0.105.4" peerDependencies: - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/store@npm:^0.103.0, @graphql-mesh/store@npm:^0.103.3, @graphql-mesh/store@workspace:packages/legacy/store": +"@graphql-mesh/store@npm:^0.103.0, @graphql-mesh/store@npm:^0.103.4, @graphql-mesh/store@workspace:packages/legacy/store": version: 0.0.0-use.local resolution: "@graphql-mesh/store@workspace:packages/legacy/store" dependencies: @@ -6729,8 +6729,8 @@ __metadata: graphql: "npm:16.9.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6750,7 +6750,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/supergraph@npm:0.9.3, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": +"@graphql-mesh/supergraph@npm:0.9.4, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": version: 0.0.0-use.local resolution: "@graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph" dependencies: @@ -6761,45 +6761,45 @@ __metadata: lodash.get: "npm:^4.4.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/thrift@npm:0.105.3, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": +"@graphql-mesh/thrift@npm:0.105.4, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": version: 0.0.0-use.local resolution: "@graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift" dependencies: - "@omnigraph/thrift": "npm:^0.8.3" + "@omnigraph/thrift": "npm:^0.8.4" "@types/thrift": "npm:0.10.17" "@types/url-join": "npm:4.0.3" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-cache@npm:0.103.3, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": +"@graphql-mesh/transform-cache@npm:0.103.4, @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.3" + "@graphql-mesh/cache-localforage": "npm:0.103.4" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-tools/resolvers-composition": "npm:^7.0.0" "@graphql-tools/schema": "npm:^10.0.5" dayjs: "npm:^1.11.7" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6814,8 +6814,8 @@ __metadata: "@graphql-tools/schema": "npm:10.0.9" "@graphql-tools/wrap": "npm:^10.0.12" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6832,15 +6832,15 @@ __metadata: "@graphql-tools/schema": "npm:^10.0.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-federation@npm:0.103.3, @graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation": +"@graphql-mesh/transform-federation@npm:0.103.4, @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: @@ -6851,8 +6851,8 @@ __metadata: dset: "npm:^3.1.2" graphql-transform-federation: "npm:^2.2.0" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6868,15 +6868,15 @@ __metadata: "@types/minimatch": "npm:5.1.2" minimatch: "npm:^10.0.0" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-hive@npm:0.103.4, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive": +"@graphql-mesh/transform-hive@npm:0.103.5, @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: @@ -6886,7 +6886,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.28" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6897,22 +6897,22 @@ __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.3" + "@graphql-mesh/cache-localforage": "npm:0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/wrap": "npm:^10.0.12" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-naming-convention@npm:0.103.3, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": +"@graphql-mesh/transform-naming-convention@npm:0.103.4, @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.3" + "@graphql-mesh/cache-localforage": "npm:^0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.9" "@graphql-tools/wrap": "npm:^10.0.12" @@ -6921,26 +6921,26 @@ __metadata: lower-case: "npm:^2.0.2" upper-case: "npm:^2.0.2" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.5.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-prefix@npm:0.103.3, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": +"@graphql-mesh/transform-prefix@npm:0.103.4, @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.3" + "@graphql-mesh/cache-localforage": "npm:0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.9" "@graphql-tools/wrap": "npm:^10.0.12" graphql-scalars: "npm:^1.22.4" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6951,7 +6951,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-prune@workspace:packages/legacy/transforms/prune" peerDependencies: - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6962,33 +6962,33 @@ __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.3" + "@graphql-mesh/cache-localforage": "npm:0.103.4" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-tools/schema": "npm:10.0.9" "@graphql-tools/wrap": "npm:10.0.18" minimatch: "npm:^10.0.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-rename@npm:0.103.3, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": +"@graphql-mesh/transform-rename@npm:0.103.4, @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.3" + "@graphql-mesh/cache-localforage": "npm:0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.9" "@graphql-tools/wrap": "npm:^10.0.12" graphql-scalars: "npm:^1.22.4" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -6999,29 +6999,29 @@ __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.3" + "@graphql-mesh/cache-localforage": "npm:0.103.4" "@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" "@graphql-tools/schema": "npm:10.0.9" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-resolvers-composition@npm:0.103.3, @graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition": +"@graphql-mesh/transform-resolvers-composition@npm:0.103.4, @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-tools/resolvers-composition": "npm:^7.0.0" "@graphql-tools/schema": "npm:^10.0.5" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -7034,22 +7034,22 @@ __metadata: "@types/micromatch": "npm:4.0.9" micromatch: "npm:4.0.8" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-type-merging@npm:0.103.3, @graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging": +"@graphql-mesh/transform-type-merging@npm:0.103.4, @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-tools/delegate": "npm:^10.0.28" "@graphql-tools/stitching-directives": "npm:^3.1.9" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -7070,7 +7070,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transport-grpc@npm:^0.1.3, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc": +"@graphql-mesh/transport-grpc@npm:^0.1.4, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-grpc@workspace:packages/transports/grpc" dependencies: @@ -7085,8 +7085,8 @@ __metadata: long: "npm:4.0.0" protobufjs: "npm:^7.2.5" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -7131,15 +7131,15 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transport-mysql@npm:^0.8.3, @graphql-mesh/transport-mysql@workspace:packages/transports/mysql": +"@graphql-mesh/transport-mysql@npm:^0.8.4, @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.8" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.103.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/types": "npm:^0.103.4" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.6.0" "@whatwg-node/fetch": "npm:^0.10.0" @@ -7152,14 +7152,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-neo4j@npm:^0.8.3, @graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j": +"@graphql-mesh/transport-neo4j@npm:^0.8.4, @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.8" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.103.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/types": "npm:^0.103.4" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.6.0" "@neo4j/graphql": "npm:^6.0.0" @@ -7176,14 +7176,14 @@ __metadata: resolution: "@graphql-mesh/transport-odata@workspace:packages/transports/odata" dependencies: "@graphql-mesh/transport-common": "npm:^0.7.13" - "@omnigraph/odata": "npm:^0.1.3" + "@omnigraph/odata": "npm:^0.1.4" peerDependencies: graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-rest@npm:^0.8.3, @graphql-mesh/transport-rest@workspace:packages/transports/rest": +"@graphql-mesh/transport-rest@npm:^0.8.4, @graphql-mesh/transport-rest@workspace:packages/transports/rest": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-rest@workspace:packages/transports/rest" dependencies: @@ -7196,8 +7196,8 @@ __metadata: peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 "@graphql-mesh/transport-common": ^0.7.13 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 "@whatwg-node/fetch": ^0.9.15 || ^0.10.0 graphql: "*" @@ -7205,17 +7205,17 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-soap@npm:^0.8.3, @graphql-mesh/transport-soap@workspace:packages/transports/soap": +"@graphql-mesh/transport-soap@npm:^0.8.4, @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/string-interpolation": "npm:^0.5.6" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/utils": "npm:^0.103.4" fast-xml-parser: "npm:^4.5.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 "@graphql-mesh/transport-common": ^0.7.13 - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 "@graphql-tools/executor": ^1.3.2 "@graphql-tools/utils": ^10.6.0 "@whatwg-node/fetch": ^0.9.15 || ^0.10.0 @@ -7230,14 +7230,14 @@ __metadata: dependencies: "@graphql-mesh/transport-common": "npm:^0.7.13" "@graphql-tools/utils": "npm:^10.6.0" - "@omnigraph/sqlite": "npm:^0.7.3" + "@omnigraph/sqlite": "npm:^0.7.4" peerDependencies: graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-thrift@npm:^0.8.3, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": +"@graphql-mesh/transport-thrift@npm:^0.8.4, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-thrift@workspace:packages/transports/thrift" dependencies: @@ -7245,7 +7245,7 @@ __metadata: "@creditkarma/thrift-server-core": "npm:^1.0.4" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/utils": "npm:^10.6.0" pascal-case: "npm:^3.1.2" peerDependencies: @@ -7274,19 +7274,19 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/tuql@npm:0.104.3, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": +"@graphql-mesh/tuql@npm:0.104.4, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": version: 0.0.0-use.local resolution: "@graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql" dependencies: - "@omnigraph/sqlite": "npm:^0.7.3" + "@omnigraph/sqlite": "npm:^0.7.4" peerDependencies: - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/types@npm:^0.103.0, @graphql-mesh/types@npm:^0.103.3, @graphql-mesh/types@workspace:packages/legacy/types": +"@graphql-mesh/types@npm:^0.103.0, @graphql-mesh/types@npm:^0.103.4, @graphql-mesh/types@workspace:packages/legacy/types": version: 0.0.0-use.local resolution: "@graphql-mesh/types@workspace:packages/legacy/types" dependencies: @@ -7294,7 +7294,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-typed-document-node/core": "npm:^3.2.0" peerDependencies: - "@graphql-mesh/store": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -7308,7 +7308,7 @@ __metadata: "@urql/core": "npm:5.0.8" wonka: "npm:6.3.4" peerDependencies: - "@graphql-mesh/runtime": ^0.105.3 + "@graphql-mesh/runtime": ^0.105.4 "@graphql-tools/utils": ^10.6.0 "@urql/core": ^2.4.3 || ^4.0.0 || ^5.0.0 graphql: ^15.2.0 || ^16.0.0 @@ -7317,7 +7317,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/utils@npm:^0.103.0, @graphql-mesh/utils@npm:^0.103.3, @graphql-mesh/utils@workspace:packages/legacy/utils": +"@graphql-mesh/utils@npm:^0.103.0, @graphql-mesh/utils@npm:^0.103.4, @graphql-mesh/utils@workspace:packages/legacy/utils": version: 0.0.0-use.local resolution: "@graphql-mesh/utils@workspace:packages/legacy/utils" dependencies: @@ -7338,7 +7338,7 @@ __metadata: tiny-lru: "npm:^11.0.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 @@ -9996,13 +9996,13 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/json-schema@npm:0.108.3, @omnigraph/json-schema@npm:^0.108.3, @omnigraph/json-schema@workspace:*, @omnigraph/json-schema@workspace:packages/loaders/json-schema": +"@omnigraph/json-schema@npm:0.108.4, @omnigraph/json-schema@npm:^0.108.4, @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/string-interpolation": "npm:0.5.6" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/transport-rest": "npm:^0.8.3" + "@graphql-mesh/transport-rest": "npm:^0.8.4" "@graphql-tools/delegate": "npm:^10.0.28" "@json-schema-tools/meta-schema": "npm:1.7.5" "@types/qs": "npm:6.9.17" @@ -10022,22 +10022,22 @@ __metadata: url-join: "npm:4.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/mysql@npm:^0.8.3, @omnigraph/mysql@workspace:packages/loaders/mysql": +"@omnigraph/mysql@npm:^0.8.4, @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.8" "@graphql-mesh/string-interpolation": "npm:^0.5.6" - "@graphql-mesh/transport-mysql": "npm:^0.8.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/transport-mysql": "npm:^0.8.4" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.6.0" "@types/graphql-fields": "npm:1.3.9" @@ -10048,28 +10048,28 @@ __metadata: mysql: "npm:^2.18.1" mysql-utilities: "npm:^1.1.4" peerDependencies: - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/neo4j@npm:^0.9.3, @omnigraph/neo4j@workspace:packages/loaders/neo4j": +"@omnigraph/neo4j@npm:^0.9.4, @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.3" + "@graphql-mesh/transport-neo4j": "npm:^0.8.4" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:^10.0.5" "@neo4j/introspector": "npm:^4.0.0" neo4j-driver: "npm:^5.9.2" peerDependencies: - "@graphql-mesh/types": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/odata@npm:^0.1.3, @omnigraph/odata@workspace:packages/loaders/odata": +"@omnigraph/odata@npm:^0.1.4, @omnigraph/odata@workspace:packages/loaders/odata": version: 0.0.0-use.local resolution: "@omnigraph/odata@workspace:packages/loaders/odata" dependencies: @@ -10088,23 +10088,23 @@ __metadata: url-join: "npm:^4.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/store": ^0.103.3 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/store": ^0.103.4 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/openapi@npm:0.108.3, @omnigraph/openapi@npm:^0.108.3, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:packages/loaders/openapi": +"@omnigraph/openapi@npm:0.108.4, @omnigraph/openapi@npm:^0.108.4, @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/string-interpolation": "npm:^0.5.6" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:10.6.0" - "@omnigraph/json-schema": "npm:^0.108.3" + "@omnigraph/json-schema": "npm:^0.108.4" "@whatwg-node/fetch": "npm:0.10.1" change-case: "npm:^4.1.2" fets: "npm:0.8.4" @@ -10114,61 +10114,61 @@ __metadata: openapi-types: "npm:^12.1.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/raml@npm:0.108.3, @omnigraph/raml@workspace:packages/loaders/raml": +"@omnigraph/raml@npm:0.108.4, @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/string-interpolation": "npm:0.5.6" "@graphql-tools/delegate": "npm:^10.0.28" - "@omnigraph/json-schema": "npm:0.108.3" + "@omnigraph/json-schema": "npm:0.108.4" "@whatwg-node/fetch": "npm:^0.10.0" change-case: "npm:4.1.2" json-machete: "npm:0.97.4" to-json-schema: "npm:0.2.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.8 - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/soap@npm:0.105.3, @omnigraph/soap@workspace:packages/loaders/soap": +"@omnigraph/soap@npm:0.105.4, @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.8" "@graphql-mesh/string-interpolation": "npm:^0.5.6" - "@graphql-mesh/transport-soap": "npm:^0.8.3" + "@graphql-mesh/transport-soap": "npm:^0.8.4" "@whatwg-node/fetch": "npm:^0.10.0" fast-xml-parser: "npm:^4.5.0" graphql-compose: "npm:^9.0.11" graphql-scalars: "npm:^1.22.4" soap: "npm:1.1.6" peerDependencies: - "@graphql-mesh/types": ^0.103.3 - "@graphql-mesh/utils": ^0.103.3 + "@graphql-mesh/types": ^0.103.4 + "@graphql-mesh/utils": ^0.103.4 "@graphql-tools/utils": ^10.6.0 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/sqlite@npm:^0.7.3, @omnigraph/sqlite@workspace:packages/loaders/sqlite": +"@omnigraph/sqlite@npm:^0.7.4, @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.8" - "@graphql-mesh/types": "npm:^0.103.3" + "@graphql-mesh/types": "npm:^0.103.4" "@graphql-tools/delegate": "npm:^10.0.28" tuql: "npm:^1.7.0" peerDependencies: @@ -10180,16 +10180,16 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/thrift@npm:^0.8.3, @omnigraph/thrift@workspace:packages/loaders/thrift": +"@omnigraph/thrift@npm:^0.8.4, @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.8" - "@graphql-mesh/transport-thrift": "npm:^0.8.3" - "@graphql-mesh/types": "npm:^0.103.3" - "@graphql-mesh/utils": "npm:^0.103.3" + "@graphql-mesh/transport-thrift": "npm:^0.8.4" + "@graphql-mesh/types": "npm:^0.103.4" + "@graphql-mesh/utils": "npm:^0.103.4" "@graphql-tools/utils": "npm:10.6.0" "@whatwg-node/fetch": "npm:^0.10.0" graphql-scalars: "npm:^1.22.4" @@ -19979,7 +19979,7 @@ __metadata: "@graphql-codegen/typescript": "npm:4.1.2" "@graphql-codegen/typescript-resolvers": "npm:4.4.1" "@graphql-hive/gateway": "npm:1.5.2" - "@graphql-mesh/compose-cli": "npm:1.2.5" + "@graphql-mesh/compose-cli": "npm:1.2.6" "@graphql-yoga/plugin-apollo-inline-trace": "npm:3.10.3" "@types/node": "npm:22.9.3" concurrently: "npm:9.1.0" @@ -19996,9 +19996,9 @@ __metadata: version: 0.0.0-use.local resolution: "example-response-cache@workspace:examples/response-cache" dependencies: - "@graphql-mesh/cli": "npm:^0.98.3" - "@graphql-mesh/json-schema": "npm:^0.108.3" - "@graphql-mesh/plugin-mock": "npm:^0.103.3" + "@graphql-mesh/cli": "npm:^0.98.4" + "@graphql-mesh/json-schema": "npm:^0.108.4" + "@graphql-mesh/plugin-mock": "npm:^0.103.4" graphql: "npm:16.9.0" languageName: unknown linkType: soft