@graphql-hive/gateway 2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe → 2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923

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,51 +1,91 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
3
+ ## 2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`2e5d9e3`](https://github.com/graphql-hive/gateway/commit/2e5d9e3c89569ace0d40e2fabd06c61808fed3b0) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
7
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`9ea2eb5`](https://github.com/graphql-hive/gateway/commit/9ea2eb5a4ca282e5cf940f88835ac08b7fe0d887) 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) [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
11
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`2c4b09e`](https://github.com/graphql-hive/gateway/commit/2c4b09e3bb0efecc3aa83ed758bba0b9d9537dfe) 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) [`977784f`](https://github.com/graphql-hive/gateway/commit/977784fd34087ce6db77bfd520cb3f3518b21551) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
16
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c814bdd`](https://github.com/graphql-hive/gateway/commit/c814bddc4fcce23104fe4c227d95a04ca8c6c17c) 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) [`a83493a`](https://github.com/graphql-hive/gateway/commit/a83493ace7f8c22b8469f0b07ec2ff7bd744eb80) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
20
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`bdeb56b`](https://github.com/graphql-hive/gateway/commit/bdeb56b59c3ea4e6ef8dfcb4939ce2b52dc14140) 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) [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
26
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`2c4b09e`](https://github.com/graphql-hive/gateway/commit/2c4b09e3bb0efecc3aa83ed758bba0b9d9537dfe) 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) [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
30
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`5bf859b`](https://github.com/graphql-hive/gateway/commit/5bf859bb35886f7c652084178f4c8f31eaa18fd7) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
31
+
32
+ - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
33
+ - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
34
+ - Added dependency [`@opentelemetry/core@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/core/v/2.0.1) (to `dependencies`)
35
+ - Added dependency [`@opentelemetry/exporter-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-jaeger/v/2.0.1) (to `dependencies`)
36
+ - Added dependency [`@opentelemetry/exporter-zipkin@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-zipkin/v/2.0.1) (to `dependencies`)
37
+ - Added dependency [`@opentelemetry/propagator-b3@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-b3/v/2.0.1) (to `dependencies`)
38
+ - Added dependency [`@opentelemetry/propagator-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-jaeger/v/2.0.1) (to `dependencies`)
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
+ - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
41
+
42
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`27ebb21`](https://github.com/graphql-hive/gateway/commit/27ebb218288a05b23667a71845fe4011e0b5bd6a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
43
+
44
+ - Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
45
+ - Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
46
+
47
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`349e666`](https://github.com/graphql-hive/gateway/commit/349e666866543ef00eed198fb7a7801c75f92642) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
31
48
 
32
49
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
50
+ - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
51
+ - Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
52
+ - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
53
+ - Added dependency [`@opentelemetry/core@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/core/v/2.0.1) (to `dependencies`)
54
+ - Added dependency [`@opentelemetry/exporter-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-jaeger/v/2.0.1) (to `dependencies`)
55
+ - Added dependency [`@opentelemetry/exporter-zipkin@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-zipkin/v/2.0.1) (to `dependencies`)
56
+ - Added dependency [`@opentelemetry/propagator-b3@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-b3/v/2.0.1) (to `dependencies`)
57
+ - Added dependency [`@opentelemetry/propagator-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-jaeger/v/2.0.1) (to `dependencies`)
58
+ - Added dependency [`@opentelemetry/sampler-jaeger-remote@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sampler-jaeger-remote/v/0.202.0) (to `dependencies`)
59
+ - Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
60
+ - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
33
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`)
34
62
 
35
- - Updated dependencies [[`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec), [`2375a73`](https://github.com/graphql-hive/gateway/commit/2375a73752497960e18a2d9f58ae70125b89b64a), [`1942a82`](https://github.com/graphql-hive/gateway/commit/1942a82c039703b5682b64bda8464945722d266c), [`dd09ea9`](https://github.com/graphql-hive/gateway/commit/dd09ea939cc92d86559b3d4abe2d2a86a6f84ef4), [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec), [`2e5d9e3`](https://github.com/graphql-hive/gateway/commit/2e5d9e3c89569ace0d40e2fabd06c61808fed3b0), [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`e08a863`](https://github.com/graphql-hive/gateway/commit/e08a863ad6ed47f3ab9c41efcb4b9434b0d61d59), [`17c1241`](https://github.com/graphql-hive/gateway/commit/17c12417e321dba453d149d08df730307bda300b), [`f008aed`](https://github.com/graphql-hive/gateway/commit/f008aed2fa901905090ef19ec43f8043b5852103), [`f0ff13d`](https://github.com/graphql-hive/gateway/commit/f0ff13d086a30eb156469cdb3452298f2ea0352e), [`dd09ea9`](https://github.com/graphql-hive/gateway/commit/dd09ea939cc92d86559b3d4abe2d2a86a6f84ef4), [`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`07c2d07`](https://github.com/graphql-hive/gateway/commit/07c2d07b11cce6d3f50fadd16b3e36597cd2472f)]:
36
- - @graphql-hive/gateway-runtime@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
37
- - @graphql-mesh/plugin-opentelemetry@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
38
- - @graphql-mesh/plugin-prometheus@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
39
- - @graphql-mesh/hmac-upstream-signature@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
40
- - @graphql-hive/plugin-deduplicate-request@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
41
- - @graphql-mesh/transport-http-callback@1.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
42
- - @graphql-hive/plugin-aws-sigv4@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
43
- - @graphql-mesh/plugin-jwt-auth@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
44
- - @graphql-mesh/transport-http@1.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
45
- - @graphql-mesh/transport-ws@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
46
- - @graphql-hive/importer@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
47
- - @graphql-hive/logger@1.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
48
- - @graphql-hive/pubsub@2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe
63
+ - Updated dependencies [[`2c4b09e`](https://github.com/graphql-hive/gateway/commit/2c4b09e3bb0efecc3aa83ed758bba0b9d9537dfe), [`349e666`](https://github.com/graphql-hive/gateway/commit/349e666866543ef00eed198fb7a7801c75f92642), [`5bf859b`](https://github.com/graphql-hive/gateway/commit/5bf859bb35886f7c652084178f4c8f31eaa18fd7), [`27ebb21`](https://github.com/graphql-hive/gateway/commit/27ebb218288a05b23667a71845fe4011e0b5bd6a), [`45f328e`](https://github.com/graphql-hive/gateway/commit/45f328e395abd0b1d09619a944b95669e82f655f), [`731d0de`](https://github.com/graphql-hive/gateway/commit/731d0de13416b8bcbb19a3a9cccc4d298f8e8638), [`33fa9d2`](https://github.com/graphql-hive/gateway/commit/33fa9d2c5e63b56add3087e16c6f7922fb088983), [`2c4b09e`](https://github.com/graphql-hive/gateway/commit/2c4b09e3bb0efecc3aa83ed758bba0b9d9537dfe), [`349e666`](https://github.com/graphql-hive/gateway/commit/349e666866543ef00eed198fb7a7801c75f92642), [`9ea2eb5`](https://github.com/graphql-hive/gateway/commit/9ea2eb5a4ca282e5cf940f88835ac08b7fe0d887), [`2c4b09e`](https://github.com/graphql-hive/gateway/commit/2c4b09e3bb0efecc3aa83ed758bba0b9d9537dfe), [`ac4b68d`](https://github.com/graphql-hive/gateway/commit/ac4b68d848d497d68d1c11ef8e9ecd008ab04be0), [`dcec790`](https://github.com/graphql-hive/gateway/commit/dcec79005a4d03cda87533938b22f4c3922e3da9), [`9b230f3`](https://github.com/graphql-hive/gateway/commit/9b230f35b47afbf3b253e4c21720e836c5a2a8d1), [`e8f0f92`](https://github.com/graphql-hive/gateway/commit/e8f0f920e1a279a164f009d2bae78045e055af66), [`e1ad602`](https://github.com/graphql-hive/gateway/commit/e1ad6024e836d2d7804b75384be1165617c6248f), [`33fa9d2`](https://github.com/graphql-hive/gateway/commit/33fa9d2c5e63b56add3087e16c6f7922fb088983), [`2c4b09e`](https://github.com/graphql-hive/gateway/commit/2c4b09e3bb0efecc3aa83ed758bba0b9d9537dfe), [`6f065e4`](https://github.com/graphql-hive/gateway/commit/6f065e402d511cac240ec76dea761ef75f965583)]:
64
+ - @graphql-hive/gateway-runtime@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
65
+ - @graphql-mesh/plugin-opentelemetry@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
66
+ - @graphql-mesh/plugin-prometheus@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
67
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
68
+ - @graphql-hive/plugin-deduplicate-request@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
69
+ - @graphql-mesh/transport-http-callback@1.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
70
+ - @graphql-hive/plugin-aws-sigv4@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
71
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
72
+ - @graphql-mesh/transport-http@1.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
73
+ - @graphql-mesh/transport-ws@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
74
+ - @graphql-hive/importer@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
75
+ - @graphql-hive/logger@1.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
76
+ - @graphql-hive/pubsub@2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923
77
+
78
+ ## 1.15.4
79
+
80
+ ### Patch Changes
81
+
82
+ - Updated dependencies []:
83
+ - @graphql-hive/gateway-runtime@1.9.4
84
+ - @graphql-hive/plugin-aws-sigv4@1.0.15
85
+ - @graphql-hive/plugin-deduplicate-request@1.0.1
86
+ - @graphql-mesh/hmac-upstream-signature@1.2.28
87
+ - @graphql-mesh/plugin-opentelemetry@1.3.62
88
+ - @graphql-mesh/plugin-prometheus@1.3.50
49
89
 
50
90
  ## 1.15.3
51
91
 
package/dist/index.d.cts CHANGED
@@ -11,7 +11,7 @@ import UpstashRedisCache from '@graphql-mesh/cache-upstash-redis';
11
11
  export { default as UpstashRedisCache } from '@graphql-mesh/cache-upstash-redis';
12
12
  import { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth';
13
13
  export * from '@graphql-mesh/plugin-jwt-auth';
14
- import { OpenTelemetryMeshPluginOptions } from '@graphql-mesh/plugin-opentelemetry';
14
+ import { OpenTelemetryGatewayPluginOptions } from '@graphql-mesh/plugin-opentelemetry';
15
15
  export * from '@graphql-mesh/plugin-opentelemetry';
16
16
  import { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus';
17
17
  export * from '@graphql-mesh/plugin-prometheus';
@@ -156,7 +156,7 @@ interface GatewayCLIBuiltinPluginConfig {
156
156
  *
157
157
  * @see https://graphql-hive.com/docs/gateway/monitoring-tracing
158
158
  */
159
- openTelemetry?: Exclude<OpenTelemetryMeshPluginOptions, GatewayConfigContext>;
159
+ openTelemetry?: Exclude<OpenTelemetryGatewayPluginOptions, GatewayConfigContext>;
160
160
  /**
161
161
  * Configure Rate Limiting
162
162
  *
package/dist/index.d.ts CHANGED
@@ -11,7 +11,7 @@ import UpstashRedisCache from '@graphql-mesh/cache-upstash-redis';
11
11
  export { default as UpstashRedisCache } from '@graphql-mesh/cache-upstash-redis';
12
12
  import { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth';
13
13
  export * from '@graphql-mesh/plugin-jwt-auth';
14
- import { OpenTelemetryMeshPluginOptions } from '@graphql-mesh/plugin-opentelemetry';
14
+ import { OpenTelemetryGatewayPluginOptions } from '@graphql-mesh/plugin-opentelemetry';
15
15
  export * from '@graphql-mesh/plugin-opentelemetry';
16
16
  import { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus';
17
17
  export * from '@graphql-mesh/plugin-prometheus';
@@ -156,7 +156,7 @@ interface GatewayCLIBuiltinPluginConfig {
156
156
  *
157
157
  * @see https://graphql-hive.com/docs/gateway/monitoring-tracing
158
158
  */
159
- openTelemetry?: Exclude<OpenTelemetryMeshPluginOptions, GatewayConfigContext>;
159
+ openTelemetry?: Exclude<OpenTelemetryGatewayPluginOptions, GatewayConfigContext>;
160
160
  /**
161
161
  * Configure Rate Limiting
162
162
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
3
+ "version": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
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-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
57
- "@graphql-hive/importer": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
58
- "@graphql-hive/logger": "1.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
59
- "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
60
- "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
61
- "@graphql-hive/pubsub": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
56
+ "@graphql-hive/gateway-runtime": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
57
+ "@graphql-hive/importer": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
58
+ "@graphql-hive/logger": "1.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
59
+ "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
60
+ "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
61
+ "@graphql-hive/pubsub": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
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-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
67
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
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-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
71
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
72
- "@graphql-mesh/plugin-prometheus": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
70
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
71
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
72
+ "@graphql-mesh/plugin-prometheus": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
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-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
76
- "@graphql-mesh/transport-http-callback": "1.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
77
- "@graphql-mesh/transport-ws": "2.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
75
+ "@graphql-mesh/transport-http": "1.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
76
+ "@graphql-mesh/transport-http-callback": "1.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
77
+ "@graphql-mesh/transport-ws": "2.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
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",
@@ -82,6 +82,17 @@
82
82
  "@graphql-tools/load": "^8.0.14",
83
83
  "@graphql-tools/utils": "^10.8.1",
84
84
  "@graphql-yoga/render-graphiql": "^5.13.5",
85
+ "@opentelemetry/api": "^1.9.0",
86
+ "@opentelemetry/api-logs": "^0.202.0",
87
+ "@opentelemetry/context-zone": "^2.0.1",
88
+ "@opentelemetry/core": "^2.0.1",
89
+ "@opentelemetry/exporter-jaeger": "^2.0.1",
90
+ "@opentelemetry/exporter-zipkin": "^2.0.1",
91
+ "@opentelemetry/propagator-b3": "^2.0.1",
92
+ "@opentelemetry/propagator-jaeger": "^2.0.1",
93
+ "@opentelemetry/sampler-jaeger-remote": "^0.202.0",
94
+ "@opentelemetry/sdk-logs": "^0.202.0",
95
+ "@opentelemetry/sdk-metrics": "^2.0.1",
85
96
  "commander": "^13.1.0",
86
97
  "dotenv": "^16.4.7",
87
98
  "graphql-ws": "^6.0.4",
@@ -90,12 +101,12 @@
90
101
  "ws": "^8.18.0"
91
102
  },
92
103
  "devDependencies": {
93
- "@graphql-mesh/transport-common": "1.0.0-next-bf5bef35679fcb0007ce77204b4957e370c7dbbe",
104
+ "@graphql-mesh/transport-common": "1.0.0-next-a0cd15142b9979095ec7c4586cc696dfbdbfd923",
94
105
  "@graphql-mesh/transport-soap": "^0.10.6",
95
106
  "@graphql-tools/executor": "^1.4.7",
96
107
  "@rollup/plugin-commonjs": "^28.0.0",
97
108
  "@rollup/plugin-json": "^6.1.0",
98
- "@rollup/plugin-node-resolve": "^16.0.0",
109
+ "@rollup/plugin-node-resolve": "patch:@rollup/plugin-node-resolve@npm%3A16.0.1#~/.yarn/patches/@rollup-plugin-node-resolve-npm-16.0.1-2936474bab.patch",
99
110
  "@rollup/plugin-sucrase": "^5.0.2",
100
111
  "@tsconfig/node18": "^18.2.4",
101
112
  "@types/adm-zip": "^0.5.5",