@graphql-hive/gateway 2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5 → 2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,33 +1,33 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
3
+ ## 2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`50d54e9`](https://github.com/graphql-hive/gateway/commit/50d54e960bc927c5d336772f5ed2d5a8b6703a30) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
7
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`6f04c32`](https://github.com/graphql-hive/gateway/commit/6f04c323b08cd82a39ef2ff85ef8d480b3f4db22) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
8
8
 
9
9
  Least supported Node version is now v20.
10
10
 
11
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`9fd9cce`](https://github.com/graphql-hive/gateway/commit/9fd9ccea5c89c42a08a2ba472f5b2ff53985e855) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
11
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`a14e556`](https://github.com/graphql-hive/gateway/commit/a14e556ed3021fdfbd82a0ec0476d54878c5c79d) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
12
12
 
13
13
  - [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
14
14
  - If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
15
15
 
16
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`f6f5ec7`](https://github.com/graphql-hive/gateway/commit/f6f5ec7f1765fb46d28debb276190d639fecb24b) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
16
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`ea89888`](https://github.com/graphql-hive/gateway/commit/ea89888e71b75b7c28a33c8ac4ce282d4372f377) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
17
17
 
18
18
  Forking workers for concurrent processing is a delicate process and if not done carefully can lead to performance degradations. It should be configured with careful consideration by advanced users.
19
19
 
20
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`924a609`](https://github.com/graphql-hive/gateway/commit/924a609069be0b18310985d846341e07f950ca1b) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
20
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`5ac6037`](https://github.com/graphql-hive/gateway/commit/5ac60372dd07e732f8dc237d040abb1f31e65581) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
21
21
 
22
22
  There is no need to provide the `useMock` plugin alongside Hive Gateway built-ins. Not only is the mock plugin 2MB in size (minified), but installing and using it is very simple.
23
23
 
24
24
  ### Patch Changes
25
25
 
26
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`9fd9cce`](https://github.com/graphql-hive/gateway/commit/9fd9ccea5c89c42a08a2ba472f5b2ff53985e855) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
26
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`a14e556`](https://github.com/graphql-hive/gateway/commit/a14e556ed3021fdfbd82a0ec0476d54878c5c79d) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
27
27
 
28
28
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
29
29
 
30
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`e5af84b`](https://github.com/graphql-hive/gateway/commit/e5af84ba89721755816dc847062944854e6afce3) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
30
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`d057def`](https://github.com/graphql-hive/gateway/commit/d057defb676784fba4d85c0a1a18d59d510e5abe) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
31
31
 
32
32
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
33
33
  - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
@@ -39,12 +39,12 @@
39
39
  - Added dependency [`@opentelemetry/sampler-jaeger-remote@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sampler-jaeger-remote/v/0.202.0) (to `dependencies`)
40
40
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
41
41
 
42
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`69cf600`](https://github.com/graphql-hive/gateway/commit/69cf60080a5dc862c0c1e6e66078523fb2c91ea8) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
42
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`3fda08d`](https://github.com/graphql-hive/gateway/commit/3fda08dbfc7e3adcdaa2fa0a98a04e7ab055fd84) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
43
43
 
44
44
  - Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
45
45
  - Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
46
46
 
47
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`e65ee01`](https://github.com/graphql-hive/gateway/commit/e65ee01f953d26f809d21ac2137ba7c521f03b31) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
47
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`70e4438`](https://github.com/graphql-hive/gateway/commit/70e443886b0dbf70b5e14d774b6125ece700a3b9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
48
48
 
49
49
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
50
50
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
@@ -60,20 +60,20 @@
60
60
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
61
61
  - Removed dependency [`@graphql-mesh/plugin-mock@^0.105.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.6) (from `dependencies`)
62
62
 
63
- - Updated dependencies [[`9fd9cce`](https://github.com/graphql-hive/gateway/commit/9fd9ccea5c89c42a08a2ba472f5b2ff53985e855), [`e65ee01`](https://github.com/graphql-hive/gateway/commit/e65ee01f953d26f809d21ac2137ba7c521f03b31), [`e5af84b`](https://github.com/graphql-hive/gateway/commit/e5af84ba89721755816dc847062944854e6afce3), [`69cf600`](https://github.com/graphql-hive/gateway/commit/69cf60080a5dc862c0c1e6e66078523fb2c91ea8), [`7aeaa99`](https://github.com/graphql-hive/gateway/commit/7aeaa99bbf0d43713d2d1000ef705661a26801cc), [`b68a0b1`](https://github.com/graphql-hive/gateway/commit/b68a0b1cdc38472bfc81bfaf534ebed2f0fb752e), [`969ef77`](https://github.com/graphql-hive/gateway/commit/969ef77447038697a98cc2753e0e8b717a8b1ded), [`9fd9cce`](https://github.com/graphql-hive/gateway/commit/9fd9ccea5c89c42a08a2ba472f5b2ff53985e855), [`e65ee01`](https://github.com/graphql-hive/gateway/commit/e65ee01f953d26f809d21ac2137ba7c521f03b31), [`50d54e9`](https://github.com/graphql-hive/gateway/commit/50d54e960bc927c5d336772f5ed2d5a8b6703a30), [`9fd9cce`](https://github.com/graphql-hive/gateway/commit/9fd9ccea5c89c42a08a2ba472f5b2ff53985e855), [`548bd26`](https://github.com/graphql-hive/gateway/commit/548bd2627efa52edf5f620952dcdf5895e4809c4), [`9bfaad0`](https://github.com/graphql-hive/gateway/commit/9bfaad08a0f6e8cc5f95726639b8988d41851047), [`c04a420`](https://github.com/graphql-hive/gateway/commit/c04a420ac43a3cfb47f895ab93c4bc1e3d180539), [`9b230f3`](https://github.com/graphql-hive/gateway/commit/9b230f35b47afbf3b253e4c21720e836c5a2a8d1), [`ed75803`](https://github.com/graphql-hive/gateway/commit/ed758037f8fe6c9d388d6bde14e223ac9d6e2269), [`b5990bd`](https://github.com/graphql-hive/gateway/commit/b5990bd1b97c3679918436f9176372af9264c8f4), [`548bd26`](https://github.com/graphql-hive/gateway/commit/548bd2627efa52edf5f620952dcdf5895e4809c4), [`969ef77`](https://github.com/graphql-hive/gateway/commit/969ef77447038697a98cc2753e0e8b717a8b1ded), [`9fd9cce`](https://github.com/graphql-hive/gateway/commit/9fd9ccea5c89c42a08a2ba472f5b2ff53985e855), [`d4e116d`](https://github.com/graphql-hive/gateway/commit/d4e116def25573013f520c85417b947607f4767d)]:
64
- - @graphql-hive/gateway-runtime@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
65
- - @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
66
- - @graphql-mesh/plugin-prometheus@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
67
- - @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
68
- - @graphql-hive/plugin-deduplicate-request@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
69
- - @graphql-mesh/transport-http-callback@1.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
70
- - @graphql-hive/plugin-aws-sigv4@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
71
- - @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
72
- - @graphql-mesh/transport-http@1.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
73
- - @graphql-mesh/transport-ws@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
74
- - @graphql-hive/importer@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
75
- - @graphql-hive/logger@1.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
76
- - @graphql-hive/pubsub@2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5
63
+ - Updated dependencies [[`a14e556`](https://github.com/graphql-hive/gateway/commit/a14e556ed3021fdfbd82a0ec0476d54878c5c79d), [`70e4438`](https://github.com/graphql-hive/gateway/commit/70e443886b0dbf70b5e14d774b6125ece700a3b9), [`d057def`](https://github.com/graphql-hive/gateway/commit/d057defb676784fba4d85c0a1a18d59d510e5abe), [`3fda08d`](https://github.com/graphql-hive/gateway/commit/3fda08dbfc7e3adcdaa2fa0a98a04e7ab055fd84), [`89cf5d3`](https://github.com/graphql-hive/gateway/commit/89cf5d3203fc4af084a62728e00d65266eb08f36), [`e559c02`](https://github.com/graphql-hive/gateway/commit/e559c02cd76429cc9b71a51299983fc42ae49044), [`cfb62d6`](https://github.com/graphql-hive/gateway/commit/cfb62d61c340bbe16b9d61958e97b6d5be165ef1), [`a14e556`](https://github.com/graphql-hive/gateway/commit/a14e556ed3021fdfbd82a0ec0476d54878c5c79d), [`70e4438`](https://github.com/graphql-hive/gateway/commit/70e443886b0dbf70b5e14d774b6125ece700a3b9), [`6f04c32`](https://github.com/graphql-hive/gateway/commit/6f04c323b08cd82a39ef2ff85ef8d480b3f4db22), [`a14e556`](https://github.com/graphql-hive/gateway/commit/a14e556ed3021fdfbd82a0ec0476d54878c5c79d), [`3c756f5`](https://github.com/graphql-hive/gateway/commit/3c756f595323a4be50a293648149b29e27c7fe3a), [`75915bd`](https://github.com/graphql-hive/gateway/commit/75915bdcd0624ebd3e6871bf71e54a5cc10267f3), [`9b230f3`](https://github.com/graphql-hive/gateway/commit/9b230f35b47afbf3b253e4c21720e836c5a2a8d1), [`ac8eb55`](https://github.com/graphql-hive/gateway/commit/ac8eb55ffa08cb63d5d4f35f427f69ca6793d63d), [`1714aaa`](https://github.com/graphql-hive/gateway/commit/1714aaa978e8ed098facc46cfe00f22693c11000), [`125f275`](https://github.com/graphql-hive/gateway/commit/125f27555f00e0ab67b9e7a46977d3314693e094), [`cfb62d6`](https://github.com/graphql-hive/gateway/commit/cfb62d61c340bbe16b9d61958e97b6d5be165ef1), [`a14e556`](https://github.com/graphql-hive/gateway/commit/a14e556ed3021fdfbd82a0ec0476d54878c5c79d), [`8805803`](https://github.com/graphql-hive/gateway/commit/8805803a1b4b494ea067ad67db77eb587665251f)]:
64
+ - @graphql-hive/gateway-runtime@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
65
+ - @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
66
+ - @graphql-mesh/plugin-prometheus@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
67
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
68
+ - @graphql-hive/plugin-deduplicate-request@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
69
+ - @graphql-mesh/transport-http-callback@1.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
70
+ - @graphql-hive/plugin-aws-sigv4@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
71
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
72
+ - @graphql-mesh/transport-http@1.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
73
+ - @graphql-mesh/transport-ws@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
74
+ - @graphql-hive/importer@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
75
+ - @graphql-hive/logger@1.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
76
+ - @graphql-hive/pubsub@2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff
77
77
 
78
78
  ## 1.15.4
79
79
 
package/dist/bin.cjs CHANGED
@@ -3,7 +3,7 @@
3
3
  require('dotenv/config');
4
4
  var module$1 = require('node:module');
5
5
  var logger = require('@graphql-hive/logger');
6
- var cli = require('./cli-Bej_F2hi.cjs');
6
+ var cli = require('./cli-w6SSRswf.cjs');
7
7
  require('node:cluster');
8
8
  require('node:os');
9
9
  require('node:path');
package/dist/bin.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import 'dotenv/config';
3
3
  import module from 'node:module';
4
4
  import { Logger } from '@graphql-hive/logger';
5
- import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-B_Lev2Nu.js';
5
+ import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-CEBNmXIe.js';
6
6
  import 'node:cluster';
7
7
  import 'node:os';
8
8
  import 'node:path';
@@ -1283,7 +1283,7 @@ async function run(userCtx) {
1283
1283
  const ctx = {
1284
1284
  log: userCtx.log || new Logger(),
1285
1285
  productName: "Hive Gateway",
1286
- productDescription: "Federated GraphQL Gateway",
1286
+ productDescription: "Unify and accelerate your data graph across diverse services with Hive Gateway, which seamlessly integrates with Apollo Federation.",
1287
1287
  productPackageName: "@graphql-hive/gateway",
1288
1288
  productLink: "https://the-guild.dev/graphql/hive/docs/gateway",
1289
1289
  binName: "hive-gateway",
@@ -1290,7 +1290,7 @@ async function run(userCtx) {
1290
1290
  const ctx = {
1291
1291
  log: userCtx.log || new logger.Logger(),
1292
1292
  productName: "Hive Gateway",
1293
- productDescription: "Federated GraphQL Gateway",
1293
+ productDescription: "Unify and accelerate your data graph across diverse services with Hive Gateway, which seamlessly integrates with Apollo Federation.",
1294
1294
  productPackageName: "@graphql-hive/gateway",
1295
1295
  productLink: "https://the-guild.dev/graphql/hive/docs/gateway",
1296
1296
  binName: "hive-gateway",
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var cli = require('./cli-Bej_F2hi.cjs');
3
+ var cli = require('./cli-w6SSRswf.cjs');
4
4
  var logger = require('@graphql-hive/logger');
5
5
  var gatewayRuntime = require('@graphql-hive/gateway-runtime');
6
6
  var pubsub = require('@graphql-hive/pubsub');
package/dist/index.d.cts CHANGED
@@ -228,7 +228,7 @@ interface CLIContext {
228
228
  log: Logger;
229
229
  /** @default 'Hive Gateway' */
230
230
  productName: string;
231
- /** @default 'Federated GraphQL Gateway' */
231
+ /** @default 'Unify and accelerate your data graph across diverse services with Hive Gateway, which seamlessly integrates with Apollo Federation.' */
232
232
  productDescription: string;
233
233
  /** @default '@graphql-hive/gateway' */
234
234
  productPackageName: string;
package/dist/index.d.ts CHANGED
@@ -228,7 +228,7 @@ interface CLIContext {
228
228
  log: Logger;
229
229
  /** @default 'Hive Gateway' */
230
230
  productName: string;
231
- /** @default 'Federated GraphQL Gateway' */
231
+ /** @default 'Unify and accelerate your data graph across diverse services with Hive Gateway, which seamlessly integrates with Apollo Federation.' */
232
232
  productDescription: string;
233
233
  /** @default '@graphql-hive/gateway' */
234
234
  productPackageName: string;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { b as defaultOptions, d as defineConfig, e as enableModuleCachingIfPossible, a as getBuiltinPluginsFromConfig, g as getCacheInstanceFromConfig, h as handleNodeWarnings, r as run } from './cli-B_Lev2Nu.js';
1
+ export { b as defaultOptions, d as defineConfig, e as enableModuleCachingIfPossible, a as getBuiltinPluginsFromConfig, g as getCacheInstanceFromConfig, h as handleNodeWarnings, r as run } from './cli-CEBNmXIe.js';
2
2
  export * from '@graphql-hive/logger';
3
3
  export * from '@graphql-hive/gateway-runtime';
4
4
  export { PubSub } from '@graphql-hive/pubsub';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
3
+ "version": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,28 +53,28 @@
53
53
  "@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
54
54
  "@escape.tech/graphql-armor-max-depth": "^2.4.0",
55
55
  "@escape.tech/graphql-armor-max-tokens": "^2.5.0",
56
- "@graphql-hive/gateway-runtime": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
57
- "@graphql-hive/importer": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
58
- "@graphql-hive/logger": "1.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
59
- "@graphql-hive/plugin-aws-sigv4": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
60
- "@graphql-hive/plugin-deduplicate-request": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
61
- "@graphql-hive/pubsub": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
56
+ "@graphql-hive/gateway-runtime": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
57
+ "@graphql-hive/importer": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
58
+ "@graphql-hive/logger": "1.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
59
+ "@graphql-hive/plugin-aws-sigv4": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
60
+ "@graphql-hive/plugin-deduplicate-request": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
61
+ "@graphql-hive/pubsub": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
62
62
  "@graphql-mesh/cache-cfw-kv": "^0.105.5",
63
63
  "@graphql-mesh/cache-localforage": "^0.105.6",
64
64
  "@graphql-mesh/cache-redis": "^0.104.5",
65
65
  "@graphql-mesh/cache-upstash-redis": "^0.1.5",
66
66
  "@graphql-mesh/cross-helpers": "^0.4.10",
67
- "@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
67
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
68
68
  "@graphql-mesh/plugin-http-cache": "^0.105.6",
69
69
  "@graphql-mesh/plugin-jit": "^0.2.5",
70
- "@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
71
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
72
- "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
70
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
71
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
72
+ "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
73
73
  "@graphql-mesh/plugin-rate-limit": "^0.104.5",
74
74
  "@graphql-mesh/plugin-snapshot": "^0.104.5",
75
- "@graphql-mesh/transport-http": "1.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
76
- "@graphql-mesh/transport-http-callback": "1.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
77
- "@graphql-mesh/transport-ws": "2.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
75
+ "@graphql-mesh/transport-http": "1.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
76
+ "@graphql-mesh/transport-http-callback": "1.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
77
+ "@graphql-mesh/transport-ws": "2.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
78
78
  "@graphql-mesh/types": "^0.104.5",
79
79
  "@graphql-mesh/utils": "^0.104.5",
80
80
  "@graphql-tools/code-file-loader": "^8.1.15",
@@ -101,7 +101,7 @@
101
101
  "ws": "^8.18.0"
102
102
  },
103
103
  "devDependencies": {
104
- "@graphql-mesh/transport-common": "1.0.0-alpha-552cda73f163845b913e03dd5528bfa79a04ebf5",
104
+ "@graphql-mesh/transport-common": "1.0.0-alpha-68ccb75bff39f74f2ec47b29ab2d546a44fe86ff",
105
105
  "@graphql-mesh/transport-soap": "^0.10.6",
106
106
  "@graphql-tools/executor": "^1.4.7",
107
107
  "@rollup/plugin-commonjs": "^28.0.0",