mol_wire_lib 1.0.235 → 1.0.236

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
@@ -635,10 +635,10 @@ var $;
635
635
  }
636
636
  [$mol_dev_format_head]() {
637
637
  const cursor = {
638
- [-1]: '🔴',
639
- [-2]: '🟡',
640
- [-3]: '🟢',
641
- [-4]: '🔵',
638
+ [$mol_wire_cursor.stale]: '🔴',
639
+ [$mol_wire_cursor.doubt]: '🟡',
640
+ [$mol_wire_cursor.fresh]: '🟢',
641
+ [$mol_wire_cursor.final]: '🔵',
642
642
  }[this.cursor] ?? this.cursor.toString();
643
643
  return $mol_dev_format_div({}, $mol_dev_format_native(this), $mol_dev_format_shade(cursor + ' '), $mol_dev_format_auto(this.cache));
644
644
  }