@graphql-hive/gateway-runtime 2.5.0-alpha-010855415407aa2674fe372e266c8e9d0e009810 → 2.5.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
- ## 2.5.0-alpha-010855415407aa2674fe372e266c8e9d0e009810
3
+ ## 2.5.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7
4
4
  ### Minor Changes
5
5
 
6
6
 
@@ -44,7 +44,7 @@
44
44
  - [#1787](https://github.com/graphql-hive/gateway/pull/1787) [`a50d93a`](https://github.com/graphql-hive/gateway/commit/a50d93a0bc8f3c67de7449ad9102d3f3b60ea96a) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Usage reporting clientInfo context inherits Hive Gateway context
45
45
 
46
46
  - Updated dependencies [[`31fe4be`](https://github.com/graphql-hive/gateway/commit/31fe4be41532db18a66b30eeb9272a6e536d8a89)]:
47
- - @graphql-mesh/fusion-runtime@1.6.3-alpha-010855415407aa2674fe372e266c8e9d0e009810
47
+ - @graphql-mesh/fusion-runtime@1.6.3-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7
48
48
  - @graphql-mesh/hmac-upstream-signature@2.0.8
49
49
 
50
50
  ## 2.4.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.5.0-alpha-010855415407aa2674fe372e266c8e9d0e009810",
3
+ "version": "2.5.0-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,7 +55,7 @@
55
55
  "@graphql-hive/signal": "^2.0.0",
56
56
  "@graphql-hive/yoga": "^0.46.0",
57
57
  "@graphql-mesh/cross-helpers": "^0.4.10",
58
- "@graphql-mesh/fusion-runtime": "1.6.3-alpha-010855415407aa2674fe372e266c8e9d0e009810",
58
+ "@graphql-mesh/fusion-runtime": "1.6.3-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7",
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",