simple-photo-gallery 2.0.13 → 2.0.14-rc.1
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/lib/index.cjs +1 -0
- package/dist/lib/index.cjs.map +1 -1
- package/dist/lib/index.js +1 -0
- package/dist/lib/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -104,6 +104,7 @@ function getSocialCardFontBase64() {
|
|
|
104
104
|
return socialCardFontBase64;
|
|
105
105
|
}
|
|
106
106
|
const fontPath = findSocialCardFontPath();
|
|
107
|
+
console.log("DBG:", { fontPath, dirname: __dirname, cwd: process4.cwd() });
|
|
107
108
|
if (!fontPath) {
|
|
108
109
|
socialCardFontBase64 = null;
|
|
109
110
|
return null;
|
|
@@ -1217,7 +1218,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1217
1218
|
// package.json
|
|
1218
1219
|
var package_default = {
|
|
1219
1220
|
name: "simple-photo-gallery",
|
|
1220
|
-
version: "2.0.
|
|
1221
|
+
version: "2.0.14-rc.1"};
|
|
1221
1222
|
|
|
1222
1223
|
// src/index.ts
|
|
1223
1224
|
var program = new Command();
|