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