fallow 2.65.0 → 2.66.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/README.md +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ fallow dupes --save-baseline # Save current duplication as baseline
|
|
|
67
67
|
|
|
68
68
|
## Framework support
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
94 built-in plugins covering Next.js, Nuxt, Remix, Qwik, SvelteKit, Gatsby, Astro, Angular, NestJS, Expo Router, Vite, Webpack, Vitest, Jest, Playwright, Cypress, Storybook, ESLint, TypeScript, Tailwind, UnoCSS, Prisma, Drizzle, Convex, Turborepo, Hardhat, and many more. Auto-detected from your `package.json`.
|
|
71
71
|
|
|
72
72
|
## Configuration
|
|
73
73
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fallow",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"description": "Codebase intelligence for TypeScript and JavaScript. Finds unused code, duplication, circular dependencies, complexity hotspots, and architecture drift. Optional runtime intelligence layer (Fallow Runtime) adds production execution evidence. Rust-native, sub-second,
|
|
3
|
+
"version": "2.66.1",
|
|
4
|
+
"description": "Codebase intelligence for TypeScript and JavaScript. Finds unused code, duplication, circular dependencies, complexity hotspots, and architecture drift. Optional runtime intelligence layer (Fallow Runtime) adds production execution evidence. Rust-native, sub-second, 94 framework plugins.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"@tanstack/intent": "0.0.36"
|
|
56
56
|
},
|
|
57
57
|
"optionalDependencies": {
|
|
58
|
-
"@fallow-cli/darwin-arm64": "2.
|
|
59
|
-
"@fallow-cli/darwin-x64": "2.
|
|
60
|
-
"@fallow-cli/linux-x64-gnu": "2.
|
|
61
|
-
"@fallow-cli/linux-arm64-gnu": "2.
|
|
62
|
-
"@fallow-cli/linux-x64-musl": "2.
|
|
63
|
-
"@fallow-cli/linux-arm64-musl": "2.
|
|
64
|
-
"@fallow-cli/win32-arm64-msvc": "2.
|
|
65
|
-
"@fallow-cli/win32-x64-msvc": "2.
|
|
58
|
+
"@fallow-cli/darwin-arm64": "2.66.1",
|
|
59
|
+
"@fallow-cli/darwin-x64": "2.66.1",
|
|
60
|
+
"@fallow-cli/linux-x64-gnu": "2.66.1",
|
|
61
|
+
"@fallow-cli/linux-arm64-gnu": "2.66.1",
|
|
62
|
+
"@fallow-cli/linux-x64-musl": "2.66.1",
|
|
63
|
+
"@fallow-cli/linux-arm64-musl": "2.66.1",
|
|
64
|
+
"@fallow-cli/win32-arm64-msvc": "2.66.1",
|
|
65
|
+
"@fallow-cli/win32-x64-msvc": "2.66.1"
|
|
66
66
|
}
|
|
67
67
|
}
|