fallow 2.40.3 → 2.41.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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fallow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.41.0",
|
|
4
4
|
"description": "Codebase analyzer for TypeScript/JavaScript — unused code, circular dependencies, code duplication, complexity hotspots, and architecture boundary violations",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
"detect-libc": "2.1.2"
|
|
42
42
|
},
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"@fallow-cli/darwin-arm64": "2.
|
|
45
|
-
"@fallow-cli/darwin-x64": "2.
|
|
46
|
-
"@fallow-cli/linux-x64-gnu": "2.
|
|
47
|
-
"@fallow-cli/linux-arm64-gnu": "2.
|
|
48
|
-
"@fallow-cli/linux-x64-musl": "2.
|
|
49
|
-
"@fallow-cli/linux-arm64-musl": "2.
|
|
50
|
-
"@fallow-cli/win32-x64-msvc": "2.
|
|
44
|
+
"@fallow-cli/darwin-arm64": "2.41.0",
|
|
45
|
+
"@fallow-cli/darwin-x64": "2.41.0",
|
|
46
|
+
"@fallow-cli/linux-x64-gnu": "2.41.0",
|
|
47
|
+
"@fallow-cli/linux-arm64-gnu": "2.41.0",
|
|
48
|
+
"@fallow-cli/linux-x64-musl": "2.41.0",
|
|
49
|
+
"@fallow-cli/linux-arm64-musl": "2.41.0",
|
|
50
|
+
"@fallow-cli/win32-x64-msvc": "2.41.0"
|
|
51
51
|
}
|
|
52
52
|
}
|