@graphql-tools/stitching-directives 3.1.35-rc-1ebbe3c97574bc92e438eb485de4519cc339dd9b → 4.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d

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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,17 @@
1
1
  # @graphql-tools/stitching-directives
2
2
 
3
- ## 3.1.35-rc-1ebbe3c97574bc92e438eb485de4519cc339dd9b
3
+ ## 4.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
4
+
5
+ ### Major Changes
6
+
7
+ - [#1287](https://github.com/graphql-hive/gateway/pull/1287) [`50ad81c`](https://github.com/graphql-hive/gateway/commit/50ad81c6b27e9f7841759a70133cd6fa1d13372d) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Drop Node 18 support
8
+
9
+ Least supported Node version is now v20.
4
10
 
5
11
  ### Patch Changes
6
12
 
7
- - Updated dependencies [[`0655d1f`](https://github.com/graphql-hive/gateway/commit/0655d1fc604179b6cc0c148d73e38d6e8d839c56), [`0655d1f`](https://github.com/graphql-hive/gateway/commit/0655d1fc604179b6cc0c148d73e38d6e8d839c56), [`0655d1f`](https://github.com/graphql-hive/gateway/commit/0655d1fc604179b6cc0c148d73e38d6e8d839c56)]:
8
- - @graphql-tools/delegate@10.2.20-rc-1ebbe3c97574bc92e438eb485de4519cc339dd9b
13
+ - Updated dependencies [[`50ad81c`](https://github.com/graphql-hive/gateway/commit/50ad81c6b27e9f7841759a70133cd6fa1d13372d)]:
14
+ - @graphql-tools/delegate@11.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d
9
15
 
10
16
  ## 3.1.34
11
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-tools/stitching-directives",
3
- "version": "3.1.35-rc-1ebbe3c97574bc92e438eb485de4519cc339dd9b",
3
+ "version": "4.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
4
4
  "type": "module",
5
5
  "description": "A set of utils for faster development of GraphQL tools",
6
6
  "repository": {
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "license": "MIT",
12
12
  "engines": {
13
- "node": ">=18.0.0"
13
+ "node": ">=20.0.0"
14
14
  },
15
15
  "main": "./dist/index.js",
16
16
  "types": "./dist/index.d.ts",
@@ -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.20-rc-1ebbe3c97574bc92e438eb485de4519cc339dd9b",
41
+ "@graphql-tools/delegate": "11.0.0-alpha-50ad81c6b27e9f7841759a70133cd6fa1d13372d",
42
42
  "@graphql-tools/utils": "^10.8.1",
43
43
  "tslib": "^2.8.1"
44
44
  },