@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/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -23195,6 +23195,7 @@ exports.EntityManagerInitializer = EntityManagerInitializer_1 = class EntityMana
|
|
|
23195
23195
|
await this.registerBucketProviders();
|
|
23196
23196
|
await this.registerSecretsProviders();
|
|
23197
23197
|
await this.registerCacheInstances();
|
|
23198
|
+
await this.registerOperationLockService();
|
|
23198
23199
|
await this.executeInitializers(app);
|
|
23199
23200
|
await this.executeSeeders();
|
|
23200
23201
|
this.logger.log("Entity manager initialization completed 🚀");
|