mol_wire_lib 1.0.901 → 1.0.903

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/web.mjs CHANGED
@@ -567,9 +567,6 @@ var $;
567
567
  toString() {
568
568
  return this[Symbol.toStringTag] || this.constructor.name + '<>';
569
569
  }
570
- toJSON() {
571
- return this.toString();
572
- }
573
570
  }
574
571
  $.$mol_object2 = $mol_object2;
575
572
  })($ || ($ = {}));