@graphql-tools/executor-http 3.0.6-hive-router-query-planner-c7e73b58cf26744f120bb6328d295626e41a6ab8 → 3.0.6-hive-router-query-planner-6149f66b3f080b2aeba261ff96c7c19f0cc79fd2

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-hive-router-query-planner-c7e73b58cf26744f120bb6328d295626e41a6ab8
3
+ ## 3.0.6-hive-router-query-planner-6149f66b3f080b2aeba261ff96c7c19f0cc79fd2
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), [`41bf64f`](https://github.com/graphql-hive/gateway/commit/41bf64f6fd538372ce28d021d874670301f10761), [`27789de`](https://github.com/graphql-hive/gateway/commit/27789de7967cb5299d471c00434591f309b978ff)]:
26
- - @graphql-tools/executor-common@1.0.4-hive-router-query-planner-c7e73b58cf26744f120bb6328d295626e41a6ab8
26
+ - @graphql-tools/executor-common@1.0.4-hive-router-query-planner-6149f66b3f080b2aeba261ff96c7c19f0cc79fd2
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-hive-router-query-planner-c7e73b58cf26744f120bb6328d295626e41a6ab8",
3
+ "version": "3.0.6-hive-router-query-planner-6149f66b3f080b2aeba261ff96c7c19f0cc79fd2",
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-hive-router-query-planner-c7e73b58cf26744f120bb6328d295626e41a6ab8",
43
+ "@graphql-tools/executor-common": "1.0.4-hive-router-query-planner-6149f66b3f080b2aeba261ff96c7c19f0cc79fd2",
44
44
  "@graphql-tools/utils": "^10.10.1",
45
45
  "@repeaterjs/repeater": "^3.0.4",
46
46
  "@whatwg-node/disposablestack": "^0.0.6",