simple-photo-gallery 2.1.6 → 2.1.7
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/base/package.json +1 -1
- 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 +3 -3
package/dist/base/package.json
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1578,7 +1578,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1578
1578
|
// package.json
|
|
1579
1579
|
var package_default = {
|
|
1580
1580
|
name: "simple-photo-gallery",
|
|
1581
|
-
version: "2.1.
|
|
1581
|
+
version: "2.1.7"};
|
|
1582
1582
|
|
|
1583
1583
|
// src/index.ts
|
|
1584
1584
|
var program = new commander.Command();
|