mol_plot_all 1.2.289 → 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.test.js CHANGED
@@ -1401,10 +1401,10 @@ var $;
1401
1401
  }
1402
1402
  [$mol_dev_format_head]() {
1403
1403
  const cursor = {
1404
- [-1]: '🔴',
1405
- [-2]: '🟡',
1406
- [-3]: '🟢',
1407
- [-4]: '🔵',
1404
+ [$mol_wire_cursor.stale]: '🔴',
1405
+ [$mol_wire_cursor.doubt]: '🟡',
1406
+ [$mol_wire_cursor.fresh]: '🟢',
1407
+ [$mol_wire_cursor.final]: '🔵',
1408
1408
  }[this.cursor] ?? this.cursor.toString();
1409
1409
  return $mol_dev_format_div({}, $mol_dev_format_native(this), $mol_dev_format_shade(cursor + ' '), $mol_dev_format_auto(this.cache));
1410
1410
  }