@punks/backend-entity-manager 0.0.276 → 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 -1
- 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 +1 -1
- 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
|
|