@graphql-tools/batch-execute 9.0.18 → 9.0.19-alpha-3a28d572762152da2f1728e6e6ace2f4026126ff
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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @graphql-tools/batch-execute
|
|
2
2
|
|
|
3
|
+
## 9.0.19-alpha-3a28d572762152da2f1728e6e6ace2f4026126ff
|
|
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
|
+
|
|
3
10
|
## 9.0.18
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-tools/batch-execute",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.19-alpha-3a28d572762152da2f1728e6e6ace2f4026126ff",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A set of utils for faster development of GraphQL tools",
|
|
6
6
|
"repository": {
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@graphql-tools/utils": "^10.9.
|
|
41
|
+
"@graphql-tools/utils": "^10.9.1",
|
|
42
42
|
"@whatwg-node/promise-helpers": "^1.3.0",
|
|
43
43
|
"dataloader": "^2.2.3",
|
|
44
44
|
"tslib": "^2.8.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"graphql": "^16.9.0",
|
|
48
|
-
"pkgroll": "2.14.
|
|
48
|
+
"pkgroll": "2.14.5"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false
|
|
51
51
|
}
|