@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/static-server",
3
- "version": "0.74.2",
3
+ "version": "0.74.3",
4
4
  "description": "Serve static files",
5
5
  "main": "dist/static-server.js",
6
6
  "type": "module",
@@ -1503,7 +1503,7 @@ const getBrowser = () => {
1503
1503
  return `${navigator.userAgent}`;
1504
1504
  };
1505
1505
 
1506
- const version = '0.74.2';
1506
+ const version = '0.74.3';
1507
1507
 
1508
1508
  const getDetailStringWeb = () => {
1509
1509
  const now = Date.now();
@@ -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.2';
10040
+ const version = '0.74.3';
10041
10041
  const commit$1 = '1b54f05';
10042
10042
  const productNameLong = 'Lvce Editor - OSS';
10043
10043
  const getPid = () => {