@morghulis/core 1.0.53 → 1.0.54
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.
|
@@ -19784,7 +19784,9 @@ const zt = /* @__PURE__ */ I({
|
|
|
19784
19784
|
}
|
|
19785
19785
|
});
|
|
19786
19786
|
function yh(e, t) {
|
|
19787
|
-
const n = x(new Ft({ ...e.value, type: "tree" }))
|
|
19787
|
+
const n = x(new Ft({ ...e.value, type: "tree" }));
|
|
19788
|
+
J(() => e.value.root, ($) => n.value.root = $ || 0);
|
|
19789
|
+
const {
|
|
19788
19790
|
model: o,
|
|
19789
19791
|
manager: l,
|
|
19790
19792
|
ticker: s,
|