@graphql-tools/executor-http 3.0.6 → 3.0.7-alpha-a01099593993e13b79d612a1694119077a30b7ea
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.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
+
## 3.0.7-alpha-a01099593993e13b79d612a1694119077a30b7ea
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
|
|
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:
|
|
9
|
+
|
|
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
|
+
|
|
3
12
|
## 3.0.6
|
|
4
13
|
### Patch Changes
|
|
5
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-http",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7-alpha-a01099593993e13b79d612a1694119077a30b7ea",
|
|
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.10.1",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
47
|
-
"@whatwg-node/fetch": "^0.10.
|
|
47
|
+
"@whatwg-node/fetch": "^0.10.13",
|
|
48
48
|
"@whatwg-node/promise-helpers": "^1.3.2",
|
|
49
49
|
"meros": "^1.3.2",
|
|
50
50
|
"tslib": "^2.8.1"
|