mol_plot_all 1.2.1493 → 1.2.1494

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
@@ -4439,7 +4439,7 @@ var $;
4439
4439
  return node;
4440
4440
  }
4441
4441
  auto() {
4442
- return null;
4442
+ return [];
4443
4443
  }
4444
4444
  render() {
4445
4445
  const node = this.dom_node_actual();
package/node.test.js CHANGED
@@ -4430,7 +4430,7 @@ var $;
4430
4430
  return node;
4431
4431
  }
4432
4432
  auto() {
4433
- return null;
4433
+ return [];
4434
4434
  }
4435
4435
  render() {
4436
4436
  const node = this.dom_node_actual();