mol_wire_lib 1.0.859 → 1.0.860

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
@@ -1762,7 +1762,7 @@ var $;
1762
1762
  }
1763
1763
  else {
1764
1764
  ;
1765
- (this.host ?? this.task)[this.field()].delete(this[Symbol.toStringTag]);
1765
+ (this.host ?? this.task)[this.field()].delete($mol_key(this.args[0]));
1766
1766
  }
1767
1767
  }
1768
1768
  put(next) {
package/node.test.js CHANGED
@@ -1754,7 +1754,7 @@ var $;
1754
1754
  }
1755
1755
  else {
1756
1756
  ;
1757
- (this.host ?? this.task)[this.field()].delete(this[Symbol.toStringTag]);
1757
+ (this.host ?? this.task)[this.field()].delete($mol_key(this.args[0]));
1758
1758
  }
1759
1759
  }
1760
1760
  put(next) {