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