@graphql-tools/executor-http 3.0.6-rc-7ce96dc00efbde75b5341daa4e0c1e3d41f1327b → 3.0.6-rc-63fdd5fcb9ce5bfb7db7cc73e315439fb0fc327c
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 +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
-
## 3.0.6-rc-
|
|
3
|
+
## 3.0.6-rc-63fdd5fcb9ce5bfb7db7cc73e315439fb0fc327c
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
6
|
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
`GATEWAY_TIMEOUT` -> Server could not get a response from upstream in time
|
|
23
23
|
`SUBREQUEST_HTTP_ERROR` -> An error occurred while making the HTTP request to the upstream
|
|
24
24
|
`RESPONSE_VALIDATION_FAILED` -> The response from upstream did not conform to the expected GraphQL response format
|
|
25
|
-
- Updated dependencies [[`9c789fb`](https://github.com/graphql-hive/gateway/commit/9c789fb11f6de80e781ff056cb5b98c548938bea), [`27789de`](https://github.com/graphql-hive/gateway/commit/27789de7967cb5299d471c00434591f309b978ff)]:
|
|
26
|
-
- @graphql-tools/executor-common@1.0.4-rc-
|
|
25
|
+
- Updated dependencies [[`9c789fb`](https://github.com/graphql-hive/gateway/commit/9c789fb11f6de80e781ff056cb5b98c548938bea), [`27789de`](https://github.com/graphql-hive/gateway/commit/27789de7967cb5299d471c00434591f309b978ff), [`3f6b99d`](https://github.com/graphql-hive/gateway/commit/3f6b99d152cbcc17d4ec3c97bc48dae452982151)]:
|
|
26
|
+
- @graphql-tools/executor-common@1.0.4-rc-63fdd5fcb9ce5bfb7db7cc73e315439fb0fc327c
|
|
27
27
|
|
|
28
28
|
## 3.0.5
|
|
29
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-http",
|
|
3
|
-
"version": "3.0.6-rc-
|
|
3
|
+
"version": "3.0.6-rc-63fdd5fcb9ce5bfb7db7cc73e315439fb0fc327c",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@graphql-hive/signal": "^2.0.0",
|
|
43
|
-
"@graphql-tools/executor-common": "1.0.4-rc-
|
|
43
|
+
"@graphql-tools/executor-common": "1.0.4-rc-63fdd5fcb9ce5bfb7db7cc73e315439fb0fc327c",
|
|
44
44
|
"@graphql-tools/utils": "^10.10.1",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
56
56
|
"extract-files": "13.0.0",
|
|
57
57
|
"graphql": "^16.12.0",
|
|
58
|
-
"graphql-yoga": "^5.16.
|
|
58
|
+
"graphql-yoga": "^5.16.2",
|
|
59
59
|
"pkgroll": "2.20.1"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false
|