@lvce-editor/static-server 0.108.3 → 0.108.4

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.108.3",
4
+ "version": "0.108.4",
5
5
  "commit": "cc6530d",
6
6
  "date": "2026-08-22T23:30:17.000Z",
7
7
  "etag": "W/\"cc6530d\"",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/static-server",
3
- "version": "0.108.3",
3
+ "version": "0.108.4",
4
4
  "description": "Serve static files",
5
5
  "main": "dist/static-server.js",
6
6
  "type": "module",
@@ -5114,7 +5114,7 @@ const shouldTrace = (selectors, traceId) => {
5114
5114
  return selectors.has('*') || Boolean(traceId && selectors.has(traceId));
5115
5115
  };
5116
5116
 
5117
- const version = '0.108.3';
5117
+ const version = '0.108.4';
5118
5118
  const commit$1 = 'cc6530d';
5119
5119
  const productNameLong = 'Lvce Editor - OSS';
5120
5120
  const getPid = () => {