@graphql-hive/gateway 2.0.0-alpha-9191536120206855a678436790a20de663c3889b → 2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d

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,48 +1,46 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-alpha-9191536120206855a678436790a20de663c3889b
3
+ ## 2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
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
8
+
9
+ Least supported Node version is now v20.
10
+
7
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
8
12
 
9
13
  - [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
10
14
  - If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
11
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
17
+
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
+
12
20
  ### Patch Changes
13
21
 
14
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:
15
23
 
16
24
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
17
25
 
18
- - [#1171](https://github.com/graphql-hive/gateway/pull/1171) [`5ab76ae`](https://github.com/graphql-hive/gateway/commit/5ab76ae74d6e705c48933bb5f3a767a4003c8570) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
19
-
20
- - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
21
- - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
22
- - Added dependency [`@opentelemetry/core@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/core/v/2.0.1) (to `dependencies`)
23
- - Added dependency [`@opentelemetry/exporter-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-jaeger/v/2.0.1) (to `dependencies`)
24
- - Added dependency [`@opentelemetry/exporter-zipkin@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/exporter-zipkin/v/2.0.1) (to `dependencies`)
25
- - Added dependency [`@opentelemetry/propagator-b3@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-b3/v/2.0.1) (to `dependencies`)
26
- - Added dependency [`@opentelemetry/propagator-jaeger@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/propagator-jaeger/v/2.0.1) (to `dependencies`)
27
- - Added dependency [`@opentelemetry/sampler-jaeger-remote@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sampler-jaeger-remote/v/0.202.0) (to `dependencies`)
28
- - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
29
-
30
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:
31
27
 
32
28
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
33
29
 
34
- - Updated dependencies [[`c2de557`](https://github.com/graphql-hive/gateway/commit/c2de55739ace44858287ef0e3687213c4c362c34), [`daed0aa`](https://github.com/graphql-hive/gateway/commit/daed0aa2fbecb5588c7f7fdc70b1ecab08f9a7b1), [`bbc37f8`](https://github.com/graphql-hive/gateway/commit/bbc37f84325fa3280ea88d9008dd908185a938c4), [`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), [`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)]:
35
- - @graphql-hive/gateway-runtime@2.0.0-alpha-9191536120206855a678436790a20de663c3889b
36
- - @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-9191536120206855a678436790a20de663c3889b
37
- - @graphql-mesh/plugin-prometheus@2.0.0-alpha-9191536120206855a678436790a20de663c3889b
38
- - @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-9191536120206855a678436790a20de663c3889b
39
- - @graphql-mesh/transport-http-callback@1.0.0-alpha-9191536120206855a678436790a20de663c3889b
40
- - @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-9191536120206855a678436790a20de663c3889b
41
- - @graphql-mesh/transport-ws@2.0.0-alpha-9191536120206855a678436790a20de663c3889b
42
- - @graphql-hive/logger@1.0.0-alpha-9191536120206855a678436790a20de663c3889b
43
- - @graphql-hive/plugin-aws-sigv4@1.0.14-alpha-9191536120206855a678436790a20de663c3889b
44
- - @graphql-hive/plugin-deduplicate-request@1.0.1
45
- - @graphql-mesh/transport-http@0.6.44-alpha-9191536120206855a678436790a20de663c3889b
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
46
44
 
47
45
  ## 1.15.2
48
46
 
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-BuM-InLk.cjs');
6
+ var cli = require('./cli-Bej_F2hi.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-BvnQIP6H.js';
5
+ import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-B_Lev2Nu.js';
6
6
  import 'node:cluster';
7
7
  import 'node:os';
8
8
  import 'node:path';
@@ -1165,9 +1165,8 @@ function getMaxConcurrency() {
1165
1165
  function defineConfig(config) {
1166
1166
  return config;
1167
1167
  }
1168
- const maxFork = getMaxConcurrency();
1169
1168
  const defaultOptions = {
1170
- fork: process.env["NODE_ENV"] === "production" ? maxFork : 1,
1169
+ fork: 1,
1171
1170
  host: platform().toLowerCase() === "win32" || // is WSL?
1172
1171
  release().toLowerCase().includes("microsoft") ? "127.0.0.1" : "0.0.0.0",
1173
1172
  port: 4e3,
@@ -1179,19 +1178,20 @@ let cli = new Command().configureHelp({
1179
1178
  showGlobalOptions: true
1180
1179
  }).addOption(
1181
1180
  new Option(
1182
- "--fork <count>",
1183
- `count of workers to spawn. uses "${maxFork}" (available parallelism) workers when NODE_ENV is "production", otherwise "1" (the main) worker (default: ${defaultOptions.fork})`
1181
+ "--fork <number>",
1182
+ `number of workers to spawn. (default: ${defaultOptions.fork})`
1184
1183
  ).env("FORK").argParser((v) => {
1185
- const count = parseInt(v);
1186
- if (isNaN(count)) {
1184
+ const number = parseInt(v);
1185
+ if (isNaN(number)) {
1187
1186
  throw new InvalidArgumentError("not a number.");
1188
1187
  }
1189
- if (count > maxFork) {
1188
+ const maxConcurrency = getMaxConcurrency();
1189
+ if (number > maxConcurrency) {
1190
1190
  throw new InvalidArgumentError(
1191
- `exceedes number of available parallelism "${maxFork}".`
1191
+ `exceedes number of available concurrency "${maxConcurrency}".`
1192
1192
  );
1193
1193
  }
1194
- return count;
1194
+ return number;
1195
1195
  })
1196
1196
  ).addOption(
1197
1197
  new Option(
@@ -1172,9 +1172,8 @@ function getMaxConcurrency() {
1172
1172
  function defineConfig(config) {
1173
1173
  return config;
1174
1174
  }
1175
- const maxFork = getMaxConcurrency();
1176
1175
  const defaultOptions = {
1177
- fork: process.env["NODE_ENV"] === "production" ? maxFork : 1,
1176
+ fork: 1,
1178
1177
  host: node_os.platform().toLowerCase() === "win32" || // is WSL?
1179
1178
  node_os.release().toLowerCase().includes("microsoft") ? "127.0.0.1" : "0.0.0.0",
1180
1179
  port: 4e3,
@@ -1186,19 +1185,20 @@ let cli = new extraTypings.Command().configureHelp({
1186
1185
  showGlobalOptions: true
1187
1186
  }).addOption(
1188
1187
  new extraTypings.Option(
1189
- "--fork <count>",
1190
- `count of workers to spawn. uses "${maxFork}" (available parallelism) workers when NODE_ENV is "production", otherwise "1" (the main) worker (default: ${defaultOptions.fork})`
1188
+ "--fork <number>",
1189
+ `number of workers to spawn. (default: ${defaultOptions.fork})`
1191
1190
  ).env("FORK").argParser((v) => {
1192
- const count = parseInt(v);
1193
- if (isNaN(count)) {
1191
+ const number = parseInt(v);
1192
+ if (isNaN(number)) {
1194
1193
  throw new extraTypings.InvalidArgumentError("not a number.");
1195
1194
  }
1196
- if (count > maxFork) {
1195
+ const maxConcurrency = getMaxConcurrency();
1196
+ if (number > maxConcurrency) {
1197
1197
  throw new extraTypings.InvalidArgumentError(
1198
- `exceedes number of available parallelism "${maxFork}".`
1198
+ `exceedes number of available concurrency "${maxConcurrency}".`
1199
1199
  );
1200
1200
  }
1201
- return count;
1201
+ return number;
1202
1202
  })
1203
1203
  ).addOption(
1204
1204
  new extraTypings.Option(
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var cli = require('./cli-BuM-InLk.cjs');
3
+ var cli = require('./cli-Bej_F2hi.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.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-BvnQIP6H.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-B_Lev2Nu.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-9191536120206855a678436790a20de663c3889b",
3
+ "version": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "license": "MIT",
17
17
  "engines": {
18
- "node": ">=18.0.0"
18
+ "node": ">=20.0.0"
19
19
  },
20
20
  "bin": {
21
21
  "hive-gateway": "./dist/bin.js"
@@ -53,29 +53,29 @@
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-9191536120206855a678436790a20de663c3889b",
57
- "@graphql-hive/importer": "^1.1.0",
58
- "@graphql-hive/logger": "1.0.0-alpha-9191536120206855a678436790a20de663c3889b",
59
- "@graphql-hive/plugin-aws-sigv4": "1.0.14-alpha-9191536120206855a678436790a20de663c3889b",
60
- "@graphql-hive/plugin-deduplicate-request": "^1.0.1",
61
- "@graphql-hive/pubsub": "^1.0.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",
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-9191536120206855a678436790a20de663c3889b",
67
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
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-9191536120206855a678436790a20de663c3889b",
70
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
71
71
  "@graphql-mesh/plugin-mock": "^0.105.6",
72
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-9191536120206855a678436790a20de663c3889b",
73
- "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-9191536120206855a678436790a20de663c3889b",
72
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
73
+ "@graphql-mesh/plugin-prometheus": "2.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
74
74
  "@graphql-mesh/plugin-rate-limit": "^0.104.5",
75
75
  "@graphql-mesh/plugin-snapshot": "^0.104.5",
76
- "@graphql-mesh/transport-http": "0.6.44-alpha-9191536120206855a678436790a20de663c3889b",
77
- "@graphql-mesh/transport-http-callback": "1.0.0-alpha-9191536120206855a678436790a20de663c3889b",
78
- "@graphql-mesh/transport-ws": "2.0.0-alpha-9191536120206855a678436790a20de663c3889b",
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",
79
79
  "@graphql-mesh/types": "^0.104.5",
80
80
  "@graphql-mesh/utils": "^0.104.5",
81
81
  "@graphql-tools/code-file-loader": "^8.1.15",
@@ -83,15 +83,6 @@
83
83
  "@graphql-tools/load": "^8.0.14",
84
84
  "@graphql-tools/utils": "^10.8.1",
85
85
  "@graphql-yoga/render-graphiql": "^5.13.5",
86
- "@opentelemetry/api": "^1.9.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-metrics": "^2.0.1",
95
86
  "commander": "^13.1.0",
96
87
  "dotenv": "^16.4.7",
97
88
  "graphql-ws": "^6.0.4",
@@ -100,12 +91,12 @@
100
91
  "ws": "^8.18.0"
101
92
  },
102
93
  "devDependencies": {
103
- "@graphql-mesh/transport-common": "1.0.0-alpha-9191536120206855a678436790a20de663c3889b",
94
+ "@graphql-mesh/transport-common": "1.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
104
95
  "@graphql-mesh/transport-soap": "^0.10.6",
105
96
  "@graphql-tools/executor": "^1.4.7",
106
97
  "@rollup/plugin-commonjs": "^28.0.0",
107
98
  "@rollup/plugin-json": "^6.1.0",
108
- "@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
+ "@rollup/plugin-node-resolve": "^16.0.0",
109
100
  "@rollup/plugin-sucrase": "^5.0.2",
110
101
  "@tsconfig/node18": "^18.2.4",
111
102
  "@types/adm-zip": "^0.5.5",