simple-photo-gallery 2.0.11-rc.15 → 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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1178,7 +1178,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1178
1178
|
// package.json
|
|
1179
1179
|
var package_default = {
|
|
1180
1180
|
name: "simple-photo-gallery",
|
|
1181
|
-
version: "2.0.11-rc.
|
|
1181
|
+
version: "2.0.11-rc.16"};
|
|
1182
1182
|
|
|
1183
1183
|
// src/index.ts
|
|
1184
1184
|
var program = new commander.Command();
|