@punks/backend-entity-manager 0.0.82 → 0.0.83

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/cjs/index.js CHANGED
@@ -1810,7 +1810,7 @@ class EntityManagerServiceCollection {
1810
1810
  this.locator.registerDeleteCommand(this.entityName, new EntityDeleteCommand(this.resolver));
1811
1811
  this.locator.registerDeleteAction(this.entityName, new EntityDeleteAction(this.resolver));
1812
1812
  this.locator.registerDeleteItemsCommand(this.entityName, new EntitiesDeleteCommand(this.resolver));
1813
- this.locator.registerDeleteAction(this.entityName, new EntitiesDeleteAction(this.resolver));
1813
+ this.locator.registerDeleteItemsAction(this.entityName, new EntitiesDeleteAction(this.resolver));
1814
1814
  return this;
1815
1815
  }
1816
1816
  addAdapter(adapter) {