@graphql-hive/gateway-runtime 2.9.5 → 2.9.6-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc
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 +13 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @graphql-hive/gateway-runtime
|
|
2
2
|
|
|
3
|
+
## 2.9.6-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#2328](https://github.com/graphql-hive/gateway/pull/2328) [`f61ea58`](https://github.com/graphql-hive/gateway/commit/f61ea58ba6a7c0ccd7a0ef109ca8e217128be423) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-mesh/types@0.105.0-alpha-20260508144502-aa9e10247ea4ce2543eca32553a49fff3784bba7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.105.0) (from `^0.104.28`, in `dependencies`)
|
|
11
|
+
- Updated dependencies [[`f61ea58`](https://github.com/graphql-hive/gateway/commit/f61ea58ba6a7c0ccd7a0ef109ca8e217128be423), [`f61ea58`](https://github.com/graphql-hive/gateway/commit/f61ea58ba6a7c0ccd7a0ef109ca8e217128be423), [`f61ea58`](https://github.com/graphql-hive/gateway/commit/f61ea58ba6a7c0ccd7a0ef109ca8e217128be423)]:
|
|
12
|
+
- @graphql-mesh/fusion-runtime@1.10.6-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc
|
|
13
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.13-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc
|
|
14
|
+
- @graphql-mesh/transport-common@1.0.17-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc
|
|
15
|
+
|
|
3
16
|
## 2.9.5
|
|
4
17
|
### Patch Changes
|
|
5
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/gateway-runtime",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.6-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"@graphql-hive/signal": "^2.0.0",
|
|
56
56
|
"@graphql-hive/yoga": "^0.48.0",
|
|
57
57
|
"@graphql-mesh/cross-helpers": "^0.4.13",
|
|
58
|
-
"@graphql-mesh/fusion-runtime": "
|
|
59
|
-
"@graphql-mesh/hmac-upstream-signature": "
|
|
58
|
+
"@graphql-mesh/fusion-runtime": "1.10.6-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc",
|
|
59
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.13-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc",
|
|
60
60
|
"@graphql-mesh/plugin-response-cache": "^0.104.42",
|
|
61
|
-
"@graphql-mesh/transport-common": "
|
|
62
|
-
"@graphql-mesh/types": "
|
|
61
|
+
"@graphql-mesh/transport-common": "1.0.17-alpha-2a5fa36e9f674066f88d2a3c2d20c0481de09bbc",
|
|
62
|
+
"@graphql-mesh/types": "0.105.0-alpha-20260508144502-aa9e10247ea4ce2543eca32553a49fff3784bba7",
|
|
63
63
|
"@graphql-mesh/utils": "^0.104.36",
|
|
64
64
|
"@graphql-tools/batch-delegate": "^10.0.23",
|
|
65
65
|
"@graphql-tools/delegate": "^12.0.17",
|