@graphql-hive/gateway-testing 7.0.2 → 7.0.3-alpha-cbec8f1108fe6a7a06eaebd7200c5fb91f50db05
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.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @graphql-hive/gateway-testing
|
|
2
2
|
|
|
3
|
+
## 7.0.3-alpha-cbec8f1108fe6a7a06eaebd7200c5fb91f50db05
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`3e4187b`](https://github.com/graphql-hive/gateway/commit/3e4187b340801fee45df8df891617afcfc8b4b30)]:
|
|
7
|
+
- @graphql-tools/executor-http@3.2.0-alpha-cbec8f1108fe6a7a06eaebd7200c5fb91f50db05
|
|
8
|
+
- @graphql-hive/gateway-runtime@2.8.3-alpha-cbec8f1108fe6a7a06eaebd7200c5fb91f50db05
|
|
9
|
+
|
|
3
10
|
## 7.0.2
|
|
4
11
|
### Patch Changes
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-hive/gateway-testing",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3-alpha-cbec8f1108fe6a7a06eaebd7200c5fb91f50db05",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"prepack": "yarn build"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@graphql-hive/gateway-runtime": "
|
|
42
|
+
"@graphql-hive/gateway-runtime": "2.8.3-alpha-cbec8f1108fe6a7a06eaebd7200c5fb91f50db05",
|
|
43
43
|
"graphql": "^15.9.0 || ^16.9.0"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@apollo/subgraph": "^2.13.3",
|
|
47
47
|
"@graphql-mesh/fusion-composition": "^0.8.20",
|
|
48
|
-
"@graphql-tools/executor-http": "
|
|
48
|
+
"@graphql-tools/executor-http": "3.2.0-alpha-cbec8f1108fe6a7a06eaebd7200c5fb91f50db05",
|
|
49
49
|
"@graphql-tools/utils": "^11.0.0",
|
|
50
50
|
"graphql-yoga": "^5.16.2"
|
|
51
51
|
},
|