@graphql-hive/gateway-runtime 2.3.6-rc-49663631282f5a11ad8570656f522125888da8f1 → 2.3.7-rc-b3789057073277d12409148657fd01b437d097ab
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 +19 -7
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
# @graphql-hive/gateway-runtime
|
|
2
2
|
|
|
3
|
-
## 2.3.
|
|
3
|
+
## 2.3.7-rc-b3789057073277d12409148657fd01b437d097ab
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`0d14faf`](https://github.com/graphql-hive/gateway/commit/0d14fafdbaf3fb27eef123016ef2ca977d6688d8)]:
|
|
7
|
+
- @graphql-tools/delegate@12.0.1-rc-b3789057073277d12409148657fd01b437d097ab
|
|
8
|
+
- @graphql-tools/batch-delegate@10.0.7-rc-b3789057073277d12409148657fd01b437d097ab
|
|
9
|
+
- @graphql-tools/federation@4.2.5-rc-b3789057073277d12409148657fd01b437d097ab
|
|
10
|
+
- @graphql-mesh/fusion-runtime@1.6.1-rc-b3789057073277d12409148657fd01b437d097ab
|
|
11
|
+
- @graphql-tools/stitch@10.1.5-rc-b3789057073277d12409148657fd01b437d097ab
|
|
12
|
+
- @graphql-tools/wrap@11.1.1-rc-b3789057073277d12409148657fd01b437d097ab
|
|
13
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.8
|
|
14
|
+
|
|
15
|
+
## 2.3.6
|
|
4
16
|
### Patch Changes
|
|
5
17
|
|
|
6
18
|
|
|
@@ -20,13 +32,13 @@
|
|
|
20
32
|
|
|
21
33
|
- Updated dependency [`@graphql-yoga/plugin-apollo-usage-report@^0.12.0` ↗︎](https://www.npmjs.com/package/@graphql-yoga/plugin-apollo-usage-report/v/0.12.0) (from `^0.11.2`, in `dependencies`)
|
|
22
34
|
- Updated dependencies [[`55173a5`](https://github.com/graphql-hive/gateway/commit/55173a55344a07fdf9531efcbaa4cb142fff655e), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`1dbc653`](https://github.com/graphql-hive/gateway/commit/1dbc6536cb992a705cac7894acca6fe5431b72de), [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9), [`b520eb2`](https://github.com/graphql-hive/gateway/commit/b520eb2309f627578519826d6b9e0056252c6c46)]:
|
|
23
|
-
- @graphql-tools/stitch@10.1.4
|
|
24
|
-
- @graphql-mesh/fusion-runtime@1.6.0
|
|
25
|
-
- @graphql-tools/wrap@11.1.0
|
|
26
|
-
- @graphql-tools/delegate@12.0.0
|
|
35
|
+
- @graphql-tools/stitch@10.1.4
|
|
36
|
+
- @graphql-mesh/fusion-runtime@1.6.0
|
|
37
|
+
- @graphql-tools/wrap@11.1.0
|
|
38
|
+
- @graphql-tools/delegate@12.0.0
|
|
27
39
|
- @graphql-mesh/hmac-upstream-signature@2.0.8
|
|
28
|
-
- @graphql-tools/federation@4.2.4
|
|
29
|
-
- @graphql-tools/batch-delegate@10.0.6
|
|
40
|
+
- @graphql-tools/federation@4.2.4
|
|
41
|
+
- @graphql-tools/batch-delegate@10.0.6
|
|
30
42
|
|
|
31
43
|
## 2.3.5
|
|
32
44
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/gateway-runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.7-rc-b3789057073277d12409148657fd01b437d097ab",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -55,20 +55,20 @@
|
|
|
55
55
|
"@graphql-hive/signal": "^2.0.0",
|
|
56
56
|
"@graphql-hive/yoga": "^0.43.1",
|
|
57
57
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
|
58
|
-
"@graphql-mesh/fusion-runtime": "1.6.
|
|
58
|
+
"@graphql-mesh/fusion-runtime": "1.6.1-rc-b3789057073277d12409148657fd01b437d097ab",
|
|
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.
|
|
65
|
-
"@graphql-tools/delegate": "12.0.
|
|
64
|
+
"@graphql-tools/batch-delegate": "10.0.7-rc-b3789057073277d12409148657fd01b437d097ab",
|
|
65
|
+
"@graphql-tools/delegate": "12.0.1-rc-b3789057073277d12409148657fd01b437d097ab",
|
|
66
66
|
"@graphql-tools/executor-common": "^1.0.5",
|
|
67
67
|
"@graphql-tools/executor-http": "^3.0.7",
|
|
68
|
-
"@graphql-tools/federation": "4.2.
|
|
69
|
-
"@graphql-tools/stitch": "10.1.
|
|
68
|
+
"@graphql-tools/federation": "4.2.5-rc-b3789057073277d12409148657fd01b437d097ab",
|
|
69
|
+
"@graphql-tools/stitch": "10.1.5-rc-b3789057073277d12409148657fd01b437d097ab",
|
|
70
70
|
"@graphql-tools/utils": "^10.10.3",
|
|
71
|
-
"@graphql-tools/wrap": "11.1.
|
|
71
|
+
"@graphql-tools/wrap": "11.1.1-rc-b3789057073277d12409148657fd01b437d097ab",
|
|
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",
|