@lvce-editor/static-server 0.86.4 → 0.86.5
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
|
@@ -10867,7 +10867,7 @@ const attachDebugger = async pid => {
|
|
|
10867
10867
|
await invoke$D('AttachDebugger.attachDebugger', pid);
|
|
10868
10868
|
};
|
|
10869
10869
|
|
|
10870
|
-
const version = '0.86.
|
|
10870
|
+
const version = '0.86.5';
|
|
10871
10871
|
const commit$1 = 'c377d49';
|
|
10872
10872
|
const productNameLong = 'Lvce Editor - OSS';
|
|
10873
10873
|
const getPid = () => {
|