@lvce-editor/static-server 0.93.2 → 0.93.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/config.json
CHANGED
package/package.json
CHANGED
|
@@ -6842,7 +6842,7 @@ const exit$1 = code => {
|
|
|
6842
6842
|
return invoke$F('Exit.exit', code);
|
|
6843
6843
|
};
|
|
6844
6844
|
|
|
6845
|
-
const version = '0.93.
|
|
6845
|
+
const version = '0.93.3';
|
|
6846
6846
|
const commit$1 = '9057255';
|
|
6847
6847
|
const productNameLong$1 = 'Lvce Editor - OSS';
|
|
6848
6848
|
const getPid = () => {
|