@graphql-tools/batch-execute 10.0.4 → 10.0.5-rc-59ff08aafeffe7daa6876edb13fe6c2dd9701456

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @graphql-tools/batch-execute
2
2
 
3
+ ## 10.0.5-rc-59ff08aafeffe7daa6876edb13fe6c2dd9701456
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1842](https://github.com/graphql-hive/gateway/pull/1842) [`93aa767`](https://github.com/graphql-hive/gateway/commit/93aa76755afc93085280646fb7cb14e6d02b4a7f) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
9
+
10
+ - Updated dependency [`@graphql-tools/utils@^11.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/11.0.0) (from `^10.10.3`, in `dependencies`)
11
+
3
12
  ## 10.0.4
4
13
  ### Patch Changes
5
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/batch-execute",
3
- "version": "10.0.4",
3
+ "version": "10.0.5-rc-59ff08aafeffe7daa6876edb13fe6c2dd9701456",
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.10.3",
41
+ "@graphql-tools/utils": "^11.0.0",
42
42
  "@whatwg-node/promise-helpers": "^1.3.2",
43
43
  "dataloader": "^2.2.3",
44
44
  "tslib": "^2.8.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "graphql": "^16.12.0",
48
- "pkgroll": "2.20.1"
48
+ "pkgroll": "2.21.5"
49
49
  },
50
50
  "sideEffects": false
51
51
  }