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.deps.json +1 -1
- package/node.js +1 -0
- package/node.js.map +1 -1
- package/node.mjs +1 -0
- package/node.test.js +2 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.mjs
CHANGED
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
|
-
...(
|
|
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
|
]});
|