@graphql-hive/router-runtime 1.1.3 → 1.1.4-alpha-f65eaf81b16bab49ae0735eb73635ae7c055e661

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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @graphql-hive/router-runtime
2
2
 
3
+ ## 1.1.4-alpha-f65eaf81b16bab49ae0735eb73635ae7c055e661
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1783](https://github.com/graphql-hive/gateway/pull/1783) [`f65eaf8`](https://github.com/graphql-hive/gateway/commit/f65eaf81b16bab49ae0735eb73635ae7c055e661) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-hive/router-query-planner@^0.0.8` ↗︎](https://www.npmjs.com/package/@graphql-hive/router-query-planner/v/0.0.8) (from `^0.0.7`, in `dependencies`)
11
+ - Updated dependencies []:
12
+ - @graphql-mesh/fusion-runtime@1.6.2
13
+
3
14
  ## 1.1.3
4
15
  ### Patch Changes
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/router-runtime",
3
- "version": "1.1.3",
3
+ "version": "1.1.4-alpha-f65eaf81b16bab49ae0735eb73635ae7c055e661",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@envelop/core": "^5.4.0",
46
- "@graphql-hive/router-query-planner": "^0.0.7",
46
+ "@graphql-hive/router-query-planner": "^0.0.8",
47
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",