@graphql-hive/gateway 1.15.5-alpha-83ba36481793bcaa5fb69270c0780ed7dbad949d → 1.15.5-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
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 +11 -13
- package/dist/bin.cjs +2 -1
- package/dist/bin.js +2 -1
- package/dist/{cli-BFgyRHpc.js → cli-DtJc9b-G.js} +9 -38
- package/dist/{cli-zNcDKN5C.cjs → cli-alHIBXXa.cjs} +9 -38
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 1.15.5-alpha-
|
3
|
+
## 1.15.5-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
@@ -18,19 +18,17 @@
|
|
18
18
|
- [#1329](https://github.com/graphql-hive/gateway/pull/1329) [`ce99e43`](https://github.com/graphql-hive/gateway/commit/ce99e43b9fec43c665836bd3a282ce6d4302481d) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
19
19
|
- Updated dependency [`graphql-ws@^6.0.6` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.6) (from `^6.0.4`, in `dependencies`)
|
20
20
|
|
21
|
-
- [
|
22
|
-
|
23
|
-
-
|
24
|
-
- @graphql-
|
25
|
-
- @graphql-
|
26
|
-
- @graphql-mesh/
|
27
|
-
- @graphql-mesh/plugin-prometheus@1.3.51-alpha-83ba36481793bcaa5fb69270c0780ed7dbad949d
|
28
|
-
- @graphql-mesh/transport-ws@1.0.11-alpha-83ba36481793bcaa5fb69270c0780ed7dbad949d
|
21
|
+
- Updated dependencies [[`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40), [`f12f2b7`](https://github.com/graphql-hive/gateway/commit/f12f2b78163fbef797a42b5999a0b5a8ef6b2c98), [`ce99e43`](https://github.com/graphql-hive/gateway/commit/ce99e43b9fec43c665836bd3a282ce6d4302481d), [`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40), [`ce99e43`](https://github.com/graphql-hive/gateway/commit/ce99e43b9fec43c665836bd3a282ce6d4302481d), [`9b230f3`](https://github.com/graphql-hive/gateway/commit/9b230f35b47afbf3b253e4c21720e836c5a2a8d1)]:
|
22
|
+
- @graphql-hive/gateway-runtime@1.10.0-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
23
|
+
- @graphql-hive/plugin-aws-sigv4@1.0.16-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
24
|
+
- @graphql-mesh/plugin-jwt-auth@1.5.7-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
25
|
+
- @graphql-mesh/plugin-prometheus@1.3.51-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
26
|
+
- @graphql-mesh/transport-ws@1.0.11-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
29
27
|
- @graphql-hive/plugin-deduplicate-request@1.0.1
|
30
|
-
- @graphql-mesh/hmac-upstream-signature@1.2.29-alpha-
|
31
|
-
- @graphql-mesh/plugin-opentelemetry@1.3.63-alpha-
|
32
|
-
- @graphql-mesh/transport-http@0.6.44-alpha-
|
33
|
-
- @graphql-mesh/transport-http-callback@0.6.3-alpha-
|
28
|
+
- @graphql-mesh/hmac-upstream-signature@1.2.29-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
29
|
+
- @graphql-mesh/plugin-opentelemetry@1.3.63-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
30
|
+
- @graphql-mesh/transport-http@0.6.44-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
31
|
+
- @graphql-mesh/transport-http-callback@0.6.3-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54
|
34
32
|
|
35
33
|
## 1.15.4
|
36
34
|
|
package/dist/bin.cjs
CHANGED
@@ -2,12 +2,13 @@
|
|
2
2
|
|
3
3
|
require('dotenv/config');
|
4
4
|
var module$1 = require('node:module');
|
5
|
-
var cli = require('./cli-
|
5
|
+
var cli = require('./cli-alHIBXXa.cjs');
|
6
6
|
require('node:cluster');
|
7
7
|
require('node:os');
|
8
8
|
require('node:path');
|
9
9
|
require('@commander-js/extra-typings');
|
10
10
|
require('@graphql-yoga/render-graphiql');
|
11
|
+
require('@graphql-mesh/cross-helpers');
|
11
12
|
require('@graphql-mesh/utils');
|
12
13
|
require('@graphql-hive/gateway-runtime');
|
13
14
|
require('@graphql-hive/pubsub');
|
package/dist/bin.js
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
#!/usr/bin/env node
|
2
2
|
import 'dotenv/config';
|
3
3
|
import module from 'node:module';
|
4
|
-
import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, c as getDefaultLogger, r as run } from './cli-
|
4
|
+
import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, c as getDefaultLogger, r as run } from './cli-DtJc9b-G.js';
|
5
5
|
import 'node:cluster';
|
6
6
|
import 'node:os';
|
7
7
|
import 'node:path';
|
8
8
|
import '@commander-js/extra-typings';
|
9
9
|
import '@graphql-yoga/render-graphiql';
|
10
|
+
import '@graphql-mesh/cross-helpers';
|
10
11
|
import '@graphql-mesh/utils';
|
11
12
|
import '@graphql-hive/gateway-runtime';
|
12
13
|
import '@graphql-hive/pubsub';
|
@@ -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 { renderGraphiQL } from '@graphql-yoga/render-graphiql';
|
7
|
+
import { process as process$1 } from '@graphql-mesh/cross-helpers';
|
7
8
|
import { LogLevel, DefaultLogger, registerTerminateHandler, isUrl } from '@graphql-mesh/utils';
|
8
9
|
import { getGraphQLWSOptions, handleLoggingConfig as handleLoggingConfig$1, createGatewayRuntime } from '@graphql-hive/gateway-runtime';
|
9
10
|
import { PubSub } from '@graphql-hive/pubsub';
|
@@ -17,34 +18,6 @@ import { CodeFileLoader } from '@graphql-tools/code-file-loader';
|
|
17
18
|
import { GraphQLFileLoader } from '@graphql-tools/graphql-file-loader';
|
18
19
|
import { loadTypedefs } from '@graphql-tools/load';
|
19
20
|
|
20
|
-
function getEnvStr(key, opts = {}) {
|
21
|
-
const globalThat = opts.globalThis ?? globalThis;
|
22
|
-
let variable = globalThat.process?.env?.[key] || // @ts-expect-error can exist in wrangler and maybe other runtimes
|
23
|
-
globalThat.env?.[key] || // @ts-expect-error can exist in deno
|
24
|
-
globalThat.Deno?.env?.get(key) || // @ts-expect-error could be
|
25
|
-
globalThat[key];
|
26
|
-
if (variable != null) {
|
27
|
-
variable += "";
|
28
|
-
} else {
|
29
|
-
variable = void 0;
|
30
|
-
}
|
31
|
-
return variable?.trim();
|
32
|
-
}
|
33
|
-
function getEnvBool(key, opts = {}) {
|
34
|
-
return strToBool(getEnvStr(key, opts));
|
35
|
-
}
|
36
|
-
function getNodeEnv(opts = {}) {
|
37
|
-
return getEnvStr("NODE_ENV", opts);
|
38
|
-
}
|
39
|
-
function strToBool(str) {
|
40
|
-
return ["1", "t", "true", "y", "yes", "on", "enabled"].includes(
|
41
|
-
(str || "").toLowerCase()
|
42
|
-
);
|
43
|
-
}
|
44
|
-
function isDebug() {
|
45
|
-
return getEnvBool("DEBUG");
|
46
|
-
}
|
47
|
-
|
48
21
|
const unit = Object.create(null);
|
49
22
|
const m = 60000, h = m * 60, d = h * 24, y = d * 365.25;
|
50
23
|
|
@@ -209,7 +182,7 @@ class JSONLogger {
|
|
209
182
|
this.name = opts?.name;
|
210
183
|
this.console = opts?.console || console;
|
211
184
|
this.meta = opts?.meta || {};
|
212
|
-
const debugStrs = [
|
185
|
+
const debugStrs = [process$1.env["DEBUG"], globalThis.DEBUG];
|
213
186
|
if (opts?.level != null) {
|
214
187
|
this.logLevel = opts.level;
|
215
188
|
} else {
|
@@ -344,7 +317,7 @@ class JSONLogger {
|
|
344
317
|
}
|
345
318
|
|
346
319
|
function getDefaultLogger(opts) {
|
347
|
-
const logFormat =
|
320
|
+
const logFormat = process$1.env["LOG_FORMAT"] || globalThis.LOG_FORMAT;
|
348
321
|
if (logFormat) {
|
349
322
|
if (logFormat.toLowerCase() === "json") {
|
350
323
|
return new JSONLogger(opts);
|
@@ -352,7 +325,7 @@ function getDefaultLogger(opts) {
|
|
352
325
|
return new DefaultLogger(opts?.name, opts?.level);
|
353
326
|
}
|
354
327
|
}
|
355
|
-
const nodeEnv =
|
328
|
+
const nodeEnv = process$1.env["NODE_ENV"] || globalThis.NODE_ENV;
|
356
329
|
if (nodeEnv === "production") {
|
357
330
|
return new JSONLogger(opts);
|
358
331
|
}
|
@@ -1322,7 +1295,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
1322
1295
|
process.exit(1);
|
1323
1296
|
}
|
1324
1297
|
return runSupergraph(ctx, config);
|
1325
|
-
}).allowUnknownOption(
|
1298
|
+
}).allowUnknownOption(process.env["NODE_ENV"] === "test").allowExcessArguments(process.env["NODE_ENV"] === "test");
|
1326
1299
|
async function runSupergraph({ log }, config) {
|
1327
1300
|
let absSchemaPath = null;
|
1328
1301
|
if (typeof config.supergraph === "string" && isValidPath(config.supergraph) && !isUrl(config.supergraph)) {
|
@@ -1441,7 +1414,7 @@ function defineConfig(config) {
|
|
1441
1414
|
}
|
1442
1415
|
const maxFork = getMaxConcurrency();
|
1443
1416
|
const defaultOptions = {
|
1444
|
-
fork:
|
1417
|
+
fork: process.env["NODE_ENV"] === "production" ? maxFork : 1,
|
1445
1418
|
host: platform().toLowerCase() === "win32" || // is WSL?
|
1446
1419
|
release().toLowerCase().includes("microsoft") ? "127.0.0.1" : "0.0.0.0",
|
1447
1420
|
port: 4e3,
|
@@ -1550,11 +1523,9 @@ let cli = new Command().configureHelp({
|
|
1550
1523
|
).option("--disable-websockets", "Disable WebSockets support").addOption(
|
1551
1524
|
new Option(
|
1552
1525
|
"--jit",
|
1553
|
-
"Enable Just-In-Time compilation of GraphQL documents
|
1526
|
+
"Enable Just-In-Time compilation of GraphQL documents"
|
1554
1527
|
).env("JIT")
|
1555
|
-
)
|
1556
|
-
this.setOptionValueWithSource("jit", getEnvBool("JIT"), "env");
|
1557
|
-
});
|
1528
|
+
);
|
1558
1529
|
async function run(userCtx) {
|
1559
1530
|
const ctx = {
|
1560
1531
|
log: userCtx.log || getDefaultLogger(),
|
@@ -1578,7 +1549,7 @@ async function run(userCtx) {
|
|
1578
1549
|
function handleNodeWarnings() {
|
1579
1550
|
const originalProcessEmitWarning = process.emitWarning.bind(process);
|
1580
1551
|
process.emitWarning = function gatewayEmitWarning(warning, ...opts) {
|
1581
|
-
if (
|
1552
|
+
if (["1", "y", "yes", "t", "true"].includes(String(process.env["DEBUG"]))) {
|
1582
1553
|
originalProcessEmitWarning(warning, ...opts);
|
1583
1554
|
}
|
1584
1555
|
};
|
@@ -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 renderGraphiql = require('@graphql-yoga/render-graphiql');
|
9
|
+
var crossHelpers = require('@graphql-mesh/cross-helpers');
|
9
10
|
var utils = require('@graphql-mesh/utils');
|
10
11
|
var gatewayRuntime = require('@graphql-hive/gateway-runtime');
|
11
12
|
var pubsub = require('@graphql-hive/pubsub');
|
@@ -24,34 +25,6 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
24
25
|
var cluster__default = /*#__PURE__*/_interopDefault(cluster);
|
25
26
|
var module__default = /*#__PURE__*/_interopDefault(module$1);
|
26
27
|
|
27
|
-
function getEnvStr(key, opts = {}) {
|
28
|
-
const globalThat = opts.globalThis ?? globalThis;
|
29
|
-
let variable = globalThat.process?.env?.[key] || // @ts-expect-error can exist in wrangler and maybe other runtimes
|
30
|
-
globalThat.env?.[key] || // @ts-expect-error can exist in deno
|
31
|
-
globalThat.Deno?.env?.get(key) || // @ts-expect-error could be
|
32
|
-
globalThat[key];
|
33
|
-
if (variable != null) {
|
34
|
-
variable += "";
|
35
|
-
} else {
|
36
|
-
variable = void 0;
|
37
|
-
}
|
38
|
-
return variable?.trim();
|
39
|
-
}
|
40
|
-
function getEnvBool(key, opts = {}) {
|
41
|
-
return strToBool(getEnvStr(key, opts));
|
42
|
-
}
|
43
|
-
function getNodeEnv(opts = {}) {
|
44
|
-
return getEnvStr("NODE_ENV", opts);
|
45
|
-
}
|
46
|
-
function strToBool(str) {
|
47
|
-
return ["1", "t", "true", "y", "yes", "on", "enabled"].includes(
|
48
|
-
(str || "").toLowerCase()
|
49
|
-
);
|
50
|
-
}
|
51
|
-
function isDebug() {
|
52
|
-
return getEnvBool("DEBUG");
|
53
|
-
}
|
54
|
-
|
55
28
|
const unit = Object.create(null);
|
56
29
|
const m = 60000, h = m * 60, d = h * 24, y = d * 365.25;
|
57
30
|
|
@@ -216,7 +189,7 @@ class JSONLogger {
|
|
216
189
|
this.name = opts?.name;
|
217
190
|
this.console = opts?.console || console;
|
218
191
|
this.meta = opts?.meta || {};
|
219
|
-
const debugStrs = [
|
192
|
+
const debugStrs = [crossHelpers.process.env["DEBUG"], globalThis.DEBUG];
|
220
193
|
if (opts?.level != null) {
|
221
194
|
this.logLevel = opts.level;
|
222
195
|
} else {
|
@@ -351,7 +324,7 @@ class JSONLogger {
|
|
351
324
|
}
|
352
325
|
|
353
326
|
function getDefaultLogger(opts) {
|
354
|
-
const logFormat =
|
327
|
+
const logFormat = crossHelpers.process.env["LOG_FORMAT"] || globalThis.LOG_FORMAT;
|
355
328
|
if (logFormat) {
|
356
329
|
if (logFormat.toLowerCase() === "json") {
|
357
330
|
return new JSONLogger(opts);
|
@@ -359,7 +332,7 @@ function getDefaultLogger(opts) {
|
|
359
332
|
return new utils.DefaultLogger(opts?.name, opts?.level);
|
360
333
|
}
|
361
334
|
}
|
362
|
-
const nodeEnv =
|
335
|
+
const nodeEnv = crossHelpers.process.env["NODE_ENV"] || globalThis.NODE_ENV;
|
363
336
|
if (nodeEnv === "production") {
|
364
337
|
return new JSONLogger(opts);
|
365
338
|
}
|
@@ -1329,7 +1302,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
1329
1302
|
process.exit(1);
|
1330
1303
|
}
|
1331
1304
|
return runSupergraph(ctx, config);
|
1332
|
-
}).allowUnknownOption(
|
1305
|
+
}).allowUnknownOption(process.env["NODE_ENV"] === "test").allowExcessArguments(process.env["NODE_ENV"] === "test");
|
1333
1306
|
async function runSupergraph({ log }, config) {
|
1334
1307
|
let absSchemaPath = null;
|
1335
1308
|
if (typeof config.supergraph === "string" && utils$1.isValidPath(config.supergraph) && !utils.isUrl(config.supergraph)) {
|
@@ -1448,7 +1421,7 @@ function defineConfig(config) {
|
|
1448
1421
|
}
|
1449
1422
|
const maxFork = getMaxConcurrency();
|
1450
1423
|
const defaultOptions = {
|
1451
|
-
fork:
|
1424
|
+
fork: process.env["NODE_ENV"] === "production" ? maxFork : 1,
|
1452
1425
|
host: node_os.platform().toLowerCase() === "win32" || // is WSL?
|
1453
1426
|
node_os.release().toLowerCase().includes("microsoft") ? "127.0.0.1" : "0.0.0.0",
|
1454
1427
|
port: 4e3,
|
@@ -1557,11 +1530,9 @@ let cli = new extraTypings.Command().configureHelp({
|
|
1557
1530
|
).option("--disable-websockets", "Disable WebSockets support").addOption(
|
1558
1531
|
new extraTypings.Option(
|
1559
1532
|
"--jit",
|
1560
|
-
"Enable Just-In-Time compilation of GraphQL documents
|
1533
|
+
"Enable Just-In-Time compilation of GraphQL documents"
|
1561
1534
|
).env("JIT")
|
1562
|
-
)
|
1563
|
-
this.setOptionValueWithSource("jit", getEnvBool("JIT"), "env");
|
1564
|
-
});
|
1535
|
+
);
|
1565
1536
|
async function run(userCtx) {
|
1566
1537
|
const ctx = {
|
1567
1538
|
log: userCtx.log || getDefaultLogger(),
|
@@ -1585,7 +1556,7 @@ async function run(userCtx) {
|
|
1585
1556
|
function handleNodeWarnings() {
|
1586
1557
|
const originalProcessEmitWarning = process.emitWarning.bind(process);
|
1587
1558
|
process.emitWarning = function gatewayEmitWarning(warning, ...opts) {
|
1588
|
-
if (
|
1559
|
+
if (["1", "y", "yes", "t", "true"].includes(String(process.env["DEBUG"]))) {
|
1589
1560
|
originalProcessEmitWarning(warning, ...opts);
|
1590
1561
|
}
|
1591
1562
|
};
|
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-alHIBXXa.cjs');
|
4
4
|
var gatewayRuntime = require('@graphql-hive/gateway-runtime');
|
5
5
|
var utils = require('@graphql-mesh/utils');
|
6
6
|
var pubsub = require('@graphql-hive/pubsub');
|
@@ -25,6 +25,7 @@ require('node:os');
|
|
25
25
|
require('node:path');
|
26
26
|
require('@commander-js/extra-typings');
|
27
27
|
require('@graphql-yoga/render-graphiql');
|
28
|
+
require('@graphql-mesh/cross-helpers');
|
28
29
|
require('node:fs/promises');
|
29
30
|
require('node:url');
|
30
31
|
require('node:fs');
|
package/dist/index.d.cts
CHANGED
@@ -107,13 +107,13 @@ interface GatewayCLIHiveReportingOptions extends Omit<GatewayHiveReportingOption
|
|
107
107
|
/**
|
108
108
|
* The target to which the usage data should be reported to.
|
109
109
|
*
|
110
|
-
* @default env.HIVE_USAGE_TARGET
|
110
|
+
* @default process.env.HIVE_USAGE_TARGET
|
111
111
|
*/
|
112
112
|
target?: GatewayHiveReportingOptions['target'];
|
113
113
|
/**
|
114
114
|
* Hive registry access token for usage metrics reporting.
|
115
115
|
*
|
116
|
-
* @default env.HIVE_USAGE_ACCESS_TOKEN || env.HIVE_REGISTRY_TOKEN
|
116
|
+
* @default process.env.HIVE_USAGE_ACCESS_TOKEN || process.env.HIVE_REGISTRY_TOKEN
|
117
117
|
*/
|
118
118
|
token?: GatewayHiveReportingOptions['token'];
|
119
119
|
}
|
package/dist/index.d.ts
CHANGED
@@ -107,13 +107,13 @@ interface GatewayCLIHiveReportingOptions extends Omit<GatewayHiveReportingOption
|
|
107
107
|
/**
|
108
108
|
* The target to which the usage data should be reported to.
|
109
109
|
*
|
110
|
-
* @default env.HIVE_USAGE_TARGET
|
110
|
+
* @default process.env.HIVE_USAGE_TARGET
|
111
111
|
*/
|
112
112
|
target?: GatewayHiveReportingOptions['target'];
|
113
113
|
/**
|
114
114
|
* Hive registry access token for usage metrics reporting.
|
115
115
|
*
|
116
|
-
* @default env.HIVE_USAGE_ACCESS_TOKEN || env.HIVE_REGISTRY_TOKEN
|
116
|
+
* @default process.env.HIVE_USAGE_ACCESS_TOKEN || process.env.HIVE_REGISTRY_TOKEN
|
117
117
|
*/
|
118
118
|
token?: GatewayHiveReportingOptions['token'];
|
119
119
|
}
|
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-DtJc9b-G.js';
|
2
2
|
export * from '@graphql-hive/gateway-runtime';
|
3
3
|
export { DefaultLogger, LogLevel } from '@graphql-mesh/utils';
|
4
4
|
export { PubSub } from '@graphql-hive/pubsub';
|
@@ -24,6 +24,7 @@ import 'node:os';
|
|
24
24
|
import 'node:path';
|
25
25
|
import '@commander-js/extra-typings';
|
26
26
|
import '@graphql-yoga/render-graphiql';
|
27
|
+
import '@graphql-mesh/cross-helpers';
|
27
28
|
import 'node:fs/promises';
|
28
29
|
import 'node:url';
|
29
30
|
import 'node:fs';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "1.15.5-alpha-
|
3
|
+
"version": "1.15.5-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -53,9 +53,9 @@
|
|
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": "1.10.0-alpha-
|
56
|
+
"@graphql-hive/gateway-runtime": "1.10.0-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
57
57
|
"@graphql-hive/importer": "^1.1.0",
|
58
|
-
"@graphql-hive/plugin-aws-sigv4": "1.0.16-alpha-
|
58
|
+
"@graphql-hive/plugin-aws-sigv4": "1.0.16-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
59
59
|
"@graphql-hive/plugin-deduplicate-request": "^1.0.1",
|
60
60
|
"@graphql-hive/pubsub": "^1.0.0",
|
61
61
|
"@graphql-mesh/cache-cfw-kv": "^0.105.5",
|
@@ -63,18 +63,18 @@
|
|
63
63
|
"@graphql-mesh/cache-redis": "^0.104.5",
|
64
64
|
"@graphql-mesh/cache-upstash-redis": "^0.1.5",
|
65
65
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
66
|
-
"@graphql-mesh/hmac-upstream-signature": "1.2.29-alpha-
|
66
|
+
"@graphql-mesh/hmac-upstream-signature": "1.2.29-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
67
67
|
"@graphql-mesh/plugin-http-cache": "^0.105.6",
|
68
68
|
"@graphql-mesh/plugin-jit": "^0.2.5",
|
69
|
-
"@graphql-mesh/plugin-jwt-auth": "1.5.7-alpha-
|
69
|
+
"@graphql-mesh/plugin-jwt-auth": "1.5.7-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
70
70
|
"@graphql-mesh/plugin-mock": "^0.105.6",
|
71
|
-
"@graphql-mesh/plugin-opentelemetry": "1.3.63-alpha-
|
72
|
-
"@graphql-mesh/plugin-prometheus": "1.3.51-alpha-
|
71
|
+
"@graphql-mesh/plugin-opentelemetry": "1.3.63-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
72
|
+
"@graphql-mesh/plugin-prometheus": "1.3.51-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
73
73
|
"@graphql-mesh/plugin-rate-limit": "^0.104.5",
|
74
74
|
"@graphql-mesh/plugin-snapshot": "^0.104.5",
|
75
|
-
"@graphql-mesh/transport-http": "0.6.44-alpha-
|
76
|
-
"@graphql-mesh/transport-http-callback": "0.6.3-alpha-
|
77
|
-
"@graphql-mesh/transport-ws": "1.0.11-alpha-
|
75
|
+
"@graphql-mesh/transport-http": "0.6.44-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
76
|
+
"@graphql-mesh/transport-http-callback": "0.6.3-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
77
|
+
"@graphql-mesh/transport-ws": "1.0.11-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
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",
|
@@ -90,7 +90,7 @@
|
|
90
90
|
"ws": "^8.18.3"
|
91
91
|
},
|
92
92
|
"devDependencies": {
|
93
|
-
"@graphql-mesh/transport-common": "0.7.36-alpha-
|
93
|
+
"@graphql-mesh/transport-common": "0.7.36-alpha-d78a8bf07eccada959cce862dbdb56d4e2333d54",
|
94
94
|
"@graphql-mesh/transport-soap": "^0.10.6",
|
95
95
|
"@graphql-tools/executor": "^1.4.7",
|
96
96
|
"@rollup/plugin-commonjs": "^28.0.0",
|