@lvce-editor/static-server 0.115.24 → 0.115.25

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.115.24",
4
+ "version": "0.115.25",
5
5
  "commit": "5c8581c",
6
6
  "date": "2026-09-19T12:57:04.000Z",
7
7
  "etag": "W/\"5c8581c\"",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/static-server",
3
- "version": "0.115.24",
3
+ "version": "0.115.25",
4
4
  "description": "Serve static files",
5
5
  "main": "dist/static-server.js",
6
6
  "type": "module",
@@ -4379,7 +4379,7 @@ const shouldTrace = (selectors, traceId) => {
4379
4379
  return selectors.has('*') || Boolean(traceId && selectors.has(traceId));
4380
4380
  };
4381
4381
 
4382
- const version = '0.115.24';
4382
+ const version = '0.115.25';
4383
4383
  const commit$1 = '5c8581c';
4384
4384
  const productNameLong$1 = 'Lvce Editor - OSS';
4385
4385
  const getPid = () => {