@graphql-tools/executor-http 3.0.7-rc-3dd168a1d8cbec9c85e82d7afc2f8e563d3a2e5d → 3.0.8-alpha-80a357e7b2a462cafdffbfa9fc9380e6e02bcb14
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 +13 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
-
## 3.0.
|
|
3
|
+
## 3.0.8-alpha-80a357e7b2a462cafdffbfa9fc9380e6e02bcb14
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- [#1842](https://github.com/graphql-hive/gateway/pull/1842) [`c66a1bc`](https://github.com/graphql-hive/gateway/commit/c66a1bc62f18924f45fed16c0eb48a4336026725) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
9
|
+
|
|
10
|
+
- Updated dependency [`@graphql-tools/utils@^11.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.0.0) (from `^10.10.3`, in `dependencies`)
|
|
11
|
+
- Updated dependencies [[`c66a1bc`](https://github.com/graphql-hive/gateway/commit/c66a1bc62f18924f45fed16c0eb48a4336026725)]:
|
|
12
|
+
- @graphql-tools/executor-common@1.0.6-alpha-80a357e7b2a462cafdffbfa9fc9380e6e02bcb14
|
|
13
|
+
|
|
14
|
+
## 3.0.7
|
|
4
15
|
### Patch Changes
|
|
5
16
|
|
|
6
17
|
|
|
@@ -18,7 +29,7 @@
|
|
|
18
29
|
- [#1347](https://github.com/graphql-hive/gateway/pull/1347) [`2993f24`](https://github.com/graphql-hive/gateway/commit/2993f24f8e46853c0d2667c0cd2bf96190f3a2b2) Thanks [@ardatan](https://github.com/ardatan)! - Avoid shared AbortController instance on CloudflareWorkers because it gives `Cannot perform I/O on behalf of a different request.` error.
|
|
19
30
|
This change ensures that the AbortController is only created when not running in a Cloudflare Workers environment.
|
|
20
31
|
- Updated dependencies [[`7ecaf7e`](https://github.com/graphql-hive/gateway/commit/7ecaf7e8f658c4e4c1a91d1e8db3c1a8ceca51cb)]:
|
|
21
|
-
- @graphql-tools/executor-common@1.0.5
|
|
32
|
+
- @graphql-tools/executor-common@1.0.5
|
|
22
33
|
|
|
23
34
|
## 3.0.6
|
|
24
35
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-http",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.8-alpha-80a357e7b2a462cafdffbfa9fc9380e6e02bcb14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@graphql-hive/signal": "^2.0.0",
|
|
43
|
-
"@graphql-tools/executor-common": "1.0.
|
|
44
|
-
"@graphql-tools/utils": "^
|
|
43
|
+
"@graphql-tools/executor-common": "1.0.6-alpha-80a357e7b2a462cafdffbfa9fc9380e6e02bcb14",
|
|
44
|
+
"@graphql-tools/utils": "^11.0.0",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
47
47
|
"@whatwg-node/fetch": "^0.10.13",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"extract-files": "13.0.0",
|
|
57
57
|
"graphql": "^16.12.0",
|
|
58
58
|
"graphql-yoga": "^5.16.2",
|
|
59
|
-
"pkgroll": "2.
|
|
59
|
+
"pkgroll": "2.21.5"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|