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.cjs
CHANGED
|
@@ -119,6 +119,7 @@ function getSocialCardFontBase64() {
|
|
|
119
119
|
return socialCardFontBase64;
|
|
120
120
|
}
|
|
121
121
|
const fontPath = findSocialCardFontPath();
|
|
122
|
+
console.log("DBG:", { fontPath, dirname: __dirname$1, cwd: process4__default.default.cwd() });
|
|
122
123
|
if (!fontPath) {
|
|
123
124
|
socialCardFontBase64 = null;
|
|
124
125
|
return null;
|
|
@@ -1232,7 +1233,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1232
1233
|
// package.json
|
|
1233
1234
|
var package_default = {
|
|
1234
1235
|
name: "simple-photo-gallery",
|
|
1235
|
-
version: "2.0.
|
|
1236
|
+
version: "2.0.14-rc.1"};
|
|
1236
1237
|
|
|
1237
1238
|
// src/index.ts
|
|
1238
1239
|
var program = new commander.Command();
|