fallow 2.85.0 → 2.86.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fallow",
3
- "version": "2.85.0",
3
+ "version": "2.86.0",
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.85.0",
87
- "@fallow-cli/darwin-x64": "2.85.0",
88
- "@fallow-cli/linux-x64-gnu": "2.85.0",
89
- "@fallow-cli/linux-arm64-gnu": "2.85.0",
90
- "@fallow-cli/linux-x64-musl": "2.85.0",
91
- "@fallow-cli/linux-arm64-musl": "2.85.0",
92
- "@fallow-cli/win32-arm64-msvc": "2.85.0",
93
- "@fallow-cli/win32-x64-msvc": "2.85.0"
86
+ "@fallow-cli/darwin-arm64": "2.86.0",
87
+ "@fallow-cli/darwin-x64": "2.86.0",
88
+ "@fallow-cli/linux-x64-gnu": "2.86.0",
89
+ "@fallow-cli/linux-arm64-gnu": "2.86.0",
90
+ "@fallow-cli/linux-x64-musl": "2.86.0",
91
+ "@fallow-cli/linux-arm64-musl": "2.86.0",
92
+ "@fallow-cli/win32-arm64-msvc": "2.86.0",
93
+ "@fallow-cli/win32-x64-msvc": "2.86.0"
94
94
  }
95
95
  }