@graphql-tools/executor-http 3.0.7-alpha-4001fadcc8a79e174692283458433584ba987a09 → 3.0.7-alpha-a2c07cf43fb827accbcb083eeab9a49036458404

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-tools/executor-http
2
2
 
3
- ## 3.0.7-alpha-4001fadcc8a79e174692283458433584ba987a09
3
+ ## 3.0.7-alpha-a2c07cf43fb827accbcb083eeab9a49036458404
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -18,7 +18,7 @@
18
18
  - [#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
19
  This change ensures that the AbortController is only created when not running in a Cloudflare Workers environment.
20
20
  - Updated dependencies [[`7ecaf7e`](https://github.com/graphql-hive/gateway/commit/7ecaf7e8f658c4e4c1a91d1e8db3c1a8ceca51cb)]:
21
- - @graphql-tools/executor-common@1.0.5-alpha-4001fadcc8a79e174692283458433584ba987a09
21
+ - @graphql-tools/executor-common@1.0.5-alpha-a2c07cf43fb827accbcb083eeab9a49036458404
22
22
 
23
23
  ## 3.0.6
24
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-http",
3
- "version": "3.0.7-alpha-4001fadcc8a79e174692283458433584ba987a09",
3
+ "version": "3.0.7-alpha-a2c07cf43fb827accbcb083eeab9a49036458404",
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.5-alpha-4001fadcc8a79e174692283458433584ba987a09",
43
+ "@graphql-tools/executor-common": "1.0.5-alpha-a2c07cf43fb827accbcb083eeab9a49036458404",
44
44
  "@graphql-tools/utils": "^10.10.3",
45
45
  "@repeaterjs/repeater": "^3.0.4",
46
46
  "@whatwg-node/disposablestack": "^0.0.6",