pruny 1.43.0 → 1.43.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 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16532,7 +16532,9 @@ var DEFAULT_CONFIG = {
16532
16532
  "**/.husky/**",
16533
16533
  "**/.swc/**",
16534
16534
  "**/generated/**",
16535
- "**/storybook-static/**"
16535
+ "**/storybook-static/**",
16536
+ "**/ios/**",
16537
+ "**/android/**"
16536
16538
  ],
16537
16539
  files: [],
16538
16540
  links: []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pruny",
3
- "version": "1.43.0",
3
+ "version": "1.43.1",
4
4
  "description": "Find and remove unused Next.js API routes & Nest.js Controllers",
5
5
  "type": "module",
6
6
  "files": [