@graphql-tools/executor-http 3.0.6-rc-705060f2181abd187faa0a63f2e8a91caa2ae7ad → 3.0.6-rc-a421cebf58f18ab6eb7da99d95e477437ee48a01
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 +9 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
-
## 3.0.6-rc-
|
|
3
|
+
## 3.0.6-rc-a421cebf58f18ab6eb7da99d95e477437ee48a01
|
|
4
4
|
### Patch Changes
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- [#1608](https://github.com/graphql-hive/gateway/pull/1608) [`9c789fb`](https://github.com/graphql-hive/gateway/commit/9c789fb11f6de80e781ff056cb5b98c548938bea) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-tools/utils@^10.10.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.10.1) (from `^10.9.1`, in `dependencies`)
|
|
11
|
+
- Updated dependency [`@whatwg-node/fetch@^0.10.12` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.12) (from `^0.10.11`, in `dependencies`)
|
|
12
|
+
|
|
13
|
+
|
|
8
14
|
- [#1662](https://github.com/graphql-hive/gateway/pull/1662) [`27789de`](https://github.com/graphql-hive/gateway/commit/27789de7967cb5299d471c00434591f309b978ff) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
|
9
15
|
|
|
10
16
|
- Updated dependency [`@graphql-tools/utils@^10.10.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.10.1) (from `^10.10.0`, in `dependencies`)
|
|
@@ -16,8 +22,8 @@
|
|
|
16
22
|
`GATEWAY_TIMEOUT` -> Server could not get a response from upstream in time
|
|
17
23
|
`SUBREQUEST_HTTP_ERROR` -> An error occurred while making the HTTP request to the upstream
|
|
18
24
|
`RESPONSE_VALIDATION_FAILED` -> The response from upstream did not conform to the expected GraphQL response format
|
|
19
|
-
- Updated dependencies [[`27789de`](https://github.com/graphql-hive/gateway/commit/27789de7967cb5299d471c00434591f309b978ff)]:
|
|
20
|
-
- @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)]:
|
|
26
|
+
- @graphql-tools/executor-common@1.0.4-rc-a421cebf58f18ab6eb7da99d95e477437ee48a01
|
|
21
27
|
|
|
22
28
|
## 3.0.5
|
|
23
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-a421cebf58f18ab6eb7da99d95e477437ee48a01",
|
|
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-a421cebf58f18ab6eb7da99d95e477437ee48a01",
|
|
44
44
|
"@graphql-tools/utils": "^10.10.1",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|