@graphql-hive/gateway 2.0.0-next-39aa18436688e9d03eb086e46cfb610ca49d4258 → 2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
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 +28 -23
- package/dist/bin.cjs +1 -1
- package/dist/bin.js +1 -1
- package/dist/{cli-B_Lev2Nu.js → cli-CEBNmXIe.js} +1 -1
- package/dist/{cli-Bej_F2hi.cjs → cli-w6SSRswf.cjs} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
@@ -1,33 +1,33 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 2.0.0-next-
|
3
|
+
## 2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
7
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`c3a0216`](https://github.com/graphql-hive/gateway/commit/c3a021612d1277dd00dd73e20cd45b28b72799ed) 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) [`
|
11
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`f22b935`](https://github.com/graphql-hive/gateway/commit/f22b935203f2712405b6d74aa29bd9f94ee78ec3) 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) [`
|
16
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`218951b`](https://github.com/graphql-hive/gateway/commit/218951bc8cf398b22cac0c7c80b3aac5694d0086) 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) [`
|
20
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`e3377b5`](https://github.com/graphql-hive/gateway/commit/e3377b502d7044f2dc887c2124a02bcf2f4775d2) 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) [`
|
26
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`f22b935`](https://github.com/graphql-hive/gateway/commit/f22b935203f2712405b6d74aa29bd9f94ee78ec3) 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) [`
|
30
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`ceb4981`](https://github.com/graphql-hive/gateway/commit/ceb4981ed5c9b2c944b43c84240220463111aef5) 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,17 @@
|
|
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) [`
|
42
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`016c4c8`](https://github.com/graphql-hive/gateway/commit/016c4c833ddb9fe4b470aff34b43a23dd192928a) 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
|
-
- [#
|
47
|
+
- [#1318](https://github.com/graphql-hive/gateway/pull/1318) [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
48
|
+
|
49
|
+
- Updated dependency [`@graphql-yoga/render-graphiql@^5.15.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/render-graphiql/v/5.15.1) (from `^5.13.5`, in `dependencies`)
|
50
|
+
- Updated dependency [`graphql-yoga@^5.15.1` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.15.1) (from `^5.13.5`, in `dependencies`)
|
51
|
+
|
52
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`69f1cf8`](https://github.com/graphql-hive/gateway/commit/69f1cf82747e8d9613888ca58c3de21b4301306d) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
48
53
|
|
49
54
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
50
55
|
- Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
|
@@ -60,20 +65,20 @@
|
|
60
65
|
- Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
|
61
66
|
- 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
67
|
|
63
|
-
- Updated dependencies [[`
|
64
|
-
- @graphql-hive/gateway-runtime@2.0.0-next-
|
65
|
-
- @graphql-mesh/plugin-
|
66
|
-
- @graphql-mesh/plugin-
|
67
|
-
- @graphql-mesh/
|
68
|
-
- @graphql-
|
69
|
-
- @graphql-
|
70
|
-
- @graphql-
|
71
|
-
- @graphql-
|
72
|
-
- @graphql-mesh/transport-http@1.0.0-next-
|
73
|
-
- @graphql-mesh/transport-ws@2.0.0-next-
|
74
|
-
- @graphql-hive/importer@2.0.0-next-
|
75
|
-
- @graphql-hive/logger@1.0.0-next-
|
76
|
-
- @graphql-hive/pubsub@2.0.0-next-
|
68
|
+
- Updated dependencies [[`f22b935`](https://github.com/graphql-hive/gateway/commit/f22b935203f2712405b6d74aa29bd9f94ee78ec3), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`69f1cf8`](https://github.com/graphql-hive/gateway/commit/69f1cf82747e8d9613888ca58c3de21b4301306d), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`ceb4981`](https://github.com/graphql-hive/gateway/commit/ceb4981ed5c9b2c944b43c84240220463111aef5), [`016c4c8`](https://github.com/graphql-hive/gateway/commit/016c4c833ddb9fe4b470aff34b43a23dd192928a), [`0566deb`](https://github.com/graphql-hive/gateway/commit/0566deb996fd84628491cd631d483c3b1c34b632), [`c8c98bf`](https://github.com/graphql-hive/gateway/commit/c8c98bf60b187ab1645d6d9f76f6016cdc833b8c), [`1768c28`](https://github.com/graphql-hive/gateway/commit/1768c28b986866b0b7b93306200bde48aca4d559), [`f22b935`](https://github.com/graphql-hive/gateway/commit/f22b935203f2712405b6d74aa29bd9f94ee78ec3), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`69f1cf8`](https://github.com/graphql-hive/gateway/commit/69f1cf82747e8d9613888ca58c3de21b4301306d), [`c3a0216`](https://github.com/graphql-hive/gateway/commit/c3a021612d1277dd00dd73e20cd45b28b72799ed), [`f22b935`](https://github.com/graphql-hive/gateway/commit/f22b935203f2712405b6d74aa29bd9f94ee78ec3), [`5029b80`](https://github.com/graphql-hive/gateway/commit/5029b80363b5991dd4bb7ce3585ac7f42a654b71), [`507f2ee`](https://github.com/graphql-hive/gateway/commit/507f2ee8ca5f515063fb60b7e3cb43597361d226), [`9b230f3`](https://github.com/graphql-hive/gateway/commit/9b230f35b47afbf3b253e4c21720e836c5a2a8d1), [`8da1d3d`](https://github.com/graphql-hive/gateway/commit/8da1d3dcfb9db64ac7adfa9e2e51b1ed5c03581e), [`88fb4b0`](https://github.com/graphql-hive/gateway/commit/88fb4b01e09ccd80814d3460be8e673a6b641ca6), [`25636db`](https://github.com/graphql-hive/gateway/commit/25636dbe2066c9f59322eab9b69417d8e5727d03), [`1768c28`](https://github.com/graphql-hive/gateway/commit/1768c28b986866b0b7b93306200bde48aca4d559), [`f22b935`](https://github.com/graphql-hive/gateway/commit/f22b935203f2712405b6d74aa29bd9f94ee78ec3), [`c491469`](https://github.com/graphql-hive/gateway/commit/c4914691db8f3c36ead138bcf0eb8d862a751b2e)]:
|
69
|
+
- @graphql-hive/gateway-runtime@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
70
|
+
- @graphql-mesh/plugin-jwt-auth@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
71
|
+
- @graphql-mesh/plugin-opentelemetry@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
72
|
+
- @graphql-mesh/plugin-prometheus@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
73
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
74
|
+
- @graphql-hive/plugin-deduplicate-request@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
75
|
+
- @graphql-mesh/transport-http-callback@1.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
76
|
+
- @graphql-hive/plugin-aws-sigv4@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
77
|
+
- @graphql-mesh/transport-http@1.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
78
|
+
- @graphql-mesh/transport-ws@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
79
|
+
- @graphql-hive/importer@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
80
|
+
- @graphql-hive/logger@1.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
81
|
+
- @graphql-hive/pubsub@2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03
|
77
82
|
|
78
83
|
## 1.15.4
|
79
84
|
|
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-
|
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-
|
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: "
|
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: "
|
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
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 '
|
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 '
|
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-
|
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-next-
|
3
|
+
"version": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -53,35 +53,35 @@
|
|
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-
|
57
|
-
"@graphql-hive/importer": "2.0.0-next-
|
58
|
-
"@graphql-hive/logger": "1.0.0-next-
|
59
|
-
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-
|
60
|
-
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-
|
61
|
-
"@graphql-hive/pubsub": "2.0.0-next-
|
56
|
+
"@graphql-hive/gateway-runtime": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
57
|
+
"@graphql-hive/importer": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
58
|
+
"@graphql-hive/logger": "1.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
59
|
+
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
60
|
+
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
61
|
+
"@graphql-hive/pubsub": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
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-
|
67
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
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-
|
71
|
-
"@graphql-mesh/plugin-opentelemetry": "2.0.0-next-
|
72
|
-
"@graphql-mesh/plugin-prometheus": "2.0.0-next-
|
70
|
+
"@graphql-mesh/plugin-jwt-auth": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
71
|
+
"@graphql-mesh/plugin-opentelemetry": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
72
|
+
"@graphql-mesh/plugin-prometheus": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
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-
|
76
|
-
"@graphql-mesh/transport-http-callback": "1.0.0-next-
|
77
|
-
"@graphql-mesh/transport-ws": "2.0.0-next-
|
75
|
+
"@graphql-mesh/transport-http": "1.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
76
|
+
"@graphql-mesh/transport-http-callback": "1.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
77
|
+
"@graphql-mesh/transport-ws": "2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
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",
|
81
81
|
"@graphql-tools/graphql-file-loader": "^8.0.20",
|
82
82
|
"@graphql-tools/load": "^8.0.14",
|
83
83
|
"@graphql-tools/utils": "^10.8.1",
|
84
|
-
"@graphql-yoga/render-graphiql": "^5.
|
84
|
+
"@graphql-yoga/render-graphiql": "^5.15.1",
|
85
85
|
"@opentelemetry/api": "^1.9.0",
|
86
86
|
"@opentelemetry/api-logs": "^0.202.0",
|
87
87
|
"@opentelemetry/context-zone": "^2.0.1",
|
@@ -96,12 +96,12 @@
|
|
96
96
|
"commander": "^13.1.0",
|
97
97
|
"dotenv": "^16.4.7",
|
98
98
|
"graphql-ws": "^6.0.4",
|
99
|
-
"graphql-yoga": "^5.
|
99
|
+
"graphql-yoga": "^5.15.1",
|
100
100
|
"tslib": "^2.8.1",
|
101
101
|
"ws": "^8.18.0"
|
102
102
|
},
|
103
103
|
"devDependencies": {
|
104
|
-
"@graphql-mesh/transport-common": "1.0.0-next-
|
104
|
+
"@graphql-mesh/transport-common": "1.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03",
|
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",
|