mol_jsx_lib 0.0.726 → 0.0.727

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
@@ -2075,7 +2075,7 @@ var $;
2075
2075
  }
2076
2076
  else {
2077
2077
  ;
2078
- (this.host ?? this.task)[this.field()].delete(this[Symbol.toStringTag]);
2078
+ (this.host ?? this.task)[this.field()].delete($mol_key(this.args[0]));
2079
2079
  }
2080
2080
  }
2081
2081
  put(next) {
package/node.test.js CHANGED
@@ -2067,7 +2067,7 @@ var $;
2067
2067
  }
2068
2068
  else {
2069
2069
  ;
2070
- (this.host ?? this.task)[this.field()].delete(this[Symbol.toStringTag]);
2070
+ (this.host ?? this.task)[this.field()].delete($mol_key(this.args[0]));
2071
2071
  }
2072
2072
  }
2073
2073
  put(next) {