rev-dep 2.11.0 → 2.12.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/Readme.md +1 -0
- package/package.json +4 -4
package/Readme.md
CHANGED
|
@@ -774,6 +774,7 @@ rev-dep config run [flags]
|
|
|
774
774
|
-c, --cwd string Working directory (default "$PWD")
|
|
775
775
|
--fix Automatically fix fixable issues
|
|
776
776
|
--follow-monorepo-packages strings Enable resolution of imports from monorepo workspace packages. Pass without value to follow all, or pass package names
|
|
777
|
+
--format string Output format (json, issues-list)
|
|
777
778
|
-h, --help help for run
|
|
778
779
|
--list-all-issues List all issues instead of limiting output
|
|
779
780
|
--package-json string Path to package.json (default: ./package.json)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rev-dep",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.12.0",
|
|
4
4
|
"description": "Trace imports, detect unused code, clean dependencies — all with a super-fast CLI",
|
|
5
5
|
"bin": "bin.js",
|
|
6
6
|
"files": [
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
"node": ">=18"
|
|
18
18
|
},
|
|
19
19
|
"optionalDependencies": {
|
|
20
|
-
"@rev-dep/darwin-arm64": "2.
|
|
21
|
-
"@rev-dep/linux-x64": "2.
|
|
22
|
-
"@rev-dep/win32-x64": "2.
|
|
20
|
+
"@rev-dep/darwin-arm64": "2.12.0",
|
|
21
|
+
"@rev-dep/linux-x64": "2.12.0",
|
|
22
|
+
"@rev-dep/win32-x64": "2.12.0"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
25
25
|
"dependency-analysis",
|