diff --git a/.changeset/@graphql-mesh_plugin-operation-headers-7967-dependencies.md b/.changeset/@graphql-mesh_plugin-operation-headers-7967-dependencies.md deleted file mode 100644 index b11879ad388f8..0000000000000 --- a/.changeset/@graphql-mesh_plugin-operation-headers-7967-dependencies.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@graphql-mesh/plugin-operation-headers": patch ---- -dependencies updates: - - Added dependency [`@graphql-hive/gateway-runtime@^1.1.7` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway-runtime/v/1.1.7) (to `peerDependencies`) - - Removed dependency [`@graphql-hive/gateway@^1.4.8` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway/v/1.4.8) (from `peerDependencies`) diff --git a/.changeset/orange-buttons-end.md b/.changeset/orange-buttons-end.md deleted file mode 100644 index a1357df5343a4..0000000000000 --- a/.changeset/orange-buttons-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/utils': patch ---- - -DefaultLogger respects the LogLevel.debug diff --git a/.changeset/silver-queens-deliver.md b/.changeset/silver-queens-deliver.md deleted file mode 100644 index 5a4978a8b89c2..0000000000000 --- a/.changeset/silver-queens-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/plugin-rate-limit': patch ---- - -Added graphql-middleware as a dependency to @envelop/rate-limiter plugin diff --git a/.changeset/soft-icons-sparkle.md b/.changeset/soft-icons-sparkle.md deleted file mode 100644 index bc6fbd6ab0275..0000000000000 --- a/.changeset/soft-icons-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/utils': minor ---- - -DefaultLogger writes logs to console always diff --git a/e2e/thrift-calculator/package.json b/e2e/thrift-calculator/package.json index 4e22d85ce30e6..6ea680cdee577 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.7.15", + "@omnigraph/thrift": "^0.8.0", "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 ebc703abbba2f..dcc35a633130d 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", - "@graphql-mesh/plugin-operation-field-permissions": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", + "@graphql-mesh/plugin-operation-field-permissions": "0.103.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/cloudflare-workers/package.json b/examples/cloudflare-workers/package.json index 9a831f3dd6d35..e57ec79810880 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.103.0", - "@graphql-mesh/cli": "0.97.2", - "@graphql-mesh/json-schema": "0.107.8", - "@graphql-mesh/plugin-response-cache": "0.102.13", + "@graphql-mesh/cache-cfw-kv": "0.104.0", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", + "@graphql-mesh/plugin-response-cache": "0.103.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/fastify/package.json b/examples/fastify/package.json index d257ca4960f77..98c058ca43fc7 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.97.2", - "@graphql-mesh/graphql": "0.102.16", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/graphql": "0.103.0", "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 df32683e93b41..884e577f061f2 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.97.2", - "@graphql-mesh/supergraph": "0.8.15", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/supergraph": "0.9.0", "graphql": "16.9.0" } } diff --git a/examples/federation-example/gateway/package.json b/examples/federation-example/gateway/package.json index 90a22119dbbab..be84f98e2791e 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.97.2", - "@graphql-mesh/graphql": "0.102.16", - "@graphql-mesh/transform-federation": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/graphql": "0.103.0", + "@graphql-mesh/transform-federation": "0.103.0", "graphql": "16.9.0" } } diff --git a/examples/gcp-functions/package.json b/examples/gcp-functions/package.json index 5c7310b43252b..0081b42222dae 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", "@types/node": "22.9.1", "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 c1f40d71ae230..2b66b1c90abf3 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.97.2", - "@graphql-mesh/graphql": "0.102.16", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/graphql": "0.103.0", "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 80461b2f5f340..493438cce2914 100644 --- a/examples/grpc-example/package.json +++ b/examples/grpc-example/package.json @@ -10,9 +10,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.97.2", - "@graphql-mesh/grpc": "0.105.2", - "@graphql-mesh/transform-naming-convention": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/grpc": "0.106.0", + "@graphql-mesh/transform-naming-convention": "0.103.0", "@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 0494ad2b3b537..a8143f9f6504e 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.97.2", - "@graphql-mesh/grpc": "0.105.2", - "@graphql-mesh/transform-naming-convention": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/grpc": "0.106.0", + "@graphql-mesh/transform-naming-convention": "0.103.0", "@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 3092bd4b28d06..9569c0771af68 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", "graphql": "16.9.0" } } diff --git a/examples/hello-world-esm/package.json b/examples/hello-world-esm/package.json index 2a697fbf7d202..fc967d3e31179 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", - "@graphql-mesh/plugin-mock": "0.102.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", + "@graphql-mesh/plugin-mock": "0.103.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index f311e9c4c676d..366e2abb6963a 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -7,9 +7,9 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.97.2", - "@graphql-mesh/json-schema": "0.107.8", - "@graphql-mesh/plugin-mock": "0.102.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", + "@graphql-mesh/plugin-mock": "0.103.0", "@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 5a28afd850405..a22997919f254 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.97.2", - "@graphql-mesh/openapi": "0.107.8", - "@graphql-mesh/plugin-hive": "0.102.16", - "@graphql-mesh/transform-hive": "0.102.16", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", + "@graphql-mesh/plugin-hive": "0.103.0", + "@graphql-mesh/transform-hive": "0.103.0", "graphql": "16.9.0" } } diff --git a/examples/hive-example/sources/authors/package.json b/examples/hive-example/sources/authors/package.json index ec8b76f32a246..30ea9f689053c 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "graphql": "16.9.0" } } diff --git a/examples/hive-example/sources/books/package.json b/examples/hive-example/sources/books/package.json index 62d058fb4ac3c..7d3bccfcaf92e 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "graphql": "16.9.0" } } diff --git a/examples/json-schema-covid/package.json b/examples/json-schema-covid/package.json index 1dcb866b1eca5..d990083ecce2e 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.97.2", - "@graphql-mesh/graphql": "0.102.16", - "@graphql-mesh/json-schema": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/graphql": "0.103.0", + "@graphql-mesh/json-schema": "0.108.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/json-schema-example/package.json b/examples/json-schema-example/package.json index db823b84332d5..720671879837a 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", - "@graphql-mesh/plugin-mock": "0.102.14", - "@graphql-mesh/transform-naming-convention": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", + "@graphql-mesh/plugin-mock": "0.103.0", + "@graphql-mesh/transform-naming-convention": "0.103.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/json-schema-fhir/package.json b/examples/json-schema-fhir/package.json index 14a46bd3aa0ef..51ad1a1b1fcc3 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", "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 a9fd2f8fe6cb1..dca31755f0b6a 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", "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 892549fa24933..264392a0b4f1c 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", - "@graphql-mesh/plugin-live-query": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", + "@graphql-mesh/plugin-live-query": "0.103.0", "@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 89bc25ca32a19..999caa6abdffc 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.97.2", - "@graphql-mesh/mongoose": "0.102.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/mongoose": "0.103.0", "graphql": "16.9.0", "mongoose": "8.8.2" }, diff --git a/examples/mysql-employees/package.json b/examples/mysql-employees/package.json index 874fea9f38118..fb4933ad5ffbf 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.97.2", - "@graphql-mesh/mysql": "0.103.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/mysql": "0.104.0", "graphql": "16.9.0" } } diff --git a/examples/mysql-rfam/package.json b/examples/mysql-rfam/package.json index e904ac129247d..4ae2c2f756192 100644 --- a/examples/mysql-rfam/package.json +++ b/examples/mysql-rfam/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "@graphql-mesh/cli": "0.97.2", - "@graphql-mesh/mysql": "0.103.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/mysql": "0.104.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/neo4j-example/package.json b/examples/neo4j-example/package.json index 015f851545cdc..79bc14cb34a1f 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.102.13", - "@graphql-mesh/cli": "0.97.2", - "@graphql-mesh/neo4j": "0.104.2", + "@graphql-mesh/cache-file": "0.103.0", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/neo4j": "0.105.0", "graphql": "16.9.0" }, "resolutions": { diff --git a/examples/nextjs-apollo-example/package.json b/examples/nextjs-apollo-example/package.json index 3a218e3c6597c..d34cae8b35a3e 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.97.2", - "@graphql-mesh/config": "0.105.2", - "@graphql-mesh/openapi": "0.107.8", - "@graphql-mesh/runtime": "0.104.2", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/config": "0.106.0", + "@graphql-mesh/openapi": "0.108.0", + "@graphql-mesh/runtime": "0.105.0", "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 49febca72c749..865a545c65cd7 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.97.2", - "@graphql-mesh/config": "0.105.2", - "@graphql-mesh/openapi": "0.107.8", - "@graphql-mesh/runtime": "0.104.2", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/config": "0.106.0", + "@graphql-mesh/openapi": "0.108.0", + "@graphql-mesh/runtime": "0.105.0", "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 56821fa865587..a8afb22234aa6 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.97.2", - "@graphql-mesh/odata": "0.104.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/odata": "0.105.0", "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 7171860d9a7b3..cc380152560ca 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.97.2", - "@graphql-mesh/config": "0.105.2", - "@graphql-mesh/odata": "0.104.13", - "@graphql-mesh/runtime": "0.104.2", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/config": "0.106.0", + "@graphql-mesh/odata": "0.105.0", + "@graphql-mesh/runtime": "0.105.0", "graphql": "16.9.0", "ts-node": "^10.9.2" } diff --git a/examples/odata-msgraph-programmatic/package.json b/examples/odata-msgraph-programmatic/package.json index fcf1bbef9e837..922cbeac4c73c 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.97.2", - "@graphql-mesh/config": "0.105.2", - "@graphql-mesh/odata": "0.104.13", - "@graphql-mesh/runtime": "0.104.2", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/config": "0.106.0", + "@graphql-mesh/odata": "0.105.0", + "@graphql-mesh/runtime": "0.105.0", "graphql": "16.9.0" } } diff --git a/examples/odata-trippin/package.json b/examples/odata-trippin/package.json index 9c88f5e697eeb..32320f2bab74c 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.97.2", - "@graphql-mesh/odata": "0.104.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/odata": "0.105.0", "graphql": "16.9.0" } } diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index a509b5392f327..f04e0a87796dc 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "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 fdf0fdc151661..213e68e20f9df 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.97.2", - "@graphql-mesh/openapi": "0.107.8", - "@graphql-mesh/plugin-response-cache": "0.102.13", - "@graphql-mesh/runtime": "0.104.2", - "@graphql-mesh/transform-cache": "0.102.13", - "@graphql-mesh/transform-rename": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", + "@graphql-mesh/plugin-response-cache": "0.103.0", + "@graphql-mesh/runtime": "0.105.0", + "@graphql-mesh/transform-cache": "0.103.0", + "@graphql-mesh/transform-rename": "0.103.0", "graphql": "16.9.0" } } diff --git a/examples/openapi-meilisearch/package.json b/examples/openapi-meilisearch/package.json index da82bfe4a7fcb..b5d7c6a2c0fd8 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "graphql": "16.9.0" } } diff --git a/examples/openapi-react-weatherbit/package.json b/examples/openapi-react-weatherbit/package.json index 90344f1d37dd1..7ec57064ded91 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.97.2", + "@graphql-mesh/cli": "0.98.0", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", diff --git a/examples/openapi-stackexchange/package.json b/examples/openapi-stackexchange/package.json index 6e5b2e03620a7..240914f79c824 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "graphql": "16.9.0" } } diff --git a/examples/openapi-stripe/package.json b/examples/openapi-stripe/package.json index f2831102d3963..480d14eceb88d 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "graphql": "16.9.0" } } diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index 3e797548c4ee7..da30048db87a1 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "@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 f9ace6ae39d58..0819ebb11da16 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.97.2", - "@graphql-mesh/openapi": "0.107.8", - "@graphql-mesh/transform-resolvers-composition": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", + "@graphql-mesh/transform-resolvers-composition": "0.103.0", "graphql": "16.9.0", "graphql-fields": "2.0.3" } diff --git a/examples/openwhisk-example/package.json b/examples/openwhisk-example/package.json index a8bb1ebc0249a..f7a357040801c 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.97.2", - "@graphql-mesh/graphql": "0.102.16", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/graphql": "0.103.0", "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 cf48823748e74..fe8555aa29bb0 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.97.2", - "@graphql-mesh/json-schema": "0.107.8", - "@graphql-mesh/plugin-mock": "0.102.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0", + "@graphql-mesh/plugin-mock": "0.103.0", "@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 ccfb62c280dce..3abaeb8c49bf4 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.102.13", - "@graphql-mesh/cli": "0.97.2", - "@graphql-mesh/config": "0.105.2", - "@graphql-mesh/graphql": "0.102.16", - "@graphql-mesh/postgraphile": "0.102.13", - "@graphql-mesh/runtime": "0.104.2", - "@graphql-mesh/transform-prefix": "0.102.13", + "@graphql-mesh/cache-file": "0.103.0", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/config": "0.106.0", + "@graphql-mesh/graphql": "0.103.0", + "@graphql-mesh/postgraphile": "0.103.0", + "@graphql-mesh/runtime": "0.105.0", + "@graphql-mesh/transform-prefix": "0.103.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index 548ef2ab57771..358e472c89005 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.97.2", - "@graphql-mesh/openapi": "0.107.8", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/openapi": "0.108.0", "@sinclair/typebox": "0.34.5", "fets": "0.8.4", "graphql": "16.9.0" diff --git a/examples/reddit-example/package.json b/examples/reddit-example/package.json index 354d6c3c8f51f..e73b6a32f1f40 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.97.2", - "@graphql-mesh/json-schema": "0.107.8" + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/json-schema": "0.108.0" } } diff --git a/examples/response-cache/CHANGELOG.md b/examples/response-cache/CHANGELOG.md index 404cac2585242..753d981e17f14 100644 --- a/examples/response-cache/CHANGELOG.md +++ b/examples/response-cache/CHANGELOG.md @@ -1,5 +1,14 @@ # example-response-cache +## 0.4.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/cli@0.98.0 + - @graphql-mesh/json-schema@0.108.0 + - @graphql-mesh/plugin-mock@0.103.0 + ## 0.3.3 ### Patch Changes diff --git a/examples/response-cache/package.json b/examples/response-cache/package.json index 5ecd7076b9f77..51cafa8b93bcc 100644 --- a/examples/response-cache/package.json +++ b/examples/response-cache/package.json @@ -1,6 +1,6 @@ { "name": "example-response-cache", - "version": "0.3.3", + "version": "0.4.0", "license": "MIT", "private": true, "scripts": { @@ -9,9 +9,9 @@ "test": "mesh build && jest" }, "dependencies": { - "@graphql-mesh/cli": "^0.97.2", - "@graphql-mesh/json-schema": "^0.107.8", - "@graphql-mesh/plugin-mock": "^0.102.14", + "@graphql-mesh/cli": "^0.98.0", + "@graphql-mesh/json-schema": "^0.108.0", + "@graphql-mesh/plugin-mock": "^0.103.0", "graphql": "16.9.0" } } diff --git a/examples/soap-country-info/package.json b/examples/soap-country-info/package.json index 6c69d01745a63..87ebacadf9dfb 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.97.2", - "@graphql-mesh/plugin-snapshot": "0.102.13", - "@graphql-mesh/soap": "0.104.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/plugin-snapshot": "0.103.0", + "@graphql-mesh/soap": "0.105.0", "graphql": "16.9.0" } } diff --git a/examples/soap-demo/package.json b/examples/soap-demo/package.json index bcbe22bdf7563..b3ba1c4e1361d 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.97.2", - "@graphql-mesh/soap": "0.104.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/soap": "0.105.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/soap-netsuite/package.json b/examples/soap-netsuite/package.json index 492933bdaa988..92fcd4784f9ef 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.97.2", - "@graphql-mesh/soap": "0.104.14", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/soap": "0.105.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/spacex-cfw/package.json b/examples/spacex-cfw/package.json index 0b605683e4428..235f15d15cf39 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.103.0", - "@graphql-mesh/cli": "0.97.2", - "@graphql-mesh/graphql": "0.102.16", - "@graphql-mesh/plugin-rate-limit": "0.102.13", - "@graphql-mesh/plugin-response-cache": "0.102.13", + "@graphql-mesh/cache-cfw-kv": "0.104.0", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/graphql": "0.103.0", + "@graphql-mesh/plugin-rate-limit": "0.103.0", + "@graphql-mesh/plugin-response-cache": "0.103.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/sqlite-chinook/package.json b/examples/sqlite-chinook/package.json index 5f81d8ab7d8c7..aa4800a57144e 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.97.2", - "@graphql-mesh/tuql": "0.103.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/tuql": "0.104.0", "graphql": "16.9.0" }, "resolutions": { diff --git a/examples/thrift-calculator/package.json b/examples/thrift-calculator/package.json index 9f5bfca0da2a1..dcfbe29bf14c0 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.97.2", - "@graphql-mesh/thrift": "0.104.15", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/thrift": "0.105.0", "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 39a39874560c1..d6d917b045b7c 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.97.2", - "@graphql-mesh/graphql": "0.102.16", - "@graphql-mesh/transform-rename": "0.102.13", - "@graphql-mesh/transform-type-merging": "0.102.13", + "@graphql-mesh/cli": "0.98.0", + "@graphql-mesh/graphql": "0.103.0", + "@graphql-mesh/transform-rename": "0.103.0", + "@graphql-mesh/transform-type-merging": "0.103.0", "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 2edfc8a5fcfab..cd5fc5a4d6fdb 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.0 + ## 1.4.5 ## 1.4.4 diff --git a/examples/v1-next/apollo-federation-compatibility/package.json b/examples/v1-next/apollo-federation-compatibility/package.json index e478935cd229e..cd7c51511bdf1 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.4.5", + "version": "1.5.0", "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.1", "@graphql-codegen/typescript-resolvers": "4.4.0", - "@graphql-mesh/compose-cli": "1.1.9", + "@graphql-mesh/compose-cli": "1.2.0", "@types/node": "22.9.1", "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 b82e35e00b941..a898efa78cc02 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.1.9", - "@graphql-mesh/plugin-operation-field-permissions": "^0.102.13", - "@omnigraph/json-schema": "^0.107.8", + "@graphql-mesh/compose-cli": "^1.2.0", + "@graphql-mesh/plugin-operation-field-permissions": "^0.103.0", + "@omnigraph/json-schema": "^0.108.0", "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 a7abe67066a27..357bc56dce008 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.103.0", - "@graphql-mesh/cache-localforage": "^0.102.13", - "@graphql-mesh/compose-cli": "^1.1.9", - "@graphql-mesh/plugin-response-cache": "^0.102.13", - "@omnigraph/json-schema": "^0.107.8", + "@graphql-mesh/cache-cfw-kv": "^0.104.0", + "@graphql-mesh/cache-localforage": "^0.103.0", + "@graphql-mesh/compose-cli": "^1.2.0", + "@graphql-mesh/plugin-response-cache": "^0.103.0", + "@omnigraph/json-schema": "^0.108.0", "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 7f70f9ee9c020..7538d995770bf 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.103.0", - "@graphql-mesh/plugin-rate-limit": "^0.102.13", - "@graphql-mesh/plugin-response-cache": "^0.102.13", + "@graphql-mesh/cache-cfw-kv": "^0.104.0", + "@graphql-mesh/plugin-rate-limit": "^0.103.0", + "@graphql-mesh/plugin-response-cache": "^0.103.0", "graphql": "16.9.0" }, "devDependencies": { diff --git a/examples/v1-next/integrations/fastify/package.json b/examples/v1-next/integrations/fastify/package.json index d6675723a7634..36828ef7ec198 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.1.9", - "@omnigraph/openapi": "^0.107.8", + "@graphql-mesh/compose-cli": "^1.2.0", + "@omnigraph/openapi": "^0.108.0", "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 6a8f01bbf793c..ac0d650c53b74 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.1.9", - "@omnigraph/json-schema": "^0.107.8", + "@graphql-mesh/compose-cli": "^1.2.0", + "@omnigraph/json-schema": "^0.108.0", "@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 5e866a699f769..e8f23153a12c3 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.102.13", - "@graphql-mesh/compose-cli": "^1.1.9", - "@omnigraph/openapi": "^0.107.8", + "@graphql-mesh/cache-localforage": "^0.103.0", + "@graphql-mesh/compose-cli": "^1.2.0", + "@omnigraph/openapi": "^0.108.0", "graphql": "^16.9.0" } } diff --git a/examples/v1-next/openapi-youtrack/package.json b/examples/v1-next/openapi-youtrack/package.json index 9ecffc25e9e99..90e2d28e3dea2 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.1.9", - "@omnigraph/openapi": "^0.107.8", + "@graphql-mesh/compose-cli": "^1.2.0", + "@omnigraph/openapi": "^0.108.0", "graphql": "^16.9.0" } } diff --git a/packages/cache/cfw-kv/CHANGELOG.md b/packages/cache/cfw-kv/CHANGELOG.md index 9265b188997e5..08fefd5fa0d40 100644 --- a/packages/cache/cfw-kv/CHANGELOG.md +++ b/packages/cache/cfw-kv/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-cfw-kv +## 0.104.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.103.0 ### Minor Changes diff --git a/packages/cache/cfw-kv/package.json b/packages/cache/cfw-kv/package.json index ce77acfc2afe2..d1679d0e8909c 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.103.0", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/file/CHANGELOG.md b/packages/cache/file/CHANGELOG.md index eb19a4ae62a98..4718c4ad039f1 100644 --- a/packages/cache/file/CHANGELOG.md +++ b/packages/cache/file/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-file +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/cache/file/package.json b/packages/cache/file/package.json index c074966167a27..09c9c5fd44691 100644 --- a/packages/cache/file/package.json +++ b/packages/cache/file/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-file", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/localforage/CHANGELOG.md b/packages/cache/localforage/CHANGELOG.md index b6e2feb59d36e..acc7f54df5328 100644 --- a/packages/cache/localforage/CHANGELOG.md +++ b/packages/cache/localforage/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-localforage +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/cache/localforage/package.json b/packages/cache/localforage/package.json index 3a3b8b4421bab..d754382fadc5a 100644 --- a/packages/cache/localforage/package.json +++ b/packages/cache/localforage/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-localforage", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/cache/redis/CHANGELOG.md b/packages/cache/redis/CHANGELOG.md index 7272c8d10bd53..52a823e551e35 100644 --- a/packages/cache/redis/CHANGELOG.md +++ b/packages/cache/redis/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/cache-redis +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/cache/redis/package.json b/packages/cache/redis/package.json index b114c6c645040..a3f255abf1f4e 100644 --- a/packages/cache/redis/package.json +++ b/packages/cache/redis/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cache-redis", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/compose-cli/CHANGELOG.md b/packages/compose-cli/CHANGELOG.md index dd9db61dfb37a..cf69168137467 100644 --- a/packages/compose-cli/CHANGELOG.md +++ b/packages/compose-cli/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/compose-cli +## 1.2.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/fusion-composition@0.7.0 + - @graphql-mesh/types@0.103.0 + ## 1.1.9 ### Patch Changes diff --git a/packages/compose-cli/package.json b/packages/compose-cli/package.json index 58374e0b4ac19..0a3a79522ab02 100644 --- a/packages/compose-cli/package.json +++ b/packages/compose-cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/compose-cli", - "version": "1.1.9", + "version": "1.2.0", "type": "module", "repository": { "type": "git", @@ -35,14 +35,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "graphql": "*" }, "dependencies": { "@commander-js/extra-typings": "^12.1.0", - "@graphql-mesh/fusion-composition": "^0.6.7", + "@graphql-mesh/fusion-composition": "^0.7.0", "@graphql-mesh/include": "^0.2.3", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/graphql-file-loader": "8.0.3", "@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 f785cb1cf9a2e..7c1352d01ac1d 100644 --- a/packages/fusion/composition/CHANGELOG.md +++ b/packages/fusion/composition/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/fusion-composition +## 0.7.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + ## 0.6.7 ### Patch Changes diff --git a/packages/fusion/composition/package.json b/packages/fusion/composition/package.json index b19c13343a841..fb4e76ced9389 100644 --- a/packages/fusion/composition/package.json +++ b/packages/fusion/composition/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/fusion-composition", - "version": "0.6.7", + "version": "0.7.0", "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.102.13", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/schema": "^10.0.5", "@graphql-tools/stitching-directives": "^3.1.9", "@graphql-tools/utils": "^10.5.5", diff --git a/packages/legacy/apollo-link/CHANGELOG.md b/packages/legacy/apollo-link/CHANGELOG.md index 89d365d6a5876..6df5aae4323a8 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.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.105.0 + ## 0.104.2 ### Patch Changes diff --git a/packages/legacy/apollo-link/package.json b/packages/legacy/apollo-link/package.json index 4ef57d7ed70ea..c05bf8864d4d5 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.104.2", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@apollo/client": "^3.5.9", - "@graphql-mesh/runtime": "^0.104.2", + "@graphql-mesh/runtime": "^0.105.0", "@graphql-tools/utils": "^10.5.5", "graphql": "^15.2.0 || ^16.0.0", "tslib": "^2.4.0" diff --git a/packages/legacy/cli/CHANGELOG.md b/packages/legacy/cli/CHANGELOG.md index e95a5a2d1ef70..617583be33fea 100644 --- a/packages/legacy/cli/CHANGELOG.md +++ b/packages/legacy/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-mesh/cli +## 0.98.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/config@0.106.0 + - @graphql-mesh/http@0.105.0 + - @graphql-mesh/runtime@0.105.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.97.2 ### Patch Changes diff --git a/packages/legacy/cli/package.json b/packages/legacy/cli/package.json index 7b26bf41b9651..33d98257033b4 100644 --- a/packages/legacy/cli/package.json +++ b/packages/legacy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/cli", - "version": "0.97.2", + "version": "0.98.0", "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.105.2", + "@graphql-mesh/config": "^0.106.0", "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/http": "^0.104.2", + "@graphql-mesh/http": "^0.105.0", "@graphql-mesh/include": "^0.2.3", - "@graphql-mesh/runtime": "^0.104.2", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/runtime": "^0.105.0", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "ajv": "^8.12.0", "change-case": "^4.1.2", diff --git a/packages/legacy/config/CHANGELOG.md b/packages/legacy/config/CHANGELOG.md index def6be0e31fe9..ffd5a1eeef58d 100644 --- a/packages/legacy/config/CHANGELOG.md +++ b/packages/legacy/config/CHANGELOG.md @@ -1,5 +1,20 @@ # @graphql-mesh/config +## 0.106.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/cache-localforage@0.103.0 + - @graphql-mesh/merger-bare@0.104.0 + - @graphql-mesh/merger-stitching@0.104.0 + - @graphql-mesh/runtime@0.105.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.105.2 ### Patch Changes diff --git a/packages/legacy/config/package.json b/packages/legacy/config/package.json index 179d3820ad29c..6da8d9d142257 100644 --- a/packages/legacy/config/package.json +++ b/packages/legacy/config/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/config", - "version": "0.105.2", + "version": "0.106.0", "type": "module", "repository": { "type": "git", @@ -33,19 +33,19 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/runtime": "^0.104.2", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/runtime": "^0.105.0", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@envelop/core": "^5.0.0", - "@graphql-mesh/cache-localforage": "^0.102.13", - "@graphql-mesh/merger-bare": "^0.103.2", - "@graphql-mesh/merger-stitching": "^0.103.2", + "@graphql-mesh/cache-localforage": "^0.103.0", + "@graphql-mesh/merger-bare": "^0.104.0", + "@graphql-mesh/merger-stitching": "^0.104.0", "@graphql-tools/code-file-loader": "^8.0.0", "@graphql-tools/graphql-file-loader": "^8.0.0", "@graphql-tools/load": "^8.0.0", diff --git a/packages/legacy/handlers/graphql/CHANGELOG.md b/packages/legacy/handlers/graphql/CHANGELOG.md index bc55cb758a322..2fc16d32ec640 100644 --- a/packages/legacy/handlers/graphql/CHANGELOG.md +++ b/packages/legacy/handlers/graphql/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/graphql +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.16 ### Patch Changes diff --git a/packages/legacy/handlers/graphql/package.json b/packages/legacy/handlers/graphql/package.json index c126d0a2364d3..a787fa929f419 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.102.16", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/grpc/CHANGELOG.md b/packages/legacy/handlers/grpc/CHANGELOG.md index 094e478afce24..6b9e5bd495968 100644 --- a/packages/legacy/handlers/grpc/CHANGELOG.md +++ b/packages/legacy/handlers/grpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/grpc +## 0.106.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/transport-grpc@0.1.0 + - @graphql-mesh/types@0.103.0 + ## 0.105.2 ### Patch Changes diff --git a/packages/legacy/handlers/grpc/package.json b/packages/legacy/handlers/grpc/package.json index e6c75f5ec3342..a17c85c55f57f 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.105.2", + "version": "0.106.0", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-grpc": "^0.0.3", + "@graphql-mesh/transport-grpc": "^0.1.0", "@omnigraph/grpc": "^0.1.1" }, "publishConfig": { diff --git a/packages/legacy/handlers/json-schema/CHANGELOG.md b/packages/legacy/handlers/json-schema/CHANGELOG.md index 6ce32bf4d3668..c95263c1a606d 100644 --- a/packages/legacy/handlers/json-schema/CHANGELOG.md +++ b/packages/legacy/handlers/json-schema/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/json-schema +## 0.108.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @omnigraph/json-schema@0.108.0 + - @graphql-mesh/types@0.103.0 + ## 0.107.8 ### Patch Changes diff --git a/packages/legacy/handlers/json-schema/package.json b/packages/legacy/handlers/json-schema/package.json index 1de128fc5d164..bd928d50d6c09 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.107.8", + "version": "0.108.0", "type": "module", "repository": { "type": "git", @@ -33,16 +33,16 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "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.107.8", + "@omnigraph/json-schema": "0.108.0", "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 07f46001e819d..ab985221c8efb 100644 --- a/packages/legacy/handlers/mongoose/CHANGELOG.md +++ b/packages/legacy/handlers/mongoose/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/mongoose +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.14 ### Patch Changes diff --git a/packages/legacy/handlers/mongoose/package.json b/packages/legacy/handlers/mongoose/package.json index 9f2af51d42e23..314b0aded525b 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.102.14", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "mongoose": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/handlers/mysql/CHANGELOG.md b/packages/legacy/handlers/mysql/CHANGELOG.md index cb0b9dc2092a4..723e2bb468fe3 100644 --- a/packages/legacy/handlers/mysql/CHANGELOG.md +++ b/packages/legacy/handlers/mysql/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/mysql +## 0.104.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @omnigraph/mysql@0.8.0 + - @graphql-mesh/types@0.103.0 + ## 0.103.14 ### Patch Changes diff --git a/packages/legacy/handlers/mysql/package.json b/packages/legacy/handlers/mysql/package.json index 9f6f6791d693f..7c36edf96abba 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.103.14", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/mysql": "^0.7.14" + "@omnigraph/mysql": "^0.8.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/neo4j/CHANGELOG.md b/packages/legacy/handlers/neo4j/CHANGELOG.md index 04375f984244e..51a1836e647db 100644 --- a/packages/legacy/handlers/neo4j/CHANGELOG.md +++ b/packages/legacy/handlers/neo4j/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/neo4j +## 0.105.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + - @omnigraph/neo4j@0.9.0 + ## 0.104.2 ### Patch Changes diff --git a/packages/legacy/handlers/neo4j/package.json b/packages/legacy/handlers/neo4j/package.json index 580a7f8f99a5d..fd2e0e97a0a51 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.104.2", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/neo4j": "^0.8.2" + "@omnigraph/neo4j": "^0.9.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/odata/CHANGELOG.md b/packages/legacy/handlers/odata/CHANGELOG.md index dcf209250f897..6e2cf8bed0667 100644 --- a/packages/legacy/handlers/odata/CHANGELOG.md +++ b/packages/legacy/handlers/odata/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/odata +## 0.105.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/store@0.103.0 + - @omnigraph/odata@0.1.0 + - @graphql-mesh/types@0.103.0 + ## 0.104.13 ### Patch Changes diff --git a/packages/legacy/handlers/odata/package.json b/packages/legacy/handlers/odata/package.json index 343370d0af17d..ab6a1081a0e1e 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.104.13", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -32,13 +32,13 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/odata": "^0.0.13" + "@omnigraph/odata": "^0.1.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/openapi/CHANGELOG.md b/packages/legacy/handlers/openapi/CHANGELOG.md index c433bdcafe11b..5df2bffa70e8b 100644 --- a/packages/legacy/handlers/openapi/CHANGELOG.md +++ b/packages/legacy/handlers/openapi/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/openapi +## 0.108.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @omnigraph/openapi@0.108.0 + - @graphql-mesh/types@0.103.0 + ## 0.107.8 ### Patch Changes diff --git a/packages/legacy/handlers/openapi/package.json b/packages/legacy/handlers/openapi/package.json index d1c82ea83de0f..697c0e9a3524c 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.107.8", + "version": "0.108.0", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "0.5.6", - "@omnigraph/openapi": "0.107.8" + "@omnigraph/openapi": "0.108.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/postgraphile/CHANGELOG.md b/packages/legacy/handlers/postgraphile/CHANGELOG.md index 11d464785efc4..3c12b6f9ba6cf 100644 --- a/packages/legacy/handlers/postgraphile/CHANGELOG.md +++ b/packages/legacy/handlers/postgraphile/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/postgraphile +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/handlers/postgraphile/package.json b/packages/legacy/handlers/postgraphile/package.json index a1df34fa4d119..49991299fc073 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/handlers/raml/CHANGELOG.md b/packages/legacy/handlers/raml/CHANGELOG.md index 49e2c996430e8..47ff96d397c85 100644 --- a/packages/legacy/handlers/raml/CHANGELOG.md +++ b/packages/legacy/handlers/raml/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/raml +## 0.108.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @omnigraph/raml@0.108.0 + - @graphql-mesh/types@0.103.0 + ## 0.107.8 ### Patch Changes diff --git a/packages/legacy/handlers/raml/package.json b/packages/legacy/handlers/raml/package.json index 3ebb5de522bbd..bf3ac729f29a1 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.107.8", + "version": "0.108.0", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/raml": "0.107.8" + "@omnigraph/raml": "0.108.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/soap/CHANGELOG.md b/packages/legacy/handlers/soap/CHANGELOG.md index 755f3c50a6668..0beade1605f88 100644 --- a/packages/legacy/handlers/soap/CHANGELOG.md +++ b/packages/legacy/handlers/soap/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/soap +## 0.105.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @omnigraph/soap@0.105.0 + - @graphql-mesh/types@0.103.0 + ## 0.104.14 ### Patch Changes diff --git a/packages/legacy/handlers/soap/package.json b/packages/legacy/handlers/soap/package.json index 4e546c4999ec1..3801f1d88b97d 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.104.14", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" @@ -42,7 +42,7 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/string-interpolation": "^0.5.6", - "@omnigraph/soap": "0.104.14" + "@omnigraph/soap": "0.105.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/handlers/supergraph/CHANGELOG.md b/packages/legacy/handlers/supergraph/CHANGELOG.md index b784722ee27db..d4ae5e3e32872 100644 --- a/packages/legacy/handlers/supergraph/CHANGELOG.md +++ b/packages/legacy/handlers/supergraph/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/supergraph +## 0.9.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.8.15 ### Patch Changes diff --git a/packages/legacy/handlers/supergraph/package.json b/packages/legacy/handlers/supergraph/package.json index cd21d7487d2bc..67ac43a1aa9c2 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.8.15", + "version": "0.9.0", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/handlers/thrift/CHANGELOG.md b/packages/legacy/handlers/thrift/CHANGELOG.md index e59de41e6bf09..159ccd331643e 100644 --- a/packages/legacy/handlers/thrift/CHANGELOG.md +++ b/packages/legacy/handlers/thrift/CHANGELOG.md @@ -1,5 +1,17 @@ # @graphql-mesh/thrift +## 0.105.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @omnigraph/thrift@0.8.0 + - @graphql-mesh/types@0.103.0 + ## 0.104.15 ### Patch Changes diff --git a/packages/legacy/handlers/thrift/package.json b/packages/legacy/handlers/thrift/package.json index d796f702c40f9..06b889d91a650 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.104.15", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -33,15 +33,15 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/thrift": "^0.7.15" + "@omnigraph/thrift": "^0.8.0" }, "devDependencies": { "@types/thrift": "0.10.17", diff --git a/packages/legacy/handlers/tuql/CHANGELOG.md b/packages/legacy/handlers/tuql/CHANGELOG.md index 603eefef5c0c8..d1d3ca3796db0 100644 --- a/packages/legacy/handlers/tuql/CHANGELOG.md +++ b/packages/legacy/handlers/tuql/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-mesh/tuql +## 0.104.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.0 + - @omnigraph/sqlite@0.7.0 + ## 0.103.13 ### Patch Changes diff --git a/packages/legacy/handlers/tuql/package.json b/packages/legacy/handlers/tuql/package.json index f1a67b7008d1d..e7d2be3400f20 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.103.13", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@omnigraph/sqlite": "^0.6.13" + "@omnigraph/sqlite": "^0.7.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/http/CHANGELOG.md b/packages/legacy/http/CHANGELOG.md index a81bac5f0fdcd..eb4dada1ca459 100644 --- a/packages/legacy/http/CHANGELOG.md +++ b/packages/legacy/http/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/http +## 0.105.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/runtime@0.105.0 + - @graphql-mesh/types@0.103.0 + ## 0.104.2 ### Patch Changes diff --git a/packages/legacy/http/package.json b/packages/legacy/http/package.json index 47031049a093a..49bc37d850cb1 100644 --- a/packages/legacy/http/package.json +++ b/packages/legacy/http/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/http", - "version": "0.104.2", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/runtime": "^0.104.2", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/runtime": "^0.105.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/mergers/bare/CHANGELOG.md b/packages/legacy/mergers/bare/CHANGELOG.md index d7f8948ce0805..adb8ff28850de 100644 --- a/packages/legacy/mergers/bare/CHANGELOG.md +++ b/packages/legacy/mergers/bare/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/merger-bare +## 0.104.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/merger-stitching@0.104.0 + - @graphql-mesh/types@0.103.0 + ## 0.103.2 ### Patch Changes diff --git a/packages/legacy/mergers/bare/package.json b/packages/legacy/mergers/bare/package.json index 96c82d4bc802d..33bb6ec274b25 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.103.2", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/merger-stitching": "0.103.2", + "@graphql-mesh/merger-stitching": "0.104.0", "@graphql-tools/schema": "10.0.8" }, "publishConfig": { diff --git a/packages/legacy/mergers/stitching/CHANGELOG.md b/packages/legacy/mergers/stitching/CHANGELOG.md index 8832ea4b2456d..2872151792980 100644 --- a/packages/legacy/mergers/stitching/CHANGELOG.md +++ b/packages/legacy/mergers/stitching/CHANGELOG.md @@ -1,5 +1,16 @@ # @graphql-mesh/merger-stitching +## 0.104.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.103.2 ### Patch Changes diff --git a/packages/legacy/mergers/stitching/package.json b/packages/legacy/mergers/stitching/package.json index ff5c73e4e8174..53aa0b1d08306 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.103.2", + "version": "0.104.0", "type": "module", "repository": { "type": "git", @@ -32,9 +32,9 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/migrate-config-cli/CHANGELOG.md b/packages/legacy/migrate-config-cli/CHANGELOG.md index 3e4dabf9a6b66..0e13b88e4b2b2 100644 --- a/packages/legacy/migrate-config-cli/CHANGELOG.md +++ b/packages/legacy/migrate-config-cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-mesh/migrate-config-cli +## 1.3.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/compose-cli@1.2.0 + - @graphql-mesh/cli@0.98.0 + - @graphql-mesh/config@0.106.0 + - @graphql-mesh/types@0.103.0 + ## 1.2.4 ### Patch Changes diff --git a/packages/legacy/migrate-config-cli/package.json b/packages/legacy/migrate-config-cli/package.json index deecf80a7238c..8e8710f0e5685 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.2.4", + "version": "1.3.0", "type": "module", "repository": { "type": "git", @@ -39,11 +39,11 @@ "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/cli": "^0.97.2", - "@graphql-mesh/compose-cli": "^1.1.9", - "@graphql-mesh/config": "^0.105.2", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/cli": "^0.98.0", + "@graphql-mesh/compose-cli": "^1.2.0", + "@graphql-mesh/config": "^0.106.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "lodash.kebabcase": "^4.1.1", "prettier": "^3.3.3" }, diff --git a/packages/legacy/runtime/CHANGELOG.md b/packages/legacy/runtime/CHANGELOG.md index b2949f5665656..8a18d9080a336 100644 --- a/packages/legacy/runtime/CHANGELOG.md +++ b/packages/legacy/runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/runtime +## 0.105.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.104.2 ### Patch Changes diff --git a/packages/legacy/runtime/package.json b/packages/legacy/runtime/package.json index 00e2807c444a2..6e883188f0e71 100644 --- a/packages/legacy/runtime/package.json +++ b/packages/legacy/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/runtime", - "version": "0.104.2", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/store/CHANGELOG.md b/packages/legacy/store/CHANGELOG.md index 21d456d479972..c171342596412 100644 --- a/packages/legacy/store/CHANGELOG.md +++ b/packages/legacy/store/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/store +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/store/package.json b/packages/legacy/store/package.json index a242ebdddc44c..9693f6cc0b70e 100644 --- a/packages/legacy/store/package.json +++ b/packages/legacy/store/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/store", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/cache/CHANGELOG.md b/packages/legacy/transforms/cache/CHANGELOG.md index e453240e91f8b..22d798f444a3c 100644 --- a/packages/legacy/transforms/cache/CHANGELOG.md +++ b/packages/legacy/transforms/cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-cache +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/cache/package.json b/packages/legacy/transforms/cache/package.json index c576faf45f37e..d3e3b7d783e00 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" @@ -46,7 +46,7 @@ "dayjs": "^1.11.7" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.102.13" + "@graphql-mesh/cache-localforage": "0.103.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/encapsulate/CHANGELOG.md b/packages/legacy/transforms/encapsulate/CHANGELOG.md index bf17e90c4bba3..46726801750bc 100644 --- a/packages/legacy/transforms/encapsulate/CHANGELOG.md +++ b/packages/legacy/transforms/encapsulate/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-encapsulate +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/encapsulate/package.json b/packages/legacy/transforms/encapsulate/package.json index 89151a0a78ecf..4bbbaf5200b6a 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/extend/CHANGELOG.md b/packages/legacy/transforms/extend/CHANGELOG.md index eaff76b6e57ad..332fc3b7575df 100644 --- a/packages/legacy/transforms/extend/CHANGELOG.md +++ b/packages/legacy/transforms/extend/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-extend +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/extend/package.json b/packages/legacy/transforms/extend/package.json index 8f53468313c3a..0e7a0305b3acc 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/federation/CHANGELOG.md b/packages/legacy/transforms/federation/CHANGELOG.md index 8a5ac24979b6b..767c8abeb95ef 100644 --- a/packages/legacy/transforms/federation/CHANGELOG.md +++ b/packages/legacy/transforms/federation/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-federation +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/federation/package.json b/packages/legacy/transforms/federation/package.json index d0df3342f5eb9..a261d44a08165 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/filter-schema/CHANGELOG.md b/packages/legacy/transforms/filter-schema/CHANGELOG.md index bb4f8b094a42a..f0ecd3c82d593 100644 --- a/packages/legacy/transforms/filter-schema/CHANGELOG.md +++ b/packages/legacy/transforms/filter-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-filter-schema +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/filter-schema/package.json b/packages/legacy/transforms/filter-schema/package.json index f31b44cf4e17f..80d168c536d2b 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/hive/CHANGELOG.md b/packages/legacy/transforms/hive/CHANGELOG.md index 3fab10e5e1eb2..fb125d5298fe3 100644 --- a/packages/legacy/transforms/hive/CHANGELOG.md +++ b/packages/legacy/transforms/hive/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transform-hive +## 0.103.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.0 + ## 0.102.16 ### Patch Changes diff --git a/packages/legacy/transforms/hive/package.json b/packages/legacy/transforms/hive/package.json index 87f011bf61da6..069e5592b9f3d 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.102.16", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/hoist-field/CHANGELOG.md b/packages/legacy/transforms/hoist-field/CHANGELOG.md index 4ee6395170590..d56e4b8d3de66 100644 --- a/packages/legacy/transforms/hoist-field/CHANGELOG.md +++ b/packages/legacy/transforms/hoist-field/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-hoist-field +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/hoist-field/package.json b/packages/legacy/transforms/hoist-field/package.json index 85f87d445a551..526f81bc63d36 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*" }, @@ -42,7 +42,7 @@ "@graphql-tools/wrap": "^10.0.12" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.102.13" + "@graphql-mesh/cache-localforage": "0.103.0" }, "publishConfig": { "access": "public", diff --git a/packages/legacy/transforms/naming-convention/CHANGELOG.md b/packages/legacy/transforms/naming-convention/CHANGELOG.md index 2ddef4b2d58ac..0f45f05eab4b5 100644 --- a/packages/legacy/transforms/naming-convention/CHANGELOG.md +++ b/packages/legacy/transforms/naming-convention/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-naming-convention +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/naming-convention/package.json b/packages/legacy/transforms/naming-convention/package.json index c0495b08df7ea..45639066e815c 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.5.0" @@ -47,7 +47,7 @@ "upper-case": "^2.0.2" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "^0.102.13", + "@graphql-mesh/cache-localforage": "^0.103.0", "@graphql-tools/schema": "10.0.8" }, "publishConfig": { diff --git a/packages/legacy/transforms/prefix/CHANGELOG.md b/packages/legacy/transforms/prefix/CHANGELOG.md index 6d7ff2fb96545..8f7010470cdd7 100644 --- a/packages/legacy/transforms/prefix/CHANGELOG.md +++ b/packages/legacy/transforms/prefix/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-prefix +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/prefix/package.json b/packages/legacy/transforms/prefix/package.json index 96ab7aa6c7a57..3dbd932a15fdb 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "graphql-scalars": "^1.22.4" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.102.13", + "@graphql-mesh/cache-localforage": "0.103.0", "@graphql-tools/schema": "10.0.8" }, "publishConfig": { diff --git a/packages/legacy/transforms/prune/CHANGELOG.md b/packages/legacy/transforms/prune/CHANGELOG.md index 116f9ef745543..cab4f622e9ae4 100644 --- a/packages/legacy/transforms/prune/CHANGELOG.md +++ b/packages/legacy/transforms/prune/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transform-prune +## 0.103.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/prune/package.json b/packages/legacy/transforms/prune/package.json index 7f388f706787e..c7a686e0f6acb 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/transforms/rate-limit/CHANGELOG.md b/packages/legacy/transforms/rate-limit/CHANGELOG.md index 31224cc0fadb7..ee3754a944d74 100644 --- a/packages/legacy/transforms/rate-limit/CHANGELOG.md +++ b/packages/legacy/transforms/rate-limit/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-rate-limit +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/rate-limit/package.json b/packages/legacy/transforms/rate-limit/package.json index 0af8325a2e289..cf097da3f1737 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "minimatch": "^10.0.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.102.13", + "@graphql-mesh/cache-localforage": "0.103.0", "@graphql-tools/schema": "10.0.8", "@graphql-tools/wrap": "10.0.17" }, diff --git a/packages/legacy/transforms/rename/CHANGELOG.md b/packages/legacy/transforms/rename/CHANGELOG.md index 6c400578bdc24..acc337bd981f9 100644 --- a/packages/legacy/transforms/rename/CHANGELOG.md +++ b/packages/legacy/transforms/rename/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-rename +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/rename/package.json b/packages/legacy/transforms/rename/package.json index 0e0d08099af18..4088b76084e31 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "graphql-scalars": "^1.22.4" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.102.13", + "@graphql-mesh/cache-localforage": "0.103.0", "@graphql-tools/schema": "10.0.8" }, "publishConfig": { diff --git a/packages/legacy/transforms/replace-field/CHANGELOG.md b/packages/legacy/transforms/replace-field/CHANGELOG.md index f322313c5ac62..612c8b1a01719 100644 --- a/packages/legacy/transforms/replace-field/CHANGELOG.md +++ b/packages/legacy/transforms/replace-field/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/replace-field +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/replace-field/package.json b/packages/legacy/transforms/replace-field/package.json index 562d88195d786..fa3cfa73d781b 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" @@ -44,7 +44,7 @@ "@graphql-tools/load": "^8.0.0" }, "devDependencies": { - "@graphql-mesh/cache-localforage": "0.102.13", + "@graphql-mesh/cache-localforage": "0.103.0", "@graphql-tools/schema": "10.0.8" }, "publishConfig": { diff --git a/packages/legacy/transforms/resolvers-composition/CHANGELOG.md b/packages/legacy/transforms/resolvers-composition/CHANGELOG.md index b7fe298bcc57b..a6d77dad15399 100644 --- a/packages/legacy/transforms/resolvers-composition/CHANGELOG.md +++ b/packages/legacy/transforms/resolvers-composition/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-resolvers-composition +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/resolvers-composition/package.json b/packages/legacy/transforms/resolvers-composition/package.json index b7648add19f5a..2bc1e510e53c5 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/transforms/transfer-schema/CHANGELOG.md b/packages/legacy/transforms/transfer-schema/CHANGELOG.md index d5628337d0105..ef9b7fb8be206 100644 --- a/packages/legacy/transforms/transfer-schema/CHANGELOG.md +++ b/packages/legacy/transforms/transfer-schema/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-transfer-schema +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/transfer-schema/package.json b/packages/legacy/transforms/transfer-schema/package.json index d7130b1b2a0c2..2789a4f2a830f 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*" }, diff --git a/packages/legacy/transforms/type-merging/CHANGELOG.md b/packages/legacy/transforms/type-merging/CHANGELOG.md index 4804cc4fc8c3c..c60332272672b 100644 --- a/packages/legacy/transforms/type-merging/CHANGELOG.md +++ b/packages/legacy/transforms/type-merging/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transform-type-merging +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/transforms/type-merging/package.json b/packages/legacy/transforms/type-merging/package.json index 4aaf1851c6648..0ac5c4a0bc293 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/legacy/types/CHANGELOG.md b/packages/legacy/types/CHANGELOG.md index b51794e04768d..a1345a4bf4a2b 100644 --- a/packages/legacy/types/CHANGELOG.md +++ b/packages/legacy/types/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/types +## 0.103.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/store@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/types/package.json b/packages/legacy/types/package.json index 9249a93f8642a..06d4408ed4912 100644 --- a/packages/legacy/types/package.json +++ b/packages/legacy/types/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/types", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/store": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/legacy/urql/CHANGELOG.md b/packages/legacy/urql/CHANGELOG.md index 055f2cf8ff397..2167138e9b955 100644 --- a/packages/legacy/urql/CHANGELOG.md +++ b/packages/legacy/urql/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/urql-exchange +## 0.105.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/runtime@0.105.0 + ## 0.104.2 ### Patch Changes diff --git a/packages/legacy/urql/package.json b/packages/legacy/urql/package.json index 78cda70a48f60..c13b4379f037b 100644 --- a/packages/legacy/urql/package.json +++ b/packages/legacy/urql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/urql-exchange", - "version": "0.104.2", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -32,7 +32,7 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/runtime": "^0.104.2", + "@graphql-mesh/runtime": "^0.105.0", "@graphql-tools/utils": "^10.5.5", "@urql/core": "^2.4.3 || ^4.0.0 || ^5.0.0", "graphql": "^15.2.0 || ^16.0.0", diff --git a/packages/legacy/utils/CHANGELOG.md b/packages/legacy/utils/CHANGELOG.md index 16781c09b2534..030da9e847547 100644 --- a/packages/legacy/utils/CHANGELOG.md +++ b/packages/legacy/utils/CHANGELOG.md @@ -1,5 +1,22 @@ # @graphql-mesh/utils +## 0.103.0 + +### Minor Changes + +- [#7971](https://github.com/ardatan/graphql-mesh/pull/7971) + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722) + Thanks [@enisdenjo](https://github.com/enisdenjo)! - DefaultLogger writes logs to console always + +### Patch Changes + +- [#7966](https://github.com/ardatan/graphql-mesh/pull/7966) + [`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f) + Thanks [@enisdenjo](https://github.com/enisdenjo)! - DefaultLogger respects the LogLevel.debug + +- Updated dependencies []: + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/legacy/utils/package.json b/packages/legacy/utils/package.json index 8bec17b2e5736..a5a020c461c15 100644 --- a/packages/legacy/utils/package.json +++ b/packages/legacy/utils/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/utils", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/loaders/json-schema/CHANGELOG.md b/packages/loaders/json-schema/CHANGELOG.md index e7a59c9fe58e6..3a2e1032a8893 100644 --- a/packages/loaders/json-schema/CHANGELOG.md +++ b/packages/loaders/json-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/json-schema +## 0.108.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/transport-rest@0.8.0 + - @graphql-mesh/types@0.103.0 + ## 0.107.8 ### Patch Changes diff --git a/packages/loaders/json-schema/package.json b/packages/loaders/json-schema/package.json index 941206b66997d..6c5b065005c17 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.107.8", + "version": "0.108.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "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.7.15", + "@graphql-mesh/transport-rest": "^0.8.0", "@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 a7a01525ee614..fccb790070451 100644 --- a/packages/loaders/mysql/CHANGELOG.md +++ b/packages/loaders/mysql/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/mysql +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/transport-mysql@0.8.0 + - @graphql-mesh/types@0.103.0 + ## 0.7.14 ### Patch Changes diff --git a/packages/loaders/mysql/package.json b/packages/loaders/mysql/package.json index 0678845d4bdce..ba26bfbb113bf 100644 --- a/packages/loaders/mysql/package.json +++ b/packages/loaders/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/mysql", - "version": "0.7.14", + "version": "0.8.0", "type": "module", "repository": { "type": "git", @@ -32,14 +32,14 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/string-interpolation": "^0.5.6", - "@graphql-mesh/transport-mysql": "^0.7.14", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/transport-mysql": "^0.8.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.5.5", "graphql-compose": "^9.0.11", diff --git a/packages/loaders/neo4j/CHANGELOG.md b/packages/loaders/neo4j/CHANGELOG.md index 5ecb07179f599..e6090477049aa 100644 --- a/packages/loaders/neo4j/CHANGELOG.md +++ b/packages/loaders/neo4j/CHANGELOG.md @@ -1,5 +1,13 @@ # @omnigraph/neo4j +## 0.9.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/transport-neo4j@0.8.0 + - @graphql-mesh/types@0.103.0 + ## 0.8.2 ### Patch Changes diff --git a/packages/loaders/neo4j/package.json b/packages/loaders/neo4j/package.json index 23d5e5442437e..6f8d59a3fb35a 100644 --- a/packages/loaders/neo4j/package.json +++ b/packages/loaders/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/neo4j", - "version": "0.8.2", + "version": "0.9.0", "type": "module", "repository": { "type": "git", @@ -32,12 +32,12 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { - "@graphql-mesh/transport-neo4j": "^0.7.15", + "@graphql-mesh/transport-neo4j": "^0.8.0", "@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 01b21b57e1b27..9a7a3fe723056 100644 --- a/packages/loaders/odata/CHANGELOG.md +++ b/packages/loaders/odata/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/odata +## 0.1.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/store@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.0.13 ### Patch Changes diff --git a/packages/loaders/odata/package.json b/packages/loaders/odata/package.json index 8bf94fcccd069..87f00e93493ad 100644 --- a/packages/loaders/odata/package.json +++ b/packages/loaders/odata/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/odata", - "version": "0.0.13", + "version": "0.1.0", "type": "module", "repository": { "type": "git", @@ -33,9 +33,9 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/store": "^0.102.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/store": "^0.103.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/loaders/openapi/CHANGELOG.md b/packages/loaders/openapi/CHANGELOG.md index 9fe4b9cc18870..4b5c3434d4134 100644 --- a/packages/loaders/openapi/CHANGELOG.md +++ b/packages/loaders/openapi/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/openapi +## 0.108.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @omnigraph/json-schema@0.108.0 + - @graphql-mesh/types@0.103.0 + ## 0.107.8 ### Patch Changes diff --git a/packages/loaders/openapi/package.json b/packages/loaders/openapi/package.json index fb77946959cd8..bacca72afc8cd 100644 --- a/packages/loaders/openapi/package.json +++ b/packages/loaders/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/openapi", - "version": "0.107.8", + "version": "0.108.0", "type": "module", "repository": { "type": "git", @@ -33,15 +33,15 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, "dependencies": { "@graphql-mesh/string-interpolation": "^0.5.6", "@graphql-tools/delegate": "^10.0.28", - "@omnigraph/json-schema": "^0.107.8", + "@omnigraph/json-schema": "^0.108.0", "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 5284a26fe4a45..c9608acdc3ec0 100644 --- a/packages/loaders/raml/CHANGELOG.md +++ b/packages/loaders/raml/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/raml +## 0.108.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @omnigraph/json-schema@0.108.0 + - @graphql-mesh/types@0.103.0 + ## 0.107.8 ### Patch Changes diff --git a/packages/loaders/raml/package.json b/packages/loaders/raml/package.json index d9ab510ab930a..b1f7e72c43afa 100644 --- a/packages/loaders/raml/package.json +++ b/packages/loaders/raml/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/raml", - "version": "0.107.8", + "version": "0.108.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "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.107.8", + "@omnigraph/json-schema": "0.108.0", "@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 d19ffac4aa856..1c71416490130 100644 --- a/packages/loaders/soap/CHANGELOG.md +++ b/packages/loaders/soap/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/soap +## 0.105.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/transport-soap@0.8.0 + - @graphql-mesh/types@0.103.0 + ## 0.104.14 ### Patch Changes diff --git a/packages/loaders/soap/package.json b/packages/loaders/soap/package.json index 3f4947cc6f59b..8f5313f1d2c14 100644 --- a/packages/loaders/soap/package.json +++ b/packages/loaders/soap/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/soap", - "version": "0.104.14", + "version": "0.105.0", "type": "module", "repository": { "type": "git", @@ -32,15 +32,15 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/string-interpolation": "^0.5.6", - "@graphql-mesh/transport-soap": "^0.7.14", + "@graphql-mesh/transport-soap": "^0.8.0", "@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 09de324533fb3..7994485d26a2b 100644 --- a/packages/loaders/sqlite/CHANGELOG.md +++ b/packages/loaders/sqlite/CHANGELOG.md @@ -1,5 +1,12 @@ # @omnigraph/sqlite +## 0.7.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.0 + ## 0.6.13 ### Patch Changes diff --git a/packages/loaders/sqlite/package.json b/packages/loaders/sqlite/package.json index d561e99eb7b85..46b5de9cfb323 100644 --- a/packages/loaders/sqlite/package.json +++ b/packages/loaders/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/sqlite", - "version": "0.6.13", + "version": "0.7.0", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "@graphql-tools/delegate": "^10.0.28" }, "optionalDependencies": { diff --git a/packages/loaders/thrift/CHANGELOG.md b/packages/loaders/thrift/CHANGELOG.md index dce5590644db0..a8bcfc0ad5a23 100644 --- a/packages/loaders/thrift/CHANGELOG.md +++ b/packages/loaders/thrift/CHANGELOG.md @@ -1,5 +1,16 @@ # @omnigraph/thrift +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/transport-thrift@0.8.0 + - @graphql-mesh/types@0.103.0 + ## 0.7.15 ### Patch Changes diff --git a/packages/loaders/thrift/package.json b/packages/loaders/thrift/package.json index b5fd9b9ebb57f..3443ee2b6bfff 100644 --- a/packages/loaders/thrift/package.json +++ b/packages/loaders/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@omnigraph/thrift", - "version": "0.7.15", + "version": "0.8.0", "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.7", - "@graphql-mesh/transport-thrift": "^0.7.14", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/transport-thrift": "^0.8.0", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@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 e8c7717655315..a22e7a7fb839b 100644 --- a/packages/plugins/deduplicate-request/CHANGELOG.md +++ b/packages/plugins/deduplicate-request/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-deduplicate-request +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/deduplicate-request/package.json b/packages/plugins/deduplicate-request/package.json index aa5ca425b86c3..4aa1deb984a4f 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/hive/CHANGELOG.md b/packages/plugins/hive/CHANGELOG.md index dbc979c09964a..391ee07c6ccec 100644 --- a/packages/plugins/hive/CHANGELOG.md +++ b/packages/plugins/hive/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-hive +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.16 ### Patch Changes diff --git a/packages/plugins/hive/package.json b/packages/plugins/hive/package.json index e11cf600cb685..4869d78a63155 100644 --- a/packages/plugins/hive/package.json +++ b/packages/plugins/hive/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-hive", - "version": "0.102.16", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/http-cache/CHANGELOG.md b/packages/plugins/http-cache/CHANGELOG.md index 7b1995a54a98a..d360d231a606a 100644 --- a/packages/plugins/http-cache/CHANGELOG.md +++ b/packages/plugins/http-cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-http-cache +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/http-cache/package.json b/packages/plugins/http-cache/package.json index 9be269dbad84a..3123d818c726e 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/http-details-extensions/CHANGELOG.md b/packages/plugins/http-details-extensions/CHANGELOG.md index 33adbb7028a9d..a9c289e7ca2f9 100644 --- a/packages/plugins/http-details-extensions/CHANGELOG.md +++ b/packages/plugins/http-details-extensions/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-http-details-extensions +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/http-details-extensions/package.json b/packages/plugins/http-details-extensions/package.json index 21eb8331c77ed..115c19f72a479 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/jit/CHANGELOG.md b/packages/plugins/jit/CHANGELOG.md index c198314da1401..b17433ada4e92 100644 --- a/packages/plugins/jit/CHANGELOG.md +++ b/packages/plugins/jit/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/plugin-jit +## 0.1.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + ## 0.0.7 ### Patch Changes diff --git a/packages/plugins/jit/package.json b/packages/plugins/jit/package.json index efcbf2d79df91..89a7c086a7f02 100644 --- a/packages/plugins/jit/package.json +++ b/packages/plugins/jit/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-jit", - "version": "0.0.7", + "version": "0.1.0", "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.102.13", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/plugins/jwt-auth/CHANGELOG.md b/packages/plugins/jwt-auth/CHANGELOG.md index e8a6ac0599256..42848571c66ba 100644 --- a/packages/plugins/jwt-auth/CHANGELOG.md +++ b/packages/plugins/jwt-auth/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-jwt-auth +## 1.3.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 1.2.7 ### Patch Changes diff --git a/packages/plugins/jwt-auth/package.json b/packages/plugins/jwt-auth/package.json index 24b7f60c2fd0c..b7f00cd13a113 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.2.7", + "version": "1.3.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/live-query/CHANGELOG.md b/packages/plugins/live-query/CHANGELOG.md index e69c4777a77dd..466aed9362b35 100644 --- a/packages/plugins/live-query/CHANGELOG.md +++ b/packages/plugins/live-query/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-live-query +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/live-query/package.json b/packages/plugins/live-query/package.json index 325d9d22bd623..a9cfce5fc7939 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/mock/CHANGELOG.md b/packages/plugins/mock/CHANGELOG.md index cd8dd64b08fb0..f81c5389655f2 100644 --- a/packages/plugins/mock/CHANGELOG.md +++ b/packages/plugins/mock/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-mock +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.14 ### Patch Changes diff --git a/packages/plugins/mock/package.json b/packages/plugins/mock/package.json index a588d566e8122..add5da92a3d7d 100644 --- a/packages/plugins/mock/package.json +++ b/packages/plugins/mock/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-mock", - "version": "0.102.14", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" @@ -48,7 +48,7 @@ }, "devDependencies": { "@envelop/core": "5.0.2", - "@graphql-mesh/cache-localforage": "0.102.13", + "@graphql-mesh/cache-localforage": "0.103.0", "@types/faker": "5.5.9" }, "publishConfig": { diff --git a/packages/plugins/newrelic/CHANGELOG.md b/packages/plugins/newrelic/CHANGELOG.md index e8f9ced7197da..d939a187b14df 100644 --- a/packages/plugins/newrelic/CHANGELOG.md +++ b/packages/plugins/newrelic/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-newrelic +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/newrelic/package.json b/packages/plugins/newrelic/package.json index 410f6937ddb4a..caae10c5575ca 100644 --- a/packages/plugins/newrelic/package.json +++ b/packages/plugins/newrelic/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-newrelic", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "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 d445ee088ac57..2ba019114148e 100644 --- a/packages/plugins/operation-field-permissions/CHANGELOG.md +++ b/packages/plugins/operation-field-permissions/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-operation-field-permissions +## 0.103.0 + +### Patch Changes + +- Updated dependencies []: + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/operation-field-permissions/package.json b/packages/plugins/operation-field-permissions/package.json index b94d7fe6037c3..3a4355768bf25 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,7 +33,7 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/operation-headers/CHANGELOG.md b/packages/plugins/operation-headers/CHANGELOG.md index 434197fc57dd1..a19dcaf5b21e1 100644 --- a/packages/plugins/operation-headers/CHANGELOG.md +++ b/packages/plugins/operation-headers/CHANGELOG.md @@ -1,5 +1,24 @@ # @graphql-mesh/plugin-operation-headers +## 1.3.0 + +### Patch Changes + +- [#7967](https://github.com/ardatan/graphql-mesh/pull/7967) + [`ce608ef`](https://github.com/ardatan/graphql-mesh/commit/ce608efd450dc91c3f39f21aa89866820eeed582) + Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + - Added dependency + [`@graphql-hive/gateway-runtime@^1.1.7` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway-runtime/v/1.1.7) + (to `peerDependencies`) + - Removed dependency + [`@graphql-hive/gateway@^1.4.8` ↗︎](https://www.npmjs.com/package/@graphql-hive/gateway/v/1.4.8) + (from `peerDependencies`) +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 1.2.8 ### Patch Changes diff --git a/packages/plugins/operation-headers/package.json b/packages/plugins/operation-headers/package.json index 7ed970547f030..9a2055da96168 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.2.8", + "version": "1.3.0", "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.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/rate-limit/CHANGELOG.md b/packages/plugins/rate-limit/CHANGELOG.md index 445e7051dbddd..88a3f59e1aba0 100644 --- a/packages/plugins/rate-limit/CHANGELOG.md +++ b/packages/plugins/rate-limit/CHANGELOG.md @@ -1,5 +1,19 @@ # @graphql-mesh/plugin-rate-limit +## 0.103.0 + +### Patch Changes + +- [`2d38819`](https://github.com/ardatan/graphql-mesh/commit/2d38819ac360dba9f5abf6196eb64ddcc5f43bcb) + Thanks [@enisdenjo](https://github.com/enisdenjo)! - Added graphql-middleware as a dependency to + @envelop/rate-limiter plugin + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/rate-limit/package.json b/packages/plugins/rate-limit/package.json index ddd4f9328e2fb..1311ac0cad3d1 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/plugins/response-cache/CHANGELOG.md b/packages/plugins/response-cache/CHANGELOG.md index ef4d0c79fc924..c8a460313fd48 100644 --- a/packages/plugins/response-cache/CHANGELOG.md +++ b/packages/plugins/response-cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-response-cache +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/response-cache/package.json b/packages/plugins/response-cache/package.json index 4ab4e0f14e3a9..da42cd998d217 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.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/snapshot/CHANGELOG.md b/packages/plugins/snapshot/CHANGELOG.md index 41eea6eb5bf6d..92aa41c95218c 100644 --- a/packages/plugins/snapshot/CHANGELOG.md +++ b/packages/plugins/snapshot/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-snapshot +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/snapshot/package.json b/packages/plugins/snapshot/package.json index f3df3319b2bf8..8ebe49f6a2440 100644 --- a/packages/plugins/snapshot/package.json +++ b/packages/plugins/snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-snapshot", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -33,8 +33,8 @@ "typings": "dist/typings/index.d.ts", "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "graphql": "*", "tslib": "^2.4.0" }, diff --git a/packages/plugins/statsd/CHANGELOG.md b/packages/plugins/statsd/CHANGELOG.md index 4eaecd0d7bde7..89822e69eca63 100644 --- a/packages/plugins/statsd/CHANGELOG.md +++ b/packages/plugins/statsd/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/plugin-statsd +## 0.103.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.102.13 ### Patch Changes diff --git a/packages/plugins/statsd/package.json b/packages/plugins/statsd/package.json index b8b3daedc6ff7..4e8048d5d3b10 100644 --- a/packages/plugins/statsd/package.json +++ b/packages/plugins/statsd/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-statsd", - "version": "0.102.13", + "version": "0.103.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "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 7a71f674ddac4..2dd10001b6926 100644 --- a/packages/transports/grpc/CHANGELOG.md +++ b/packages/transports/grpc/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-grpc +## 0.1.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.0.3 ### Patch Changes diff --git a/packages/transports/grpc/package.json b/packages/transports/grpc/package.json index 71bbe30f4a7ca..5f0ce8abe4063 100644 --- a/packages/transports/grpc/package.json +++ b/packages/transports/grpc/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-grpc", - "version": "0.0.3", + "version": "0.1.0", "type": "module", "repository": { "type": "git", @@ -32,8 +32,8 @@ }, "typings": "dist/typings/index.d.ts", "peerDependencies": { - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "graphql": "*", "tslib": "^2.4.0" diff --git a/packages/transports/mysql/CHANGELOG.md b/packages/transports/mysql/CHANGELOG.md index 2202e3e7c9840..8ca36aecf4272 100644 --- a/packages/transports/mysql/CHANGELOG.md +++ b/packages/transports/mysql/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-mysql +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.7.14 ### Patch Changes diff --git a/packages/transports/mysql/package.json b/packages/transports/mysql/package.json index 522ee78170344..ed919430c3673 100644 --- a/packages/transports/mysql/package.json +++ b/packages/transports/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-mysql", - "version": "0.7.14", + "version": "0.8.0", "type": "module", "repository": { "type": "git", @@ -39,8 +39,8 @@ "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/string-interpolation": "^0.5.6", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.5.5", "@whatwg-node/fetch": "^0.10.0", diff --git a/packages/transports/neo4j/CHANGELOG.md b/packages/transports/neo4j/CHANGELOG.md index c9006db7891f0..d40c808d9f3ff 100644 --- a/packages/transports/neo4j/CHANGELOG.md +++ b/packages/transports/neo4j/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-neo4j +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.7.15 ### Patch Changes diff --git a/packages/transports/neo4j/package.json b/packages/transports/neo4j/package.json index b175d1a8b091d..38ddd6aac8763 100644 --- a/packages/transports/neo4j/package.json +++ b/packages/transports/neo4j/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-neo4j", - "version": "0.7.15", + "version": "0.8.0", "type": "module", "repository": { "type": "git", @@ -38,8 +38,8 @@ "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/delegate": "^10.0.28", "@graphql-tools/utils": "^10.5.5", "@neo4j/graphql": "^6.0.0", diff --git a/packages/transports/odata/CHANGELOG.md b/packages/transports/odata/CHANGELOG.md index 324b1dde46e79..6bb2542b54fc2 100644 --- a/packages/transports/odata/CHANGELOG.md +++ b/packages/transports/odata/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/transport-odata +## 0.1.0 + +### Patch Changes + +- Updated dependencies []: + - @omnigraph/odata@0.1.0 + ## 0.0.14 ### Patch Changes diff --git a/packages/transports/odata/package.json b/packages/transports/odata/package.json index 5b600f72c84eb..78e05679943f0 100644 --- a/packages/transports/odata/package.json +++ b/packages/transports/odata/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-odata", - "version": "0.0.14", + "version": "0.1.0", "type": "module", "repository": { "type": "git", @@ -37,7 +37,7 @@ }, "dependencies": { "@graphql-mesh/transport-common": "^0.7.13", - "@omnigraph/odata": "^0.0.13" + "@omnigraph/odata": "^0.1.0" }, "publishConfig": { "access": "public", diff --git a/packages/transports/rest/CHANGELOG.md b/packages/transports/rest/CHANGELOG.md index 1a7705af7489f..de8281b62e81e 100644 --- a/packages/transports/rest/CHANGELOG.md +++ b/packages/transports/rest/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-rest +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.7.15 ### Patch Changes diff --git a/packages/transports/rest/package.json b/packages/transports/rest/package.json index d53960db583e4..745c3dc1fb04b 100644 --- a/packages/transports/rest/package.json +++ b/packages/transports/rest/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-rest", - "version": "0.7.15", + "version": "0.8.0", "type": "module", "repository": { "type": "git", @@ -34,8 +34,8 @@ "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.102.13", - "@graphql-mesh/utils": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "@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 dab040bb99f66..484d28a93a01f 100644 --- a/packages/transports/soap/CHANGELOG.md +++ b/packages/transports/soap/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-soap +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @graphql-mesh/types@0.103.0 + ## 0.7.14 ### Patch Changes diff --git a/packages/transports/soap/package.json b/packages/transports/soap/package.json index 81885fd009e5a..3b1953ef7532e 100644 --- a/packages/transports/soap/package.json +++ b/packages/transports/soap/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-soap", - "version": "0.7.14", + "version": "0.8.0", "type": "module", "repository": { "type": "git", @@ -34,7 +34,7 @@ "peerDependencies": { "@graphql-mesh/cross-helpers": "^0.4.7", "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/types": "^0.102.13", + "@graphql-mesh/types": "^0.103.0", "@graphql-tools/executor": "^1.3.2", "@graphql-tools/utils": "^10.5.5", "@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.102.13", + "@graphql-mesh/utils": "^0.103.0", "fast-xml-parser": "^4.5.0" }, "publishConfig": { diff --git a/packages/transports/sqlite/CHANGELOG.md b/packages/transports/sqlite/CHANGELOG.md index 76a0e0f01b854..6cafc40803ea0 100644 --- a/packages/transports/sqlite/CHANGELOG.md +++ b/packages/transports/sqlite/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-mesh/transport-sqlite +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + - @omnigraph/sqlite@0.7.0 + ## 0.7.8 ### Patch Changes diff --git a/packages/transports/sqlite/package.json b/packages/transports/sqlite/package.json index b3a1445d759b9..c260c63507b81 100644 --- a/packages/transports/sqlite/package.json +++ b/packages/transports/sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-sqlite", - "version": "0.7.8", + "version": "0.8.0", "type": "module", "repository": { "type": "git", @@ -37,8 +37,8 @@ }, "dependencies": { "@graphql-mesh/transport-common": "^0.7.13", - "@graphql-mesh/utils": "^0.102.13", - "@omnigraph/sqlite": "^0.6.13" + "@graphql-mesh/utils": "^0.103.0", + "@omnigraph/sqlite": "^0.7.0" }, "publishConfig": { "access": "public", diff --git a/packages/transports/thrift/CHANGELOG.md b/packages/transports/thrift/CHANGELOG.md index aed5a7f4df544..41b3621c5e6a7 100644 --- a/packages/transports/thrift/CHANGELOG.md +++ b/packages/transports/thrift/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-mesh/transport-thrift +## 0.8.0 + +### Patch Changes + +- Updated dependencies + [[`0e49907`](https://github.com/ardatan/graphql-mesh/commit/0e49907cf19d91fe40c28237aa79bd55742b371f), + [`9873b33`](https://github.com/ardatan/graphql-mesh/commit/9873b33f0cc6c3b3a3c3dc1a0a1cb18c827b8722)]: + - @graphql-mesh/utils@0.103.0 + ## 0.7.14 ### Patch Changes diff --git a/packages/transports/thrift/package.json b/packages/transports/thrift/package.json index 6e07f28e8a0a1..1bfd926afab54 100644 --- a/packages/transports/thrift/package.json +++ b/packages/transports/thrift/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/transport-thrift", - "version": "0.7.14", + "version": "0.8.0", "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.102.13", + "@graphql-mesh/utils": "^0.103.0", "@graphql-tools/utils": "^10.5.5", "pascal-case": "^3.1.2" }, diff --git a/yarn.lock b/yarn.lock index 26d11b566a51b..0e4d6961481b5 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.7.15" + "@omnigraph/thrift": "npm:^0.8.0" express: "npm:^4.18.2" graphql: "npm:^16.9.0" thrift: "npm:^0.21.0" @@ -4023,7 +4023,7 @@ __metadata: languageName: node linkType: hard -"@envelop/rate-limiter@npm:^6.2.1": +"@envelop/rate-limiter@npm:^6.2.0, @envelop/rate-limiter@npm:^6.2.1": version: 6.2.1 resolution: "@envelop/rate-limiter@npm:6.2.1" dependencies: @@ -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.1.9" - "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.102.13" - "@omnigraph/json-schema": "npm:^0.107.8" + "@graphql-mesh/compose-cli": "npm:^1.2.0" + "@graphql-mesh/plugin-operation-field-permissions": "npm:^0.103.0" + "@omnigraph/json-schema": "npm:^0.108.0" 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.103.0" - "@graphql-mesh/cache-localforage": "npm:^0.102.13" - "@graphql-mesh/compose-cli": "npm:^1.1.9" - "@graphql-mesh/plugin-response-cache": "npm:^0.102.13" - "@omnigraph/json-schema": "npm:^0.107.8" + "@graphql-mesh/cache-cfw-kv": "npm:^0.104.0" + "@graphql-mesh/cache-localforage": "npm:^0.103.0" + "@graphql-mesh/compose-cli": "npm:^1.2.0" + "@graphql-mesh/plugin-response-cache": "npm:^0.103.0" + "@omnigraph/json-schema": "npm:^0.108.0" graphql: "npm:16.9.0" wrangler: "npm:3.88.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.103.0" - "@graphql-mesh/plugin-rate-limit": "npm:^0.102.13" - "@graphql-mesh/plugin-response-cache": "npm:^0.102.13" + "@graphql-mesh/cache-cfw-kv": "npm:^0.104.0" + "@graphql-mesh/plugin-rate-limit": "npm:^0.103.0" + "@graphql-mesh/plugin-response-cache": "npm:^0.103.0" graphql: "npm:16.9.0" wrangler: "npm:3.88.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.1.9" - "@omnigraph/openapi": "npm:^0.107.8" + "@graphql-mesh/compose-cli": "npm:^1.2.0" + "@omnigraph/openapi": "npm:^0.108.0" 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.1.9" - "@omnigraph/json-schema": "npm:^0.107.8" + "@graphql-mesh/compose-cli": "npm:^1.2.0" + "@omnigraph/json-schema": "npm:^0.108.0" "@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.102.13" - "@graphql-mesh/compose-cli": "npm:^1.1.9" - "@omnigraph/openapi": "npm:^0.107.8" + "@graphql-mesh/cache-localforage": "npm:^0.103.0" + "@graphql-mesh/compose-cli": "npm:^1.2.0" + "@omnigraph/openapi": "npm:^0.108.0" 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.1.9" - "@omnigraph/openapi": "npm:^0.107.8" + "@graphql-mesh/compose-cli": "npm:^1.2.0" + "@omnigraph/openapi": "npm:^0.108.0" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" - "@graphql-mesh/plugin-operation-field-permissions": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" + "@graphql-mesh/plugin-operation-field-permissions": "npm:0.103.0" 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.103.0" - "@graphql-mesh/cli": "npm:0.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" - "@graphql-mesh/plugin-response-cache": "npm:0.102.13" + "@graphql-mesh/cache-cfw-kv": "npm:0.104.0" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" + "@graphql-mesh/plugin-response-cache": "npm:0.103.0" graphql: "npm:16.9.0" wrangler: "npm:3.88.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.97.2" - "@graphql-mesh/graphql": "npm:0.102.16" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/graphql": "npm:0.103.0" 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.97.2" - "@graphql-mesh/supergraph": "npm:0.8.15" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/supergraph": "npm:0.9.0" 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.97.2" - "@graphql-mesh/graphql": "npm:0.102.16" - "@graphql-mesh/transform-federation": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/graphql": "npm:0.103.0" + "@graphql-mesh/transform-federation": "npm:0.103.0" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" "@types/node": "npm:22.9.1" 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.97.2" - "@graphql-mesh/graphql": "npm:0.102.16" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/graphql": "npm:0.103.0" 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.97.2" - "@graphql-mesh/grpc": "npm:0.105.2" - "@graphql-mesh/transform-naming-convention": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/grpc": "npm:0.106.0" + "@graphql-mesh/transform-naming-convention": "npm:0.103.0" "@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.97.2" - "@graphql-mesh/grpc": "npm:0.105.2" - "@graphql-mesh/transform-naming-convention": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/grpc": "npm:0.106.0" + "@graphql-mesh/transform-naming-convention": "npm:0.103.0" "@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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" - "@graphql-mesh/plugin-mock": "npm:0.102.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" + "@graphql-mesh/plugin-mock": "npm:0.103.0" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" - "@graphql-mesh/plugin-mock": "npm:0.102.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" + "@graphql-mesh/plugin-mock": "npm:0.103.0" "@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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" - "@graphql-mesh/plugin-hive": "npm:0.102.16" - "@graphql-mesh/transform-hive": "npm:0.102.16" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" + "@graphql-mesh/plugin-hive": "npm:0.103.0" + "@graphql-mesh/transform-hive": "npm:0.103.0" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" 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.97.2" - "@graphql-mesh/graphql": "npm:0.102.16" - "@graphql-mesh/json-schema": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/graphql": "npm:0.103.0" + "@graphql-mesh/json-schema": "npm:0.108.0" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" - "@graphql-mesh/plugin-mock": "npm:0.102.14" - "@graphql-mesh/transform-naming-convention": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" + "@graphql-mesh/plugin-mock": "npm:0.103.0" + "@graphql-mesh/transform-naming-convention": "npm:0.103.0" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" "@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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" "@types/node": "npm:22.9.1" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" - "@graphql-mesh/plugin-live-query": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" + "@graphql-mesh/plugin-live-query": "npm:0.103.0" "@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.97.2" - "@graphql-mesh/mongoose": "npm:0.102.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/mongoose": "npm:0.103.0" 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.97.2" - "@graphql-mesh/mysql": "npm:0.103.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/mysql": "npm:0.104.0" 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.97.2" - "@graphql-mesh/mysql": "npm:0.103.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/mysql": "npm:0.104.0" 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.102.13" - "@graphql-mesh/cli": "npm:0.97.2" - "@graphql-mesh/neo4j": "npm:0.104.2" + "@graphql-mesh/cache-file": "npm:0.103.0" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/neo4j": "npm:0.105.0" 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.97.2" - "@graphql-mesh/config": "npm:0.105.2" - "@graphql-mesh/openapi": "npm:0.107.8" - "@graphql-mesh/runtime": "npm:0.104.2" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/config": "npm:0.106.0" + "@graphql-mesh/openapi": "npm:0.108.0" + "@graphql-mesh/runtime": "npm:0.105.0" "@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.97.2" - "@graphql-mesh/config": "npm:0.105.2" - "@graphql-mesh/openapi": "npm:0.107.8" - "@graphql-mesh/runtime": "npm:0.104.2" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/config": "npm:0.106.0" + "@graphql-mesh/openapi": "npm:0.108.0" + "@graphql-mesh/runtime": "npm:0.105.0" "@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.97.2" - "@graphql-mesh/odata": "npm:0.104.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/odata": "npm:0.105.0" 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.97.2" - "@graphql-mesh/config": "npm:0.105.2" - "@graphql-mesh/odata": "npm:0.104.13" - "@graphql-mesh/runtime": "npm:0.104.2" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/config": "npm:0.106.0" + "@graphql-mesh/odata": "npm:0.105.0" + "@graphql-mesh/runtime": "npm:0.105.0" 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.97.2" - "@graphql-mesh/config": "npm:0.105.2" - "@graphql-mesh/odata": "npm:0.104.13" - "@graphql-mesh/runtime": "npm:0.104.2" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/config": "npm:0.106.0" + "@graphql-mesh/odata": "npm:0.105.0" + "@graphql-mesh/runtime": "npm:0.105.0" 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.97.2" - "@graphql-mesh/odata": "npm:0.104.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/odata": "npm:0.105.0" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" - "@graphql-mesh/plugin-response-cache": "npm:0.102.13" - "@graphql-mesh/runtime": "npm:0.104.2" - "@graphql-mesh/transform-cache": "npm:0.102.13" - "@graphql-mesh/transform-rename": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" + "@graphql-mesh/plugin-response-cache": "npm:0.103.0" + "@graphql-mesh/runtime": "npm:0.105.0" + "@graphql-mesh/transform-cache": "npm:0.103.0" + "@graphql-mesh/transform-rename": "npm:0.103.0" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" 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.97.2" + "@graphql-mesh/cli": "npm:0.98.0" "@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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" "@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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" - "@graphql-mesh/transform-resolvers-composition": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" + "@graphql-mesh/transform-resolvers-composition": "npm:0.103.0" 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.97.2" - "@graphql-mesh/graphql": "npm:0.102.16" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/graphql": "npm:0.103.0" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" - "@graphql-mesh/plugin-mock": "npm:0.102.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" + "@graphql-mesh/plugin-mock": "npm:0.103.0" "@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.102.13" - "@graphql-mesh/cli": "npm:0.97.2" - "@graphql-mesh/config": "npm:0.105.2" - "@graphql-mesh/graphql": "npm:0.102.16" - "@graphql-mesh/postgraphile": "npm:0.102.13" - "@graphql-mesh/runtime": "npm:0.104.2" - "@graphql-mesh/transform-prefix": "npm:0.102.13" + "@graphql-mesh/cache-file": "npm:0.103.0" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/config": "npm:0.106.0" + "@graphql-mesh/graphql": "npm:0.103.0" + "@graphql-mesh/postgraphile": "npm:0.103.0" + "@graphql-mesh/runtime": "npm:0.105.0" + "@graphql-mesh/transform-prefix": "npm:0.103.0" "@types/node": "npm:22.9.1" 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.97.2" - "@graphql-mesh/openapi": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/openapi": "npm:0.108.0" "@sinclair/typebox": "npm:0.34.5" 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.97.2" - "@graphql-mesh/json-schema": "npm:0.107.8" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/json-schema": "npm:0.108.0" 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.97.2" - "@graphql-mesh/plugin-snapshot": "npm:0.102.13" - "@graphql-mesh/soap": "npm:0.104.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/plugin-snapshot": "npm:0.103.0" + "@graphql-mesh/soap": "npm:0.105.0" 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.97.2" - "@graphql-mesh/soap": "npm:0.104.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/soap": "npm:0.105.0" 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.97.2" - "@graphql-mesh/soap": "npm:0.104.14" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/soap": "npm:0.105.0" 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.103.0" - "@graphql-mesh/cli": "npm:0.97.2" - "@graphql-mesh/graphql": "npm:0.102.16" - "@graphql-mesh/plugin-rate-limit": "npm:0.102.13" - "@graphql-mesh/plugin-response-cache": "npm:0.102.13" + "@graphql-mesh/cache-cfw-kv": "npm:0.104.0" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/graphql": "npm:0.103.0" + "@graphql-mesh/plugin-rate-limit": "npm:0.103.0" + "@graphql-mesh/plugin-response-cache": "npm:0.103.0" graphql: "npm:16.9.0" wrangler: "npm:3.88.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.97.2" - "@graphql-mesh/tuql": "npm:0.103.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/tuql": "npm:0.104.0" 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.97.2" - "@graphql-mesh/thrift": "npm:0.104.15" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/thrift": "npm:0.105.0" 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.97.2" - "@graphql-mesh/graphql": "npm:0.102.16" - "@graphql-mesh/transform-rename": "npm:0.102.13" - "@graphql-mesh/transform-type-merging": "npm:0.102.13" + "@graphql-mesh/cli": "npm:0.98.0" + "@graphql-mesh/graphql": "npm:0.103.0" + "@graphql-mesh/transform-rename": "npm:0.103.0" + "@graphql-mesh/transform-type-merging": "npm:0.103.0" graphql: "npm:16.9.0" languageName: unknown linkType: soft @@ -5890,21 +5890,21 @@ __metadata: "@apollo/client": "npm:3.11.10" peerDependencies: "@apollo/client": ^3.5.9 - "@graphql-mesh/runtime": ^0.104.2 + "@graphql-mesh/runtime": ^0.105.0 "@graphql-tools/utils": ^10.5.5 graphql: ^15.2.0 || ^16.0.0 tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-cfw-kv@npm:0.103.0, @graphql-mesh/cache-cfw-kv@npm:^0.103.0, @graphql-mesh/cache-cfw-kv@workspace:packages/cache/cfw-kv": +"@graphql-mesh/cache-cfw-kv@npm:0.104.0, @graphql-mesh/cache-cfw-kv@npm:^0.104.0, @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.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -5922,34 +5922,66 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/cache-file@npm:0.102.13, @graphql-mesh/cache-file@workspace:packages/cache/file": +"@graphql-mesh/cache-file@npm:0.103.0, @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.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-localforage@npm:0.102.13, @graphql-mesh/cache-localforage@npm:^0.102.13, @graphql-mesh/cache-localforage@npm:^0.102.6, @graphql-mesh/cache-localforage@workspace:packages/cache/localforage": +"@graphql-mesh/cache-localforage@npm:0.103.0, @graphql-mesh/cache-localforage@npm:^0.103.0, @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.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cache-redis@npm:^0.102.6, @graphql-mesh/cache-redis@workspace:packages/cache/redis": +"@graphql-mesh/cache-localforage@npm:^0.102.6": + version: 0.102.13 + resolution: "@graphql-mesh/cache-localforage@npm:0.102.13" + dependencies: + localforage: "npm:1.10.0" + peerDependencies: + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/8d56f17f692add16f694fb31a1dcaff9746541796dc8e16f852e7497104e4c2a0d2f173337ff80129c1806c4bba4615b0b8c518bf69874e47e7af654773a862b + languageName: node + linkType: hard + +"@graphql-mesh/cache-redis@npm:^0.102.6": + version: 0.102.13 + resolution: "@graphql-mesh/cache-redis@npm:0.102.13" + dependencies: + "@graphql-mesh/string-interpolation": "npm:0.5.6" + "@whatwg-node/disposablestack": "npm:^0.0.5" + ioredis: "npm:^5.3.2" + ioredis-mock: "npm:^8.8.3" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/20260d8ec671eaf2f8a718bb2fa3c71481377a0842ccab7dae231d2c132d41448492c2e8a56cf00176171299f1f5ad63e3caabc584aa631d98e6be7a622a0db9 + languageName: node + linkType: hard + +"@graphql-mesh/cache-redis@workspace:packages/cache/redis": version: 0.0.0-use.local resolution: "@graphql-mesh/cache-redis@workspace:packages/cache/redis" dependencies: @@ -5960,14 +5992,14 @@ __metadata: ioredis-mock: "npm:^8.8.3" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/cli@npm:0.97.2, @graphql-mesh/cli@npm:^0.97.2, @graphql-mesh/cli@workspace:packages/legacy/cli": +"@graphql-mesh/cli@npm:0.98.0, @graphql-mesh/cli@npm:^0.98.0, @graphql-mesh/cli@workspace:packages/legacy/cli": version: 0.0.0-use.local resolution: "@graphql-mesh/cli@workspace:packages/legacy/cli" dependencies: @@ -5977,14 +6009,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.105.2" + "@graphql-mesh/config": "npm:^0.106.0" "@graphql-mesh/cross-helpers": "npm:^0.4.7" - "@graphql-mesh/http": "npm:^0.104.2" + "@graphql-mesh/http": "npm:^0.105.0" "@graphql-mesh/include": "npm:^0.2.3" - "@graphql-mesh/runtime": "npm:^0.104.2" - "@graphql-mesh/store": "npm:^0.102.13" - "@graphql-mesh/types": "npm:^0.102.13" - "@graphql-mesh/utils": "npm:^0.102.13" + "@graphql-mesh/runtime": "npm:^0.105.0" + "@graphql-mesh/store": "npm:^0.103.0" + "@graphql-mesh/types": "npm:^0.103.0" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/utils": "npm:^10.5.5" "@types/lodash.get": "npm:4.4.9" "@types/mkdirp": "npm:2.0.0" @@ -6017,14 +6049,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/compose-cli@npm:1.1.9, @graphql-mesh/compose-cli@npm:^1.1.9, @graphql-mesh/compose-cli@workspace:*, @graphql-mesh/compose-cli@workspace:packages/compose-cli": +"@graphql-mesh/compose-cli@npm:1.2.0, @graphql-mesh/compose-cli@npm:^1.2.0, @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.6.7" + "@graphql-mesh/fusion-composition": "npm:^0.7.0" "@graphql-mesh/include": "npm:^0.2.3" - "@graphql-mesh/utils": "npm:^0.102.13" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/graphql-file-loader": "npm:8.0.3" "@graphql-tools/load": "npm:^8.0.1" "@graphql-tools/schema": "npm:^10.0.5" @@ -6033,21 +6065,21 @@ __metadata: commander: "npm:^12.0.0" dotenv: "npm:^16.3.1" peerDependencies: - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 graphql: "*" bin: mesh-compose: dist/esm/bin.js languageName: unknown linkType: soft -"@graphql-mesh/config@npm:0.105.2, @graphql-mesh/config@npm:^0.105.2, @graphql-mesh/config@workspace:packages/legacy/config": +"@graphql-mesh/config@npm:0.106.0, @graphql-mesh/config@npm:^0.106.0, @graphql-mesh/config@workspace:packages/legacy/config": version: 0.0.0-use.local resolution: "@graphql-mesh/config@workspace:packages/legacy/config" dependencies: "@envelop/core": "npm:^5.0.0" - "@graphql-mesh/cache-localforage": "npm:^0.102.13" - "@graphql-mesh/merger-bare": "npm:^0.103.2" - "@graphql-mesh/merger-stitching": "npm:^0.103.2" + "@graphql-mesh/cache-localforage": "npm:^0.103.0" + "@graphql-mesh/merger-bare": "npm:^0.104.0" + "@graphql-mesh/merger-stitching": "npm:^0.104.0" "@graphql-tools/code-file-loader": "npm:^8.0.0" "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/load": "npm:^8.0.0" @@ -6058,10 +6090,10 @@ __metadata: pascal-case: "npm:^3.1.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/runtime": ^0.104.2 - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/runtime": ^0.105.0 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6079,13 +6111,13 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/fusion-composition@npm:^0.6.7, @graphql-mesh/fusion-composition@workspace:packages/fusion/composition": +"@graphql-mesh/fusion-composition@npm:^0.7.0, @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.102.13" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/stitching-directives": "npm:^3.1.9" "@graphql-tools/utils": "npm:^10.5.5" @@ -6132,7 +6164,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/graphql@npm:0.102.16, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": +"@graphql-mesh/graphql@npm:0.103.0, @graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql": version: 0.0.0-use.local resolution: "@graphql-mesh/graphql@workspace:packages/legacy/handlers/graphql" dependencies: @@ -6143,25 +6175,25 @@ __metadata: lodash.get: "npm:^4.4.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/grpc@npm:0.105.2, @graphql-mesh/grpc@workspace:packages/legacy/handlers/grpc": +"@graphql-mesh/grpc@npm:0.106.0, @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.0.3" + "@graphql-mesh/transport-grpc": "npm:^0.1.0" "@omnigraph/grpc": "npm:^0.1.1" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6185,7 +6217,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/http@npm:^0.104.2, @graphql-mesh/http@workspace:packages/legacy/http": +"@graphql-mesh/http@npm:^0.105.0, @graphql-mesh/http@workspace:packages/legacy/http": version: 0.0.0-use.local resolution: "@graphql-mesh/http@workspace:packages/legacy/http" dependencies: @@ -6198,9 +6230,9 @@ __metadata: graphql-yoga: "npm:^5.7.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/runtime": ^0.104.2 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/runtime": ^0.105.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6219,41 +6251,41 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/json-schema@npm:0.107.8, @graphql-mesh/json-schema@npm:^0.107.8, @graphql-mesh/json-schema@workspace:packages/legacy/handlers/json-schema": +"@graphql-mesh/json-schema@npm:0.108.0, @graphql-mesh/json-schema@npm:^0.108.0, @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.107.8" + "@omnigraph/json-schema": "npm:0.108.0" graphql-compose: "npm:9.0.11" json-machete: "npm:0.97.4" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-bare@npm:^0.103.2, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": +"@graphql-mesh/merger-bare@npm:^0.104.0, @graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-bare@workspace:packages/legacy/mergers/bare" dependencies: - "@graphql-mesh/merger-stitching": "npm:0.103.2" + "@graphql-mesh/merger-stitching": "npm:0.104.0" "@graphql-tools/schema": "npm:10.0.8" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/merger-stitching@npm:0.103.2, @graphql-mesh/merger-stitching@npm:^0.103.2, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": +"@graphql-mesh/merger-stitching@npm:0.104.0, @graphql-mesh/merger-stitching@npm:^0.104.0, @graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching": version: 0.0.0-use.local resolution: "@graphql-mesh/merger-stitching@workspace:packages/legacy/mergers/stitching" dependencies: @@ -6261,9 +6293,9 @@ __metadata: "@graphql-tools/schema": "npm:^10.0.5" "@graphql-tools/stitch": "npm:^9.2.17" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6274,11 +6306,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.97.2" - "@graphql-mesh/compose-cli": "npm:^1.1.9" - "@graphql-mesh/config": "npm:^0.105.2" - "@graphql-mesh/types": "npm:^0.102.13" - "@graphql-mesh/utils": "npm:^0.102.13" + "@graphql-mesh/cli": "npm:^0.98.0" + "@graphql-mesh/compose-cli": "npm:^1.2.0" + "@graphql-mesh/config": "npm:^0.106.0" + "@graphql-mesh/types": "npm:^0.103.0" + "@graphql-mesh/utils": "npm:^0.103.0" "@types/lodash.kebabcase": "npm:^4.1.9" lodash.kebabcase: "npm:^4.1.1" prettier: "npm:^3.3.3" @@ -6290,7 +6322,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/mongoose@npm:0.102.14, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": +"@graphql-mesh/mongoose@npm:0.103.0, @graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose": version: 0.0.0-use.local resolution: "@graphql-mesh/mongoose@workspace:packages/legacy/handlers/mongoose" dependencies: @@ -6301,85 +6333,97 @@ __metadata: graphql-compose-pagination: "npm:^8.3.0" mongoose: "npm:8.8.2" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" mongoose: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/mysql@npm:0.103.14, @graphql-mesh/mysql@workspace:packages/legacy/handlers/mysql": +"@graphql-mesh/mysql@npm:0.104.0, @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.7.14" + "@omnigraph/mysql": "npm:^0.8.0" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/neo4j@npm:0.104.2, @graphql-mesh/neo4j@workspace:packages/legacy/handlers/neo4j": +"@graphql-mesh/neo4j@npm:0.105.0, @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.8.2" + "@omnigraph/neo4j": "npm:^0.9.0" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/odata@npm:0.104.13, @graphql-mesh/odata@workspace:packages/legacy/handlers/odata": +"@graphql-mesh/odata@npm:0.105.0, @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.0.13" + "@omnigraph/odata": "npm:^0.1.0" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/openapi@npm:0.107.8, @graphql-mesh/openapi@workspace:packages/legacy/handlers/openapi": +"@graphql-mesh/openapi@npm:0.108.0, @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.107.8" + "@omnigraph/openapi": "npm:0.108.0" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-deduplicate-request@npm:^0.102.6, @graphql-mesh/plugin-deduplicate-request@workspace:packages/plugins/deduplicate-request": +"@graphql-mesh/plugin-deduplicate-request@npm:^0.102.6": + version: 0.102.13 + resolution: "@graphql-mesh/plugin-deduplicate-request@npm:0.102.13" + peerDependencies: + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/1fd2fe75e2fcf423df80c874fb4c60980c214ef05eec7f0ccdf372714f4709510e738f2e856cab89422ebc47066bafb13351de19c3dbad43a66d1b27a6097f1e + languageName: node + linkType: hard + +"@graphql-mesh/plugin-deduplicate-request@workspace:packages/plugins/deduplicate-request": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-deduplicate-request@workspace:packages/plugins/deduplicate-request" dependencies: "@whatwg-node/fetch": "npm:0.10.1" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-hive@npm:0.102.16, @graphql-mesh/plugin-hive@npm:^0.102.8, @graphql-mesh/plugin-hive@workspace:packages/plugins/hive": +"@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: @@ -6388,14 +6432,46 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.6" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-http-cache@npm:^0.102.6, @graphql-mesh/plugin-http-cache@workspace:packages/plugins/http-cache": +"@graphql-mesh/plugin-hive@npm:^0.102.8": + version: 0.102.16 + resolution: "@graphql-mesh/plugin-hive@npm:0.102.16" + dependencies: + "@graphql-hive/core": "npm:^0.8.1" + "@graphql-hive/yoga": "npm:^0.39.0" + "@graphql-mesh/string-interpolation": "npm:0.5.6" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/4f9df8197b5122128d519b7a29fbb625955f8fe32b936a82dc610bec705324bdc709abb262f9fea611639aade105df6d42f0c7814c2450fb8028f55f68e6dabe + languageName: node + linkType: hard + +"@graphql-mesh/plugin-http-cache@npm:^0.102.6": + version: 0.102.13 + resolution: "@graphql-mesh/plugin-http-cache@npm:0.102.13" + dependencies: + "@whatwg-node/fetch": "npm:^0.10.0" + http-cache-semantics: "npm:4.1.1" + peerDependencies: + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/da3de898d72026cad5d041edf0be4128e9b9019d1962c6dbbd012cb32a0c766ac00b7f1b1b65088c56b7d8b638ef347970663d7c143a0de0081b47ca7b29f81e + languageName: node + linkType: hard + +"@graphql-mesh/plugin-http-cache@workspace:packages/plugins/http-cache": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-http-cache@workspace:packages/plugins/http-cache" dependencies: @@ -6403,8 +6479,8 @@ __metadata: "@whatwg-node/fetch": "npm:^0.10.0" http-cache-semantics: "npm:4.1.1" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6417,14 +6493,29 @@ __metadata: "@envelop/core": "npm:5.0.2" "@whatwg-node/fetch": "npm:^0.10.0" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-jit@npm:^0.0.7, @graphql-mesh/plugin-jit@workspace:packages/plugins/jit": +"@graphql-mesh/plugin-jit@npm:^0.0.7": + version: 0.0.7 + resolution: "@graphql-mesh/plugin-jit@npm:0.0.7" + dependencies: + graphql-jit: "npm:^0.8.7" + peerDependencies: + "@envelop/core": ^5.0.2 + "@graphql-mesh/utils": ^0.102.13 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/e5a1d745cc1bfbbe4f1fbed50b10ca38d421f9a531af2e4d133bd1447ee98b8678f942e310e581db9494a93e6162af621f0352d096202ada6e7497db7cbd4db5 + languageName: node + linkType: hard + +"@graphql-mesh/plugin-jit@workspace:packages/plugins/jit": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-jit@workspace:packages/plugins/jit" dependencies: @@ -6432,7 +6523,7 @@ __metadata: graphql-jit: "npm:^0.8.7" peerDependencies: "@envelop/core": ^5.0.2 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6449,14 +6540,14 @@ __metadata: graphql-yoga: "npm:^5.7.0" jsonwebtoken: "npm:9.0.2" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-live-query@npm:0.102.13, @graphql-mesh/plugin-live-query@workspace:packages/plugins/live-query": +"@graphql-mesh/plugin-live-query@npm:0.103.0, @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: @@ -6466,19 +6557,19 @@ __metadata: "@n1ru4l/in-memory-live-query-store": "npm:0.10.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-mock@npm:0.102.14, @graphql-mesh/plugin-mock@npm:^0.102.14, @graphql-mesh/plugin-mock@npm:^0.102.7, @graphql-mesh/plugin-mock@workspace:packages/plugins/mock": +"@graphql-mesh/plugin-mock@npm:0.103.0, @graphql-mesh/plugin-mock@npm:^0.103.0, @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.102.13" + "@graphql-mesh/cache-localforage": "npm:0.103.0" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-tools/mock": "npm:^9.0.3" "@graphql-tools/schema": "npm:^10.0.5" @@ -6487,14 +6578,34 @@ __metadata: graphql-scalars: "npm:^1.22.4" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft +"@graphql-mesh/plugin-mock@npm:^0.102.7": + version: 0.102.14 + resolution: "@graphql-mesh/plugin-mock@npm:0.102.14" + dependencies: + "@graphql-mesh/string-interpolation": "npm:^0.5.6" + "@graphql-tools/mock": "npm:^9.0.3" + "@graphql-tools/schema": "npm:^10.0.5" + faker: "npm:5.5.3" + graphql-scalars: "npm:^1.22.4" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/48bcdfc9f4099e6ab652ba99c4727c795c898e902d0ff809ae76ead2ac7301d6ceab2c7aa34b19247e039248b4cb6e6ae58d2eb1d14c1173b2ba1c16becc2157 + languageName: node + linkType: hard + "@graphql-mesh/plugin-newrelic@workspace:packages/plugins/newrelic": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-newrelic@workspace:packages/plugins/newrelic" @@ -6508,8 +6619,8 @@ __metadata: newrelic: "npm:10.6.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" graphql-yoga: ^4.0.5 || ^5.0.0 newrelic: ^7 || ^8.0.0 || ^10.0.0 @@ -6547,14 +6658,14 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/plugin-operation-field-permissions@npm:0.102.13, @graphql-mesh/plugin-operation-field-permissions@npm:^0.102.13, @graphql-mesh/plugin-operation-field-permissions@workspace:packages/plugins/operation-field-permissions": +"@graphql-mesh/plugin-operation-field-permissions@npm:0.103.0, @graphql-mesh/plugin-operation-field-permissions@npm:^0.103.0, @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.7 - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6565,8 +6676,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.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6593,7 +6704,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/plugin-rate-limit@npm:0.102.13, @graphql-mesh/plugin-rate-limit@npm:^0.102.13, @graphql-mesh/plugin-rate-limit@npm:^0.102.6, @graphql-mesh/plugin-rate-limit@workspace:packages/plugins/rate-limit": +"@graphql-mesh/plugin-rate-limit@npm:0.103.0, @graphql-mesh/plugin-rate-limit@npm:^0.103.0, @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: @@ -6602,15 +6713,32 @@ __metadata: "@graphql-mesh/string-interpolation": "npm:0.5.6" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-response-cache@npm:0.102.13, @graphql-mesh/plugin-response-cache@npm:^0.102.13, @graphql-mesh/plugin-response-cache@npm:^0.102.6, @graphql-mesh/plugin-response-cache@workspace:packages/plugins/response-cache": +"@graphql-mesh/plugin-rate-limit@npm:^0.102.6": + version: 0.102.13 + resolution: "@graphql-mesh/plugin-rate-limit@npm:0.102.13" + dependencies: + "@envelop/rate-limiter": "npm:^6.2.0" + "@graphql-mesh/string-interpolation": "npm:0.5.6" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/310c1d9f3968debdc64cbb2acae84fc3d830c4864e2fe76ffadf0469164eef604ed3005fbb6b172ed112294f4d930ef81377f05cb75d0e96995117b7dd57c7e7 + languageName: node + linkType: hard + +"@graphql-mesh/plugin-response-cache@npm:0.103.0, @graphql-mesh/plugin-response-cache@npm:^0.103.0, @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: @@ -6621,14 +6749,33 @@ __metadata: graphql-yoga: "npm:^5.7.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/plugin-snapshot@npm:0.102.13, @graphql-mesh/plugin-snapshot@npm:^0.102.6, @graphql-mesh/plugin-snapshot@workspace:packages/plugins/snapshot": +"@graphql-mesh/plugin-response-cache@npm:^0.102.6": + version: 0.102.13 + resolution: "@graphql-mesh/plugin-response-cache@npm:0.102.13" + dependencies: + "@envelop/core": "npm:^5.0.0" + "@envelop/response-cache": "npm:^6.1.1" + "@graphql-mesh/string-interpolation": "npm:0.5.6" + "@graphql-yoga/plugin-response-cache": "npm:^3.1.1" + graphql-yoga: "npm:^5.7.0" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/9bf76048c4ab9ac90a54225619dc7bf623ca89a873cd91933b81cb1f0dda69fec458a60d1f7b22e893f8080709a867ada3809b9615f2be22d6e37d803f731d64 + languageName: node + linkType: hard + +"@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: @@ -6637,13 +6784,30 @@ __metadata: minimatch: "npm:10.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft +"@graphql-mesh/plugin-snapshot@npm:^0.102.6": + version: 0.102.13 + resolution: "@graphql-mesh/plugin-snapshot@npm:0.102.13" + dependencies: + "@graphql-mesh/string-interpolation": "npm:0.5.6" + "@whatwg-node/fetch": "npm:^0.10.0" + minimatch: "npm:10.0.1" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/f0934126c09778268c8baf4dffdc08407c93adcd304f8bb1b26869feba296503829666486faa6734ff3575f9b0df32edc40a1617b969a93068748389ecf850a3 + languageName: node + linkType: hard + "@graphql-mesh/plugin-statsd@workspace:packages/plugins/statsd": version: 0.0.0-use.local resolution: "@graphql-mesh/plugin-statsd@workspace:packages/plugins/statsd" @@ -6651,15 +6815,15 @@ __metadata: "@envelop/statsd": "npm:5.0.0" hot-shots: "npm:10.2.1" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 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.102.13, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": +"@graphql-mesh/postgraphile@npm:0.103.0, @graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile": version: 0.0.0-use.local resolution: "@graphql-mesh/postgraphile@workspace:packages/legacy/handlers/postgraphile" dependencies: @@ -6670,9 +6834,9 @@ __metadata: postgraphile-core: "npm:^4.13.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -6682,17 +6846,17 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/raml@workspace:packages/legacy/handlers/raml" dependencies: - "@omnigraph/raml": "npm:0.107.8" + "@omnigraph/raml": "npm:0.108.0" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/runtime@npm:0.104.2, @graphql-mesh/runtime@npm:^0.104.1, @graphql-mesh/runtime@npm:^0.104.2, @graphql-mesh/runtime@workspace:packages/legacy/runtime": +"@graphql-mesh/runtime@npm:0.105.0, @graphql-mesh/runtime@npm:^0.105.0, @graphql-mesh/runtime@workspace:packages/legacy/runtime": version: 0.0.0-use.local resolution: "@graphql-mesh/runtime@workspace:packages/legacy/runtime" dependencies: @@ -6709,32 +6873,73 @@ __metadata: graphql-jit: "npm:^0.8.7" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/soap@npm:0.104.14, @graphql-mesh/soap@workspace:packages/legacy/handlers/soap": +"@graphql-mesh/runtime@npm:^0.104.1": + version: 0.104.2 + resolution: "@graphql-mesh/runtime@npm:0.104.2" + dependencies: + "@envelop/core": "npm:^5.0.0" + "@envelop/extended-validation": "npm:^4.0.0" + "@envelop/graphql-jit": "npm:^8.0.0" + "@graphql-mesh/string-interpolation": "npm:^0.5.6" + "@graphql-tools/batch-delegate": "npm:^9.0.9" + "@graphql-tools/delegate": "npm:^10.0.28" + "@graphql-tools/executor": "npm:^1.3.2" + "@graphql-tools/wrap": "npm:^10.0.12" + "@whatwg-node/fetch": "npm:^0.10.0" + graphql-jit: "npm:^0.8.7" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/2388988586b51bca90a07f71d5d294873f6ce38be47e9f938a99ab5a8c55a0c3d815371668ccc19818e827ee5e35c79b01aae5c72043064bcf29edb76161a8a6 + languageName: node + linkType: hard + +"@graphql-mesh/soap@npm:0.105.0, @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.7" "@graphql-mesh/string-interpolation": "npm:^0.5.6" - "@omnigraph/soap": "npm:0.104.14" + "@omnigraph/soap": "npm:0.105.0" peerDependencies: - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/store@npm:^0.102.10, @graphql-mesh/store@npm:^0.102.12, @graphql-mesh/store@npm:^0.102.13, @graphql-mesh/store@workspace:packages/legacy/store": +"@graphql-mesh/store@npm:^0.102.10, @graphql-mesh/store@npm:^0.102.12": + version: 0.102.13 + resolution: "@graphql-mesh/store@npm:0.102.13" + dependencies: + "@graphql-inspector/core": "npm:6.2.0" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/utils": ^0.102.13 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/07953874cd649719dc5e5f597fcf313c9731e570201eb552359147533640c94332f47903c9724afdada54a797f0d27e32a9348e6d09ff65ddce4cd97b477cc8f + languageName: node + linkType: hard + +"@graphql-mesh/store@npm:^0.103.0, @graphql-mesh/store@workspace:packages/legacy/store": version: 0.0.0-use.local resolution: "@graphql-mesh/store@workspace:packages/legacy/store" dependencies: @@ -6742,8 +6947,8 @@ __metadata: graphql: "npm:16.9.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6763,7 +6968,7 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/supergraph@npm:0.8.15, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": +"@graphql-mesh/supergraph@npm:0.9.0, @graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph": version: 0.0.0-use.local resolution: "@graphql-mesh/supergraph@workspace:packages/legacy/handlers/supergraph" dependencies: @@ -6774,45 +6979,45 @@ __metadata: lodash.get: "npm:^4.4.2" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/thrift@npm:0.104.15, @graphql-mesh/thrift@workspace:packages/legacy/handlers/thrift": +"@graphql-mesh/thrift@npm:0.105.0, @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.7.15" + "@omnigraph/thrift": "npm:^0.8.0" "@types/thrift": "npm:0.10.17" "@types/url-join": "npm:4.0.3" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-cache@npm:0.102.13, @graphql-mesh/transform-cache@workspace:packages/legacy/transforms/cache": +"@graphql-mesh/transform-cache@npm:0.103.0, @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.102.13" + "@graphql-mesh/cache-localforage": "npm:0.103.0" "@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.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6827,8 +7032,8 @@ __metadata: "@graphql-tools/schema": "npm:10.0.8" "@graphql-tools/wrap": "npm:^10.0.12" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6845,15 +7050,15 @@ __metadata: "@graphql-tools/schema": "npm:^10.0.5" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-federation@npm:0.102.13, @graphql-mesh/transform-federation@workspace:packages/legacy/transforms/federation": +"@graphql-mesh/transform-federation@npm:0.103.0, @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: @@ -6864,8 +7069,8 @@ __metadata: dset: "npm:^3.1.2" graphql-transform-federation: "npm:^2.2.0" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6881,15 +7086,15 @@ __metadata: "@types/minimatch": "npm:5.1.2" minimatch: "npm:^10.0.0" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-hive@npm:0.102.16, @graphql-mesh/transform-hive@workspace:packages/legacy/transforms/hive": +"@graphql-mesh/transform-hive@npm:0.103.0, @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: @@ -6899,7 +7104,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.28" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6910,22 +7115,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.102.13" + "@graphql-mesh/cache-localforage": "npm:0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/wrap": "npm:^10.0.12" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-naming-convention@npm:0.102.13, @graphql-mesh/transform-naming-convention@workspace:packages/legacy/transforms/naming-convention": +"@graphql-mesh/transform-naming-convention@npm:0.103.0, @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.102.13" + "@graphql-mesh/cache-localforage": "npm:^0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.8" "@graphql-tools/wrap": "npm:^10.0.12" @@ -6934,26 +7139,26 @@ __metadata: lower-case: "npm:^2.0.2" upper-case: "npm:^2.0.2" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.5.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-prefix@npm:0.102.13, @graphql-mesh/transform-prefix@workspace:packages/legacy/transforms/prefix": +"@graphql-mesh/transform-prefix@npm:0.103.0, @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.102.13" + "@graphql-mesh/cache-localforage": "npm:0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.8" "@graphql-tools/wrap": "npm:^10.0.12" graphql-scalars: "npm:^1.22.4" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6964,7 +7169,7 @@ __metadata: version: 0.0.0-use.local resolution: "@graphql-mesh/transform-prune@workspace:packages/legacy/transforms/prune" peerDependencies: - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -6975,33 +7180,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.102.13" + "@graphql-mesh/cache-localforage": "npm:0.103.0" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-tools/schema": "npm:10.0.8" "@graphql-tools/wrap": "npm:10.0.17" minimatch: "npm:^10.0.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-rename@npm:0.102.13, @graphql-mesh/transform-rename@workspace:packages/legacy/transforms/rename": +"@graphql-mesh/transform-rename@npm:0.103.0, @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.102.13" + "@graphql-mesh/cache-localforage": "npm:0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/schema": "npm:10.0.8" "@graphql-tools/wrap": "npm:^10.0.12" graphql-scalars: "npm:^1.22.4" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -7012,29 +7217,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.102.13" + "@graphql-mesh/cache-localforage": "npm:0.103.0" "@graphql-tools/code-file-loader": "npm:^8.0.0" "@graphql-tools/graphql-file-loader": "npm:^8.0.0" "@graphql-tools/load": "npm:^8.0.0" "@graphql-tools/schema": "npm:10.0.8" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transform-resolvers-composition@npm:0.102.13, @graphql-mesh/transform-resolvers-composition@workspace:packages/legacy/transforms/resolvers-composition": +"@graphql-mesh/transform-resolvers-composition@npm:0.103.0, @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.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -7047,22 +7252,22 @@ __metadata: "@types/micromatch": "npm:4.0.9" micromatch: "npm:4.0.8" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" languageName: unknown linkType: soft -"@graphql-mesh/transform-type-merging@npm:0.102.13, @graphql-mesh/transform-type-merging@workspace:packages/legacy/transforms/type-merging": +"@graphql-mesh/transform-type-merging@npm:0.103.0, @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.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown @@ -7083,7 +7288,7 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transport-grpc@npm:^0.0.3, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc": +"@graphql-mesh/transport-grpc@npm:^0.1.0, @graphql-mesh/transport-grpc@workspace:packages/transports/grpc": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-grpc@workspace:packages/transports/grpc" dependencies: @@ -7098,8 +7303,8 @@ __metadata: long: "npm:4.0.0" protobufjs: "npm:^7.2.5" peerDependencies: - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -7144,15 +7349,15 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/transport-mysql@npm:^0.7.14, @graphql-mesh/transport-mysql@workspace:packages/transports/mysql": +"@graphql-mesh/transport-mysql@npm:^0.8.0, @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.7" "@graphql-mesh/string-interpolation": "npm:^0.5.6" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.102.13" - "@graphql-mesh/utils": "npm:^0.102.13" + "@graphql-mesh/types": "npm:^0.103.0" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.5.5" "@whatwg-node/fetch": "npm:^0.10.0" @@ -7165,14 +7370,14 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-neo4j@npm:^0.7.15, @graphql-mesh/transport-neo4j@workspace:packages/transports/neo4j": +"@graphql-mesh/transport-neo4j@npm:^0.8.0, @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.7" "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/types": "npm:^0.102.13" - "@graphql-mesh/utils": "npm:^0.102.13" + "@graphql-mesh/types": "npm:^0.103.0" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.5.5" "@neo4j/graphql": "npm:^6.0.0" @@ -7189,14 +7394,14 @@ __metadata: resolution: "@graphql-mesh/transport-odata@workspace:packages/transports/odata" dependencies: "@graphql-mesh/transport-common": "npm:^0.7.13" - "@omnigraph/odata": "npm:^0.0.13" + "@omnigraph/odata": "npm:^0.1.0" peerDependencies: graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-rest@npm:^0.7.15, @graphql-mesh/transport-rest@workspace:packages/transports/rest": +"@graphql-mesh/transport-rest@npm:^0.8.0, @graphql-mesh/transport-rest@workspace:packages/transports/rest": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-rest@workspace:packages/transports/rest" dependencies: @@ -7209,8 +7414,8 @@ __metadata: peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 "@graphql-mesh/transport-common": ^0.7.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 "@whatwg-node/fetch": ^0.9.15 || ^0.10.0 graphql: "*" @@ -7218,17 +7423,17 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/transport-soap@npm:^0.7.14, @graphql-mesh/transport-soap@workspace:packages/transports/soap": +"@graphql-mesh/transport-soap@npm:^0.8.0, @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.102.13" + "@graphql-mesh/utils": "npm:^0.103.0" fast-xml-parser: "npm:^4.5.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 "@graphql-mesh/transport-common": ^0.7.13 - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 "@graphql-tools/executor": ^1.3.2 "@graphql-tools/utils": ^10.5.5 "@whatwg-node/fetch": ^0.9.15 || ^0.10.0 @@ -7242,15 +7447,15 @@ __metadata: resolution: "@graphql-mesh/transport-sqlite@workspace:packages/transports/sqlite" dependencies: "@graphql-mesh/transport-common": "npm:^0.7.13" - "@graphql-mesh/utils": "npm:^0.102.13" - "@omnigraph/sqlite": "npm:^0.6.13" + "@graphql-mesh/utils": "npm:^0.103.0" + "@omnigraph/sqlite": "npm:^0.7.0" peerDependencies: graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/transport-thrift@npm:^0.7.14, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": +"@graphql-mesh/transport-thrift@npm:^0.8.0, @graphql-mesh/transport-thrift@workspace:packages/transports/thrift": version: 0.0.0-use.local resolution: "@graphql-mesh/transport-thrift@workspace:packages/transports/thrift" dependencies: @@ -7258,7 +7463,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.102.13" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/utils": "npm:^10.5.5" pascal-case: "npm:^3.1.2" peerDependencies: @@ -7287,19 +7492,35 @@ __metadata: languageName: node linkType: hard -"@graphql-mesh/tuql@npm:0.103.13, @graphql-mesh/tuql@workspace:packages/legacy/handlers/tuql": +"@graphql-mesh/tuql@npm:0.104.0, @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.6.13" + "@omnigraph/sqlite": "npm:^0.7.0" peerDependencies: - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@graphql-mesh/types@npm:^0.102.10, @graphql-mesh/types@npm:^0.102.12, @graphql-mesh/types@npm:^0.102.13, @graphql-mesh/types@workspace:packages/legacy/types": +"@graphql-mesh/types@npm:^0.102.10, @graphql-mesh/types@npm:^0.102.12": + version: 0.102.13 + resolution: "@graphql-mesh/types@npm:0.102.13" + dependencies: + "@graphql-tools/batch-delegate": "npm:^9.0.10" + "@graphql-tools/delegate": "npm:^10.0.28" + "@graphql-typed-document-node/core": "npm:^3.2.0" + peerDependencies: + "@graphql-mesh/store": ^0.102.13 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/7a951e7944ce6b27bfb444bc888eb4a25de450addef3d9816866ecec3cb1c5b1eb126a8a8d9cc96b0580f4c386c357286a75b6c8ea23432cebb6464334359826 + languageName: node + linkType: hard + +"@graphql-mesh/types@npm:^0.103.0, @graphql-mesh/types@workspace:packages/legacy/types": version: 0.0.0-use.local resolution: "@graphql-mesh/types@workspace:packages/legacy/types" dependencies: @@ -7307,7 +7528,7 @@ __metadata: "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-typed-document-node/core": "npm:^3.2.0" peerDependencies: - "@graphql-mesh/store": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -7321,7 +7542,7 @@ __metadata: "@urql/core": "npm:5.0.8" wonka: "npm:6.3.4" peerDependencies: - "@graphql-mesh/runtime": ^0.104.2 + "@graphql-mesh/runtime": ^0.105.0 "@graphql-tools/utils": ^10.5.5 "@urql/core": ^2.4.3 || ^4.0.0 || ^5.0.0 graphql: ^15.2.0 || ^16.0.0 @@ -7330,7 +7551,30 @@ __metadata: languageName: unknown linkType: soft -"@graphql-mesh/utils@npm:^0.102.10, @graphql-mesh/utils@npm:^0.102.12, @graphql-mesh/utils@npm:^0.102.13, @graphql-mesh/utils@workspace:packages/legacy/utils": +"@graphql-mesh/utils@npm:^0.102.10, @graphql-mesh/utils@npm:^0.102.12": + version: 0.102.13 + resolution: "@graphql-mesh/utils@npm:0.102.13" + dependencies: + "@graphql-mesh/string-interpolation": "npm:^0.5.6" + "@graphql-tools/delegate": "npm:^10.0.28" + "@whatwg-node/disposablestack": "npm:^0.0.5" + "@whatwg-node/fetch": "npm:^0.10.0" + dset: "npm:^3.1.2" + js-yaml: "npm:^4.1.0" + lodash.get: "npm:^4.4.2" + lodash.topath: "npm:^4.5.2" + tiny-lru: "npm:^11.0.0" + peerDependencies: + "@graphql-mesh/cross-helpers": ^0.4.7 + "@graphql-mesh/types": ^0.102.13 + "@graphql-tools/utils": ^10.5.5 + graphql: "*" + tslib: ^2.4.0 + checksum: 10c0/cc5fb150eb1db1e7aa0e8cb9245b7745de151cc2a8d09ab2d2871dcdac6210293851115e7a4d9fe1722ed0c2bb6d3af295ccca1aba84769cecf1af575699431e + languageName: node + linkType: hard + +"@graphql-mesh/utils@npm:^0.103.0, @graphql-mesh/utils@workspace:packages/legacy/utils": version: 0.0.0-use.local resolution: "@graphql-mesh/utils@workspace:packages/legacy/utils" dependencies: @@ -7349,7 +7593,7 @@ __metadata: tiny-lru: "npm:^11.0.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 @@ -10007,13 +10251,13 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/json-schema@npm:0.107.8, @omnigraph/json-schema@npm:^0.107.8, @omnigraph/json-schema@workspace:*, @omnigraph/json-schema@workspace:packages/loaders/json-schema": +"@omnigraph/json-schema@npm:0.108.0, @omnigraph/json-schema@npm:^0.108.0, @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.7.15" + "@graphql-mesh/transport-rest": "npm:^0.8.0" "@graphql-tools/delegate": "npm:^10.0.28" "@json-schema-tools/meta-schema": "npm:1.7.5" "@types/qs": "npm:6.9.17" @@ -10033,22 +10277,22 @@ __metadata: url-join: "npm:4.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/mysql@npm:^0.7.14, @omnigraph/mysql@workspace:packages/loaders/mysql": +"@omnigraph/mysql@npm:^0.8.0, @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.7" "@graphql-mesh/string-interpolation": "npm:^0.5.6" - "@graphql-mesh/transport-mysql": "npm:^0.7.14" - "@graphql-mesh/utils": "npm:^0.102.13" + "@graphql-mesh/transport-mysql": "npm:^0.8.0" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" "@graphql-tools/utils": "npm:^10.5.5" "@types/graphql-fields": "npm:1.3.9" @@ -10059,28 +10303,28 @@ __metadata: mysql: "npm:^2.18.1" mysql-utilities: "npm:^1.1.4" peerDependencies: - "@graphql-mesh/types": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/neo4j@npm:^0.8.2, @omnigraph/neo4j@workspace:packages/loaders/neo4j": +"@omnigraph/neo4j@npm:^0.9.0, @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.7.15" + "@graphql-mesh/transport-neo4j": "npm:^0.8.0" "@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.102.13 + "@graphql-mesh/types": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/odata@npm:^0.0.13, @omnigraph/odata@workspace:packages/loaders/odata": +"@omnigraph/odata@npm:^0.1.0, @omnigraph/odata@workspace:packages/loaders/odata": version: 0.0.0-use.local resolution: "@omnigraph/odata@workspace:packages/loaders/odata" dependencies: @@ -10099,23 +10343,23 @@ __metadata: url-join: "npm:^4.0.1" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/store": ^0.102.13 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/store": ^0.103.0 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/openapi@npm:0.107.8, @omnigraph/openapi@npm:^0.107.8, @omnigraph/openapi@workspace:*, @omnigraph/openapi@workspace:packages/loaders/openapi": +"@omnigraph/openapi@npm:0.108.0, @omnigraph/openapi@npm:^0.108.0, @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.5.6" - "@omnigraph/json-schema": "npm:^0.107.8" + "@omnigraph/json-schema": "npm:^0.108.0" "@whatwg-node/fetch": "npm:0.10.1" change-case: "npm:^4.1.2" fets: "npm:0.8.4" @@ -10125,61 +10369,61 @@ __metadata: openapi-types: "npm:^12.1.0" peerDependencies: "@graphql-mesh/cross-helpers": ^0.4.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/raml@npm:0.107.8, @omnigraph/raml@workspace:packages/loaders/raml": +"@omnigraph/raml@npm:0.108.0, @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.107.8" + "@omnigraph/json-schema": "npm:0.108.0" "@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.7 - "@graphql-mesh/types": ^0.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" tslib: ^2.4.0 languageName: unknown linkType: soft -"@omnigraph/soap@npm:0.104.14, @omnigraph/soap@workspace:packages/loaders/soap": +"@omnigraph/soap@npm:0.105.0, @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.7" "@graphql-mesh/string-interpolation": "npm:^0.5.6" - "@graphql-mesh/transport-soap": "npm:^0.7.14" + "@graphql-mesh/transport-soap": "npm:^0.8.0" "@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.102.13 - "@graphql-mesh/utils": ^0.102.13 + "@graphql-mesh/types": ^0.103.0 + "@graphql-mesh/utils": ^0.103.0 "@graphql-tools/utils": ^10.5.5 graphql: "*" languageName: unknown linkType: soft -"@omnigraph/sqlite@npm:^0.6.13, @omnigraph/sqlite@workspace:packages/loaders/sqlite": +"@omnigraph/sqlite@npm:^0.7.0, @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.7" - "@graphql-mesh/types": "npm:^0.102.13" + "@graphql-mesh/types": "npm:^0.103.0" "@graphql-tools/delegate": "npm:^10.0.28" tuql: "npm:^1.7.0" peerDependencies: @@ -10191,16 +10435,16 @@ __metadata: languageName: unknown linkType: soft -"@omnigraph/thrift@npm:^0.7.15, @omnigraph/thrift@workspace:packages/loaders/thrift": +"@omnigraph/thrift@npm:^0.8.0, @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.7" - "@graphql-mesh/transport-thrift": "npm:^0.7.14" - "@graphql-mesh/types": "npm:^0.102.13" - "@graphql-mesh/utils": "npm:^0.102.13" + "@graphql-mesh/transport-thrift": "npm:^0.8.0" + "@graphql-mesh/types": "npm:^0.103.0" + "@graphql-mesh/utils": "npm:^0.103.0" "@graphql-tools/utils": "npm:10.5.6" "@whatwg-node/fetch": "npm:^0.10.0" graphql-scalars: "npm:^1.22.4" @@ -21077,7 +21321,7 @@ __metadata: "@graphql-codegen/typescript": "npm:4.1.1" "@graphql-codegen/typescript-resolvers": "npm:4.4.0" "@graphql-hive/gateway": "npm:1.5.0" - "@graphql-mesh/compose-cli": "npm:1.1.9" + "@graphql-mesh/compose-cli": "npm:1.2.0" "@graphql-yoga/plugin-apollo-inline-trace": "npm:3.10.3" "@types/node": "npm:22.9.1" concurrently: "npm:9.1.0" @@ -21094,9 +21338,9 @@ __metadata: version: 0.0.0-use.local resolution: "example-response-cache@workspace:examples/response-cache" dependencies: - "@graphql-mesh/cli": "npm:^0.97.2" - "@graphql-mesh/json-schema": "npm:^0.107.8" - "@graphql-mesh/plugin-mock": "npm:^0.102.14" + "@graphql-mesh/cli": "npm:^0.98.0" + "@graphql-mesh/json-schema": "npm:^0.108.0" + "@graphql-mesh/plugin-mock": "npm:^0.103.0" graphql: "npm:16.9.0" languageName: unknown linkType: soft