Comparing version 1.1.4 to 1.1.5
@@ -6,3 +6,3 @@ const { Worker } = require('worker_threads'); | ||
const combineErrors = require('combine-errors'); | ||
const cron = require('cron-validate'); | ||
const cron = require('cron-validate').default; | ||
const debug = require('debug')('bree'); | ||
@@ -9,0 +9,0 @@ const humanInterval = require('human-interval'); |
{ | ||
"name": "bree", | ||
"description": "The best job scheduler for Node.js with support for cron, dates, ms, later, and human-friendly strings. Uses workers to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelable promises (graceful shutdown). Simple, fast, and the most lightweight tool for the job. Made for Forward Email and Lad.", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "ava": { |
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
60426