@atlas-engine/admin_domain.repository.embedded
Advanced tools
Comparing version 0.0.1 to 0.1.0
'use strict'; | ||
const { | ||
ExternalTaskRepository, | ||
CronjobRepository, | ||
FlowNodeInstanceRepository, | ||
LoggingRepository, | ||
NotificationRepository, | ||
@@ -14,4 +15,4 @@ ProcessDefinitionRepository, | ||
container | ||
.register('AdminDomain.ExternalTaskRepository', ExternalTaskRepository) | ||
.dependencies('EventAggregator', 'RuntimeDomain.ExternalTaskService', 'ProcessInstanceManagementService') | ||
.register('AdminDomain.CronjobRepository', CronjobRepository) | ||
.dependencies('CronjobService', 'RuntimeDomain.CronjobHistoryService') | ||
.singleton(); | ||
@@ -25,2 +26,7 @@ | ||
container | ||
.register('AdminDomain.LoggingRepository', LoggingRepository) | ||
.dependencies('RuntimeDomain.LoggingService') | ||
.singleton(); | ||
container | ||
.register('AdminDomain.NotificationRepository', NotificationRepository) | ||
@@ -27,0 +33,0 @@ .dependencies('EventAggregator') |
{ | ||
"name": "@atlas-engine/admin_domain.repository.embedded", | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Contains the repository that the admin domain uses for accessing the Core- and Runtime- domains in an embedded application.", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94870
39
996
1