mol_plot_all 1.2.287 → 1.2.290
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.esm.js +4 -4
- package/node.esm.js.map +1 -1
- package/node.js +4 -4
- package/node.js.map +1 -1
- package/node.test.js +4 -4
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +4 -4
- package/web.esm.js.map +1 -1
- package/web.js +4 -4
- package/web.js.map +1 -1
package/node.js
CHANGED
|
@@ -1409,10 +1409,10 @@ var $;
|
|
|
1409
1409
|
}
|
|
1410
1410
|
[$mol_dev_format_head]() {
|
|
1411
1411
|
const cursor = {
|
|
1412
|
-
[
|
|
1413
|
-
[
|
|
1414
|
-
[
|
|
1415
|
-
[
|
|
1412
|
+
[$mol_wire_cursor.stale]: '🔴',
|
|
1413
|
+
[$mol_wire_cursor.doubt]: '🟡',
|
|
1414
|
+
[$mol_wire_cursor.fresh]: '🟢',
|
|
1415
|
+
[$mol_wire_cursor.final]: '🔵',
|
|
1416
1416
|
}[this.cursor] ?? this.cursor.toString();
|
|
1417
1417
|
return $mol_dev_format_div({}, $mol_dev_format_native(this), $mol_dev_format_shade(cursor + ' '), $mol_dev_format_auto(this.cache));
|
|
1418
1418
|
}
|