mol_wire_lib 1.0.861 → 1.0.862
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/node.deps.json +1 -1
- package/node.js +6 -4
- package/node.js.map +1 -1
- package/node.mjs +6 -4
- package/node.test.js +6 -4
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.js +6 -4
- package/web.js.map +1 -1
- package/web.mjs +6 -4
package/web.mjs
CHANGED
|
@@ -718,10 +718,12 @@ var $;
|
|
|
718
718
|
[$mol_wire_cursor.fresh]: '🟢',
|
|
719
719
|
[$mol_wire_cursor.final]: '🔵',
|
|
720
720
|
}[this.cursor] ?? this.cursor.toString();
|
|
721
|
-
return $mol_dev_format_div({}, $
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
721
|
+
return $mol_dev_format_div({}, $mol_owning_check(this, this.cache)
|
|
722
|
+
? $mol_dev_format_auto({
|
|
723
|
+
[$mol_dev_format_head]: () => $mol_dev_format_shade(cursor),
|
|
724
|
+
[$mol_dev_format_body]: () => $mol_dev_format_native(this),
|
|
725
|
+
})
|
|
726
|
+
: $mol_dev_format_shade($mol_dev_format_native(this), cursor), $mol_dev_format_auto(this.cache));
|
|
725
727
|
}
|
|
726
728
|
get $() {
|
|
727
729
|
return (this.host ?? this.task)['$'];
|