pruny 1.2.7 → 1.2.8

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 +1 -1
package/dist/index.js CHANGED
@@ -9761,7 +9761,7 @@ Config:`));
9761
9761
  Unused: result.unusedFiles.unused
9762
9762
  });
9763
9763
  }
9764
- if (result.unusedExports && result.unusedExports.exports.length > 0) {
9764
+ if (result.unusedExports) {
9765
9765
  summary.push({
9766
9766
  Category: "Exported Items",
9767
9767
  Total: result.unusedExports.total,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pruny",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Find and remove unused Next.js API routes",
5
5
  "type": "module",
6
6
  "files": [