@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lvce-oss",
3
3
  "productName": "Lvce Editor - OSS",
4
- "version": "0.86.4",
4
+ "version": "0.86.5",
5
5
  "commit": "c377d49",
6
6
  "etag": "W/\"c377d49\"",
7
7
  "headers": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/static-server",
3
- "version": "0.86.4",
3
+ "version": "0.86.5",
4
4
  "description": "Serve static files",
5
5
  "main": "dist/static-server.js",
6
6
  "type": "module",
@@ -1759,7 +1759,7 @@ const getBrowser = () => {
1759
1759
  return navigator.userAgent;
1760
1760
  };
1761
1761
 
1762
- const version = '0.86.4';
1762
+ const version = '0.86.5';
1763
1763
 
1764
1764
  const getDetailStringWeb = () => {
1765
1765
  const now = Date.now();
@@ -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.4';
10870
+ const version = '0.86.5';
10871
10871
  const commit$1 = 'c377d49';
10872
10872
  const productNameLong = 'Lvce Editor - OSS';
10873
10873
  const getPid = () => {