@lvce-editor/static-server 0.91.7 → 0.91.8
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/config.json
CHANGED
package/package.json
CHANGED
|
@@ -6497,7 +6497,7 @@ const exit$1 = code => {
|
|
|
6497
6497
|
return invoke$F('Exit.exit', code);
|
|
6498
6498
|
};
|
|
6499
6499
|
|
|
6500
|
-
const version = '0.91.
|
|
6500
|
+
const version = '0.91.8';
|
|
6501
6501
|
const commit$1 = '98fc4d9';
|
|
6502
6502
|
const productNameLong$1 = 'Lvce Editor - OSS';
|
|
6503
6503
|
const getPid = () => {
|