diff --git a/examples/apq-subgraphs/example.tar.gz b/examples/apq-subgraphs/example.tar.gz index d1048021b1..10bbe68bba 100644 Binary files a/examples/apq-subgraphs/example.tar.gz and b/examples/apq-subgraphs/example.tar.gz differ diff --git a/examples/apq-subgraphs/package-lock.json b/examples/apq-subgraphs/package-lock.json index 12c7453037..6d2091f67c 100644 --- a/examples/apq-subgraphs/package-lock.json +++ b/examples/apq-subgraphs/package-lock.json @@ -7,7 +7,7 @@ "name": "@example/apq-subgraphs", "dependencies": { "@apollo/server": "^4.11.2", - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.9.0", "tslib": "^2.8.1" @@ -1289,19 +1289,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1346,9 +1346,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1560,14 +1560,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/apq-subgraphs/package.json b/examples/apq-subgraphs/package.json index e9b72eb0c8..2d058b988b 100644 --- a/examples/apq-subgraphs/package.json +++ b/examples/apq-subgraphs/package.json @@ -9,7 +9,7 @@ "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.9.0", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "overrides": { "esbuild": "^0.25.0" diff --git a/examples/extra-fields/example.tar.gz b/examples/extra-fields/example.tar.gz index e3e3149fb6..30c1dcdd85 100644 Binary files a/examples/extra-fields/example.tar.gz and b/examples/extra-fields/example.tar.gz differ diff --git a/examples/extra-fields/package-lock.json b/examples/extra-fields/package-lock.json index 54b908212e..1b4841f22f 100644 --- a/examples/extra-fields/package-lock.json +++ b/examples/extra-fields/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/extra-fields", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.9.0", "graphql-yoga": "^5.10.11", @@ -1076,19 +1076,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1133,9 +1133,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1347,14 +1347,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/extra-fields/package.json b/examples/extra-fields/package.json index 7ce9642e23..71501165b9 100644 --- a/examples/extra-fields/package.json +++ b/examples/extra-fields/package.json @@ -6,7 +6,7 @@ "graphql": "^16.9.0", "graphql-yoga": "^5.10.11", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/federation-example/example.tar.gz b/examples/federation-example/example.tar.gz index ec6cb1790d..204607b759 100644 Binary files a/examples/federation-example/example.tar.gz and b/examples/federation-example/example.tar.gz differ diff --git a/examples/federation-example/package-lock.json b/examples/federation-example/package-lock.json index 567ba24183..b00d995226 100644 --- a/examples/federation-example/package-lock.json +++ b/examples/federation-example/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@apollo/server": "^4.10.3", "@apollo/subgraph": "^2.7.2", - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "graphql": "^16.9.0" }, "devDependencies": { @@ -1351,19 +1351,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1408,9 +1408,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1622,14 +1622,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/federation-example/package.json b/examples/federation-example/package.json index edf5eaba5b..14af8eca8e 100644 --- a/examples/federation-example/package.json +++ b/examples/federation-example/package.json @@ -9,7 +9,7 @@ "@apollo/server": "^4.10.3", "@apollo/subgraph": "^2.7.2", "graphql": "^16.9.0", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "overrides": { "esbuild": "^0.25.0" diff --git a/examples/federation-mixed/example.tar.gz b/examples/federation-mixed/example.tar.gz index 5876792b18..e3ee561403 100644 Binary files a/examples/federation-mixed/example.tar.gz and b/examples/federation-mixed/example.tar.gz differ diff --git a/examples/federation-mixed/package-lock.json b/examples/federation-mixed/package-lock.json index da66190bbf..5a9ad50de5 100644 --- a/examples/federation-mixed/package-lock.json +++ b/examples/federation-mixed/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@apollo/server": "^4.10.3", "@apollo/subgraph": "^2.7.2", - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "@omnigraph/openapi": "^0.108.6", "fets": "^0.8.4", @@ -1355,19 +1355,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1412,9 +1412,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1626,14 +1626,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/federation-mixed/package.json b/examples/federation-mixed/package.json index 478c81a97a..ec2295df1e 100644 --- a/examples/federation-mixed/package.json +++ b/examples/federation-mixed/package.json @@ -9,7 +9,7 @@ "@apollo/server": "^4.10.3", "@apollo/subgraph": "^2.7.2", "fets": "^0.8.4", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2", diff --git a/examples/federation-subscriptions-passthrough/example.tar.gz b/examples/federation-subscriptions-passthrough/example.tar.gz index c87d557cc5..3d3efbc7f9 100644 Binary files a/examples/federation-subscriptions-passthrough/example.tar.gz and b/examples/federation-subscriptions-passthrough/example.tar.gz differ diff --git a/examples/federation-subscriptions-passthrough/package-lock.json b/examples/federation-subscriptions-passthrough/package-lock.json index 494935f546..368aa74fc9 100644 --- a/examples/federation-subscriptions-passthrough/package-lock.json +++ b/examples/federation-subscriptions-passthrough/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@apollo/server": "^4.10.3", "@apollo/subgraph": "^2.7.2", - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/transport-ws": "^1.0.3", "@repeaterjs/repeater": "^3.0.6", "@types/express": "^5.0.0", @@ -1386,19 +1386,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1443,9 +1443,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1670,14 +1670,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/federation-subscriptions-passthrough/package.json b/examples/federation-subscriptions-passthrough/package.json index 8c8aeeb8b4..8a7bf569f6 100644 --- a/examples/federation-subscriptions-passthrough/package.json +++ b/examples/federation-subscriptions-passthrough/package.json @@ -15,7 +15,7 @@ "graphql-sse": "^2.5.3", "graphql-ws": "^6.0.2", "ws": "^8.17.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2", diff --git a/examples/file-upload/example.tar.gz b/examples/file-upload/example.tar.gz index 4907f49e78..312f88a352 100644 Binary files a/examples/file-upload/example.tar.gz and b/examples/file-upload/example.tar.gz differ diff --git a/examples/file-upload/package-lock.json b/examples/file-upload/package-lock.json index 86a6a05883..c301d2ba40 100644 --- a/examples/file-upload/package-lock.json +++ b/examples/file-upload/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/file-upload", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.9.0", "tslib": "^2.8.1" @@ -1075,19 +1075,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1132,9 +1132,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1346,14 +1346,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/file-upload/package.json b/examples/file-upload/package.json index b1af9a60f4..7e3545ffad 100644 --- a/examples/file-upload/package.json +++ b/examples/file-upload/package.json @@ -5,7 +5,7 @@ "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.9.0", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/hmac-auth-https/example.tar.gz b/examples/hmac-auth-https/example.tar.gz index 62993333df..f4e16280cc 100644 Binary files a/examples/hmac-auth-https/example.tar.gz and b/examples/hmac-auth-https/example.tar.gz differ diff --git a/examples/hmac-auth-https/package-lock.json b/examples/hmac-auth-https/package-lock.json index 00be0b724e..0641b2c7cb 100644 --- a/examples/hmac-auth-https/package-lock.json +++ b/examples/hmac-auth-https/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@apollo/server": "^4.10.3", "@apollo/subgraph": "^2.9.3", - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.3.3", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-jwt-auth": "^1.4.0", @@ -1328,19 +1328,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1385,9 +1385,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1599,14 +1599,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/hmac-auth-https/package.json b/examples/hmac-auth-https/package.json index 1274b96673..11cd76596e 100644 --- a/examples/hmac-auth-https/package.json +++ b/examples/hmac-auth-https/package.json @@ -12,7 +12,7 @@ "dependencies": { "@apollo/server": "^4.10.3", "@apollo/subgraph": "^2.9.3", - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.3.3", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-jwt-auth": "^1.4.0", diff --git a/examples/interface-additional-resolvers/example.tar.gz b/examples/interface-additional-resolvers/example.tar.gz index 7b1a204f93..0c70dce36c 100644 Binary files a/examples/interface-additional-resolvers/example.tar.gz and b/examples/interface-additional-resolvers/example.tar.gz differ diff --git a/examples/interface-additional-resolvers/package-lock.json b/examples/interface-additional-resolvers/package-lock.json index eb73a280b4..80a172a52d 100644 --- a/examples/interface-additional-resolvers/package-lock.json +++ b/examples/interface-additional-resolvers/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/interface-additional-resolvers", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.9.0", "graphql-yoga": "^5.10.11", @@ -1076,19 +1076,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1133,9 +1133,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1347,14 +1347,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/interface-additional-resolvers/package.json b/examples/interface-additional-resolvers/package.json index a7d51a8816..8ffa233155 100644 --- a/examples/interface-additional-resolvers/package.json +++ b/examples/interface-additional-resolvers/package.json @@ -6,7 +6,7 @@ "graphql": "^16.9.0", "graphql-yoga": "^5.10.11", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/json-schema-subscriptions/example.tar.gz b/examples/json-schema-subscriptions/example.tar.gz index e43df03ef6..6576a172a5 100644 Binary files a/examples/json-schema-subscriptions/example.tar.gz and b/examples/json-schema-subscriptions/example.tar.gz differ diff --git a/examples/json-schema-subscriptions/package-lock.json b/examples/json-schema-subscriptions/package-lock.json index 920267cabf..63eeb00b61 100644 --- a/examples/json-schema-subscriptions/package-lock.json +++ b/examples/json-schema-subscriptions/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/json-schema-subscriptions", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/plugin-live-query": "^0.103.0", @@ -1100,19 +1100,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1157,9 +1157,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1371,14 +1371,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/json-schema-subscriptions/package.json b/examples/json-schema-subscriptions/package.json index 23a429ff54..bdf1a44472 100644 --- a/examples/json-schema-subscriptions/package.json +++ b/examples/json-schema-subscriptions/package.json @@ -10,7 +10,7 @@ "graphql": "^16.9.0", "graphql-sse": "^2.5.3", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/openapi-additional-resolvers/example.tar.gz b/examples/openapi-additional-resolvers/example.tar.gz index 8a1a9111ff..db0d612632 100644 Binary files a/examples/openapi-additional-resolvers/example.tar.gz and b/examples/openapi-additional-resolvers/example.tar.gz differ diff --git a/examples/openapi-additional-resolvers/package-lock.json b/examples/openapi-additional-resolvers/package-lock.json index 4081fabafe..577c41e861 100644 --- a/examples/openapi-additional-resolvers/package-lock.json +++ b/examples/openapi-additional-resolvers/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/openapi-additional-resolvers", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "@omnigraph/openapi": "^0.108.6", "graphql": "^16.9.0", @@ -649,19 +649,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -706,9 +706,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -920,14 +920,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/openapi-additional-resolvers/package.json b/examples/openapi-additional-resolvers/package.json index f169bfa6ae..a6070184ba 100644 --- a/examples/openapi-additional-resolvers/package.json +++ b/examples/openapi-additional-resolvers/package.json @@ -7,7 +7,7 @@ "graphql": "^16.9.0", "moment": "^2.30.1", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "scripts": { "compose": "mesh-compose -o supergraph.graphql", diff --git a/examples/openapi-arg-rename/example.tar.gz b/examples/openapi-arg-rename/example.tar.gz index d0fa5ac4b0..b651c66b18 100644 Binary files a/examples/openapi-arg-rename/example.tar.gz and b/examples/openapi-arg-rename/example.tar.gz differ diff --git a/examples/openapi-arg-rename/package-lock.json b/examples/openapi-arg-rename/package-lock.json index 61cb2d2f62..b17484b25f 100644 --- a/examples/openapi-arg-rename/package-lock.json +++ b/examples/openapi-arg-rename/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/openapi-arg-rename", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "@omnigraph/openapi": "^0.108.6", "graphql": "16.10.0", @@ -1077,19 +1077,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1134,9 +1134,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1348,14 +1348,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/openapi-arg-rename/package.json b/examples/openapi-arg-rename/package.json index 1c6292a3b6..2d2bc65029 100644 --- a/examples/openapi-arg-rename/package.json +++ b/examples/openapi-arg-rename/package.json @@ -7,7 +7,7 @@ "graphql": "16.10.0", "moment": "2.30.1", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/openapi-javascript-wiki/example.tar.gz b/examples/openapi-javascript-wiki/example.tar.gz index 7290a138e5..850865fa1e 100644 Binary files a/examples/openapi-javascript-wiki/example.tar.gz and b/examples/openapi-javascript-wiki/example.tar.gz differ diff --git a/examples/openapi-javascript-wiki/package-lock.json b/examples/openapi-javascript-wiki/package-lock.json index 2bab6da7e9..03f3947328 100644 --- a/examples/openapi-javascript-wiki/package-lock.json +++ b/examples/openapi-javascript-wiki/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/openapi-javascript-wiki", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "@omnigraph/openapi": "^0.108.6", "graphql": "^16.9.0", @@ -649,19 +649,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -706,9 +706,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -920,14 +920,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/openapi-javascript-wiki/package.json b/examples/openapi-javascript-wiki/package.json index e8f0377d87..4b9f7a1fc7 100644 --- a/examples/openapi-javascript-wiki/package.json +++ b/examples/openapi-javascript-wiki/package.json @@ -7,7 +7,7 @@ "graphql": "^16.9.0", "moment": "^2.30.1", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "scripts": { "compose": "mesh-compose -o supergraph.graphql", diff --git a/examples/openapi-subscriptions/example.tar.gz b/examples/openapi-subscriptions/example.tar.gz index fa0fdad701..7eb60af545 100644 Binary files a/examples/openapi-subscriptions/example.tar.gz and b/examples/openapi-subscriptions/example.tar.gz differ diff --git a/examples/openapi-subscriptions/package-lock.json b/examples/openapi-subscriptions/package-lock.json index 9b5dde0db2..80f1bea132 100644 --- a/examples/openapi-subscriptions/package-lock.json +++ b/examples/openapi-subscriptions/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/openapi-subscriptions", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "@omnigraph/openapi": "^0.108.6", "fets": "^0.8.4", @@ -1079,19 +1079,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1136,9 +1136,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1350,14 +1350,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/openapi-subscriptions/package.json b/examples/openapi-subscriptions/package.json index ac0548d0fd..f9a5ea931b 100644 --- a/examples/openapi-subscriptions/package.json +++ b/examples/openapi-subscriptions/package.json @@ -9,7 +9,7 @@ "graphql-sse": "^2.5.3", "tslib": "^2.8.1", "url-join": "^5.0.0", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/operation-field-permissions/example.tar.gz b/examples/operation-field-permissions/example.tar.gz index 7f088755bb..9fa7d289df 100644 Binary files a/examples/operation-field-permissions/example.tar.gz and b/examples/operation-field-permissions/example.tar.gz differ diff --git a/examples/operation-field-permissions/package-lock.json b/examples/operation-field-permissions/package-lock.json index c9f1a8a7e0..9bac79e8f4 100644 --- a/examples/operation-field-permissions/package-lock.json +++ b/examples/operation-field-permissions/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "@envelop/core": "^5.0.2", "@envelop/operation-field-permissions": "^6.0.0", - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.10.0" }, @@ -1093,19 +1093,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1150,9 +1150,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1364,14 +1364,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/operation-field-permissions/package.json b/examples/operation-field-permissions/package.json index 708b4dd4fd..7e27cbb5e5 100644 --- a/examples/operation-field-permissions/package.json +++ b/examples/operation-field-permissions/package.json @@ -6,7 +6,7 @@ "@envelop/operation-field-permissions": "^6.0.0", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.10.0", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/programmatic-batching/example.tar.gz b/examples/programmatic-batching/example.tar.gz index 19f1015b41..93455e005f 100644 Binary files a/examples/programmatic-batching/example.tar.gz and b/examples/programmatic-batching/example.tar.gz differ diff --git a/examples/programmatic-batching/package-lock.json b/examples/programmatic-batching/package-lock.json index 547f1624af..e8b510a3e0 100644 --- a/examples/programmatic-batching/package-lock.json +++ b/examples/programmatic-batching/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/programmatic-batching", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "@omnigraph/openapi": "^0.108.6", "fets": "^0.8.4", @@ -1077,19 +1077,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1134,9 +1134,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1348,14 +1348,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/programmatic-batching/package.json b/examples/programmatic-batching/package.json index b3b47af271..4be68d0194 100644 --- a/examples/programmatic-batching/package.json +++ b/examples/programmatic-batching/package.json @@ -7,7 +7,7 @@ "fets": "^0.8.4", "graphql": "16.10.0", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/subscriptions-with-transforms/example.tar.gz b/examples/subscriptions-with-transforms/example.tar.gz index 4a2502dab5..cbdabc26b9 100644 Binary files a/examples/subscriptions-with-transforms/example.tar.gz and b/examples/subscriptions-with-transforms/example.tar.gz differ diff --git a/examples/subscriptions-with-transforms/package-lock.json b/examples/subscriptions-with-transforms/package-lock.json index 507c749244..0a37790a8f 100644 --- a/examples/subscriptions-with-transforms/package-lock.json +++ b/examples/subscriptions-with-transforms/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/subscriptions-with-transforms", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "16.10.0", "graphql-sse": "^2.5.3", @@ -1077,19 +1077,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1134,9 +1134,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1348,14 +1348,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/subscriptions-with-transforms/package.json b/examples/subscriptions-with-transforms/package.json index 0c9a3e003e..472a81d5e1 100644 --- a/examples/subscriptions-with-transforms/package.json +++ b/examples/subscriptions-with-transforms/package.json @@ -7,7 +7,7 @@ "graphql-sse": "^2.5.3", "graphql-yoga": "^5.10.11", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/examples/type-merging-batching/example.tar.gz b/examples/type-merging-batching/example.tar.gz index 1ea0e41d17..f624d32d36 100644 Binary files a/examples/type-merging-batching/example.tar.gz and b/examples/type-merging-batching/example.tar.gz differ diff --git a/examples/type-merging-batching/package-lock.json b/examples/type-merging-batching/package-lock.json index 71f0e06223..f9af5c2513 100644 --- a/examples/type-merging-batching/package-lock.json +++ b/examples/type-merging-batching/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@example/type-merging-batching", "dependencies": { - "@graphql-hive/gateway": "^1.10.2", + "@graphql-hive/gateway": "^1.10.3", "@graphql-mesh/compose-cli": "^1.2.13", "graphql": "^16.9.0", "graphql-yoga": "^5.10.11", @@ -1076,19 +1076,19 @@ } }, "node_modules/@graphql-hive/gateway": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.2.tgz", - "integrity": "sha512-evKjqlRLyXS9G9Ab3h5HVsGIKirhYbUlWIAGcnyhXflkBZbF826Cb8In3/eVHoE5+yhYe/IRAloPTGMUq4CbsQ==", + "version": "1.10.3", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway/-/gateway-1.10.3.tgz", + "integrity": "sha512-tGeSC+cfeKoalpzs6i9977LiJORDhkvc/PfxVgS7eY3lXyAkHJscS/mqCfFDdIh/LgPGaoZA0J2N3VZPiU7yEA==", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^13.0.0", "@envelop/core": "^5.0.2", - "@graphql-hive/gateway-runtime": "^1.4.15", + "@graphql-hive/gateway-runtime": "^1.4.16", "@graphql-hive/importer": "^1.0.1", "@graphql-mesh/cache-cfw-kv": "^0.104.12", "@graphql-mesh/cache-localforage": "^0.103.13", "@graphql-mesh/cache-redis": "^0.103.13", - "@graphql-mesh/cache-upstash-redis": "^0.0.3", + "@graphql-mesh/cache-upstash-redis": "^0.0.4", "@graphql-mesh/cross-helpers": "^0.4.9", "@graphql-mesh/hmac-upstream-signature": "^1.2.20", "@graphql-mesh/plugin-deduplicate-request": "^0.103.0", @@ -1133,9 +1133,9 @@ } }, "node_modules/@graphql-hive/gateway-runtime": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.15.tgz", - "integrity": "sha512-uIfQhF/yo5ehJgZGD3M9k3y5b+5bD23ovpdBtUEb2jc15V3037/hqw2SNbekQn9Xa60Y26ayN9627zZoigiv4w==", + "version": "1.4.16", + "resolved": "https://registry.npmjs.org/@graphql-hive/gateway-runtime/-/gateway-runtime-1.4.16.tgz", + "integrity": "sha512-evZBozqg1XWLZykDTDwHeQHkXZF1sTtku/i9n4mwsXX9pyKHSgtnM/EmkCar4iwayIkaFK2+4Wmfjsx5TE43lA==", "license": "MIT", "dependencies": { "@envelop/core": "^5.0.0", @@ -1347,14 +1347,14 @@ } }, "node_modules/@graphql-mesh/cache-upstash-redis": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.3.tgz", - "integrity": "sha512-ElutQdnmka2z/0mHFEkJBlFzn3adqK56qu7s8lIrR2bwXsWgxMvwtTNQ9twd98IHqi8VxHCF3lucf3oa+2gJ4A==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@graphql-mesh/cache-upstash-redis/-/cache-upstash-redis-0.0.4.tgz", + "integrity": "sha512-MOm2vuySMPkWJwGWbxNGluZrLqdONRqisvRvl16aAp89bqbWJRQrQjLCEciy5XWGRmFUDPsA+kSFvD4s+u4FsQ==", "license": "MIT", "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.9", - "@graphql-mesh/types": "^0.103.16", - "@graphql-mesh/utils": "^0.103.16", + "@graphql-mesh/types": "^0.103.17", + "@graphql-mesh/utils": "^0.103.17", "@upstash/redis": "^1.34.3", "@whatwg-node/disposablestack": "^0.0.5", "tslib": "^2.4.0" diff --git a/examples/type-merging-batching/package.json b/examples/type-merging-batching/package.json index 0f998e7972..d08593e26d 100644 --- a/examples/type-merging-batching/package.json +++ b/examples/type-merging-batching/package.json @@ -6,7 +6,7 @@ "graphql": "^16.9.0", "graphql-yoga": "^5.10.11", "tslib": "^2.8.1", - "@graphql-hive/gateway": "^1.10.2" + "@graphql-hive/gateway": "^1.10.3" }, "devDependencies": { "tsx": "^4.19.2" diff --git a/packages/runtime/src/plugins/useDelegationPlanDebug.ts b/packages/runtime/src/plugins/useDelegationPlanDebug.ts index df91692434..eb792a9fa8 100644 --- a/packages/runtime/src/plugins/useDelegationPlanDebug.ts +++ b/packages/runtime/src/plugins/useDelegationPlanDebug.ts @@ -23,7 +23,9 @@ export function useDelegationPlanDebug< }) { const planId = fetchAPI.crypto.randomUUID(); const planLogger = logger.child({ planId, typeName }); - const delegationPlanStartLogger = planLogger.child('delegation-plan-start'); + const delegationPlanStartLogger = planLogger.child( + 'delegation-plan-start', + ); delegationPlanStartLogger.debug(() => { const logObj: Record = {}; if (variables && Object.keys(variables).length) { @@ -49,15 +51,17 @@ export function useDelegationPlanDebug< }); return ({ delegationPlan }) => { const delegationPlanDoneLogger = logger.child('delegation-plan-done'); - delegationPlanDoneLogger.debug(() => delegationPlan.map((plan) => { - const planObj: Record = {}; - for (const [subschema, selectionSet] of plan) { - if (subschema.name) { - planObj[subschema.name] = print(selectionSet); + delegationPlanDoneLogger.debug(() => + delegationPlan.map((plan) => { + const planObj: Record = {}; + for (const [subschema, selectionSet] of plan) { + if (subschema.name) { + planObj[subschema.name] = print(selectionSet); + } } - } - return planObj; - })); + return planObj; + }), + ); }; }, onDelegationStageExecute({ diff --git a/packages/runtime/src/plugins/useSubgraphExecuteDebug.ts b/packages/runtime/src/plugins/useSubgraphExecuteDebug.ts index 3a04f8724b..d009a1e2b0 100644 --- a/packages/runtime/src/plugins/useSubgraphExecuteDebug.ts +++ b/packages/runtime/src/plugins/useSubgraphExecuteDebug.ts @@ -11,10 +11,7 @@ export function useSubgraphExecuteDebug< onYogaInit({ yoga }) { fetchAPI = yoga.fetchAPI; }, - onSubgraphExecute({ - executionRequest, - logger = opts.logger, - }) { + onSubgraphExecute({ executionRequest, logger = opts.logger }) { const subgraphExecuteHookLogger = logger.child({ subgraphExecuteId: fetchAPI.crypto.randomUUID(), });