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

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-591bff9c34554b8d2611cc9e4b2457b930377230
3
+ ## 3.0.7-alpha-bce2a850d06ae678548dd23c1ad27bbd012cf14d
4
4
  ### Patch Changes
5
5
 
6
6
 
7
7
 
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:
8
+ - [#1684](https://github.com/graphql-hive/gateway/pull/1684) [`6066dda`](https://github.com/graphql-hive/gateway/commit/6066dda4bb860694a813f48620443fb5bb956f65) 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-591bff9c34554b8d2611cc9e4b2457b930377230",
3
+ "version": "3.0.7-alpha-bce2a850d06ae678548dd23c1ad27bbd012cf14d",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {