@nx-extend/vercel 13.0.1 → 14.0.0
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 +17 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,21 @@
|
|
|
1
1
|
|
|
2
|
+
# [14.0.0](https://github.com/tripss/nx-extend/compare/vercel@13.0.1...vercel@14.0.0) (2025-11-23)
|
|
3
|
+
|
|
4
|
+
### Dependency Updates
|
|
5
|
+
|
|
6
|
+
* `core` updated to version `10.0.0`
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* Upgrade `@nx/*` version 22.0.0 ([edbcb5d](https://github.com/tripss/nx-extend/commit/edbcb5d44267e67bf9942c92f08d75840d337978))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* Updated to Nx v22
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
2
19
|
## [13.0.1](https://github.com/tripss/nx-extend/compare/vercel@13.0.0...vercel@13.0.1) (2025-10-24)
|
|
3
20
|
|
|
4
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx-extend/vercel",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"nx",
|
|
6
6
|
"vercel"
|
|
@@ -16,14 +16,14 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"main": "src/index.js",
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@nx/devkit": "^
|
|
19
|
+
"@nx/devkit": "^22.0.0"
|
|
20
20
|
},
|
|
21
21
|
"builders": "./executors.json",
|
|
22
22
|
"generators": "./generators.json",
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@actions/core": "^1.11.1",
|
|
25
25
|
"shelljs": "^0.10.0",
|
|
26
|
-
"@nx-extend/core": "
|
|
26
|
+
"@nx-extend/core": "10.0.0",
|
|
27
27
|
"tslib": "2.8.1"
|
|
28
28
|
},
|
|
29
29
|
"packageManager": "yarn@4.9.4",
|