simple-photo-gallery 2.0.11-rc.14 → 2.0.11-rc.16
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 +3 -3
package/dist/index.cjs
CHANGED
|
@@ -675,6 +675,9 @@ async function processMediaFile(mediaFile, mediaBasePath, thumbnailsPath, thumbn
|
|
|
675
675
|
if (updatedMediaFile.thumbnail) {
|
|
676
676
|
updatedMediaFile.thumbnail.path = path7__default.default.basename(thumbnailPath);
|
|
677
677
|
updatedMediaFile.thumbnail.pathRetina = path7__default.default.basename(thumbnailPathRetina);
|
|
678
|
+
if (mediaFile.thumbnail?.baseUrl) {
|
|
679
|
+
updatedMediaFile.thumbnail.baseUrl = mediaFile.thumbnail.baseUrl;
|
|
680
|
+
}
|
|
678
681
|
}
|
|
679
682
|
if (mediaFile.url) {
|
|
680
683
|
updatedMediaFile.url = mediaFile.url;
|
|
@@ -1175,7 +1178,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1175
1178
|
// package.json
|
|
1176
1179
|
var package_default = {
|
|
1177
1180
|
name: "simple-photo-gallery",
|
|
1178
|
-
version: "2.0.11-rc.
|
|
1181
|
+
version: "2.0.11-rc.16"};
|
|
1179
1182
|
|
|
1180
1183
|
// src/index.ts
|
|
1181
1184
|
var program = new commander.Command();
|