@graphql-hive/gateway 2.0.0-next-d571bb60f7b78b8efc094da77642b743bd221693 → 2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
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 +23 -15
- package/dist/bin.cjs +1 -1
- package/dist/bin.js +1 -1
- package/dist/{cli-BPJkk_8e.js → cli-BG8XaVLT.js} +4 -4
- package/dist/{cli-Cm9aDkDW.cjs → cli-DqXsx5Cd.cjs} +3 -3
- package/dist/index.cjs +7 -5
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 2.0.0-next-
|
3
|
+
## 2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
@@ -48,6 +48,14 @@
|
|
48
48
|
- Added dependency [`@opentelemetry/context-async-hooks@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-async-hooks/v/2.0.1) (to `dependencies`)
|
49
49
|
- Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
|
50
50
|
|
51
|
+
- [#1395](https://github.com/graphql-hive/gateway/pull/1395) [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
52
|
+
- Updated dependency [`@graphql-mesh/cache-cfw-kv@0.105.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.105.8) (from `^0.105.7`, in `dependencies`)
|
53
|
+
- Updated dependency [`@graphql-mesh/cache-localforage@0.105.9-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.105.9) (from `^0.105.8`, in `dependencies`)
|
54
|
+
- Updated dependency [`@graphql-mesh/cache-redis@0.104.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.104.8) (from `^0.104.7`, in `dependencies`)
|
55
|
+
- Updated dependency [`@graphql-mesh/cache-upstash-redis@0.1.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.1.8) (from `^0.1.7`, in `dependencies`)
|
56
|
+
- Updated dependency [`@graphql-mesh/types@0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.8) (from `^0.104.7`, in `dependencies`)
|
57
|
+
- Updated dependency [`@graphql-mesh/utils@0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.8) (from `^0.104.7`, in `dependencies`)
|
58
|
+
|
51
59
|
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
52
60
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
53
61
|
- Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
|
@@ -65,20 +73,20 @@
|
|
65
73
|
- Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
|
66
74
|
- Removed dependency [`@graphql-mesh/plugin-mock@^0.105.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.8) (from `dependencies`)
|
67
75
|
|
68
|
-
- Updated dependencies [[`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`0b9b5cb`](https://github.com/graphql-hive/gateway/commit/0b9b5cb59ae6000aaae15a35448f5f879914685b), [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663), [`0765d21`](https://github.com/graphql-hive/gateway/commit/0765d213ef049adf2fb079c24f2ea7608c30ce95), [`49139e9`](https://github.com/graphql-hive/gateway/commit/49139e97e093a8d37039c49866d074c8cf754c7f), [`56bba95`](https://github.com/graphql-hive/gateway/commit/56bba95554424e4ea384bfbadbef8fd6db353f1f), [`0b9b5cb`](https://github.com/graphql-hive/gateway/commit/0b9b5cb59ae6000aaae15a35448f5f879914685b), [`8834977`](https://github.com/graphql-hive/gateway/commit/8834977dd6c889b01d484ae9517ad499e103ccef), [`ea95839`](https://github.com/graphql-hive/gateway/commit/ea95839952e98c9a10358543b6bbe46613e71892), [`5693509`](https://github.com/graphql-hive/gateway/commit/569350926376743ca1e819132180876416752882), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663), [`52969bd`](https://github.com/graphql-hive/gateway/commit/52969bd36a9aad1c8c5311a60c7af535a0c98924), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`85801aa`](https://github.com/graphql-hive/gateway/commit/85801aae89750d652e99b167e3da07239cc6f17c), [`1cb8dae`](https://github.com/graphql-hive/gateway/commit/1cb8dae6d0eae38fc8fed47b2139ed602ca35028), [`0c896da`](https://github.com/graphql-hive/gateway/commit/0c896da51735b6243627c7d0d32e1f422196ddca), [`1b5715a`](https://github.com/graphql-hive/gateway/commit/1b5715aaf0e1a1ed0c3be1c65d22063112b6b63b), [`0be73ae`](https://github.com/graphql-hive/gateway/commit/0be73aeff57733cd1313b081e0ada7ee667f7cc8), [`85801aa`](https://github.com/graphql-hive/gateway/commit/85801aae89750d652e99b167e3da07239cc6f17c), [`9180754`](https://github.com/graphql-hive/gateway/commit/9180754a4cfe4a8340dd45d5ba3d775db1a02aaa), [`5693509`](https://github.com/graphql-hive/gateway/commit/569350926376743ca1e819132180876416752882), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`cb29be6`](https://github.com/graphql-hive/gateway/commit/cb29be601fdc323fa8d80baaa2f9b8ccc4092c40)]:
|
69
|
-
- @graphql-hive/gateway-runtime@2.0.0-next-
|
70
|
-
- @graphql-
|
71
|
-
- @graphql-
|
72
|
-
- @graphql-mesh/hmac-upstream-signature@2.0.0-next-
|
73
|
-
- @graphql-
|
74
|
-
- @graphql-mesh/
|
75
|
-
- @graphql-
|
76
|
-
- @graphql-mesh/
|
77
|
-
- @graphql-mesh/transport-http@1.0.0-next-
|
78
|
-
- @graphql-mesh/transport-ws@2.0.0-next-
|
79
|
-
- @graphql-hive/
|
80
|
-
- @graphql-hive/
|
81
|
-
- @graphql-hive/logger@1.0.1-next-
|
76
|
+
- Updated dependencies [[`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`0b9b5cb`](https://github.com/graphql-hive/gateway/commit/0b9b5cb59ae6000aaae15a35448f5f879914685b), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`d2d43bd`](https://github.com/graphql-hive/gateway/commit/d2d43bd4f5e0082e36a4d5e76d51cc6ce17d8f3c), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0765d21`](https://github.com/graphql-hive/gateway/commit/0765d213ef049adf2fb079c24f2ea7608c30ce95), [`49139e9`](https://github.com/graphql-hive/gateway/commit/49139e97e093a8d37039c49866d074c8cf754c7f), [`56bba95`](https://github.com/graphql-hive/gateway/commit/56bba95554424e4ea384bfbadbef8fd6db353f1f), [`0b9b5cb`](https://github.com/graphql-hive/gateway/commit/0b9b5cb59ae6000aaae15a35448f5f879914685b), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`8834977`](https://github.com/graphql-hive/gateway/commit/8834977dd6c889b01d484ae9517ad499e103ccef), [`ea95839`](https://github.com/graphql-hive/gateway/commit/ea95839952e98c9a10358543b6bbe46613e71892), [`5693509`](https://github.com/graphql-hive/gateway/commit/569350926376743ca1e819132180876416752882), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`52969bd`](https://github.com/graphql-hive/gateway/commit/52969bd36a9aad1c8c5311a60c7af535a0c98924), [`32f42ff`](https://github.com/graphql-hive/gateway/commit/32f42ff247fc81ddea9285b1ea89e83b5bcfc328), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`85801aa`](https://github.com/graphql-hive/gateway/commit/85801aae89750d652e99b167e3da07239cc6f17c), [`1cb8dae`](https://github.com/graphql-hive/gateway/commit/1cb8dae6d0eae38fc8fed47b2139ed602ca35028), [`0c896da`](https://github.com/graphql-hive/gateway/commit/0c896da51735b6243627c7d0d32e1f422196ddca), [`1b5715a`](https://github.com/graphql-hive/gateway/commit/1b5715aaf0e1a1ed0c3be1c65d22063112b6b63b), [`0be73ae`](https://github.com/graphql-hive/gateway/commit/0be73aeff57733cd1313b081e0ada7ee667f7cc8), [`85801aa`](https://github.com/graphql-hive/gateway/commit/85801aae89750d652e99b167e3da07239cc6f17c), [`9180754`](https://github.com/graphql-hive/gateway/commit/9180754a4cfe4a8340dd45d5ba3d775db1a02aaa), [`5693509`](https://github.com/graphql-hive/gateway/commit/569350926376743ca1e819132180876416752882), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`32f42ff`](https://github.com/graphql-hive/gateway/commit/32f42ff247fc81ddea9285b1ea89e83b5bcfc328), [`cb29be6`](https://github.com/graphql-hive/gateway/commit/cb29be601fdc323fa8d80baaa2f9b8ccc4092c40)]:
|
77
|
+
- @graphql-hive/gateway-runtime@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
78
|
+
- @graphql-hive/plugin-deduplicate-request@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
79
|
+
- @graphql-hive/pubsub@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
80
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
81
|
+
- @graphql-mesh/plugin-jwt-auth@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
82
|
+
- @graphql-mesh/plugin-opentelemetry@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
83
|
+
- @graphql-mesh/plugin-prometheus@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
84
|
+
- @graphql-mesh/transport-http@1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
85
|
+
- @graphql-mesh/transport-http-callback@1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
86
|
+
- @graphql-mesh/transport-ws@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
87
|
+
- @graphql-hive/plugin-aws-sigv4@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
88
|
+
- @graphql-hive/importer@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
89
|
+
- @graphql-hive/logger@1.0.1-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
|
82
90
|
|
83
91
|
## 1.16.3
|
84
92
|
|
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-DqXsx5Cd.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-BG8XaVLT.js';
|
6
6
|
import 'node:cluster';
|
7
7
|
import 'node:os';
|
8
8
|
import 'node:path';
|
@@ -6,7 +6,7 @@ import { Option, Command, InvalidArgumentError } from '@commander-js/extra-typin
|
|
6
6
|
import { LegacyLogger, Logger } from '@graphql-hive/logger';
|
7
7
|
import { renderGraphiQL } from '@graphql-yoga/render-graphiql';
|
8
8
|
import { getGraphQLWSOptions, createLoggerFromLogging, createGatewayRuntime } from '@graphql-hive/gateway-runtime';
|
9
|
-
import {
|
9
|
+
import { MemPubSub } from '@graphql-hive/pubsub';
|
10
10
|
import { registerTerminateHandler, isUrl } from '@graphql-mesh/utils';
|
11
11
|
import { lstat, watch } from 'node:fs/promises';
|
12
12
|
import { pathToFileURL } from 'node:url';
|
@@ -764,7 +764,7 @@ const addCommand$2 = (ctx, cli) => cli.command("proxy").description(
|
|
764
764
|
if (reporting) {
|
765
765
|
registryConfig.reporting = reporting;
|
766
766
|
}
|
767
|
-
const pubsub = loadedConfig.pubsub || new
|
767
|
+
const pubsub = loadedConfig.pubsub || new MemPubSub();
|
768
768
|
const cwd = loadedConfig.cwd || process.cwd();
|
769
769
|
if (loadedConfig.logging != null) {
|
770
770
|
ctx.log = createLoggerFromLogging(loadedConfig.logging);
|
@@ -902,7 +902,7 @@ const addCommand$1 = (ctx, cli) => cli.command("subgraph").description(
|
|
902
902
|
if (reporting) {
|
903
903
|
registryConfig.reporting = reporting;
|
904
904
|
}
|
905
|
-
const pubsub = loadedConfig.pubsub || new
|
905
|
+
const pubsub = loadedConfig.pubsub || new MemPubSub();
|
906
906
|
const cwd = loadedConfig.cwd || process.cwd();
|
907
907
|
if (loadedConfig.logging != null) {
|
908
908
|
ctx.log = createLoggerFromLogging(loadedConfig.logging);
|
@@ -1136,7 +1136,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
1136
1136
|
if (reporting) {
|
1137
1137
|
registryConfig.reporting = reporting;
|
1138
1138
|
}
|
1139
|
-
const pubsub = loadedConfig.pubsub || new
|
1139
|
+
const pubsub = loadedConfig.pubsub || new MemPubSub();
|
1140
1140
|
const cwd = loadedConfig.cwd || process.cwd();
|
1141
1141
|
if (loadedConfig.logging != null) {
|
1142
1142
|
ctx.log = createLoggerFromLogging(loadedConfig.logging);
|
@@ -771,7 +771,7 @@ const addCommand$2 = (ctx, cli) => cli.command("proxy").description(
|
|
771
771
|
if (reporting) {
|
772
772
|
registryConfig.reporting = reporting;
|
773
773
|
}
|
774
|
-
const pubsub$1 = loadedConfig.pubsub || new pubsub.
|
774
|
+
const pubsub$1 = loadedConfig.pubsub || new pubsub.MemPubSub();
|
775
775
|
const cwd = loadedConfig.cwd || process.cwd();
|
776
776
|
if (loadedConfig.logging != null) {
|
777
777
|
ctx.log = gatewayRuntime.createLoggerFromLogging(loadedConfig.logging);
|
@@ -909,7 +909,7 @@ const addCommand$1 = (ctx, cli) => cli.command("subgraph").description(
|
|
909
909
|
if (reporting) {
|
910
910
|
registryConfig.reporting = reporting;
|
911
911
|
}
|
912
|
-
const pubsub$1 = loadedConfig.pubsub || new pubsub.
|
912
|
+
const pubsub$1 = loadedConfig.pubsub || new pubsub.MemPubSub();
|
913
913
|
const cwd = loadedConfig.cwd || process.cwd();
|
914
914
|
if (loadedConfig.logging != null) {
|
915
915
|
ctx.log = gatewayRuntime.createLoggerFromLogging(loadedConfig.logging);
|
@@ -1143,7 +1143,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
1143
1143
|
if (reporting) {
|
1144
1144
|
registryConfig.reporting = reporting;
|
1145
1145
|
}
|
1146
|
-
const pubsub$1 = loadedConfig.pubsub || new pubsub.
|
1146
|
+
const pubsub$1 = loadedConfig.pubsub || new pubsub.MemPubSub();
|
1147
1147
|
const cwd = loadedConfig.cwd || process.cwd();
|
1148
1148
|
if (loadedConfig.logging != null) {
|
1149
1149
|
ctx.log = gatewayRuntime.createLoggerFromLogging(loadedConfig.logging);
|
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-DqXsx5Cd.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');
|
@@ -59,10 +59,6 @@ exports.getBuiltinPluginsFromConfig = cli.getBuiltinPluginsFromConfig;
|
|
59
59
|
exports.getCacheInstanceFromConfig = cli.getCacheInstanceFromConfig;
|
60
60
|
exports.handleNodeWarnings = cli.handleNodeWarnings;
|
61
61
|
exports.run = cli.run;
|
62
|
-
Object.defineProperty(exports, "PubSub", {
|
63
|
-
enumerable: true,
|
64
|
-
get: function () { return pubsub.PubSub; }
|
65
|
-
});
|
66
62
|
Object.defineProperty(exports, "usePrometheus", {
|
67
63
|
enumerable: true,
|
68
64
|
get: function () { return pluginPrometheus__default.default; }
|
@@ -123,6 +119,12 @@ Object.keys(gatewayRuntime).forEach(function (k) {
|
|
123
119
|
get: function () { return gatewayRuntime[k]; }
|
124
120
|
});
|
125
121
|
});
|
122
|
+
Object.keys(pubsub).forEach(function (k) {
|
123
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
124
|
+
enumerable: true,
|
125
|
+
get: function () { return pubsub[k]; }
|
126
|
+
});
|
127
|
+
});
|
126
128
|
Object.keys(pluginJwtAuth).forEach(function (k) {
|
127
129
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
128
130
|
enumerable: true,
|
package/dist/index.d.cts
CHANGED
@@ -5,8 +5,8 @@ export * from '@graphql-hive/gateway-runtime';
|
|
5
5
|
import { Logger } from '@graphql-hive/logger';
|
6
6
|
export * from '@graphql-hive/logger';
|
7
7
|
import { AWSSignv4PluginOptions } from '@graphql-hive/plugin-aws-sigv4';
|
8
|
-
import {
|
9
|
-
export
|
8
|
+
import { PubSub } from '@graphql-hive/pubsub';
|
9
|
+
export * from '@graphql-hive/pubsub';
|
10
10
|
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';
|
@@ -135,7 +135,7 @@ interface GatewayCLIProxyConfig extends Omit<GatewayConfigProxy, 'proxy' | 'cach
|
|
135
135
|
}
|
136
136
|
type KeyValueCacheFactoryFn = (ctx: {
|
137
137
|
log: Logger;
|
138
|
-
pubsub:
|
138
|
+
pubsub: PubSub;
|
139
139
|
cwd: string;
|
140
140
|
}) => KeyValueCache;
|
141
141
|
interface GatewayCLIBuiltinPluginConfig {
|
@@ -321,7 +321,7 @@ declare function enableModuleCachingIfPossible(): void;
|
|
321
321
|
declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
|
322
322
|
cache: KeyValueCache;
|
323
323
|
log: Logger;
|
324
|
-
pubsub:
|
324
|
+
pubsub: PubSub;
|
325
325
|
cwd: string;
|
326
326
|
}): Promise<GatewayPlugin[]>;
|
327
327
|
/**
|
@@ -330,7 +330,7 @@ declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConf
|
|
330
330
|
*/
|
331
331
|
declare function getCacheInstanceFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
|
332
332
|
log: Logger;
|
333
|
-
pubsub:
|
333
|
+
pubsub: PubSub;
|
334
334
|
cwd: string;
|
335
335
|
}): Promise<KeyValueCache>;
|
336
336
|
|
package/dist/index.d.ts
CHANGED
@@ -5,8 +5,8 @@ export * from '@graphql-hive/gateway-runtime';
|
|
5
5
|
import { Logger } from '@graphql-hive/logger';
|
6
6
|
export * from '@graphql-hive/logger';
|
7
7
|
import { AWSSignv4PluginOptions } from '@graphql-hive/plugin-aws-sigv4';
|
8
|
-
import {
|
9
|
-
export
|
8
|
+
import { PubSub } from '@graphql-hive/pubsub';
|
9
|
+
export * from '@graphql-hive/pubsub';
|
10
10
|
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';
|
@@ -135,7 +135,7 @@ interface GatewayCLIProxyConfig extends Omit<GatewayConfigProxy, 'proxy' | 'cach
|
|
135
135
|
}
|
136
136
|
type KeyValueCacheFactoryFn = (ctx: {
|
137
137
|
log: Logger;
|
138
|
-
pubsub:
|
138
|
+
pubsub: PubSub;
|
139
139
|
cwd: string;
|
140
140
|
}) => KeyValueCache;
|
141
141
|
interface GatewayCLIBuiltinPluginConfig {
|
@@ -321,7 +321,7 @@ declare function enableModuleCachingIfPossible(): void;
|
|
321
321
|
declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
|
322
322
|
cache: KeyValueCache;
|
323
323
|
log: Logger;
|
324
|
-
pubsub:
|
324
|
+
pubsub: PubSub;
|
325
325
|
cwd: string;
|
326
326
|
}): Promise<GatewayPlugin[]>;
|
327
327
|
/**
|
@@ -330,7 +330,7 @@ declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConf
|
|
330
330
|
*/
|
331
331
|
declare function getCacheInstanceFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
|
332
332
|
log: Logger;
|
333
|
-
pubsub:
|
333
|
+
pubsub: PubSub;
|
334
334
|
cwd: string;
|
335
335
|
}): Promise<KeyValueCache>;
|
336
336
|
|
package/dist/index.js
CHANGED
@@ -1,7 +1,7 @@
|
|
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-BG8XaVLT.js';
|
2
2
|
export * from '@graphql-hive/logger';
|
3
3
|
export * from '@graphql-hive/gateway-runtime';
|
4
|
-
export
|
4
|
+
export * from '@graphql-hive/pubsub';
|
5
5
|
export * from '@graphql-mesh/plugin-jwt-auth';
|
6
6
|
export * from '@graphql-mesh/plugin-opentelemetry';
|
7
7
|
export * from '@graphql-mesh/plugin-prometheus';
|
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-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -53,30 +53,30 @@
|
|
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.1-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-
|
62
|
-
"@graphql-mesh/cache-cfw-kv": "
|
63
|
-
"@graphql-mesh/cache-localforage": "
|
64
|
-
"@graphql-mesh/cache-redis": "
|
65
|
-
"@graphql-mesh/cache-upstash-redis": "
|
56
|
+
"@graphql-hive/gateway-runtime": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
57
|
+
"@graphql-hive/importer": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
58
|
+
"@graphql-hive/logger": "1.0.1-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
59
|
+
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
60
|
+
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
61
|
+
"@graphql-hive/pubsub": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
62
|
+
"@graphql-mesh/cache-cfw-kv": "0.105.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
|
63
|
+
"@graphql-mesh/cache-localforage": "0.105.9-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
|
64
|
+
"@graphql-mesh/cache-redis": "0.104.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
|
65
|
+
"@graphql-mesh/cache-upstash-redis": "0.1.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
|
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-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
68
68
|
"@graphql-mesh/plugin-http-cache": "^0.105.8",
|
69
69
|
"@graphql-mesh/plugin-jit": "^0.2.7",
|
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-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
71
|
+
"@graphql-mesh/plugin-opentelemetry": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
72
|
+
"@graphql-mesh/plugin-prometheus": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
73
73
|
"@graphql-mesh/plugin-rate-limit": "^0.104.7",
|
74
74
|
"@graphql-mesh/plugin-snapshot": "^0.104.7",
|
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-
|
78
|
-
"@graphql-mesh/types": "
|
79
|
-
"@graphql-mesh/utils": "
|
75
|
+
"@graphql-mesh/transport-http": "1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
76
|
+
"@graphql-mesh/transport-http-callback": "1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
77
|
+
"@graphql-mesh/transport-ws": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
78
|
+
"@graphql-mesh/types": "0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0",
|
79
|
+
"@graphql-mesh/utils": "0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0",
|
80
80
|
"@graphql-tools/code-file-loader": "^8.1.22",
|
81
81
|
"@graphql-tools/graphql-file-loader": "^8.0.22",
|
82
82
|
"@graphql-tools/load": "^8.1.2",
|
@@ -103,7 +103,7 @@
|
|
103
103
|
"ws": "^8.18.3"
|
104
104
|
},
|
105
105
|
"devDependencies": {
|
106
|
-
"@graphql-mesh/transport-common": "1.0.0-next-
|
106
|
+
"@graphql-mesh/transport-common": "1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
|
107
107
|
"@graphql-mesh/transport-soap": "^0.10.8",
|
108
108
|
"@graphql-tools/executor": "^1.4.9",
|
109
109
|
"@rollup/plugin-commonjs": "^28.0.0",
|