@graphql-hive/router-runtime 1.1.0-alpha-2fdbd878624cd480a0494dac0df63cedf77c7dd2 → 1.1.0-alpha-818c8406fd595e3e7774079d54f09027720344b3

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 +6 -6
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,22 +1,22 @@
1
1
  # @graphql-hive/router-runtime
2
2
 
3
- ## 1.1.0-alpha-2fdbd878624cd480a0494dac0df63cedf77c7dd2
3
+ ## 1.1.0-alpha-818c8406fd595e3e7774079d54f09027720344b3
4
4
  ### Minor Changes
5
5
 
6
6
 
7
7
 
8
- - [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`7592a71`](https://github.com/graphql-hive/gateway/commit/7592a71b8044d1a0bcddb998c15870329d35cf9e) Thanks [@ardatan](https://github.com/ardatan)! - Support Stitching transforms (w/ Mesh directives)
8
+ - [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`2f3554e`](https://github.com/graphql-hive/gateway/commit/2f3554eb265d17c0c2bbc4343e24dac58ade613b) Thanks [@ardatan](https://github.com/ardatan)! - Support Stitching transforms (w/ Mesh directives)
9
9
 
10
10
 
11
11
  ### Patch Changes
12
12
 
13
13
 
14
14
 
15
- - [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`7592a71`](https://github.com/graphql-hive/gateway/commit/7592a71b8044d1a0bcddb998c15870329d35cf9e) Thanks [@ardatan](https://github.com/ardatan)! - Handle listed enum values correctly
15
+ - [#1708](https://github.com/graphql-hive/gateway/pull/1708) [`2f3554e`](https://github.com/graphql-hive/gateway/commit/2f3554eb265d17c0c2bbc4343e24dac58ade613b) Thanks [@ardatan](https://github.com/ardatan)! - Handle listed enum values correctly
16
16
  Previously when a field like `[MyEnum!]!` is projected, it was projecting it like it is `MyEnum`.
17
- - Updated dependencies [[`7592a71`](https://github.com/graphql-hive/gateway/commit/7592a71b8044d1a0bcddb998c15870329d35cf9e)]:
18
- - @graphql-mesh/fusion-runtime@1.6.0-alpha-2fdbd878624cd480a0494dac0df63cedf77c7dd2
19
- - @graphql-tools/federation@4.2.4-alpha-2fdbd878624cd480a0494dac0df63cedf77c7dd2
17
+ - Updated dependencies [[`2f3554e`](https://github.com/graphql-hive/gateway/commit/2f3554eb265d17c0c2bbc4343e24dac58ade613b)]:
18
+ - @graphql-mesh/fusion-runtime@1.6.0-alpha-818c8406fd595e3e7774079d54f09027720344b3
19
+ - @graphql-tools/federation@4.2.4-alpha-818c8406fd595e3e7774079d54f09027720344b3
20
20
 
21
21
  ## 1.0.1
22
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/router-runtime",
3
- "version": "1.1.0-alpha-2fdbd878624cd480a0494dac0df63cedf77c7dd2",
3
+ "version": "1.1.0-alpha-818c8406fd595e3e7774079d54f09027720344b3",
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.3",
47
- "@graphql-mesh/fusion-runtime": "1.6.0-alpha-2fdbd878624cd480a0494dac0df63cedf77c7dd2",
47
+ "@graphql-mesh/fusion-runtime": "1.6.0-alpha-818c8406fd595e3e7774079d54f09027720344b3",
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-alpha-2fdbd878624cd480a0494dac0df63cedf77c7dd2",
51
+ "@graphql-tools/federation": "4.2.4-alpha-818c8406fd595e3e7774079d54f09027720344b3",
52
52
  "@graphql-tools/utils": "^10.10.3",
53
53
  "@whatwg-node/promise-helpers": "^1.3.2"
54
54
  },