@nx-extend/vercel 8.0.0 → 8.0.2
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 +19 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [8.0.2](https://github.com/TriPSs/nx-extend/compare/vercel@8.0.1...vercel@8.0.2) (2024-06-14)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `core` updated to version `7.0.2`
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Re-add dep options that where supposed to be deprecated ([3854a73](https://github.com/TriPSs/nx-extend/commit/3854a73f3ba70453cf1cf7c8c82122eb17364bb8))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [8.0.1](https://github.com/TriPSs/nx-extend/compare/vercel@8.0.0...vercel@8.0.1) (2024-06-14)
|
|
18
|
+
|
|
19
|
+
### Dependency Updates
|
|
20
|
+
|
|
21
|
+
* `core` updated to version `7.0.1`
|
|
22
|
+
|
|
23
|
+
|
|
5
24
|
# [8.0.0](https://github.com/TriPSs/nx-extend/compare/vercel@7.0.0...vercel@8.0.0) (2024-05-15)
|
|
6
25
|
|
|
7
26
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx-extend/vercel",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.2",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"nx",
|
|
6
6
|
"vercel"
|
|
@@ -14,16 +14,16 @@
|
|
|
14
14
|
"url": "git+https://github.com/tripss/nx-extend"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"main": "
|
|
17
|
+
"main": "src/index.js",
|
|
18
18
|
"builders": "./executors.json",
|
|
19
19
|
"generators": "./generators.json",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@actions/core": "^1.10.1",
|
|
22
|
-
"@nx/devkit": "19.0
|
|
23
|
-
"@nx/workspace": "19.0
|
|
22
|
+
"@nx/devkit": "19.3.0",
|
|
23
|
+
"@nx/workspace": "19.3.0",
|
|
24
24
|
"shelljs": "^0.8.5",
|
|
25
|
-
"@nx-extend/core": "7.0.
|
|
25
|
+
"@nx-extend/core": "7.0.2",
|
|
26
26
|
"tslib": "2.6.2"
|
|
27
27
|
},
|
|
28
28
|
"type": "commonjs"
|
|
29
|
-
}
|
|
29
|
+
}
|