pruny 1.12.0 → 1.13.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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9230,7 +9230,8 @@ async function scanUnusedFiles(config) {
9230
9230
  "**/*.spec.{ts,tsx,js,jsx}",
9231
9231
  "scripts/**/*.{ts,js}",
9232
9232
  "cypress/**/*.{ts,js,tsx}",
9233
- "public/sw.js"
9233
+ "**/public/sw.js",
9234
+ "**/sw.{js,ts}"
9234
9235
  ];
9235
9236
  for (const file of allFiles) {
9236
9237
  const isEntry = entryPatterns.some((pattern) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pruny",
3
- "version": "1.12.0",
3
+ "version": "1.13.0",
4
4
  "description": "Find and remove unused Next.js API routes & Nest.js Controllers",
5
5
  "type": "module",
6
6
  "files": [