@graphql-hive/gateway-runtime 1.2.2-alpha-630fe5c8d6221a3260cd84298f500a1615de573a → 1.2.2-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +15 -11
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @graphql-hive/gateway-runtime
|
2
2
|
|
3
|
-
## 1.2.2-alpha-
|
3
|
+
## 1.2.2-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
4
4
|
|
5
5
|
### Patch Changes
|
6
6
|
|
@@ -8,16 +8,20 @@
|
|
8
8
|
|
9
9
|
- Updated dependency [`@graphql-tools/utils@^10.6.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.0) (from `^10.5.6`, in `dependencies`)
|
10
10
|
|
11
|
-
-
|
12
|
-
|
13
|
-
-
|
14
|
-
|
15
|
-
|
16
|
-
- @graphql-
|
17
|
-
- @graphql-
|
18
|
-
- @graphql-
|
19
|
-
- @graphql-tools/
|
20
|
-
- @graphql-tools/
|
11
|
+
- [#98](https://github.com/graphql-hive/gateway/pull/98) [`f4e58a6`](https://github.com/graphql-hive/gateway/commit/f4e58a6f6ceb38307e21cc5296c6ecc12b512b8f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
12
|
+
|
13
|
+
- Updated dependency [`@whatwg-node/server@^0.9.56` ↗︎](https://www.npmjs.com/package/@whatwg-node/server/v/0.9.56) (from `^0.9.46`, in `dependencies`)
|
14
|
+
|
15
|
+
- Updated dependencies [[`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf), [`f4e58a6`](https://github.com/graphql-hive/gateway/commit/f4e58a6f6ceb38307e21cc5296c6ecc12b512b8f)]:
|
16
|
+
- @graphql-mesh/fusion-runtime@0.10.6-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
17
|
+
- @graphql-mesh/hmac-upstream-signature@1.2.9-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
18
|
+
- @graphql-mesh/transport-common@0.7.16-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
19
|
+
- @graphql-tools/batch-delegate@9.0.17-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
20
|
+
- @graphql-tools/delegate@10.2.1-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
21
|
+
- @graphql-tools/executor-http@1.1.10-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
22
|
+
- @graphql-tools/federation@2.2.31-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
23
|
+
- @graphql-tools/stitch@9.4.2-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
24
|
+
- @graphql-tools/wrap@10.0.19-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790
|
21
25
|
|
22
26
|
## 1.2.1
|
23
27
|
|
package/dist/index.cjs
CHANGED
@@ -313,7 +313,7 @@ function useContentEncoding({
|
|
313
313
|
}
|
314
314
|
},
|
315
315
|
onFetch({ executionRequest, options, setOptions }) {
|
316
|
-
if (options.body && !options.headers?.["Content-Encoding"] && executionRequest && execReqWithContentEncoding.has(executionRequest)) {
|
316
|
+
if (options.body && !options.headers?.["Content-Encoding"] && executionRequest && execReqWithContentEncoding.has(executionRequest) && fetchAPI.CompressionStream) {
|
317
317
|
const compressionStream = new fetchAPI.CompressionStream(
|
318
318
|
compressionAlgorithm
|
319
319
|
);
|
package/dist/index.js
CHANGED
@@ -310,7 +310,7 @@ function useContentEncoding({
|
|
310
310
|
}
|
311
311
|
},
|
312
312
|
onFetch({ executionRequest, options, setOptions }) {
|
313
|
-
if (options.body && !options.headers?.["Content-Encoding"] && executionRequest && execReqWithContentEncoding.has(executionRequest)) {
|
313
|
+
if (options.body && !options.headers?.["Content-Encoding"] && executionRequest && execReqWithContentEncoding.has(executionRequest) && fetchAPI.CompressionStream) {
|
314
314
|
const compressionStream = new fetchAPI.CompressionStream(
|
315
315
|
compressionAlgorithm
|
316
316
|
);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway-runtime",
|
3
|
-
"version": "1.2.2-alpha-
|
3
|
+
"version": "1.2.2-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -55,28 +55,28 @@
|
|
55
55
|
"@envelop/generic-auth": "^8.0.0",
|
56
56
|
"@graphql-hive/core": "^0.8.1",
|
57
57
|
"@graphql-mesh/cross-helpers": "^0.4.7",
|
58
|
-
"@graphql-mesh/fusion-runtime": "^0.10.6-alpha-
|
59
|
-
"@graphql-mesh/hmac-upstream-signature": "^1.2.9-alpha-
|
58
|
+
"@graphql-mesh/fusion-runtime": "^0.10.6-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
59
|
+
"@graphql-mesh/hmac-upstream-signature": "^1.2.9-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
60
60
|
"@graphql-mesh/plugin-hive": "^0.103.0",
|
61
61
|
"@graphql-mesh/plugin-response-cache": "^0.103.0",
|
62
62
|
"@graphql-mesh/store": "^0.103.0",
|
63
|
-
"@graphql-mesh/transport-common": "^0.7.16-alpha-
|
63
|
+
"@graphql-mesh/transport-common": "^0.7.16-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
64
64
|
"@graphql-mesh/types": "^0.103.0",
|
65
65
|
"@graphql-mesh/utils": "^0.103.0",
|
66
|
-
"@graphql-tools/batch-delegate": "^9.0.17-alpha-
|
67
|
-
"@graphql-tools/delegate": "^10.2.1-alpha-
|
68
|
-
"@graphql-tools/executor-http": "^1.1.10-alpha-
|
69
|
-
"@graphql-tools/federation": "^2.2.31-alpha-
|
70
|
-
"@graphql-tools/stitch": "^9.4.2-alpha-
|
66
|
+
"@graphql-tools/batch-delegate": "^9.0.17-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
67
|
+
"@graphql-tools/delegate": "^10.2.1-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
68
|
+
"@graphql-tools/executor-http": "^1.1.10-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
69
|
+
"@graphql-tools/federation": "^2.2.31-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
70
|
+
"@graphql-tools/stitch": "^9.4.2-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
71
71
|
"@graphql-tools/utils": "^10.6.0",
|
72
|
-
"@graphql-tools/wrap": "^10.0.19-alpha-
|
72
|
+
"@graphql-tools/wrap": "^10.0.19-alpha-c2d481a2b4e90c8c33acdd92bac6f87523578790",
|
73
73
|
"@graphql-yoga/plugin-apollo-usage-report": "^0.4.0",
|
74
74
|
"@graphql-yoga/plugin-csrf-prevention": "^3.7.0",
|
75
75
|
"@graphql-yoga/plugin-defer-stream": "^3.7.0",
|
76
76
|
"@graphql-yoga/plugin-persisted-operations": "^3.7.0",
|
77
77
|
"@types/node": "^22.7.5",
|
78
78
|
"@whatwg-node/disposablestack": "^0.0.5",
|
79
|
-
"@whatwg-node/server": "^0.9.
|
79
|
+
"@whatwg-node/server": "^0.9.56",
|
80
80
|
"graphql-yoga": "^5.7.0",
|
81
81
|
"tslib": "^2.8.0"
|
82
82
|
},
|