@graphql-tools/stitch 10.1.4-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf → 10.1.4-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7

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 +4 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphql-tools/stitch
2
2
 
3
- ## 10.1.4-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf
3
+ ## 10.1.4-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7
4
4
  ### Patch Changes
5
5
 
6
6
 
@@ -8,9 +8,9 @@
8
8
  - [#1727](https://github.com/graphql-hive/gateway/pull/1727) [`b1295c5`](https://github.com/graphql-hive/gateway/commit/b1295c5d6bdccb8187816c72d40a55a5fca35bdd) Thanks [@ardatan](https://github.com/ardatan)! - Avoid extra `__typename` in the root selection
9
9
 
10
10
  - Updated dependencies [[`b1295c5`](https://github.com/graphql-hive/gateway/commit/b1295c5d6bdccb8187816c72d40a55a5fca35bdd)]:
11
- - @graphql-tools/delegate@11.1.4-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf
12
- - @graphql-tools/batch-delegate@10.0.6-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf
13
- - @graphql-tools/wrap@11.0.6-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf
11
+ - @graphql-tools/delegate@11.1.4-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7
12
+ - @graphql-tools/batch-delegate@10.0.6-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7
13
+ - @graphql-tools/wrap@11.0.6-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7
14
14
 
15
15
  ## 10.1.3
16
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/stitch",
3
- "version": "10.1.4-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf",
3
+ "version": "10.1.4-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -38,13 +38,13 @@
38
38
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@graphql-tools/batch-delegate": "10.0.6-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf",
42
- "@graphql-tools/delegate": "11.1.4-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf",
41
+ "@graphql-tools/batch-delegate": "10.0.6-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7",
42
+ "@graphql-tools/delegate": "11.1.4-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7",
43
43
  "@graphql-tools/executor": "^1.4.13",
44
44
  "@graphql-tools/merge": "^9.1.5",
45
45
  "@graphql-tools/schema": "^10.0.29",
46
46
  "@graphql-tools/utils": "^10.10.3",
47
- "@graphql-tools/wrap": "11.0.6-alpha-6ac197bf92d989542ec403d525b5611cc3291cbf",
47
+ "@graphql-tools/wrap": "11.0.6-alpha-ad320b7517760ed405c9780cb7a5f429fdb491a7",
48
48
  "@whatwg-node/promise-helpers": "^1.3.2",
49
49
  "tslib": "^2.8.1"
50
50
  },