@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
package/package.json
CHANGED
|
@@ -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.
|
|
5117
|
+
const version = '0.108.4';
|
|
5118
5118
|
const commit$1 = 'cc6530d';
|
|
5119
5119
|
const productNameLong = 'Lvce Editor - OSS';
|
|
5120
5120
|
const getPid = () => {
|