@graphql-tools/executor-http 3.0.0 → 3.0.1-alpha-42f3f85890c08c1b506980cf62ca8fc256fe3a22
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @graphql-tools/executor-http
|
|
2
2
|
|
|
3
|
+
## 3.0.1-alpha-42f3f85890c08c1b506980cf62ca8fc256fe3a22
|
|
4
|
+
### Patch Changes
|
|
5
|
+
|
|
6
|
+
- Updated dependencies [[`42f3f85`](https://github.com/graphql-hive/gateway/commit/42f3f85890c08c1b506980cf62ca8fc256fe3a22)]:
|
|
7
|
+
- @graphql-tools/executor-common@1.0.1-alpha-42f3f85890c08c1b506980cf62ca8fc256fe3a22
|
|
8
|
+
|
|
3
9
|
## 3.0.0
|
|
4
10
|
### Major Changes
|
|
5
11
|
|
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.1-alpha-42f3f85890c08c1b506980cf62ca8fc256fe3a22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@graphql-hive/signal": "^2.0.0",
|
|
43
|
-
"@graphql-tools/executor-common": "
|
|
43
|
+
"@graphql-tools/executor-common": "1.0.1-alpha-42f3f85890c08c1b506980cf62ca8fc256fe3a22",
|
|
44
44
|
"@graphql-tools/utils": "^10.9.1",
|
|
45
45
|
"@repeaterjs/repeater": "^3.0.4",
|
|
46
46
|
"@whatwg-node/disposablestack": "^0.0.6",
|
|
@@ -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.15.
|
|
59
|
+
"pkgroll": "2.15.4"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|