@graphql-mesh/fusion-runtime 1.6.3-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f → 1.6.3-alpha-59307ccb5034b0b2116c4faa27174921b267c388

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @graphql-mesh/fusion-runtime
2
2
 
3
- ## 1.6.3-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f
3
+ ## 1.6.3-alpha-59307ccb5034b0b2116c4faa27174921b267c388
4
4
  ### Patch Changes
5
5
 
6
6
 
7
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:
8
+ - [#1636](https://github.com/graphql-hive/gateway/pull/1636) [`4602329`](https://github.com/graphql-hive/gateway/commit/4602329266206712c332a73faac50404df1edbdd) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
9
9
 
10
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
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/fusion-runtime",
3
- "version": "1.6.3-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f",
3
+ "version": "1.6.3-alpha-59307ccb5034b0b2116c4faa27174921b267c388",
4
4
  "type": "module",
5
5
  "description": "Runtime for GraphQL Mesh Fusion Supergraph",
6
6
  "repository": {
@@ -65,7 +65,7 @@
65
65
  "tslib": "^2.8.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@graphql-hive/router-runtime": "1.1.3-alpha-30e72efa0fac834ed31e0c573dbe579a90c6fa2f",
68
+ "@graphql-hive/router-runtime": "1.1.3-alpha-59307ccb5034b0b2116c4faa27174921b267c388",
69
69
  "change-case": "^5.4.4",
70
70
  "graphql": "^16.12.0",
71
71
  "pkgroll": "2.21.4"