@punks/backend-entity-manager 0.0.262 → 0.0.263
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 +3 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -21910,6 +21910,9 @@ exports.OperationLockService = OperationLockService_1 = class OperationLockServi
|
|
|
21910
21910
|
if (!operations) {
|
|
21911
21911
|
this.logger.warn(`Cannot resolve locks repository: ${getEntityManagerProviderToken("OperationsLockRepository")}`);
|
|
21912
21912
|
}
|
|
21913
|
+
else {
|
|
21914
|
+
this.logger.info(`Resolved locks repository: ${getEntityManagerProviderToken("OperationsLockRepository")}`);
|
|
21915
|
+
}
|
|
21913
21916
|
}
|
|
21914
21917
|
};
|
|
21915
21918
|
exports.OperationLockService = OperationLockService_1 = __decorate([
|