@lvce-editor/static-server 0.74.2 → 0.74.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/package.json
CHANGED
|
@@ -10037,7 +10037,7 @@ const attachDebugger = async pid => {
|
|
|
10037
10037
|
await invoke$z('AttachDebugger.attachDebugger', pid);
|
|
10038
10038
|
};
|
|
10039
10039
|
|
|
10040
|
-
const version = '0.74.
|
|
10040
|
+
const version = '0.74.3';
|
|
10041
10041
|
const commit$1 = '1b54f05';
|
|
10042
10042
|
const productNameLong = 'Lvce Editor - OSS';
|
|
10043
10043
|
const getPid = () => {
|