@graphql-hive/router-runtime 1.1.0-rc-70ab4bd21a7f4dd67d993b256d03184f5f6129d8 → 1.1.0-rc-924ffb15d84292a020a45655046fd359ea9f02d5

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 +8 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-hive/router-runtime
2
2
 
3
- ## 1.1.0-rc-70ab4bd21a7f4dd67d993b256d03184f5f6129d8
3
+ ## 1.1.0-rc-924ffb15d84292a020a45655046fd359ea9f02d5
4
4
  ### Minor Changes
5
5
 
6
6
 
@@ -17,11 +17,16 @@
17
17
  - Updated dependency [`@graphql-hive/router-query-planner@^0.0.4` ↗︎](https://www.npmjs.com/package/@graphql-hive/router-query-planner/v/0.0.4) (from `^0.0.3`, in `dependencies`)
18
18
 
19
19
 
20
+ - [#1740](https://github.com/graphql-hive/gateway/pull/1740) [`9cfe2a5`](https://github.com/graphql-hive/gateway/commit/9cfe2a555fcbc9a70ba04b32d6844a7a795de624) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
21
+
22
+ - Updated dependency [`@graphql-hive/router-query-planner@^0.0.6` ↗︎](https://www.npmjs.com/package/@graphql-hive/router-query-planner/v/0.0.6) (from `^0.0.4`, in `dependencies`)
23
+
24
+
20
25
  - [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9) Thanks [@ardatan](https://github.com/ardatan)! - Handle listed enum values correctly
21
26
  Previously when a field like `[MyEnum!]!` is projected, it was projecting it like it is `MyEnum`.
22
27
  - Updated dependencies [[`bc6cddd`](https://github.com/graphql-hive/gateway/commit/bc6cddd1c53a012dd02a1d8a7217a28e65cc6ae9)]:
23
- - @graphql-mesh/fusion-runtime@1.6.0-rc-70ab4bd21a7f4dd67d993b256d03184f5f6129d8
24
- - @graphql-tools/federation@4.2.4-rc-70ab4bd21a7f4dd67d993b256d03184f5f6129d8
28
+ - @graphql-mesh/fusion-runtime@1.6.0-rc-924ffb15d84292a020a45655046fd359ea9f02d5
29
+ - @graphql-tools/federation@4.2.4-rc-924ffb15d84292a020a45655046fd359ea9f02d5
25
30
 
26
31
  ## 1.0.1
27
32
  ### 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-70ab4bd21a7f4dd67d993b256d03184f5f6129d8",
3
+ "version": "1.1.0-rc-924ffb15d84292a020a45655046fd359ea9f02d5",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -43,18 +43,18 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@envelop/core": "^5.4.0",
46
- "@graphql-hive/router-query-planner": "^0.0.4",
47
- "@graphql-mesh/fusion-runtime": "1.6.0-rc-70ab4bd21a7f4dd67d993b256d03184f5f6129d8",
46
+ "@graphql-hive/router-query-planner": "^0.0.6",
47
+ "@graphql-mesh/fusion-runtime": "1.6.0-rc-924ffb15d84292a020a45655046fd359ea9f02d5",
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-70ab4bd21a7f4dd67d993b256d03184f5f6129d8",
51
+ "@graphql-tools/federation": "4.2.4-rc-924ffb15d84292a020a45655046fd359ea9f02d5",
52
52
  "@graphql-tools/utils": "^10.10.3",
53
53
  "@whatwg-node/promise-helpers": "^1.3.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "graphql": "^16.9.0",
57
- "pkgroll": "2.21.3"
57
+ "pkgroll": "2.21.4"
58
58
  },
59
59
  "sideEffects": false
60
60
  }