@graphql-tools/executor-http 2.0.1 → 2.0.2-alpha-614228344476621858e6684680442bb1c0da037e

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 +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphql-tools/executor-http
2
2
 
3
+ ## 2.0.2-alpha-614228344476621858e6684680442bb1c0da037e
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1144](https://github.com/graphql-hive/gateway/pull/1144) [`0c325e2`](https://github.com/graphql-hive/gateway/commit/0c325e215272754d96c06983428b01a5e4d1eb35) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8
+
9
+ - Updated dependency [`@whatwg-node/fetch@^0.10.8` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.8) (from `^0.10.6`, in `dependencies`)
10
+
3
11
  ## 2.0.1
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/executor-http",
3
- "version": "2.0.1",
3
+ "version": "2.0.2-alpha-614228344476621858e6684680442bb1c0da037e",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -44,7 +44,7 @@
44
44
  "@graphql-tools/utils": "^10.8.1",
45
45
  "@repeaterjs/repeater": "^3.0.4",
46
46
  "@whatwg-node/disposablestack": "^0.0.6",
47
- "@whatwg-node/fetch": "^0.10.6",
47
+ "@whatwg-node/fetch": "^0.10.8",
48
48
  "@whatwg-node/promise-helpers": "^1.3.0",
49
49
  "meros": "^1.2.1",
50
50
  "tslib": "^2.8.1"