fallow 2.25.1 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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
- 84 built-in plugins covering Next.js, Nuxt, Remix, SvelteKit, Gatsby, Astro, Angular, NestJS, Vite, Webpack, Vitest, Jest, Playwright, Cypress, Storybook, ESLint, TypeScript, Tailwind, Prisma, Drizzle, Turborepo, and many more. Auto-detected from your `package.json`.
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.25.1",
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.25.1",
44
- "@fallow-cli/darwin-x64": "2.25.1",
45
- "@fallow-cli/linux-x64-gnu": "2.25.1",
46
- "@fallow-cli/linux-arm64-gnu": "2.25.1",
47
- "@fallow-cli/linux-x64-musl": "2.25.1",
48
- "@fallow-cli/linux-arm64-musl": "2.25.1",
49
- "@fallow-cli/win32-x64-msvc": "2.25.1"
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
  }