@cadenza.io/service 1.24.0 → 1.24.1

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/dist/index.js CHANGED
@@ -748,14 +748,7 @@ var ServiceRegistry = class _ServiceRegistry {
748
748
  ).emits("meta.service_registry.service_inserted").emitsOnFail("meta.service_registry.service_insertion_failed");
749
749
  this.insertServiceInstanceTask = CadenzaService.createCadenzaDBInsertTask(
750
750
  "serviceInstance",
751
- {
752
- onConflict: {
753
- target: ["address", "port", "process_pid"],
754
- action: {
755
- do: "nothing"
756
- }
757
- }
758
- },
751
+ {},
759
752
  {
760
753
  inputSchema: {
761
754
  type: "object",