@graphql-tools/executor-http 3.0.7-alpha-a01099593993e13b79d612a1694119077a30b7ea → 3.0.7-alpha-591bff9c34554b8d2611cc9e4b2457b930377230

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 +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @graphql-tools/executor-http
2
2
 
3
- ## 3.0.7-alpha-a01099593993e13b79d612a1694119077a30b7ea
3
+ ## 3.0.7-alpha-591bff9c34554b8d2611cc9e4b2457b930377230
4
4
  ### Patch Changes
5
5
 
6
6
 
7
7
 
8
- - [#1684](https://github.com/graphql-hive/gateway/pull/1684) [`7692cdc`](https://github.com/graphql-hive/gateway/commit/7692cdcdd5c2a8e7f983cafaaf242f45988d1802) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
8
+ - [#1684](https://github.com/graphql-hive/gateway/pull/1684) [`591bff9`](https://github.com/graphql-hive/gateway/commit/591bff9c34554b8d2611cc9e4b2457b930377230) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
9
 
10
10
  - Updated dependency [`@whatwg-node/fetch@^0.10.13` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.13) (from `^0.10.12`, in `dependencies`)
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-http",
3
- "version": "3.0.7-alpha-a01099593993e13b79d612a1694119077a30b7ea",
3
+ "version": "3.0.7-alpha-591bff9c34554b8d2611cc9e4b2457b930377230",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {