@graphql-tools/stitching-directives 3.1.35 → 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.
- package/CHANGELOG.md +9 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,11 +1,17 @@
|
|
1
1
|
# @graphql-tools/stitching-directives
|
2
2
|
|
3
|
-
##
|
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 [[`
|
8
|
-
- @graphql-tools/delegate@
|
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
|
+
"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": ">=
|
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": "
|
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
|
},
|