@orion-js/file-manager 3.9.11 → 3.9.12
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.
|
@@ -21,7 +21,7 @@ async function generateImageInfo(file) {
|
|
|
21
21
|
console.error('Error getting image dimensions', error);
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
if (!file.resizedData && options.getResizedImages) {
|
|
24
|
+
if (!file.resizedData?.extraLargeURL && options.getResizedImages) {
|
|
25
25
|
try {
|
|
26
26
|
file.resizedData = await options.getResizedImages(file);
|
|
27
27
|
if (!(0, lodash_1.isEmpty)(file.resizedData)) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orion-js/file-manager",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.12",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"author": "nicolaslopezj",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d340b1513708737cc08e4ba8ca0f7d9a0be7bad2"
|
|
40
40
|
}
|