@graphql-tools/executor-http 2.1.1 → 2.1.2-alpha-54ae561ea7dbe6955c0f54588717c5797e9cc6bd
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 +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
+
## 2.1.2-alpha-54ae561ea7dbe6955c0f54588717c5797e9cc6bd
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1411](https://github.com/graphql-hive/gateway/pull/1411) [`54ae561`](https://github.com/graphql-hive/gateway/commit/54ae561ea7dbe6955c0f54588717c5797e9cc6bd) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
8
|
+
- Updated dependency [`@whatwg-node/fetch@^0.10.10` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.10) (from `^0.10.9`, in `dependencies`)
|
|
9
|
+
|
|
3
10
|
## 2.1.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/executor-http",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2-alpha-54ae561ea7dbe6955c0f54588717c5797e9cc6bd",
|
|
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.9.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.10",
|
|
48
48
|
"@whatwg-node/promise-helpers": "^1.3.0",
|
|
49
49
|
"meros": "^1.3.1",
|
|
50
50
|
"tslib": "^2.8.1"
|