fallow 2.63.0 → 2.65.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 CHANGED
@@ -67,7 +67,7 @@ fallow dupes --save-baseline # Save current duplication as baseline
67
67
 
68
68
  ## Framework support
69
69
 
70
- 90 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`.
70
+ 93 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.63.0",
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, 90 framework plugins.",
3
+ "version": "2.65.0",
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, 93 framework plugins.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -41,7 +41,8 @@
41
41
  "scripts",
42
42
  "skills",
43
43
  "!skills/_artifacts",
44
- "README.md"
44
+ "README.md",
45
+ "schema.json"
45
46
  ],
46
47
  "scripts": {
47
48
  "postinstall": "node scripts/postinstall.js",
@@ -51,16 +52,16 @@
51
52
  "detect-libc": "2.1.2"
52
53
  },
53
54
  "devDependencies": {
54
- "@tanstack/intent": "0.0.32"
55
+ "@tanstack/intent": "0.0.36"
55
56
  },
56
57
  "optionalDependencies": {
57
- "@fallow-cli/darwin-arm64": "2.63.0",
58
- "@fallow-cli/darwin-x64": "2.63.0",
59
- "@fallow-cli/linux-x64-gnu": "2.63.0",
60
- "@fallow-cli/linux-arm64-gnu": "2.63.0",
61
- "@fallow-cli/linux-x64-musl": "2.63.0",
62
- "@fallow-cli/linux-arm64-musl": "2.63.0",
63
- "@fallow-cli/win32-arm64-msvc": "2.63.0",
64
- "@fallow-cli/win32-x64-msvc": "2.63.0"
58
+ "@fallow-cli/darwin-arm64": "2.65.0",
59
+ "@fallow-cli/darwin-x64": "2.65.0",
60
+ "@fallow-cli/linux-x64-gnu": "2.65.0",
61
+ "@fallow-cli/linux-arm64-gnu": "2.65.0",
62
+ "@fallow-cli/linux-x64-musl": "2.65.0",
63
+ "@fallow-cli/linux-arm64-musl": "2.65.0",
64
+ "@fallow-cli/win32-arm64-msvc": "2.65.0",
65
+ "@fallow-cli/win32-x64-msvc": "2.65.0"
65
66
  }
66
67
  }