@lvce-editor/static-server 0.116.7 → 0.116.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/config.json
CHANGED
package/package.json
CHANGED
|
@@ -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.116.
|
|
4382
|
+
const version = '0.116.8';
|
|
4383
4383
|
const commit$1 = '722f31e';
|
|
4384
4384
|
const productNameLong$1 = 'Lvce Editor - OSS';
|
|
4385
4385
|
const getPid = () => {
|