mam 1.11.731 → 1.11.733

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
@@ -959,6 +959,7 @@ var $;
959
959
  }
960
960
  destructor() {
961
961
  super.destructor();
962
+ $mol_wire_fiber.planning.delete(this);
962
963
  if (!$mol_owning_check(this, this.cache))
963
964
  return;
964
965
  try {
package/node.test.js CHANGED
@@ -950,6 +950,7 @@ var $;
950
950
  }
951
951
  destructor() {
952
952
  super.destructor();
953
+ $mol_wire_fiber.planning.delete(this);
953
954
  if (!$mol_owning_check(this, this.cache))
954
955
  return;
955
956
  try {
@@ -15312,7 +15313,7 @@ var $;
15312
15313
  Having(){
15313
15314
  const obj = new this.$.$mol_view_tree2_to_js_test_ex_simple_factory_inheritance_bar();
15314
15315
  (obj.config) = () => ({"ips": [
15315
- ...(super.Having()),
15316
+ ...(this.$.$mol_view_tree2_to_js_test_ex_simple_factory_inheritance_bar.prototype.config.call(obj).ips),
15316
15317
  "0.0.0.0",
15317
15318
  ...(this.addon())
15318
15319
  ]});