@graphql-hive/gateway-runtime 2.3.8-alpha-732ae8999f6a1086e960fa42fc5d7f41ef98f3d3 → 2.3.8-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
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 +7 -13
- package/dist/index.cjs +3 -2
- package/dist/index.js +3 -2
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
# @graphql-hive/gateway-runtime
|
|
2
2
|
|
|
3
|
-
## 2.3.8-
|
|
3
|
+
## 2.3.8-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- [#1747](https://github.com/graphql-hive/gateway/pull/1747) [`f189296`](https://github.com/graphql-hive/gateway/commit/f189296727803bdde8e1ab9d33da4d90a3d65fbe) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
9
|
-
|
|
10
|
-
- Updated dependency [`@graphql-hive/core@^0.18.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.18.0) (from `^0.15.1`, in `dependencies`)
|
|
11
|
-
- Updated dependency [`@graphql-hive/yoga@^0.46.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.46.0) (from `^0.43.1`, in `dependencies`)
|
|
12
6
|
- Updated dependencies [[`da8b8e3`](https://github.com/graphql-hive/gateway/commit/da8b8e3f3545487249b11c6577e3889f68527249)]:
|
|
13
|
-
- @graphql-tools/delegate@12.0.2-
|
|
7
|
+
- @graphql-tools/delegate@12.0.2-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
|
|
8
|
+
- @graphql-tools/batch-delegate@10.0.8-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
|
|
9
|
+
- @graphql-tools/federation@4.2.6-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
|
|
10
|
+
- @graphql-mesh/fusion-runtime@1.6.2-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
|
|
11
|
+
- @graphql-tools/stitch@10.1.6-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
|
|
12
|
+
- @graphql-tools/wrap@11.1.2-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe
|
|
14
13
|
- @graphql-mesh/hmac-upstream-signature@2.0.8
|
|
15
|
-
- @graphql-tools/batch-delegate@10.0.8-alpha-732ae8999f6a1086e960fa42fc5d7f41ef98f3d3
|
|
16
|
-
- @graphql-tools/federation@4.2.6-alpha-732ae8999f6a1086e960fa42fc5d7f41ef98f3d3
|
|
17
|
-
- @graphql-mesh/fusion-runtime@1.6.2-alpha-732ae8999f6a1086e960fa42fc5d7f41ef98f3d3
|
|
18
|
-
- @graphql-tools/stitch@10.1.6-alpha-732ae8999f6a1086e960fa42fc5d7f41ef98f3d3
|
|
19
|
-
- @graphql-tools/wrap@11.1.2-alpha-732ae8999f6a1086e960fa42fc5d7f41ef98f3d3
|
|
20
14
|
|
|
21
15
|
## 2.3.7
|
|
22
16
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -577,7 +577,6 @@ function useHiveConsole({
|
|
|
577
577
|
}
|
|
578
578
|
return yoga.useHive({
|
|
579
579
|
debug: isDebug(),
|
|
580
|
-
logger: options.log,
|
|
581
580
|
...options,
|
|
582
581
|
enabled: !!enabled,
|
|
583
582
|
token,
|
|
@@ -2090,7 +2089,9 @@ function createGatewayRuntime(config) {
|
|
|
2090
2089
|
const fetcher = core$1.createSchemaFetcher({
|
|
2091
2090
|
endpoint,
|
|
2092
2091
|
key,
|
|
2093
|
-
logger:
|
|
2092
|
+
logger: logger.LegacyLogger.from(
|
|
2093
|
+
configContext.log.child("[hiveSchemaFetcher] ")
|
|
2094
|
+
)
|
|
2094
2095
|
});
|
|
2095
2096
|
schemaFetcher = function fetchSchemaFromCDN() {
|
|
2096
2097
|
pausePolling2();
|
package/dist/index.js
CHANGED
|
@@ -576,7 +576,6 @@ function useHiveConsole({
|
|
|
576
576
|
}
|
|
577
577
|
return useHive({
|
|
578
578
|
debug: isDebug(),
|
|
579
|
-
logger: options.log,
|
|
580
579
|
...options,
|
|
581
580
|
enabled: !!enabled,
|
|
582
581
|
token,
|
|
@@ -2089,7 +2088,9 @@ function createGatewayRuntime(config) {
|
|
|
2089
2088
|
const fetcher = createSchemaFetcher({
|
|
2090
2089
|
endpoint,
|
|
2091
2090
|
key,
|
|
2092
|
-
logger:
|
|
2091
|
+
logger: LegacyLogger.from(
|
|
2092
|
+
configContext.log.child("[hiveSchemaFetcher] ")
|
|
2093
|
+
)
|
|
2093
2094
|
});
|
|
2094
2095
|
schemaFetcher = function fetchSchemaFromCDN() {
|
|
2095
2096
|
pausePolling2();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/gateway-runtime",
|
|
3
|
-
"version": "2.3.8-
|
|
3
|
+
"version": "2.3.8-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,26 +49,26 @@
|
|
|
49
49
|
"@envelop/disable-introspection": "^9.0.0",
|
|
50
50
|
"@envelop/generic-auth": "^11.0.0",
|
|
51
51
|
"@envelop/instrumentation": "^1.0.0",
|
|
52
|
-
"@graphql-hive/core": "^0.
|
|
52
|
+
"@graphql-hive/core": "^0.15.1",
|
|
53
53
|
"@graphql-hive/logger": "^1.0.9",
|
|
54
54
|
"@graphql-hive/pubsub": "^2.1.1",
|
|
55
55
|
"@graphql-hive/signal": "^2.0.0",
|
|
56
|
-
"@graphql-hive/yoga": "^0.
|
|
56
|
+
"@graphql-hive/yoga": "^0.43.1",
|
|
57
57
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
58
|
-
"@graphql-mesh/fusion-runtime": "1.6.2-
|
|
58
|
+
"@graphql-mesh/fusion-runtime": "1.6.2-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe",
|
|
59
59
|
"@graphql-mesh/hmac-upstream-signature": "^2.0.8",
|
|
60
60
|
"@graphql-mesh/plugin-response-cache": "^0.104.18",
|
|
61
61
|
"@graphql-mesh/transport-common": "^1.0.12",
|
|
62
62
|
"@graphql-mesh/types": "^0.104.16",
|
|
63
63
|
"@graphql-mesh/utils": "^0.104.16",
|
|
64
|
-
"@graphql-tools/batch-delegate": "10.0.8-
|
|
65
|
-
"@graphql-tools/delegate": "12.0.2-
|
|
64
|
+
"@graphql-tools/batch-delegate": "10.0.8-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe",
|
|
65
|
+
"@graphql-tools/delegate": "12.0.2-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe",
|
|
66
66
|
"@graphql-tools/executor-common": "^1.0.5",
|
|
67
67
|
"@graphql-tools/executor-http": "^3.0.7",
|
|
68
|
-
"@graphql-tools/federation": "4.2.6-
|
|
69
|
-
"@graphql-tools/stitch": "10.1.6-
|
|
68
|
+
"@graphql-tools/federation": "4.2.6-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe",
|
|
69
|
+
"@graphql-tools/stitch": "10.1.6-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe",
|
|
70
70
|
"@graphql-tools/utils": "^10.10.3",
|
|
71
|
-
"@graphql-tools/wrap": "11.1.2-
|
|
71
|
+
"@graphql-tools/wrap": "11.1.2-rc-e9783fc7e6ef0674eb01b80bb4bb6e28ec67bbfe",
|
|
72
72
|
"@graphql-yoga/plugin-apollo-usage-report": "^0.12.0",
|
|
73
73
|
"@graphql-yoga/plugin-csrf-prevention": "^3.16.2",
|
|
74
74
|
"@graphql-yoga/plugin-defer-stream": "^3.16.2",
|