@graphql-mesh/fusion-runtime 1.8.7-alpha-9bf63263b320823e022020cb0af56ee2d0fc28ca → 1.8.7

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.8.7-alpha-9bf63263b320823e022020cb0af56ee2d0fc28ca
3
+ ## 1.8.7
4
4
  ### Patch Changes
5
5
 
6
6
 
7
7
 
8
- - [#2225](https://github.com/graphql-hive/gateway/pull/2225) [`9d467a8`](https://github.com/graphql-hive/gateway/commit/9d467a839e9d7dc8a236d8b66c519e19c89bd67f) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Inject the @resolveTo directive definition when not present in the composed supergraph SDL
8
+ - [#2225](https://github.com/graphql-hive/gateway/pull/2225) [`3645fe7`](https://github.com/graphql-hive/gateway/commit/3645fe7930fc026c33aea6d70aaf66cfd0f61d38) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Inject the @resolveTo directive definition when not present in the composed supergraph SDL
9
9
 
10
10
  ## 1.8.6
11
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-mesh/fusion-runtime",
3
- "version": "1.8.7-alpha-9bf63263b320823e022020cb0af56ee2d0fc28ca",
3
+ "version": "1.8.7",
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.3.3-alpha-9bf63263b320823e022020cb0af56ee2d0fc28ca",
68
+ "@graphql-hive/router-runtime": "^1.3.3",
69
69
  "change-case": "^5.4.4",
70
70
  "graphql": "^16.12.0",
71
71
  "pkgroll": "2.27.0"