pruny 1.2.9 → 1.2.10
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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9318,6 +9318,11 @@ var IGNORED_EXPORT_NAMES = new Set([
|
|
|
9318
9318
|
"dynamicParams",
|
|
9319
9319
|
"maxDuration",
|
|
9320
9320
|
"generateViewport",
|
|
9321
|
+
"generateSitemaps",
|
|
9322
|
+
"generateImageMetadata",
|
|
9323
|
+
"alt",
|
|
9324
|
+
"size",
|
|
9325
|
+
"contentType",
|
|
9321
9326
|
"GET",
|
|
9322
9327
|
"POST",
|
|
9323
9328
|
"PUT",
|