fallow 2.25.0 → 2.26.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 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ fallow dupes --save-baseline # Save current duplication as baseline
|
|
|
53
53
|
|
|
54
54
|
## Framework support
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
85 built-in plugins covering Next.js, Nuxt, Remix, SvelteKit, Gatsby, Astro, Angular, NestJS, Expo Router, Vite, Webpack, Vitest, Jest, Playwright, Cypress, Storybook, ESLint, TypeScript, Tailwind, Prisma, Drizzle, Turborepo, and many more. Auto-detected from your `package.json`.
|
|
57
57
|
|
|
58
58
|
## Configuration
|
|
59
59
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fallow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.26.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": {
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"detect-libc": "2.1.2"
|
|
41
41
|
},
|
|
42
42
|
"optionalDependencies": {
|
|
43
|
-
"@fallow-cli/darwin-arm64": "2.
|
|
44
|
-
"@fallow-cli/darwin-x64": "2.
|
|
45
|
-
"@fallow-cli/linux-x64-gnu": "2.
|
|
46
|
-
"@fallow-cli/linux-arm64-gnu": "2.
|
|
47
|
-
"@fallow-cli/linux-x64-musl": "2.
|
|
48
|
-
"@fallow-cli/linux-arm64-musl": "2.
|
|
49
|
-
"@fallow-cli/win32-x64-msvc": "2.
|
|
43
|
+
"@fallow-cli/darwin-arm64": "2.26.0",
|
|
44
|
+
"@fallow-cli/darwin-x64": "2.26.0",
|
|
45
|
+
"@fallow-cli/linux-x64-gnu": "2.26.0",
|
|
46
|
+
"@fallow-cli/linux-arm64-gnu": "2.26.0",
|
|
47
|
+
"@fallow-cli/linux-x64-musl": "2.26.0",
|
|
48
|
+
"@fallow-cli/linux-arm64-musl": "2.26.0",
|
|
49
|
+
"@fallow-cli/win32-x64-msvc": "2.26.0"
|
|
50
50
|
}
|
|
51
51
|
}
|