@punks/backend-entity-manager 0.0.275 → 0.0.277
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 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/platforms/nest/extensions/jobs/processors/index.d.ts +2 -1
- package/dist/esm/index.js +2 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/platforms/nest/extensions/jobs/processors/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -34047,7 +34047,7 @@ const JobHandlers = [
|
|
|
34047
34047
|
JobDefinitionUpdateHandler,
|
|
34048
34048
|
];
|
|
34049
34049
|
|
|
34050
|
-
const JobProcessors = [RunnableJobsProcessor];
|
|
34050
|
+
const JobProcessors = [RunnableJobsProcessor, JobProviderExecutor];
|
|
34051
34051
|
|
|
34052
34052
|
const JobResolverProviders = [JobsProviderFactory];
|
|
34053
34053
|
|
|
@@ -34055,7 +34055,6 @@ const JobTasks = [JobsMonitorTask, JobsSchedulerTask];
|
|
|
34055
34055
|
|
|
34056
34056
|
var JobsModule_1;
|
|
34057
34057
|
const ModuleData$7 = {
|
|
34058
|
-
import: [cqrs.CqrsModule],
|
|
34059
34058
|
providers: [
|
|
34060
34059
|
...JobsProviders,
|
|
34061
34060
|
...JobTasks,
|