@graphql-tools/executor-http 1.3.2-rc-e7bd25716fa9f9fd3bf5f5ef8c274be2b0a92bab → 1.3.2

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
- ## 1.3.2-rc-e7bd25716fa9f9fd3bf5f5ef8c274be2b0a92bab
3
+ ## 1.3.2
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,7 +15,7 @@
15
15
  - [#929](https://github.com/graphql-hive/gateway/pull/929) [`dbfb0f7`](https://github.com/graphql-hive/gateway/commit/dbfb0f7d6906d99b07b959bb6254d10e2fe2adf0) Thanks [@ardatan](https://github.com/ardatan)! - Throw an understandable error with HTTP details when the response is empty
16
16
 
17
17
  - Updated dependencies [[`c9cd206`](https://github.com/graphql-hive/gateway/commit/c9cd20666a740514a5c17ecd6d0c000ad0dd7106)]:
18
- - @graphql-hive/signal@1.0.0-rc-e7bd25716fa9f9fd3bf5f5ef8c274be2b0a92bab
18
+ - @graphql-hive/signal@1.0.0
19
19
 
20
20
  ## 1.3.1
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-http",
3
- "version": "1.3.2-rc-e7bd25716fa9f9fd3bf5f5ef8c274be2b0a92bab",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
40
40
  },
41
41
  "dependencies": {
42
- "@graphql-hive/signal": "1.0.0-rc-e7bd25716fa9f9fd3bf5f5ef8c274be2b0a92bab",
42
+ "@graphql-hive/signal": "^1.0.0",
43
43
  "@graphql-tools/executor-common": "^0.0.4",
44
44
  "@graphql-tools/utils": "^10.8.1",
45
45
  "@repeaterjs/repeater": "^3.0.4",