@graphql-mesh/fusion-runtime 1.6.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b → 1.6.3-alpha-279588de67f3c4a9694189e06bbb3558d0612818

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 +15 -6
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,23 @@
1
1
  # @graphql-mesh/fusion-runtime
2
2
 
3
- ## 1.6.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
3
+ ## 1.6.3-alpha-279588de67f3c4a9694189e06bbb3558d0612818
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`ae8afc5`](https://github.com/graphql-hive/gateway/commit/ae8afc56e410e47dd61809209f6f0a8aa09e7fa6) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
9
+
10
+ - Updated dependency [`graphql-yoga@^5.17.0` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.17.0) (from `^5.16.2`, in `dependencies`)
11
+
12
+ ## 1.6.2
4
13
  ### Patch Changes
5
14
 
6
15
  - Updated dependencies [[`da8b8e3`](https://github.com/graphql-hive/gateway/commit/da8b8e3f3545487249b11c6577e3889f68527249)]:
7
- - @graphql-tools/delegate@12.0.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
8
- - @graphql-tools/federation@4.2.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
9
- - @graphql-tools/stitch@10.1.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
10
- - @graphql-tools/stitching-directives@4.0.8-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
11
- - @graphql-tools/wrap@11.1.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
16
+ - @graphql-tools/delegate@12.0.2
17
+ - @graphql-tools/federation@4.2.6
18
+ - @graphql-tools/stitch@10.1.6
19
+ - @graphql-tools/stitching-directives@4.0.8
20
+ - @graphql-tools/wrap@11.1.2
12
21
 
13
22
  ## 1.6.1
14
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/fusion-runtime",
3
- "version": "1.6.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
3
+ "version": "1.6.3-alpha-279588de67f3c4a9694189e06bbb3558d0612818",
4
4
  "type": "module",
5
5
  "description": "Runtime for GraphQL Mesh Fusion Supergraph",
6
6
  "repository": {
@@ -51,21 +51,21 @@
51
51
  "@graphql-mesh/types": "^0.104.16",
52
52
  "@graphql-mesh/utils": "^0.104.16",
53
53
  "@graphql-tools/batch-execute": "^10.0.4",
54
- "@graphql-tools/delegate": "12.0.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
54
+ "@graphql-tools/delegate": "^12.0.2",
55
55
  "@graphql-tools/executor": "^1.4.13",
56
- "@graphql-tools/federation": "4.2.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
56
+ "@graphql-tools/federation": "^4.2.6",
57
57
  "@graphql-tools/merge": "^9.1.5",
58
- "@graphql-tools/stitch": "10.1.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
59
- "@graphql-tools/stitching-directives": "4.0.8-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
58
+ "@graphql-tools/stitch": "^10.1.6",
59
+ "@graphql-tools/stitching-directives": "^4.0.8",
60
60
  "@graphql-tools/utils": "^10.10.3",
61
- "@graphql-tools/wrap": "11.1.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
61
+ "@graphql-tools/wrap": "^11.1.2",
62
62
  "@whatwg-node/disposablestack": "^0.0.6",
63
63
  "@whatwg-node/promise-helpers": "^1.3.2",
64
- "graphql-yoga": "^5.16.2",
64
+ "graphql-yoga": "^5.17.0",
65
65
  "tslib": "^2.8.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@graphql-hive/router-runtime": "1.1.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
68
+ "@graphql-hive/router-runtime": "1.1.3-alpha-279588de67f3c4a9694189e06bbb3558d0612818",
69
69
  "change-case": "^5.4.4",
70
70
  "graphql": "^16.12.0",
71
71
  "pkgroll": "2.21.4"