pruny 1.9.0 → 1.9.1

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 +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9205,6 +9205,7 @@ async function scanUnusedFiles(config) {
9205
9205
  "**/error.{ts,tsx,js,jsx}",
9206
9206
  "**/not-found.{ts,tsx,js,jsx}",
9207
9207
  "**/middleware.{ts,js}",
9208
+ "**/proxy.{ts,js}",
9208
9209
  "**/instrumentation.{ts,js}",
9209
9210
  "next.config.{js,mjs,ts}",
9210
9211
  "tailwind.config.{js,ts}",
@@ -9731,8 +9732,8 @@ var DEFAULT_CONFIG = {
9731
9732
  "public/opengraph-image.*",
9732
9733
  "public/apple-icon.*",
9733
9734
  "public/icon.*",
9734
- "proxy.*",
9735
- "middleware.*"
9735
+ "**/proxy.*",
9736
+ "**/middleware.*"
9736
9737
  ]
9737
9738
  },
9738
9739
  extensions: [".ts", ".tsx", ".js", ".jsx"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pruny",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "Find and remove unused Next.js API routes & Nest.js Controllers",
5
5
  "type": "module",
6
6
  "files": [