pruny 1.34.1 → 1.36.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/dist/index.js +1 -1
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -14082,7 +14082,7 @@ async function scanPublicAssets(config) {
14082
14082
  const assetFiles = await import_fast_glob.default("**/*", {
14083
14083
  cwd: publicDir,
14084
14084
  onlyFiles: true,
14085
- ignore: ["**/*.xml", "robots.txt", "robots.ts", "robots.js", "sw.js", "sw.ts"]
14085
+ ignore: ["**/*.xml", "robots.txt", "robots.ts", "robots.js", "sw.js", "sw.ts", "llms.txt"]
14086
14086
  });
14087
14087
  if (assetFiles.length === 0) {
14088
14088
  return { total: 0, used: 0, unused: 0, assets: [] };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pruny",
3
- "version": "1.34.1",
3
+ "version": "1.36.0",
4
4
  "description": "Find and remove unused Next.js API routes & Nest.js Controllers",
5
5
  "type": "module",
6
6
  "files": [
@@ -19,7 +19,8 @@
19
19
  "audit": "bun run build && node dist/index.js",
20
20
  "prepublishOnly": "bun run build",
21
21
  "prepare": "bun run build",
22
- "validate": "bun run lint && npx tsc --noEmit"
22
+ "test": "bun test",
23
+ "validate": "bun run lint && npx tsc --noEmit && bun test"
23
24
  },
24
25
  "keywords": [
25
26
  "unused",