@graphql-hive/router-runtime 1.1.0-rc-49663631282f5a11ad8570656f522125888da8f1 → 1.1.1-rc-b3789057073277d12409148657fd01b437d097ab

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 +10 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # @graphql-hive/router-runtime
2
2
 
3
- ## 1.1.0-rc-49663631282f5a11ad8570656f522125888da8f1
3
+ ## 1.1.1-rc-b3789057073277d12409148657fd01b437d097ab
4
+ ### Patch Changes
5
+
6
+ - Updated dependencies []:
7
+ - @graphql-tools/federation@4.2.5-rc-b3789057073277d12409148657fd01b437d097ab
8
+ - @graphql-mesh/fusion-runtime@1.6.1-rc-b3789057073277d12409148657fd01b437d097ab
9
+
10
+ ## 1.1.0
4
11
  ### Minor Changes
5
12
 
6
13
 
@@ -34,8 +41,8 @@
34
41
  - [#1739](https://github.com/graphql-hive/gateway/pull/1739) [`8ff2e47`](https://github.com/graphql-hive/gateway/commit/8ff2e471f368d5e41f91a7fe1f1b0e494ef3e6ff) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Expose the query plan by using the `useQueryPlan` plugin
35
42
 
36
43
  - Updated dependencies [[`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9)]:
37
- - @graphql-mesh/fusion-runtime@1.6.0-rc-49663631282f5a11ad8570656f522125888da8f1
38
- - @graphql-tools/federation@4.2.4-rc-49663631282f5a11ad8570656f522125888da8f1
44
+ - @graphql-mesh/fusion-runtime@1.6.0
45
+ - @graphql-tools/federation@4.2.4
39
46
 
40
47
  ## 1.0.1
41
48
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/router-runtime",
3
- "version": "1.1.0-rc-49663631282f5a11ad8570656f522125888da8f1",
3
+ "version": "1.1.1-rc-b3789057073277d12409148657fd01b437d097ab",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -44,11 +44,11 @@
44
44
  "dependencies": {
45
45
  "@envelop/core": "^5.4.0",
46
46
  "@graphql-hive/router-query-planner": "^0.0.6",
47
- "@graphql-mesh/fusion-runtime": "1.6.0-rc-49663631282f5a11ad8570656f522125888da8f1",
47
+ "@graphql-mesh/fusion-runtime": "1.6.1-rc-b3789057073277d12409148657fd01b437d097ab",
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",
51
- "@graphql-tools/federation": "4.2.4-rc-49663631282f5a11ad8570656f522125888da8f1",
51
+ "@graphql-tools/federation": "4.2.5-rc-b3789057073277d12409148657fd01b437d097ab",
52
52
  "@graphql-tools/utils": "^10.10.3",
53
53
  "@whatwg-node/promise-helpers": "^1.3.2"
54
54
  },