fallow 2.88.0 → 2.88.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fallow",
|
|
3
|
-
"version": "2.88.
|
|
3
|
+
"version": "2.88.1",
|
|
4
4
|
"description": "Deterministic codebase intelligence for TypeScript and JavaScript. Quality, risk, architecture, dependencies, duplication, and safe cleanup evidence for humans, CI, and agents. Optional runtime intelligence layer (Fallow Runtime) adds production execution evidence. Rust-native, sub-second, 96 framework plugins.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -83,13 +83,13 @@
|
|
|
83
83
|
"@tanstack/intent": "0.0.41"
|
|
84
84
|
},
|
|
85
85
|
"optionalDependencies": {
|
|
86
|
-
"@fallow-cli/darwin-arm64": "2.88.
|
|
87
|
-
"@fallow-cli/darwin-x64": "2.88.
|
|
88
|
-
"@fallow-cli/linux-x64-gnu": "2.88.
|
|
89
|
-
"@fallow-cli/linux-arm64-gnu": "2.88.
|
|
90
|
-
"@fallow-cli/linux-x64-musl": "2.88.
|
|
91
|
-
"@fallow-cli/linux-arm64-musl": "2.88.
|
|
92
|
-
"@fallow-cli/win32-arm64-msvc": "2.88.
|
|
93
|
-
"@fallow-cli/win32-x64-msvc": "2.88.
|
|
86
|
+
"@fallow-cli/darwin-arm64": "2.88.1",
|
|
87
|
+
"@fallow-cli/darwin-x64": "2.88.1",
|
|
88
|
+
"@fallow-cli/linux-x64-gnu": "2.88.1",
|
|
89
|
+
"@fallow-cli/linux-arm64-gnu": "2.88.1",
|
|
90
|
+
"@fallow-cli/linux-x64-musl": "2.88.1",
|
|
91
|
+
"@fallow-cli/linux-arm64-musl": "2.88.1",
|
|
92
|
+
"@fallow-cli/win32-arm64-msvc": "2.88.1",
|
|
93
|
+
"@fallow-cli/win32-x64-msvc": "2.88.1"
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -486,7 +486,7 @@ fallow health --format json --quiet --trend
|
|
|
486
486
|
{
|
|
487
487
|
"kind": "health",
|
|
488
488
|
"schema_version": 7,
|
|
489
|
-
"version": "2.88.
|
|
489
|
+
"version": "2.88.1",
|
|
490
490
|
"elapsed_ms": 32,
|
|
491
491
|
"summary": {
|
|
492
492
|
"files_analyzed": 482,
|
|
@@ -876,7 +876,7 @@ fallow audit \
|
|
|
876
876
|
{
|
|
877
877
|
"kind": "audit",
|
|
878
878
|
"schema_version": 7,
|
|
879
|
-
"version": "2.88.
|
|
879
|
+
"version": "2.88.1",
|
|
880
880
|
"command": "audit",
|
|
881
881
|
"verdict": "fail",
|
|
882
882
|
"changed_files_count": 12,
|
|
@@ -949,7 +949,7 @@ fallow flags --format json --quiet --workspace my-package
|
|
|
949
949
|
```json
|
|
950
950
|
{
|
|
951
951
|
"schema_version": 7,
|
|
952
|
-
"version": "2.88.
|
|
952
|
+
"version": "2.88.1",
|
|
953
953
|
"elapsed_ms": 116,
|
|
954
954
|
"feature_flags": [],
|
|
955
955
|
"total_flags": 0
|
|
@@ -1488,7 +1488,7 @@ The HTTP layer mirrors the bash `gh_api_retry` / `curl_retry` helpers: `FALLOW_A
|
|
|
1488
1488
|
{
|
|
1489
1489
|
"kind": "dead-code",
|
|
1490
1490
|
"schema_version": 7,
|
|
1491
|
-
"version": "2.88.
|
|
1491
|
+
"version": "2.88.1",
|
|
1492
1492
|
"elapsed_ms": 45,
|
|
1493
1493
|
"total_issues": 12,
|
|
1494
1494
|
"entry_points": {
|
|
@@ -1648,7 +1648,7 @@ When `--baseline` is used in combined output, the JSON includes a `baseline_delt
|
|
|
1648
1648
|
{
|
|
1649
1649
|
"kind": "dupes",
|
|
1650
1650
|
"schema_version": 7,
|
|
1651
|
-
"version": "2.88.
|
|
1651
|
+
"version": "2.88.1",
|
|
1652
1652
|
"elapsed_ms": 82,
|
|
1653
1653
|
"total_clones": 15,
|
|
1654
1654
|
"total_lines_duplicated": 230,
|
|
@@ -1692,11 +1692,11 @@ When running `fallow` with no subcommand (all analyses), the JSON output combine
|
|
|
1692
1692
|
{
|
|
1693
1693
|
"kind": "combined",
|
|
1694
1694
|
"schema_version": 7,
|
|
1695
|
-
"version": "2.88.
|
|
1695
|
+
"version": "2.88.1",
|
|
1696
1696
|
"elapsed_ms": 159,
|
|
1697
1697
|
"check": {
|
|
1698
1698
|
"schema_version": 7,
|
|
1699
|
-
"version": "2.88.
|
|
1699
|
+
"version": "2.88.1",
|
|
1700
1700
|
"elapsed_ms": 45,
|
|
1701
1701
|
"total_issues": 12,
|
|
1702
1702
|
"unused_files": [],
|