mol_vary 0.0.58 → 0.0.60

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.mjs CHANGED
@@ -2823,7 +2823,7 @@ var $;
2823
2823
  rich_index = new Map([
2824
2824
  [null, () => ({})]
2825
2825
  ]);
2826
- room() {
2826
+ zone() {
2827
2827
  const room = new $mol_vary_class;
2828
2828
  Object.setPrototypeOf(room, this);
2829
2829
  const index_clone = (map) => new Map([...map].map(([k, v]) => [k, k === null ? v : index_clone(v)]));
package/node.test.js CHANGED
@@ -2814,7 +2814,7 @@ var $;
2814
2814
  rich_index = new Map([
2815
2815
  [null, () => ({})]
2816
2816
  ]);
2817
- room() {
2817
+ zone() {
2818
2818
  const room = new $mol_vary_class;
2819
2819
  Object.setPrototypeOf(room, this);
2820
2820
  const index_clone = (map) => new Map([...map].map(([k, v]) => [k, k === null ? v : index_clone(v)]));
@@ -5098,7 +5098,7 @@ var $;
5098
5098
  return [this.a, this.b].values();
5099
5099
  }
5100
5100
  }
5101
- const Vary = $mol_vary.room();
5101
+ const Vary = $mol_vary.zone();
5102
5102
  Vary.type({
5103
5103
  type: Foo,
5104
5104
  keys: ['summ', 'diff'],