pruny 1.11.0 → 1.12.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.
- package/dist/index.js +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9219,12 +9219,15 @@ async function scanUnusedFiles(config) {
|
|
|
9219
9219
|
"**/apple-icon.{ts,tsx,js,jsx}",
|
|
9220
9220
|
"**/opengraph-image.{ts,tsx,js,jsx}",
|
|
9221
9221
|
"**/twitter-image.{ts,tsx,js,jsx}",
|
|
9222
|
-
"**/
|
|
9223
|
-
"**/
|
|
9222
|
+
"**/global-error.{ts,tsx,js,jsx}",
|
|
9223
|
+
"**/next-sitemap.config.{js,cjs}",
|
|
9224
|
+
"**/cypress.config.{ts,js}",
|
|
9224
9225
|
"**/env.d.ts",
|
|
9225
9226
|
"**/next-env.d.ts",
|
|
9226
9227
|
"**/*.d.ts",
|
|
9227
9228
|
"**/*.config.{js,ts,mjs,cjs}",
|
|
9229
|
+
"**/*.test.{ts,tsx,js,jsx}",
|
|
9230
|
+
"**/*.spec.{ts,tsx,js,jsx}",
|
|
9228
9231
|
"scripts/**/*.{ts,js}",
|
|
9229
9232
|
"cypress/**/*.{ts,js,tsx}",
|
|
9230
9233
|
"public/sw.js"
|