@ailife-dev-vue/uiplus-dev 0.0.2 → 0.0.3
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/dist/index.mjs +4 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1789,7 +1789,10 @@ function Qc(t, e) {
|
|
|
1789
1789
|
} catch {
|
|
1790
1790
|
n = `${t}:unserializable`;
|
|
1791
1791
|
}
|
|
1792
|
-
n
|
|
1792
|
+
if (n === q0[t]) return;
|
|
1793
|
+
q0[t] = n;
|
|
1794
|
+
const a = `[uiplus-deviceInfo-timeline-pkg][${(/* @__PURE__ */ new Date()).toISOString()}][${t}]`;
|
|
1795
|
+
console.log(`${a} rules`, e.rules), console.log(`${a} services`, e.services), console.log(`${a} state`, e.state);
|
|
1793
1796
|
}
|
|
1794
1797
|
const lB = () => {
|
|
1795
1798
|
var e;
|