@graphql-tools/stitching-directives 3.1.21 → 3.1.22-alpha-cba364e7ac5ee9e0958f8b3fe4d55b5b348eb340

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 +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @graphql-tools/stitching-directives
2
2
 
3
+ ## 3.1.22-alpha-cba364e7ac5ee9e0958f8b3fe4d55b5b348eb340
4
+
5
+ ### Patch Changes
6
+
7
+ - [#291](https://github.com/graphql-hive/gateway/pull/291) [`c50b761`](https://github.com/graphql-hive/gateway/commit/c50b7610f4aacf1bc8c05ee171bb1de995619d26) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
8
+
9
+ - Updated dependency [`tslib@^2.8.1` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.1) (from `^2.4.0`, in `dependencies`)
10
+
11
+ - Updated dependencies [[`c50b761`](https://github.com/graphql-hive/gateway/commit/c50b7610f4aacf1bc8c05ee171bb1de995619d26)]:
12
+ - @graphql-tools/delegate@10.2.7-alpha-cba364e7ac5ee9e0958f8b3fe4d55b5b348eb340
13
+
3
14
  ## 3.1.21
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/stitching-directives",
3
- "version": "3.1.21",
3
+ "version": "3.1.22-alpha-cba364e7ac5ee9e0958f8b3fe4d55b5b348eb340",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -38,9 +38,9 @@
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.6",
41
+ "@graphql-tools/delegate": "10.2.7-alpha-cba364e7ac5ee9e0958f8b3fe4d55b5b348eb340",
42
42
  "@graphql-tools/utils": "^10.6.2",
43
- "tslib": "^2.4.0"
43
+ "tslib": "^2.8.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@graphql-tools/schema": "^10.0.11",