@punks/backend-entity-manager 0.0.327 → 0.0.328

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/esm/index.js CHANGED
@@ -23180,6 +23180,7 @@ let EntityManagerInitializer = EntityManagerInitializer_1 = class EntityManagerI
23180
23180
  await this.registerBucketProviders();
23181
23181
  await this.registerSecretsProviders();
23182
23182
  await this.registerCacheInstances();
23183
+ await this.registerOperationLockService();
23183
23184
  await this.executeInitializers(app);
23184
23185
  await this.executeSeeders();
23185
23186
  this.logger.log("Entity manager initialization completed 🚀");