@punks/backend-entity-manager 0.0.266 → 0.0.267

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 CHANGED
@@ -34004,10 +34004,13 @@ const JobProcessors = [RunnableJobsProcessor];
34004
34004
 
34005
34005
  const JobResolverProviders = [JobsProviderFactory];
34006
34006
 
34007
+ const JobTasks = [JobsMonitorTask, JobsSchedulerTask];
34008
+
34007
34009
  var JobsModule_1;
34008
34010
  const ModuleData$7 = {
34009
34011
  providers: [
34010
34012
  ...JobsProviders,
34013
+ ...JobTasks,
34011
34014
  ...JobsServices,
34012
34015
  ...JobHandlers,
34013
34016
  ...JobProcessors,