simple-photo-gallery 2.0.11-rc.16 → 2.0.11-rc.17
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.js
CHANGED
|
@@ -1163,7 +1163,7 @@ async function waitForUpdateCheck(checkPromise) {
|
|
|
1163
1163
|
// package.json
|
|
1164
1164
|
var package_default = {
|
|
1165
1165
|
name: "simple-photo-gallery",
|
|
1166
|
-
version: "2.0.11-rc.
|
|
1166
|
+
version: "2.0.11-rc.17"};
|
|
1167
1167
|
|
|
1168
1168
|
// src/index.ts
|
|
1169
1169
|
var program = new Command();
|