@graphql-tools/executor-http 3.0.6-rc-c8b22d9f43910cc7c9f87efb54b4ae5ec65d2292 → 3.0.7-alpha-7692cdcdd5c2a8e7f983cafaaf242f45988d1802

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 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @graphql-tools/executor-http
2
2
 
3
- ## 3.0.6-rc-c8b22d9f43910cc7c9f87efb54b4ae5ec65d2292
3
+ ## 3.0.7-alpha-7692cdcdd5c2a8e7f983cafaaf242f45988d1802
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1684](https://github.com/graphql-hive/gateway/pull/1684) [`7692cdc`](https://github.com/graphql-hive/gateway/commit/7692cdcdd5c2a8e7f983cafaaf242f45988d1802) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@whatwg-node/fetch@^0.10.13` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.13) (from `^0.10.12`, in `dependencies`)
11
+
12
+ ## 3.0.6
4
13
  ### Patch Changes
5
14
 
6
15
 
@@ -23,7 +32,7 @@
23
32
  `SUBREQUEST_HTTP_ERROR` -> An error occurred while making the HTTP request to the upstream
24
33
  `RESPONSE_VALIDATION_FAILED` -> The response from upstream did not conform to the expected GraphQL response format
25
34
  - 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-c8b22d9f43910cc7c9f87efb54b4ae5ec65d2292
35
+ - @graphql-tools/executor-common@1.0.4
27
36
 
28
37
  ## 3.0.5
29
38
  ### 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-c8b22d9f43910cc7c9f87efb54b4ae5ec65d2292",
3
+ "version": "3.0.7-alpha-7692cdcdd5c2a8e7f983cafaaf242f45988d1802",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -40,11 +40,11 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@graphql-hive/signal": "^2.0.0",
43
- "@graphql-tools/executor-common": "1.0.4-rc-c8b22d9f43910cc7c9f87efb54b4ae5ec65d2292",
43
+ "@graphql-tools/executor-common": "^1.0.4",
44
44
  "@graphql-tools/utils": "^10.10.1",
45
45
  "@repeaterjs/repeater": "^3.0.4",
46
46
  "@whatwg-node/disposablestack": "^0.0.6",
47
- "@whatwg-node/fetch": "^0.10.12",
47
+ "@whatwg-node/fetch": "^0.10.13",
48
48
  "@whatwg-node/promise-helpers": "^1.3.2",
49
49
  "meros": "^1.3.2",
50
50
  "tslib": "^2.8.1"