mol_wire_lib 1.0.246 → 1.0.249

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.test.js CHANGED
@@ -896,9 +896,6 @@ var $;
896
896
  break reuse;
897
897
  return existen;
898
898
  }
899
- if (existen && sub instanceof $mol_wire_task) {
900
- $mol_fail(new Error(`$mol_wire_task detects nonidempotency\n${existen}`));
901
- }
902
899
  return new $mol_wire_task(`${host?.[Symbol.toStringTag] ?? host}.${task.name}(#)`, task, host, args);
903
900
  };
904
901
  }