@graphql-hive/gateway 2.0.0-alpha-dc75093c5467d8467068ec27a9e61fdab5001790 → 2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
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 +53 -14
- package/dist/bin.cjs +2 -1
- package/dist/bin.js +2 -1
- package/dist/{cli-bwdDvr0W.cjs → cli-BuM-InLk.cjs} +3 -1
- package/dist/{cli-HmIj4heR.js → cli-BvnQIP6H.js} +3 -1
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +2 -1
- package/package.json +18 -17
package/CHANGELOG.md
CHANGED
@@ -1,34 +1,73 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 2.0.0-alpha-
|
3
|
+
## 2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
- [#1030](https://github.com/graphql-hive/gateway/pull/1030) [`
|
7
|
+
- [#1030](https://github.com/graphql-hive/gateway/pull/1030) [`4e0a76f`](https://github.com/graphql-hive/gateway/commit/4e0a76f970b95bf318707a57c7d301f9025f14b3) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Introduce and use the new Hive Logger
|
8
8
|
|
9
9
|
- [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
|
10
10
|
- If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
|
11
11
|
|
12
12
|
### Patch Changes
|
13
13
|
|
14
|
-
- [#1030](https://github.com/graphql-hive/gateway/pull/1030) [`
|
14
|
+
- [#1030](https://github.com/graphql-hive/gateway/pull/1030) [`ae4c7dd`](https://github.com/graphql-hive/gateway/commit/ae4c7ddc671d363b6b3791a9664e85e266f369de) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
15
15
|
|
16
16
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
17
17
|
|
18
|
+
- Updated dependencies [[`ae4c7dd`](https://github.com/graphql-hive/gateway/commit/ae4c7ddc671d363b6b3791a9664e85e266f369de), [`cdc959c`](https://github.com/graphql-hive/gateway/commit/cdc959c57dd770fd5f0bcd05a5de7e3102dacfe2), [`cdc959c`](https://github.com/graphql-hive/gateway/commit/cdc959c57dd770fd5f0bcd05a5de7e3102dacfe2), [`4bab6a3`](https://github.com/graphql-hive/gateway/commit/4bab6a3048cd6a9b20b221d625ed94a1e2cf8689), [`4fd18a1`](https://github.com/graphql-hive/gateway/commit/4fd18a1a7d95654d8bffd14026ee3c8861b5b4f6), [`2bd7a17`](https://github.com/graphql-hive/gateway/commit/2bd7a1708b7e1984a9bf7ca3eb763bf8ad3313c0), [`c190214`](https://github.com/graphql-hive/gateway/commit/c19021425af92ddb12195eb0b11b51cd6ac1d22f), [`ae4c7dd`](https://github.com/graphql-hive/gateway/commit/ae4c7ddc671d363b6b3791a9664e85e266f369de), [`4e0a76f`](https://github.com/graphql-hive/gateway/commit/4e0a76f970b95bf318707a57c7d301f9025f14b3), [`680a646`](https://github.com/graphql-hive/gateway/commit/680a6467be70b53d3bb6089114072fb25c172283), [`7decf1d`](https://github.com/graphql-hive/gateway/commit/7decf1d355e1cda9e688f2736abea86106afd3a0), [`e2f1c30`](https://github.com/graphql-hive/gateway/commit/e2f1c30d24e94e2cf388b2f1fe4e4f71c591bece), [`d1cdc67`](https://github.com/graphql-hive/gateway/commit/d1cdc6724bc67f17abd36d9cabbd26b7ef0e3adb), [`c190214`](https://github.com/graphql-hive/gateway/commit/c19021425af92ddb12195eb0b11b51cd6ac1d22f), [`5c34afe`](https://github.com/graphql-hive/gateway/commit/5c34afed1ead2f7ec2b4d988479a28118d2323ac)]:
|
19
|
+
- @graphql-hive/gateway-runtime@2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
20
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.12-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
21
|
+
- @graphql-mesh/plugin-opentelemetry@2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
22
|
+
- @graphql-mesh/plugin-prometheus@2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
23
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
24
|
+
- @graphql-mesh/transport-http-callback@1.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
25
|
+
- @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
26
|
+
- @graphql-mesh/transport-ws@2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
27
|
+
- @graphql-hive/logger@1.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
28
|
+
- @graphql-hive/plugin-deduplicate-request@1.0.0
|
29
|
+
- @graphql-mesh/transport-http@0.6.43-alpha-6b7df87639970bc4f5b2244af620413010dcd55c
|
30
|
+
|
31
|
+
## 1.15.0
|
32
|
+
|
33
|
+
### Minor Changes
|
34
|
+
|
35
|
+
- [#1172](https://github.com/graphql-hive/gateway/pull/1172) [`dacad53`](https://github.com/graphql-hive/gateway/commit/dacad5390e4ab54a74bb7ee0d86ebc5a014c55a8) Thanks [@ardatan](https://github.com/ardatan)! - Serve GraphiQL offline by default instead of fetching it from CDN
|
36
|
+
|
37
|
+
### Patch Changes
|
38
|
+
|
39
|
+
- [#1156](https://github.com/graphql-hive/gateway/pull/1156) [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
40
|
+
|
41
|
+
- Updated dependency [`graphql-yoga@^5.13.5` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.5) (from `^5.13.4`, in `dependencies`)
|
42
|
+
|
43
|
+
- [#1158](https://github.com/graphql-hive/gateway/pull/1158) [`a5d18da`](https://github.com/graphql-hive/gateway/commit/a5d18da95716c8e5ed231244c7dcae4f11843c08) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
44
|
+
|
45
|
+
- Updated dependency [`@commander-js/extra-typings@^14.0.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/14.0.0) (from `^13.1.0`, in `dependencies`)
|
46
|
+
|
47
|
+
- [#1161](https://github.com/graphql-hive/gateway/pull/1161) [`3be8206`](https://github.com/graphql-hive/gateway/commit/3be82065790f1cb24cbe0655d7e8b90207fff52e) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
48
|
+
|
49
|
+
- Updated dependency [`@commander-js/extra-typings@^13.1.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/13.1.0) (from `^14.0.0`, in `dependencies`)
|
50
|
+
|
51
|
+
- [#1172](https://github.com/graphql-hive/gateway/pull/1172) [`dacad53`](https://github.com/graphql-hive/gateway/commit/dacad5390e4ab54a74bb7ee0d86ebc5a014c55a8) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
52
|
+
|
53
|
+
- Added dependency [`@graphql-yoga/render-graphiql@^5.13.5` ↗︎](https://www.npmjs.com/package/@graphql-yoga/render-graphiql/v/5.13.5) (to `dependencies`)
|
54
|
+
|
55
|
+
- [#1182](https://github.com/graphql-hive/gateway/pull/1182) [`f3615ca`](https://github.com/graphql-hive/gateway/commit/f3615cab4e8b596e5ba21b03fddb66e9a3090e31) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
56
|
+
|
57
|
+
- Updated dependency [`@graphql-tools/graphql-file-loader@^8.0.20` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.0.20) (from `^8.0.14`, in `dependencies`)
|
58
|
+
|
18
59
|
- [#1141](https://github.com/graphql-hive/gateway/pull/1141) [`d8892f2`](https://github.com/graphql-hive/gateway/commit/d8892f2713388fcea37dfa74a8ae42294f07d362) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - **Security Update:** The Docker image have been updated to fix a CVE affecting `passwd` command. This CVE was not directly affecting Hive Gateway software, since it's not using impacted components.
|
19
60
|
|
20
|
-
- Updated dependencies [[`
|
21
|
-
- @graphql-hive/gateway-runtime@
|
22
|
-
- @graphql-
|
23
|
-
- @graphql-mesh/plugin-
|
24
|
-
- @graphql-mesh/
|
25
|
-
- @graphql-mesh/
|
26
|
-
- @graphql-mesh/plugin-jwt-auth@2.0.0-alpha-dc75093c5467d8467068ec27a9e61fdab5001790
|
27
|
-
- @graphql-mesh/transport-ws@2.0.0-alpha-dc75093c5467d8467068ec27a9e61fdab5001790
|
28
|
-
- @graphql-hive/logger@1.0.0-alpha-dc75093c5467d8467068ec27a9e61fdab5001790
|
29
|
-
- @graphql-hive/plugin-aws-sigv4@1.0.11-alpha-dc75093c5467d8467068ec27a9e61fdab5001790
|
61
|
+
- Updated dependencies [[`11cff4f`](https://github.com/graphql-hive/gateway/commit/11cff4f8ff28ca7d709b5b962029e17d5843110e), [`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`f3615ca`](https://github.com/graphql-hive/gateway/commit/f3615cab4e8b596e5ba21b03fddb66e9a3090e31), [`d459f37`](https://github.com/graphql-hive/gateway/commit/d459f3702c500c321164abec826700120649c180), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451), [`54beb7a`](https://github.com/graphql-hive/gateway/commit/54beb7acde7558eee81ec0e20c123717865b8e18), [`b4ba778`](https://github.com/graphql-hive/gateway/commit/b4ba778776140b66b8368daf0299105fd8035e46), [`11cff4f`](https://github.com/graphql-hive/gateway/commit/11cff4f8ff28ca7d709b5b962029e17d5843110e)]:
|
62
|
+
- @graphql-hive/gateway-runtime@1.9.0
|
63
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.11
|
64
|
+
- @graphql-mesh/plugin-jwt-auth@1.5.5
|
65
|
+
- @graphql-mesh/plugin-prometheus@1.3.46
|
66
|
+
- @graphql-mesh/transport-http-callback@0.6.1
|
30
67
|
- @graphql-hive/plugin-deduplicate-request@1.0.0
|
31
|
-
- @graphql-mesh/
|
68
|
+
- @graphql-mesh/hmac-upstream-signature@1.2.27
|
69
|
+
- @graphql-mesh/plugin-opentelemetry@1.3.58
|
70
|
+
- @graphql-mesh/transport-http@0.6.42
|
32
71
|
|
33
72
|
## 1.14.2
|
34
73
|
|
package/dist/bin.cjs
CHANGED
@@ -3,11 +3,12 @@
|
|
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-BuM-InLk.cjs');
|
7
7
|
require('node:cluster');
|
8
8
|
require('node:os');
|
9
9
|
require('node:path');
|
10
10
|
require('@commander-js/extra-typings');
|
11
|
+
require('@graphql-yoga/render-graphiql');
|
11
12
|
require('@graphql-hive/gateway-runtime');
|
12
13
|
require('@graphql-hive/pubsub');
|
13
14
|
require('@graphql-mesh/utils');
|
package/dist/bin.js
CHANGED
@@ -2,11 +2,12 @@
|
|
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-BvnQIP6H.js';
|
6
6
|
import 'node:cluster';
|
7
7
|
import 'node:os';
|
8
8
|
import 'node:path';
|
9
9
|
import '@commander-js/extra-typings';
|
10
|
+
import '@graphql-yoga/render-graphiql';
|
10
11
|
import '@graphql-hive/gateway-runtime';
|
11
12
|
import '@graphql-hive/pubsub';
|
12
13
|
import '@graphql-mesh/utils';
|
@@ -6,6 +6,7 @@ var node_os = require('node:os');
|
|
6
6
|
var node_path = require('node:path');
|
7
7
|
var extraTypings = require('@commander-js/extra-typings');
|
8
8
|
var logger = require('@graphql-hive/logger');
|
9
|
+
var renderGraphiql = require('@graphql-yoga/render-graphiql');
|
9
10
|
var gatewayRuntime = require('@graphql-hive/gateway-runtime');
|
10
11
|
var pubsub = require('@graphql-hive/pubsub');
|
11
12
|
var utils = require('@graphql-mesh/utils');
|
@@ -1177,7 +1178,8 @@ const defaultOptions = {
|
|
1177
1178
|
host: node_os.platform().toLowerCase() === "win32" || // is WSL?
|
1178
1179
|
node_os.release().toLowerCase().includes("microsoft") ? "127.0.0.1" : "0.0.0.0",
|
1179
1180
|
port: 4e3,
|
1180
|
-
pollingInterval: 1e4
|
1181
|
+
pollingInterval: 1e4,
|
1182
|
+
renderGraphiQL: renderGraphiql.renderGraphiQL
|
1181
1183
|
};
|
1182
1184
|
let cli = new extraTypings.Command().configureHelp({
|
1183
1185
|
// will print help of global options for each command
|
@@ -4,6 +4,7 @@ import { availableParallelism, freemem, platform, release } from 'node:os';
|
|
4
4
|
import { join, isAbsolute, resolve } from 'node:path';
|
5
5
|
import { Option, Command, InvalidArgumentError } from '@commander-js/extra-typings';
|
6
6
|
import { LegacyLogger, Logger } from '@graphql-hive/logger';
|
7
|
+
import { renderGraphiQL } from '@graphql-yoga/render-graphiql';
|
7
8
|
import { getGraphQLWSOptions, createLoggerFromLogging, createGatewayRuntime } from '@graphql-hive/gateway-runtime';
|
8
9
|
import { PubSub } from '@graphql-hive/pubsub';
|
9
10
|
import { registerTerminateHandler, isUrl } from '@graphql-mesh/utils';
|
@@ -1170,7 +1171,8 @@ const defaultOptions = {
|
|
1170
1171
|
host: platform().toLowerCase() === "win32" || // is WSL?
|
1171
1172
|
release().toLowerCase().includes("microsoft") ? "127.0.0.1" : "0.0.0.0",
|
1172
1173
|
port: 4e3,
|
1173
|
-
pollingInterval: 1e4
|
1174
|
+
pollingInterval: 1e4,
|
1175
|
+
renderGraphiQL
|
1174
1176
|
};
|
1175
1177
|
let cli = new Command().configureHelp({
|
1176
1178
|
// will print help of global options for each command
|
package/dist/index.cjs
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
'use strict';
|
2
2
|
|
3
|
-
var cli = require('./cli-
|
3
|
+
var cli = require('./cli-BuM-InLk.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');
|
@@ -24,6 +24,7 @@ require('node:module');
|
|
24
24
|
require('node:os');
|
25
25
|
require('node:path');
|
26
26
|
require('@commander-js/extra-typings');
|
27
|
+
require('@graphql-yoga/render-graphiql');
|
27
28
|
require('@graphql-mesh/utils');
|
28
29
|
require('node:fs/promises');
|
29
30
|
require('node:url');
|
package/dist/index.d.cts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import * as graphql_yoga from 'graphql-yoga';
|
1
2
|
import { Command } from '@commander-js/extra-typings';
|
2
3
|
import { GatewayConfigContext, GatewayConfigSupergraph, GatewayHiveReportingOptions, GatewayGraphOSReportingOptions, GatewayConfigSubgraph, GatewayConfigProxy, GatewayPlugin } from '@graphql-hive/gateway-runtime';
|
3
4
|
export * from '@graphql-hive/gateway-runtime';
|
@@ -258,6 +259,7 @@ declare const defaultOptions: {
|
|
258
259
|
host: string;
|
259
260
|
port: number;
|
260
261
|
pollingInterval: number;
|
262
|
+
renderGraphiQL: (opts?: graphql_yoga.GraphiQLOptions) => string;
|
261
263
|
};
|
262
264
|
/** Root cli for the gateway. */
|
263
265
|
declare let cli: Command<[], {
|
package/dist/index.d.ts
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
import * as graphql_yoga from 'graphql-yoga';
|
1
2
|
import { Command } from '@commander-js/extra-typings';
|
2
3
|
import { GatewayConfigContext, GatewayConfigSupergraph, GatewayHiveReportingOptions, GatewayGraphOSReportingOptions, GatewayConfigSubgraph, GatewayConfigProxy, GatewayPlugin } from '@graphql-hive/gateway-runtime';
|
3
4
|
export * from '@graphql-hive/gateway-runtime';
|
@@ -258,6 +259,7 @@ declare const defaultOptions: {
|
|
258
259
|
host: string;
|
259
260
|
port: number;
|
260
261
|
pollingInterval: number;
|
262
|
+
renderGraphiQL: (opts?: graphql_yoga.GraphiQLOptions) => string;
|
261
263
|
};
|
262
264
|
/** Root cli for the gateway. */
|
263
265
|
declare let cli: Command<[], {
|
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-BvnQIP6H.js';
|
2
2
|
export * from '@graphql-hive/logger';
|
3
3
|
export * from '@graphql-hive/gateway-runtime';
|
4
4
|
export { PubSub } from '@graphql-hive/pubsub';
|
@@ -23,6 +23,7 @@ import 'node:module';
|
|
23
23
|
import 'node:os';
|
24
24
|
import 'node:path';
|
25
25
|
import '@commander-js/extra-typings';
|
26
|
+
import '@graphql-yoga/render-graphiql';
|
26
27
|
import '@graphql-mesh/utils';
|
27
28
|
import 'node:fs/promises';
|
28
29
|
import 'node:url';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "2.0.0-alpha-
|
3
|
+
"version": "2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -53,10 +53,10 @@
|
|
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-
|
56
|
+
"@graphql-hive/gateway-runtime": "2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
57
57
|
"@graphql-hive/importer": "^1.1.0",
|
58
|
-
"@graphql-hive/logger": "1.0.0-alpha-
|
59
|
-
"@graphql-hive/plugin-aws-sigv4": "1.0.
|
58
|
+
"@graphql-hive/logger": "1.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
59
|
+
"@graphql-hive/plugin-aws-sigv4": "1.0.12-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
60
60
|
"@graphql-hive/plugin-deduplicate-request": "^1.0.0",
|
61
61
|
"@graphql-hive/pubsub": "^1.0.0",
|
62
62
|
"@graphql-mesh/cache-cfw-kv": "^0.105.0",
|
@@ -64,33 +64,34 @@
|
|
64
64
|
"@graphql-mesh/cache-redis": "^0.104.0",
|
65
65
|
"@graphql-mesh/cache-upstash-redis": "^0.1.0",
|
66
66
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
67
|
-
"@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-
|
67
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
68
68
|
"@graphql-mesh/plugin-http-cache": "^0.105.2",
|
69
69
|
"@graphql-mesh/plugin-jit": "^0.2.0",
|
70
|
-
"@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-
|
70
|
+
"@graphql-mesh/plugin-jwt-auth": "2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
71
71
|
"@graphql-mesh/plugin-mock": "^0.105.0",
|
72
|
-
"@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-
|
73
|
-
"@graphql-mesh/plugin-prometheus": "2.0.0-alpha-
|
72
|
+
"@graphql-mesh/plugin-opentelemetry": "2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
73
|
+
"@graphql-mesh/plugin-prometheus": "2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
74
74
|
"@graphql-mesh/plugin-rate-limit": "^0.104.0",
|
75
75
|
"@graphql-mesh/plugin-snapshot": "^0.104.0",
|
76
|
-
"@graphql-mesh/transport-http": "0.6.
|
77
|
-
"@graphql-mesh/transport-http-callback": "1.0.0-alpha-
|
78
|
-
"@graphql-mesh/transport-ws": "2.0.0-alpha-
|
76
|
+
"@graphql-mesh/transport-http": "0.6.43-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
77
|
+
"@graphql-mesh/transport-http-callback": "1.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
78
|
+
"@graphql-mesh/transport-ws": "2.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
79
79
|
"@graphql-mesh/types": "^0.104.0",
|
80
80
|
"@graphql-mesh/utils": "^0.104.2",
|
81
81
|
"@graphql-tools/code-file-loader": "^8.1.15",
|
82
|
-
"@graphql-tools/graphql-file-loader": "^8.0.
|
82
|
+
"@graphql-tools/graphql-file-loader": "^8.0.20",
|
83
83
|
"@graphql-tools/load": "^8.0.14",
|
84
84
|
"@graphql-tools/utils": "^10.8.1",
|
85
|
+
"@graphql-yoga/render-graphiql": "^5.13.5",
|
85
86
|
"commander": "^13.1.0",
|
86
87
|
"dotenv": "^16.4.7",
|
87
88
|
"graphql-ws": "^6.0.4",
|
88
|
-
"graphql-yoga": "^5.13.
|
89
|
+
"graphql-yoga": "^5.13.5",
|
89
90
|
"tslib": "^2.8.1",
|
90
91
|
"ws": "^8.18.0"
|
91
92
|
},
|
92
93
|
"devDependencies": {
|
93
|
-
"@graphql-mesh/transport-common": "1.0.0-alpha-
|
94
|
+
"@graphql-mesh/transport-common": "1.0.0-alpha-6b7df87639970bc4f5b2244af620413010dcd55c",
|
94
95
|
"@graphql-mesh/transport-soap": "^0.10.0",
|
95
96
|
"@graphql-tools/executor": "^1.4.7",
|
96
97
|
"@rollup/plugin-commonjs": "^28.0.0",
|
@@ -99,17 +100,17 @@
|
|
99
100
|
"@rollup/plugin-sucrase": "^5.0.2",
|
100
101
|
"@tsconfig/node18": "^18.2.4",
|
101
102
|
"@types/adm-zip": "^0.5.5",
|
102
|
-
"@types/bun": "1.2.
|
103
|
+
"@types/bun": "1.2.15",
|
103
104
|
"@types/ws": "^8.5.12",
|
104
105
|
"@whatwg-node/fetch": "^0.10.8",
|
105
106
|
"adm-zip": "^0.5.15",
|
106
|
-
"bun": "^1.
|
107
|
+
"bun": "^1.2.15",
|
107
108
|
"graphql": "^16.9.0",
|
108
109
|
"parse-duration": "^2.0.0",
|
109
110
|
"pkgroll": "2.12.2",
|
110
111
|
"postject": "^1.0.0-alpha.6",
|
111
112
|
"rimraf": "^6.0.1",
|
112
|
-
"rollup": "
|
113
|
+
"rollup": "4.40.2",
|
113
114
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
114
115
|
"tsx": "4.19.4"
|
115
116
|
},
|