@graphql-hive/gateway 2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9 → 2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
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 +42 -26
- package/dist/bin.cjs +1 -1
- package/dist/bin.js +1 -1
- package/dist/{cli-azGUVOyd.js → cli-CAUHvOvN.js} +2 -2
- package/dist/{cli-CDwuBiJK.cjs → cli-DKhnumz1.cjs} +2 -2
- 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/dist/opentelemetry/api.cjs +1 -1
- package/dist/opentelemetry/api.d.cts +1 -1
- package/dist/opentelemetry/api.d.ts +1 -1
- package/dist/opentelemetry/api.js +1 -1
- package/dist/opentelemetry/index.cjs +1 -1
- package/dist/opentelemetry/index.d.cts +3 -3
- package/dist/opentelemetry/index.d.ts +3 -3
- package/dist/opentelemetry/index.js +1 -1
- package/dist/opentelemetry/setup.cjs +1 -1
- package/dist/opentelemetry/setup.d.cts +1 -1
- package/dist/opentelemetry/setup.d.ts +1 -1
- package/dist/opentelemetry/setup.js +1 -1
- package/package.json +15 -15
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-fda88082a3d7880d452f543a28561c92f1a0afd5
|
4
4
|
### Major Changes
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
8
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`5078d2e`](https://github.com/graphql-hive/gateway/commit/5078d2e9cdc0951e9abd8d832a8205436a3fe41a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
|
9
9
|
|
10
10
|
Least supported Node version is now v20.
|
11
11
|
|
12
12
|
|
13
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
13
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
|
14
14
|
|
15
15
|
- [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
|
16
16
|
|
17
17
|
- If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
|
18
18
|
|
19
19
|
|
20
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
20
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`c007f13`](https://github.com/graphql-hive/gateway/commit/c007f1360fe11eeef71c67585a2097f3ac50cc3e) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
|
21
21
|
|
22
22
|
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.
|
23
23
|
|
24
24
|
|
25
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
25
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`5f83ba8`](https://github.com/graphql-hive/gateway/commit/5f83ba8d63763e4f96a72f9127d66a4b40b3073a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
|
26
26
|
|
27
27
|
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.
|
28
28
|
|
29
29
|
|
30
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
30
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`9666cae`](https://github.com/graphql-hive/gateway/commit/9666caeef37077eb43954b2835ec877d19d2fe92) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
|
31
31
|
|
32
32
|
Failing to start if the schema is not loaded for whatever reason.
|
33
33
|
|
@@ -35,19 +35,19 @@
|
|
35
35
|
|
36
36
|
|
37
37
|
|
38
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
38
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`4809861`](https://github.com/graphql-hive/gateway/commit/4809861f2581bd59f0b3a80ccfd7548ee7ec94ab) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - The `defineConfig` accepts a TContext generic
|
39
39
|
|
40
40
|
|
41
41
|
### Patch Changes
|
42
42
|
|
43
43
|
|
44
44
|
|
45
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
45
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
46
46
|
|
47
47
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
48
48
|
|
49
49
|
|
50
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
50
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`ee5ed73`](https://github.com/graphql-hive/gateway/commit/ee5ed7336a468de05a67298923a270838370a0c3) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
51
51
|
|
52
52
|
- Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
|
53
53
|
- Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
|
@@ -60,21 +60,22 @@
|
|
60
60
|
- Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
|
61
61
|
|
62
62
|
|
63
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
63
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`c677ab9`](https://github.com/graphql-hive/gateway/commit/c677ab9387d4d5d8c240b384383b4ef9c9bb34a9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
64
64
|
|
65
65
|
- Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
|
66
66
|
- Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
|
67
67
|
|
68
68
|
|
69
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
69
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`e50b5cd`](https://github.com/graphql-hive/gateway/commit/e50b5cd1afacbfd1f0ebedd70e8c8f638efc73d0) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
70
70
|
|
71
71
|
- Added dependency [`@opentelemetry/context-async-hooks@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-async-hooks/v/2.0.1) (to `dependencies`)
|
72
72
|
- Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
|
73
73
|
|
74
74
|
|
75
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
75
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`11975a9`](https://github.com/graphql-hive/gateway/commit/11975a9af2f4db852819fe291501081d2c98fb99) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
76
76
|
|
77
77
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
78
|
+
- Added dependency [`@graphql-hive/plugin-opentelemetry@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/plugin-opentelemetry/v/workspace:^) (to `dependencies`)
|
78
79
|
- Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
|
79
80
|
- Added dependency [`@opentelemetry/api-logs@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.203.0) (to `dependencies`)
|
80
81
|
- Added dependency [`@opentelemetry/context-async-hooks@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-async-hooks/v/2.0.1) (to `dependencies`)
|
@@ -89,20 +90,35 @@
|
|
89
90
|
- Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
|
90
91
|
- Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
|
91
92
|
- Removed dependency [`@graphql-mesh/plugin-mock@^0.105.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.8) (from `dependencies`)
|
92
|
-
-
|
93
|
-
|
94
|
-
- @graphql-hive/
|
95
|
-
- @graphql-
|
96
|
-
- @graphql-
|
97
|
-
- @graphql-mesh/
|
98
|
-
- @graphql-
|
99
|
-
- @graphql-
|
100
|
-
- @graphql-
|
101
|
-
- @graphql-
|
102
|
-
- @graphql-mesh/
|
103
|
-
- @graphql-mesh/transport-
|
104
|
-
- @graphql-
|
105
|
-
- @graphql-hive/
|
93
|
+
- Removed dependency [`@graphql-mesh/plugin-opentelemetry@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-opentelemetry/v/workspace:^) (from `dependencies`)
|
94
|
+
- Updated dependencies [[`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`4195227`](https://github.com/graphql-hive/gateway/commit/4195227921bed6485534a55f7770d8638e2aa887), [`4809861`](https://github.com/graphql-hive/gateway/commit/4809861f2581bd59f0b3a80ccfd7548ee7ec94ab), [`11975a9`](https://github.com/graphql-hive/gateway/commit/11975a9af2f4db852819fe291501081d2c98fb99), [`8a7ff39`](https://github.com/graphql-hive/gateway/commit/8a7ff39fe41a33844289a0a750b0824d7f3f6e25), [`9f8f234`](https://github.com/graphql-hive/gateway/commit/9f8f234b994ba33d5e95e6f41d587a7a8f47b3d4), [`5ab07e2`](https://github.com/graphql-hive/gateway/commit/5ab07e2878af75a5fbb42790773036b402cc5f02), [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`11975a9`](https://github.com/graphql-hive/gateway/commit/11975a9af2f4db852819fe291501081d2c98fb99), [`5078d2e`](https://github.com/graphql-hive/gateway/commit/5078d2e9cdc0951e9abd8d832a8205436a3fe41a), [`68d7640`](https://github.com/graphql-hive/gateway/commit/68d764075fa43c53c2ea1d84888cadda0c3145ad), [`9f8f234`](https://github.com/graphql-hive/gateway/commit/9f8f234b994ba33d5e95e6f41d587a7a8f47b3d4), [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`ea32beb`](https://github.com/graphql-hive/gateway/commit/ea32bebab8f1b33b87b60bc390643c2212bde928), [`da1a00f`](https://github.com/graphql-hive/gateway/commit/da1a00fd3c848ec0cc02f6d3c4863a5a6a38d661), [`d6abf87`](https://github.com/graphql-hive/gateway/commit/d6abf8756fdc7dc6b61084665f474a481c6ccaba), [`838192a`](https://github.com/graphql-hive/gateway/commit/838192a0a1ad7537748801a89423f0248aae2413), [`b5de651`](https://github.com/graphql-hive/gateway/commit/b5de6518bfec87a942b787f558f0da08920b539b), [`ea32beb`](https://github.com/graphql-hive/gateway/commit/ea32bebab8f1b33b87b60bc390643c2212bde928), [`67e076e`](https://github.com/graphql-hive/gateway/commit/67e076ef6b27cdda2cf9023551ab1bf0bccb06aa), [`da393f6`](https://github.com/graphql-hive/gateway/commit/da393f6ac8297489dcec44530e218e2f92f81621), [`bee99ec`](https://github.com/graphql-hive/gateway/commit/bee99eca9596a4966f4cfe6d3471b3dd506c5457), [`9f8f234`](https://github.com/graphql-hive/gateway/commit/9f8f234b994ba33d5e95e6f41d587a7a8f47b3d4), [`413d4c6`](https://github.com/graphql-hive/gateway/commit/413d4c66b71a592aa61f288783926c2a2d8e5d04)]:
|
95
|
+
- @graphql-hive/gateway-runtime@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
96
|
+
- @graphql-hive/plugin-opentelemetry@1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
97
|
+
- @graphql-hive/pubsub@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
98
|
+
- @graphql-mesh/plugin-prometheus@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
99
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
100
|
+
- @graphql-hive/plugin-deduplicate-request@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
101
|
+
- @graphql-mesh/transport-http-callback@1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
102
|
+
- @graphql-hive/plugin-aws-sigv4@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
103
|
+
- @graphql-mesh/plugin-jwt-auth@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
104
|
+
- @graphql-mesh/transport-http@1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
105
|
+
- @graphql-mesh/transport-ws@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
106
|
+
- @graphql-hive/importer@2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
107
|
+
- @graphql-hive/logger@1.0.1-next-fda88082a3d7880d452f543a28561c92f1a0afd5
|
108
|
+
|
109
|
+
## 1.16.5
|
110
|
+
### Patch Changes
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
- [#1428](https://github.com/graphql-hive/gateway/pull/1428) [`5660dab`](https://github.com/graphql-hive/gateway/commit/5660dab0398deed34809ef71e9a0292cfd4ddefb) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Resolve to latest @envelop/core that includes instrumentation changes
|
115
|
+
|
116
|
+
- Updated dependencies [[`5660dab`](https://github.com/graphql-hive/gateway/commit/5660dab0398deed34809ef71e9a0292cfd4ddefb)]:
|
117
|
+
- @graphql-mesh/plugin-jwt-auth@1.5.10
|
118
|
+
- @graphql-hive/gateway-runtime@1.11.1
|
119
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.19
|
120
|
+
- @graphql-hive/plugin-deduplicate-request@1.0.5
|
121
|
+
- @graphql-mesh/hmac-upstream-signature@1.2.32
|
106
122
|
|
107
123
|
## 1.16.4
|
108
124
|
### Patch Changes
|
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-DKhnumz1.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-CAUHvOvN.js';
|
6
6
|
import 'node:cluster';
|
7
7
|
import 'node:os';
|
8
8
|
import 'node:path';
|
@@ -176,7 +176,7 @@ async function getBuiltinPluginsFromConfig(config, ctx) {
|
|
176
176
|
plugins.push(useMeshPrometheus(config.prometheus));
|
177
177
|
}
|
178
178
|
if (config.openTelemetry) {
|
179
|
-
const { useOpenTelemetry } = await import('@graphql-
|
179
|
+
const { useOpenTelemetry } = await import('@graphql-hive/plugin-opentelemetry');
|
180
180
|
plugins.push(useOpenTelemetry({ ...config.openTelemetry, log: ctx.log }));
|
181
181
|
}
|
182
182
|
if (config.rateLimiting) {
|
@@ -530,7 +530,7 @@ async function handleOpenTelemetryConfig(ctx, cliOpts) {
|
|
530
530
|
"Initializing OpenTelemetry SDK"
|
531
531
|
);
|
532
532
|
return fakePromise().then(async () => {
|
533
|
-
const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-
|
533
|
+
const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-hive/plugin-opentelemetry/setup');
|
534
534
|
const processors = [];
|
535
535
|
const logAttributes = {
|
536
536
|
traceEndpoints: [],
|
@@ -183,7 +183,7 @@ async function getBuiltinPluginsFromConfig(config, ctx) {
|
|
183
183
|
plugins.push(useMeshPrometheus(config.prometheus));
|
184
184
|
}
|
185
185
|
if (config.openTelemetry) {
|
186
|
-
const { useOpenTelemetry } = await import('@graphql-
|
186
|
+
const { useOpenTelemetry } = await import('@graphql-hive/plugin-opentelemetry');
|
187
187
|
plugins.push(useOpenTelemetry({ ...config.openTelemetry, log: ctx.log }));
|
188
188
|
}
|
189
189
|
if (config.rateLimiting) {
|
@@ -537,7 +537,7 @@ async function handleOpenTelemetryConfig(ctx, cliOpts) {
|
|
537
537
|
"Initializing OpenTelemetry SDK"
|
538
538
|
);
|
539
539
|
return utils$1.fakePromise().then(async () => {
|
540
|
-
const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-
|
540
|
+
const { openTelemetrySetup, HiveTracingSpanProcessor } = await import('@graphql-hive/plugin-opentelemetry/setup');
|
541
541
|
const processors = [];
|
542
542
|
const logAttributes = {
|
543
543
|
traceEndpoints: [],
|
package/dist/index.cjs
CHANGED
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 { OpenTelemetryGatewayPluginOptions } from '@graphql-
|
14
|
+
import { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry';
|
15
15
|
import { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus';
|
16
16
|
export * from '@graphql-mesh/plugin-prometheus';
|
17
17
|
export { default as usePrometheus } from '@graphql-mesh/plugin-prometheus';
|
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 { OpenTelemetryGatewayPluginOptions } from '@graphql-
|
14
|
+
import { OpenTelemetryGatewayPluginOptions } from '@graphql-hive/plugin-opentelemetry';
|
15
15
|
import { PrometheusPluginOptions } from '@graphql-mesh/plugin-prometheus';
|
16
16
|
export * from '@graphql-mesh/plugin-prometheus';
|
17
17
|
export { default as usePrometheus } from '@graphql-mesh/plugin-prometheus';
|
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-CAUHvOvN.js';
|
2
2
|
export * from '@graphql-hive/logger';
|
3
3
|
export * from '@graphql-hive/gateway-runtime';
|
4
4
|
export * from '@graphql-hive/pubsub';
|
@@ -1 +1 @@
|
|
1
|
-
export * from '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry/api';
|
@@ -1 +1 @@
|
|
1
|
-
export * from '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry/api';
|
@@ -1 +1 @@
|
|
1
|
-
export * from '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry/api';
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from '@graphql-
|
2
|
-
import '@graphql-
|
3
|
-
import '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry';
|
2
|
+
import '@graphql-hive/plugin-opentelemetry/api';
|
3
|
+
import '@graphql-hive/plugin-opentelemetry/setup';
|
@@ -1,3 +1,3 @@
|
|
1
|
-
export * from '@graphql-
|
2
|
-
import '@graphql-
|
3
|
-
import '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry';
|
2
|
+
import '@graphql-hive/plugin-opentelemetry/api';
|
3
|
+
import '@graphql-hive/plugin-opentelemetry/setup';
|
@@ -1 +1 @@
|
|
1
|
-
export * from '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry';
|
@@ -1 +1 @@
|
|
1
|
-
export * from '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry/setup';
|
@@ -1 +1 @@
|
|
1
|
-
export * from '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry/setup';
|
@@ -1 +1 @@
|
|
1
|
-
export * from '@graphql-
|
1
|
+
export * from '@graphql-hive/plugin-opentelemetry/setup';
|
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-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -83,28 +83,28 @@
|
|
83
83
|
"@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
|
84
84
|
"@escape.tech/graphql-armor-max-depth": "^2.4.0",
|
85
85
|
"@escape.tech/graphql-armor-max-tokens": "^2.5.0",
|
86
|
-
"@graphql-hive/gateway-runtime": "2.0.0-next-
|
87
|
-
"@graphql-hive/importer": "2.0.0-next-
|
88
|
-
"@graphql-hive/logger": "1.0.1-next-
|
89
|
-
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-
|
90
|
-
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-
|
91
|
-
"@graphql-hive/
|
86
|
+
"@graphql-hive/gateway-runtime": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
87
|
+
"@graphql-hive/importer": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
88
|
+
"@graphql-hive/logger": "1.0.1-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
89
|
+
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
90
|
+
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
91
|
+
"@graphql-hive/plugin-opentelemetry": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
92
|
+
"@graphql-hive/pubsub": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
92
93
|
"@graphql-mesh/cache-cfw-kv": "^0.105.8",
|
93
94
|
"@graphql-mesh/cache-localforage": "^0.105.9",
|
94
95
|
"@graphql-mesh/cache-redis": "^0.104.8",
|
95
96
|
"@graphql-mesh/cache-upstash-redis": "^0.1.8",
|
96
97
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
97
|
-
"@graphql-mesh/hmac-upstream-signature": "2.0.0-next-
|
98
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
98
99
|
"@graphql-mesh/plugin-http-cache": "^0.105.8",
|
99
100
|
"@graphql-mesh/plugin-jit": "^0.2.7",
|
100
|
-
"@graphql-mesh/plugin-jwt-auth": "2.0.0-next-
|
101
|
-
"@graphql-mesh/plugin-
|
102
|
-
"@graphql-mesh/plugin-prometheus": "2.0.0-next-3b470e5fa4ed5b339148e513a644cbfbb26584e9",
|
101
|
+
"@graphql-mesh/plugin-jwt-auth": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
102
|
+
"@graphql-mesh/plugin-prometheus": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
103
103
|
"@graphql-mesh/plugin-rate-limit": "^0.104.7",
|
104
104
|
"@graphql-mesh/plugin-snapshot": "^0.104.7",
|
105
|
-
"@graphql-mesh/transport-http": "1.0.0-next-
|
106
|
-
"@graphql-mesh/transport-http-callback": "1.0.0-next-
|
107
|
-
"@graphql-mesh/transport-ws": "2.0.0-next-
|
105
|
+
"@graphql-mesh/transport-http": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
106
|
+
"@graphql-mesh/transport-http-callback": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
107
|
+
"@graphql-mesh/transport-ws": "2.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
108
108
|
"@graphql-mesh/types": "^0.104.8",
|
109
109
|
"@graphql-mesh/utils": "^0.104.11",
|
110
110
|
"@graphql-tools/code-file-loader": "^8.1.22",
|
@@ -133,7 +133,7 @@
|
|
133
133
|
"ws": "^8.18.3"
|
134
134
|
},
|
135
135
|
"devDependencies": {
|
136
|
-
"@graphql-mesh/transport-common": "1.0.0-next-
|
136
|
+
"@graphql-mesh/transport-common": "1.0.0-next-fda88082a3d7880d452f543a28561c92f1a0afd5",
|
137
137
|
"@graphql-mesh/transport-soap": "^0.10.8",
|
138
138
|
"@graphql-tools/executor": "^1.4.9",
|
139
139
|
"@rollup/plugin-commonjs": "^28.0.0",
|