simple-photo-gallery 2.0.11-rc.12 → 2.0.11-rc.13
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.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -676,6 +676,9 @@ async function processMediaFile(mediaFile, mediaBasePath, thumbnailsPath, thumbn
|
|
|
676
676
|
updatedMediaFile.thumbnail.path = path7__default.default.basename(thumbnailPath);
|
|
677
677
|
updatedMediaFile.thumbnail.pathRetina = path7__default.default.basename(thumbnailPathRetina);
|
|
678
678
|
}
|
|
679
|
+
if (mediaFile.url) {
|
|
680
|
+
updatedMediaFile.url = mediaFile.url;
|
|
681
|
+
}
|
|
679
682
|
return updatedMediaFile;
|
|
680
683
|
} catch (error) {
|
|
681
684
|
handleFileProcessingError(error, mediaFile.filename, ui);
|
|
@@ -1172,7 +1175,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1172
1175
|
// package.json
|
|
1173
1176
|
var package_default = {
|
|
1174
1177
|
name: "simple-photo-gallery",
|
|
1175
|
-
version: "2.0.11-rc.
|
|
1178
|
+
version: "2.0.11-rc.13"};
|
|
1176
1179
|
|
|
1177
1180
|
// src/index.ts
|
|
1178
1181
|
var program = new commander.Command();
|