Comparing version 7.1.2 to 7.1.3
{ | ||
"name": "bree", | ||
"description": "The best job scheduler for Node.js and JavaScript with cron, dates, ms, later, and human-friendly support. Works in Node v12.11.0+, uses worker threads to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and lightweight. Made for Forward Email and Lad.", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "ava": { |
@@ -93,3 +93,3 @@ // Definitions by: Taylor Schley <https://github.com/shadowgate15> | ||
interface BreeOptions { | ||
logger?: Record<string, unknown>; | ||
logger?: Record<string, unknown> | boolean; | ||
root?: string | boolean; | ||
@@ -96,0 +96,0 @@ timeout?: number | boolean; |
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
87302