@graphql-hive/router-runtime 1.1.4-alpha-010855415407aa2674fe372e266c8e9d0e009810 → 1.1.4-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/router-runtime
2
2
 
3
- ## 1.1.4-alpha-010855415407aa2674fe372e266c8e9d0e009810
3
+ ## 1.1.4-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -14,7 +14,7 @@
14
14
 
15
15
  - Updated dependency [`@graphql-hive/router-query-planner@^0.0.9` ↗︎](https://www.npmjs.com/package/@graphql-hive/router-query-planner/v/0.0.9) (from `^0.0.8`, in `dependencies`)
16
16
  - Updated dependencies [[`31fe4be`](https://github.com/graphql-hive/gateway/commit/31fe4be41532db18a66b30eeb9272a6e536d8a89)]:
17
- - @graphql-mesh/fusion-runtime@1.6.3-alpha-010855415407aa2674fe372e266c8e9d0e009810
17
+ - @graphql-mesh/fusion-runtime@1.6.3-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7
18
18
 
19
19
  ## 1.1.3
20
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/router-runtime",
3
- "version": "1.1.4-alpha-010855415407aa2674fe372e266c8e9d0e009810",
3
+ "version": "1.1.4-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,7 +44,7 @@
44
44
  "dependencies": {
45
45
  "@envelop/core": "^5.4.0",
46
46
  "@graphql-hive/router-query-planner": "^0.0.9",
47
- "@graphql-mesh/fusion-runtime": "1.6.3-alpha-010855415407aa2674fe372e266c8e9d0e009810",
47
+ "@graphql-mesh/fusion-runtime": "1.6.3-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7",
48
48
  "@graphql-mesh/transport-common": "^1.0.12",
49
49
  "@graphql-tools/executor": "^1.4.13",
50
50
  "@graphql-tools/executor-common": "^1.0.5",