@graphql-hive/gateway-testing 7.0.7 → 7.0.8-alpha-cd5366efbc0eeacc6e60e8ac6a5b709ebd9ff39d

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @graphql-hive/gateway-testing
2
2
 
3
+ ## 7.0.8-alpha-cd5366efbc0eeacc6e60e8ac6a5b709ebd9ff39d
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#2249](https://github.com/graphql-hive/gateway/pull/2249) [`cd5366e`](https://github.com/graphql-hive/gateway/commit/cd5366efbc0eeacc6e60e8ac6a5b709ebd9ff39d) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-mesh/fusion-composition@^0.8.45` ↗︎](https://www.npmjs.com/package/@graphql-mesh/fusion-composition/v/0.8.45) (from `^0.8.20`, in `dependencies`)
11
+ - Updated dependencies [[`cd5366e`](https://github.com/graphql-hive/gateway/commit/cd5366efbc0eeacc6e60e8ac6a5b709ebd9ff39d)]:
12
+ - @graphql-hive/gateway-runtime@2.8.8-alpha-cd5366efbc0eeacc6e60e8ac6a5b709ebd9ff39d
13
+
3
14
  ## 7.0.7
4
15
  ### Patch Changes
5
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-testing",
3
- "version": "7.0.7",
3
+ "version": "7.0.8-alpha-cd5366efbc0eeacc6e60e8ac6a5b709ebd9ff39d",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,12 +39,12 @@
39
39
  "prepack": "yarn build"
40
40
  },
41
41
  "peerDependencies": {
42
- "@graphql-hive/gateway-runtime": "^2.8.7",
42
+ "@graphql-hive/gateway-runtime": "2.8.8-alpha-cd5366efbc0eeacc6e60e8ac6a5b709ebd9ff39d",
43
43
  "graphql": "^15.9.0 || ^16.9.0"
44
44
  },
45
45
  "dependencies": {
46
46
  "@apollo/subgraph": "^2.13.3",
47
- "@graphql-mesh/fusion-composition": "^0.8.20",
47
+ "@graphql-mesh/fusion-composition": "^0.8.45",
48
48
  "@graphql-tools/executor-http": "^3.2.1",
49
49
  "@graphql-tools/utils": "^11.0.0",
50
50
  "graphql-yoga": "^5.16.2"