@graphql-tools/executor-http 2.1.0 → 2.1.1-alpha-b0fbe0ecc8b38a4c823588a7ed41603d5e19c0cc
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 +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
+
## 2.1.1-alpha-b0fbe0ecc8b38a4c823588a7ed41603d5e19c0cc
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1358](https://github.com/graphql-hive/gateway/pull/1358) [`b0fbe0e`](https://github.com/graphql-hive/gateway/commit/b0fbe0ecc8b38a4c823588a7ed41603d5e19c0cc) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
|
8
|
+
- Updated dependency [`@graphql-tools/utils@^10.9.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.9.1) (from `^10.9.0`, in `dependencies`)
|
|
9
|
+
|
|
10
|
+
- Updated dependencies [[`b0fbe0e`](https://github.com/graphql-hive/gateway/commit/b0fbe0ecc8b38a4c823588a7ed41603d5e19c0cc)]:
|
|
11
|
+
- @graphql-tools/executor-common@0.0.6-alpha-b0fbe0ecc8b38a4c823588a7ed41603d5e19c0cc
|
|
12
|
+
|
|
3
13
|
## 2.1.0
|
|
4
14
|
|
|
5
15
|
### Minor 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.1-alpha-b0fbe0ecc8b38a4c823588a7ed41603d5e19c0cc",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@graphql-hive/signal": "^1.0.0",
|
|
43
|
-
"@graphql-tools/executor-common": "
|
|
44
|
-
"@graphql-tools/utils": "^10.9.
|
|
43
|
+
"@graphql-tools/executor-common": "0.0.6-alpha-b0fbe0ecc8b38a4c823588a7ed41603d5e19c0cc",
|
|
44
|
+
"@graphql-tools/utils": "^10.9.1",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
47
47
|
"@whatwg-node/fetch": "^0.10.9",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"extract-files": "13.0.0",
|
|
57
57
|
"graphql": "^16.9.0",
|
|
58
58
|
"graphql-yoga": "^5.15.1",
|
|
59
|
-
"pkgroll": "2.14.
|
|
59
|
+
"pkgroll": "2.14.5"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|