@lvce-editor/static-server 0.49.7 → 0.49.8

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.49.7",
3
+ "version": "0.49.8",
4
4
  "description": "Serve static files",
5
5
  "main": "dist/static-server.js",
6
6
  "type": "module",
@@ -1317,7 +1317,7 @@ const getBrowser = () => {
1317
1317
  return `${navigator.userAgent}`;
1318
1318
  };
1319
1319
 
1320
- const version = '0.49.7';
1320
+ const version = '0.49.8';
1321
1321
  const commit = '026c5b1';
1322
1322
  const date = '2025-04-05T12:49:25.000Z';
1323
1323
  const getElectronVersion = () => {