@graphql-hive/gateway 2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d → 2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f

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,46 +1,75 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
3
+ ## 2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#1287](https://github.com/graphql-hive/gateway/pull/1287) [`50ad81c`](https://github.com/graphql-hive/gateway/commit/50ad81c6b27e9f7841759a70133cd6fa1d13372d) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Drop Node 18 support
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
8
8
 
9
9
  Least supported Node version is now v20.
10
10
 
11
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
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
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) [`db09adf`](https://github.com/graphql-hive/gateway/commit/db09adf7b0490414bdf0591f7304f0e42c5ead61) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
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
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
21
+
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
+
20
24
  ### Patch Changes
21
25
 
22
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
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:
23
27
 
24
28
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
25
29
 
26
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`daed0aa`](https://github.com/graphql-hive/gateway/commit/daed0aa2fbecb5588c7f7fdc70b1ecab08f9a7b1) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
30
+ - [#1171](https://github.com/graphql-hive/gateway/pull/1171) [`69a1ba0`](https://github.com/graphql-hive/gateway/commit/69a1ba0b01a7fbe16560e34ceacb53562599e3b2) 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) [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
27
43
 
28
44
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
45
+ - Removed dependency [`@graphql-mesh/plugin-mock@^0.105.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.6) (from `dependencies`)
46
+
47
+ - Updated dependencies [[`6c9083c`](https://github.com/graphql-hive/gateway/commit/6c9083c08c9f61ee224451a370353c18ad08e6d9), [`81671ba`](https://github.com/graphql-hive/gateway/commit/81671ba909e319be155d2ec2f10f5e3f6cc01cec), [`cc6d253`](https://github.com/graphql-hive/gateway/commit/cc6d253bbaa493a7a55428276ba1ec391b3fa2df), [`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)]:
48
+ - @graphql-hive/gateway-runtime@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
49
+ - @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
50
+ - @graphql-mesh/plugin-prometheus@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
51
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
52
+ - @graphql-hive/plugin-deduplicate-request@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
53
+ - @graphql-mesh/transport-http-callback@1.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
54
+ - @graphql-hive/plugin-aws-sigv4@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
55
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
56
+ - @graphql-mesh/transport-http@1.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
57
+ - @graphql-mesh/transport-ws@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
58
+ - @graphql-hive/importer@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
59
+ - @graphql-hive/logger@1.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
60
+ - @graphql-hive/pubsub@2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f
61
+
62
+ ## 1.15.3
29
63
 
30
- - Updated dependencies [[`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34), [`daed0aa`](https://github.com/graphql-hive/gateway/commit/daed0aa2fbecb5588c7f7fdc70b1ecab08f9a7b1), [`c355ebe`](https://github.com/graphql-hive/gateway/commit/c355ebe6df55b201b6c970442a67fa7c0bb6e87e), [`beba61b`](https://github.com/graphql-hive/gateway/commit/beba61be65b8c3b0418b94637c7da9aa676ec58e), [`d1ba180`](https://github.com/graphql-hive/gateway/commit/d1ba18059b33c844225fa55d972dbfc90faa3729), [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34), [`daed0aa`](https://github.com/graphql-hive/gateway/commit/daed0aa2fbecb5588c7f7fdc70b1ecab08f9a7b1), [`50ad81c`](https://github.com/graphql-hive/gateway/commit/50ad81c6b27e9f7841759a70133cd6fa1d13372d), [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34), [`10c4f8e`](https://github.com/graphql-hive/gateway/commit/10c4f8ebd3f94ce7a4027ad3bff1436805058ca3), [`a7365b1`](https://github.com/graphql-hive/gateway/commit/a7365b1b44281b11586b110a0395409889daf82e), [`2b452d5`](https://github.com/graphql-hive/gateway/commit/2b452d54131237a713aaa49a8d9e606a526e6a5c), [`da779b3`](https://github.com/graphql-hive/gateway/commit/da779b31208ad472cdcbc32bd1376b19271203ac), [`d1ba180`](https://github.com/graphql-hive/gateway/commit/d1ba18059b33c844225fa55d972dbfc90faa3729), [`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34)]:
31
- - @graphql-hive/gateway-runtime@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
32
- - @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
33
- - @graphql-mesh/plugin-prometheus@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
34
- - @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
35
- - @graphql-hive/plugin-deduplicate-request@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
36
- - @graphql-mesh/transport-http-callback@1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
37
- - @graphql-hive/plugin-aws-sigv4@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
38
- - @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
39
- - @graphql-mesh/transport-http@1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
40
- - @graphql-mesh/transport-ws@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
41
- - @graphql-hive/importer@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
42
- - @graphql-hive/logger@1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
43
- - @graphql-hive/pubsub@2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies []:
67
+ - @graphql-hive/gateway-runtime@1.9.3
68
+ - @graphql-hive/plugin-aws-sigv4@1.0.14
69
+ - @graphql-hive/plugin-deduplicate-request@1.0.1
70
+ - @graphql-mesh/hmac-upstream-signature@1.2.28
71
+ - @graphql-mesh/plugin-opentelemetry@1.3.61
72
+ - @graphql-mesh/plugin-prometheus@1.3.49
44
73
 
45
74
  ## 1.15.2
46
75
 
package/dist/index.cjs CHANGED
@@ -10,7 +10,6 @@ var pluginPrometheus = require('@graphql-mesh/plugin-prometheus');
10
10
  var pluginRateLimit = require('@graphql-mesh/plugin-rate-limit');
11
11
  var pluginHttpCache = require('@graphql-mesh/plugin-http-cache');
12
12
  var pluginDeduplicateRequest = require('@graphql-hive/plugin-deduplicate-request');
13
- var pluginMock = require('@graphql-mesh/plugin-mock');
14
13
  var pluginSnapshot = require('@graphql-mesh/plugin-snapshot');
15
14
  var cacheCfwKv = require('@graphql-mesh/cache-cfw-kv');
16
15
  var cacheRedis = require('@graphql-mesh/cache-redis');
@@ -41,7 +40,6 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
41
40
  var pluginPrometheus__default = /*#__PURE__*/_interopDefault(pluginPrometheus);
42
41
  var pluginRateLimit__default = /*#__PURE__*/_interopDefault(pluginRateLimit);
43
42
  var pluginHttpCache__default = /*#__PURE__*/_interopDefault(pluginHttpCache);
44
- var pluginMock__default = /*#__PURE__*/_interopDefault(pluginMock);
45
43
  var pluginSnapshot__default = /*#__PURE__*/_interopDefault(pluginSnapshot);
46
44
  var cacheCfwKv__default = /*#__PURE__*/_interopDefault(cacheCfwKv);
47
45
  var cacheRedis__default = /*#__PURE__*/_interopDefault(cacheRedis);
@@ -80,10 +78,6 @@ Object.defineProperty(exports, "useDeduplicateRequest", {
80
78
  enumerable: true,
81
79
  get: function () { return pluginDeduplicateRequest.useDeduplicateRequest; }
82
80
  });
83
- Object.defineProperty(exports, "useMock", {
84
- enumerable: true,
85
- get: function () { return pluginMock__default.default; }
86
- });
87
81
  Object.defineProperty(exports, "useSnapshot", {
88
82
  enumerable: true,
89
83
  get: function () { return pluginSnapshot__default.default; }
package/dist/index.d.cts CHANGED
@@ -20,7 +20,6 @@ import { YamlConfig, KeyValueCache } from '@graphql-mesh/types';
20
20
  export { default as useRateLimit } from '@graphql-mesh/plugin-rate-limit';
21
21
  export { default as useHttpCache } from '@graphql-mesh/plugin-http-cache';
22
22
  export { useDeduplicateRequest } from '@graphql-hive/plugin-deduplicate-request';
23
- export { default as useMock } from '@graphql-mesh/plugin-mock';
24
23
  export { default as useSnapshot } from '@graphql-mesh/plugin-snapshot';
25
24
  export { default as CloudflareKVCacheStorage } from '@graphql-mesh/cache-cfw-kv';
26
25
  export { default as RedisCacheStorage } from '@graphql-mesh/cache-redis';
package/dist/index.d.ts CHANGED
@@ -20,7 +20,6 @@ import { YamlConfig, KeyValueCache } from '@graphql-mesh/types';
20
20
  export { default as useRateLimit } from '@graphql-mesh/plugin-rate-limit';
21
21
  export { default as useHttpCache } from '@graphql-mesh/plugin-http-cache';
22
22
  export { useDeduplicateRequest } from '@graphql-hive/plugin-deduplicate-request';
23
- export { default as useMock } from '@graphql-mesh/plugin-mock';
24
23
  export { default as useSnapshot } from '@graphql-mesh/plugin-snapshot';
25
24
  export { default as CloudflareKVCacheStorage } from '@graphql-mesh/cache-cfw-kv';
26
25
  export { default as RedisCacheStorage } from '@graphql-mesh/cache-redis';
package/dist/index.js CHANGED
@@ -9,7 +9,6 @@ export { default as usePrometheus } from '@graphql-mesh/plugin-prometheus';
9
9
  export { default as useRateLimit } from '@graphql-mesh/plugin-rate-limit';
10
10
  export { default as useHttpCache } from '@graphql-mesh/plugin-http-cache';
11
11
  export { useDeduplicateRequest } from '@graphql-hive/plugin-deduplicate-request';
12
- export { default as useMock } from '@graphql-mesh/plugin-mock';
13
12
  export { default as useSnapshot } from '@graphql-mesh/plugin-snapshot';
14
13
  export { default as CloudflareKVCacheStorage } from '@graphql-mesh/cache-cfw-kv';
15
14
  export { default as RedisCacheStorage } from '@graphql-mesh/cache-redis';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
3
+ "version": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,29 +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-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
57
- "@graphql-hive/importer": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
58
- "@graphql-hive/logger": "1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
59
- "@graphql-hive/plugin-aws-sigv4": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
60
- "@graphql-hive/plugin-deduplicate-request": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
61
- "@graphql-hive/pubsub": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
56
+ "@graphql-hive/gateway-runtime": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
57
+ "@graphql-hive/importer": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
58
+ "@graphql-hive/logger": "1.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
59
+ "@graphql-hive/plugin-aws-sigv4": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
60
+ "@graphql-hive/plugin-deduplicate-request": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
61
+ "@graphql-hive/pubsub": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
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-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
67
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
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-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
71
- "@graphql-mesh/plugin-mock": "^0.105.6",
72
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
73
- "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
70
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
71
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
72
+ "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
74
73
  "@graphql-mesh/plugin-rate-limit": "^0.104.5",
75
74
  "@graphql-mesh/plugin-snapshot": "^0.104.5",
76
- "@graphql-mesh/transport-http": "1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
77
- "@graphql-mesh/transport-http-callback": "1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
78
- "@graphql-mesh/transport-ws": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
75
+ "@graphql-mesh/transport-http": "1.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
76
+ "@graphql-mesh/transport-http-callback": "1.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
77
+ "@graphql-mesh/transport-ws": "2.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
79
78
  "@graphql-mesh/types": "^0.104.5",
80
79
  "@graphql-mesh/utils": "^0.104.5",
81
80
  "@graphql-tools/code-file-loader": "^8.1.15",
@@ -83,6 +82,15 @@
83
82
  "@graphql-tools/load": "^8.0.14",
84
83
  "@graphql-tools/utils": "^10.8.1",
85
84
  "@graphql-yoga/render-graphiql": "^5.13.5",
85
+ "@opentelemetry/api": "^1.9.0",
86
+ "@opentelemetry/context-zone": "^2.0.1",
87
+ "@opentelemetry/core": "^2.0.1",
88
+ "@opentelemetry/exporter-jaeger": "^2.0.1",
89
+ "@opentelemetry/exporter-zipkin": "^2.0.1",
90
+ "@opentelemetry/propagator-b3": "^2.0.1",
91
+ "@opentelemetry/propagator-jaeger": "^2.0.1",
92
+ "@opentelemetry/sampler-jaeger-remote": "^0.202.0",
93
+ "@opentelemetry/sdk-metrics": "^2.0.1",
86
94
  "commander": "^13.1.0",
87
95
  "dotenv": "^16.4.7",
88
96
  "graphql-ws": "^6.0.4",
@@ -91,12 +99,12 @@
91
99
  "ws": "^8.18.0"
92
100
  },
93
101
  "devDependencies": {
94
- "@graphql-mesh/transport-common": "1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
102
+ "@graphql-mesh/transport-common": "1.0.0-alpha-a15385b922de3f08a097b3e2539e21e758bd362f",
95
103
  "@graphql-mesh/transport-soap": "^0.10.6",
96
104
  "@graphql-tools/executor": "^1.4.7",
97
105
  "@rollup/plugin-commonjs": "^28.0.0",
98
106
  "@rollup/plugin-json": "^6.1.0",
99
- "@rollup/plugin-node-resolve": "^16.0.0",
107
+ "@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",
100
108
  "@rollup/plugin-sucrase": "^5.0.2",
101
109
  "@tsconfig/node18": "^18.2.4",
102
110
  "@types/adm-zip": "^0.5.5",