@graphql-tools/batch-delegate 9.0.41-rc-71ac88a356ed5c90c1778025a9eaa7fd14de9bd0 → 9.0.41

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 +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-tools/batch-delegate
2
2
 
3
- ## 9.0.41-rc-71ac88a356ed5c90c1778025a9eaa7fd14de9bd0
3
+ ## 9.0.41
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,7 +8,7 @@
8
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
9
 
10
10
  - Updated dependencies [[`8e37851`](https://github.com/graphql-hive/gateway/commit/8e3785194d97edbe82c7fce316104b81bb0362f1)]:
11
- - @graphql-tools/delegate@10.2.23-rc-71ac88a356ed5c90c1778025a9eaa7fd14de9bd0
11
+ - @graphql-tools/delegate@10.2.23
12
12
 
13
13
  ## 9.0.40
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/batch-delegate",
3
- "version": "9.0.41-rc-71ac88a356ed5c90c1778025a9eaa7fd14de9bd0",
3
+ "version": "9.0.41",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -38,7 +38,7 @@
38
38
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@graphql-tools/delegate": "10.2.23-rc-71ac88a356ed5c90c1778025a9eaa7fd14de9bd0",
41
+ "@graphql-tools/delegate": "^10.2.23",
42
42
  "@graphql-tools/utils": "^10.9.1",
43
43
  "@whatwg-node/promise-helpers": "^1.3.0",
44
44
  "dataloader": "^2.2.3",
@@ -47,7 +47,7 @@
47
47
  "devDependencies": {
48
48
  "@graphql-tools/schema": "^10.0.25",
49
49
  "graphql": "^16.9.0",
50
- "pkgroll": "2.14.5"
50
+ "pkgroll": "2.15.0"
51
51
  },
52
52
  "sideEffects": false
53
53
  }