@graphql-tools/delegate 10.2.14-rc-c19e0263b6bb26accba8e29d0fe026a3a85f4ffa → 10.2.14

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-tools/delegate
2
2
 
3
- ## 10.2.14-rc-c19e0263b6bb26accba8e29d0fe026a3a85f4ffa
3
+ ## 10.2.14
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,7 +15,7 @@
15
15
  [See the test](https://github.com/graphql-hive/gateway/blob/ff61b87b5928f065edfd3a6e6c0fd13bc2beac45/packages/stitch/tests/stitchSchemasPathBug.test.ts)
16
16
 
17
17
  - Updated dependencies [[`6334b2e`](https://github.com/graphql-hive/gateway/commit/6334b2e5d4942693121ab7d44a96fa80408aace1)]:
18
- - @graphql-tools/batch-execute@9.0.13-rc-c19e0263b6bb26accba8e29d0fe026a3a85f4ffa
18
+ - @graphql-tools/batch-execute@9.0.13
19
19
 
20
20
  ## 10.2.13
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/delegate",
3
- "version": "10.2.14-rc-c19e0263b6bb26accba8e29d0fe026a3a85f4ffa",
3
+ "version": "10.2.14",
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/batch-execute": "9.0.13-rc-c19e0263b6bb26accba8e29d0fe026a3a85f4ffa",
41
+ "@graphql-tools/batch-execute": "^9.0.13",
42
42
  "@graphql-tools/executor": "^1.3.10",
43
43
  "@graphql-tools/schema": "^10.0.11",
44
44
  "@graphql-tools/utils": "^10.8.1",