@graphql-tools/executor-http 3.0.6-rc-7ce96dc00efbde75b5341daa4e0c1e3d41f1327b → 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.
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.6-rc-7ce96dc00efbde75b5341daa4e0c1e3d41f1327b
3
+ ## 3.0.6-rc-a421cebf58f18ab6eb7da99d95e477437ee48a01
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -23,7 +23,7 @@
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
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-7ce96dc00efbde75b5341daa4e0c1e3d41f1327b
26
+ - @graphql-tools/executor-common@1.0.4-rc-a421cebf58f18ab6eb7da99d95e477437ee48a01
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-7ce96dc00efbde75b5341daa4e0c1e3d41f1327b",
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-7ce96dc00efbde75b5341daa4e0c1e3d41f1327b",
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",