lib-task-scheduler
Advanced tools
Comparing version 4.0.123 to 4.0.126
@@ -29,3 +29,3 @@ export * from './source_sink_task'; | ||
*/ | ||
execute: () => Promise<boolean>; | ||
execute: () => Promise<boolean | void>; | ||
/** | ||
@@ -32,0 +32,0 @@ * Performs any logic necessary for the task's cleanup when the system is shut down. |
{ | ||
"name": "lib-task-scheduler", | ||
"version": "4.0.123", | ||
"version": "4.0.126", | ||
"description": "A lightweight, modular task scheduler.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/convoyinc/lib-task-scheduler", |
Sorry, the diff of this file is not supported yet
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
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
168730