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