@graphql-hive/router-runtime 1.1.4-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7 → 1.1.4-alpha-5b53f295e6640d2e6bc6774b9d169e45c5d09a1e

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 +3 -3
  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-64ccb74c470e010e18f890a3fd4afc34094275a7
3
+ ## 1.1.4-alpha-5b53f295e6640d2e6bc6774b9d169e45c5d09a1e
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -13,8 +13,8 @@
13
13
  - [#1789](https://github.com/graphql-hive/gateway/pull/1789) [`25dbe4d`](https://github.com/graphql-hive/gateway/commit/25dbe4dd5d7ac27defcbed281636b42e27704795) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
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
- - Updated dependencies [[`31fe4be`](https://github.com/graphql-hive/gateway/commit/31fe4be41532db18a66b30eeb9272a6e536d8a89)]:
17
- - @graphql-mesh/fusion-runtime@1.6.3-alpha-64ccb74c470e010e18f890a3fd4afc34094275a7
16
+ - Updated dependencies []:
17
+ - @graphql-mesh/fusion-runtime@1.6.2
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-64ccb74c470e010e18f890a3fd4afc34094275a7",
3
+ "version": "1.1.4-alpha-5b53f295e6640d2e6bc6774b9d169e45c5d09a1e",
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-64ccb74c470e010e18f890a3fd4afc34094275a7",
47
+ "@graphql-mesh/fusion-runtime": "^1.6.2",
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",