@graphql-mesh/fusion-runtime 1.6.1 → 1.6.2-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3

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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @graphql-mesh/fusion-runtime
2
2
 
3
+ ## 1.6.2-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`7321d7b`](https://github.com/graphql-hive/gateway/commit/7321d7b00b3bfa59ab263346018e630819cc2c3a) 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
+
3
12
  ## 1.6.1
4
13
  ### Patch Changes
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/fusion-runtime",
3
- "version": "1.6.1",
3
+ "version": "1.6.2-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3",
4
4
  "type": "module",
5
5
  "description": "Runtime for GraphQL Mesh Fusion Supergraph",
6
6
  "repository": {
@@ -61,11 +61,11 @@
61
61
  "@graphql-tools/wrap": "^11.1.1",
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.1",
68
+ "@graphql-hive/router-runtime": "1.1.2-alpha-1406d40eb5971e95fb5af02b2be933001b5483d3",
69
69
  "change-case": "^5.4.4",
70
70
  "graphql": "^16.12.0",
71
71
  "pkgroll": "2.21.4"