mol_crypto_lib 0.1.1636 → 0.1.1638

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
@@ -1329,6 +1329,7 @@ var $;
1329
1329
  }
1330
1330
  destructor() {
1331
1331
  super.destructor();
1332
+ $mol_wire_fiber.planning.delete(this);
1332
1333
  if (!$mol_owning_check(this, this.cache))
1333
1334
  return;
1334
1335
  try {
package/node.test.js CHANGED
@@ -1320,6 +1320,7 @@ var $;
1320
1320
  }
1321
1321
  destructor() {
1322
1322
  super.destructor();
1323
+ $mol_wire_fiber.planning.delete(this);
1323
1324
  if (!$mol_owning_check(this, this.cache))
1324
1325
  return;
1325
1326
  try {