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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_wire_lib",
3
- "version": "1.0.859",
3
+ "version": "1.0.860",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -1311,7 +1311,7 @@ var $;
1311
1311
  }
1312
1312
  else {
1313
1313
  ;
1314
- (this.host ?? this.task)[this.field()].delete(this[Symbol.toStringTag]);
1314
+ (this.host ?? this.task)[this.field()].delete($mol_key(this.args[0]));
1315
1315
  }
1316
1316
  }
1317
1317
  put(next) {