Comparing version 5.25.3 to 5.25.4
@@ -35,3 +35,3 @@ "use strict"; | ||
// Check if we have a start date for the repeatable job | ||
const { startDate } = repeatOpts, filteredRepeatOpts = tslib_1.__rest(repeatOpts, ["startDate"]); | ||
const { startDate, immediately } = repeatOpts, filteredRepeatOpts = tslib_1.__rest(repeatOpts, ["startDate", "immediately"]); | ||
if (startDate) { | ||
@@ -38,0 +38,0 @@ const startMillis = new Date(startDate).getTime(); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '5.25.3'; | ||
exports.version = '5.25.4'; | ||
//# sourceMappingURL=version.js.map |
@@ -32,3 +32,3 @@ import { __rest } from "tslib"; | ||
// Check if we have a start date for the repeatable job | ||
const { startDate } = repeatOpts, filteredRepeatOpts = __rest(repeatOpts, ["startDate"]); | ||
const { startDate, immediately } = repeatOpts, filteredRepeatOpts = __rest(repeatOpts, ["startDate", "immediately"]); | ||
if (startDate) { | ||
@@ -35,0 +35,0 @@ const startMillis = new Date(startDate).getTime(); |
@@ -1,1 +0,1 @@ | ||
export declare const version = "5.25.3"; | ||
export declare const version = "5.25.4"; |
@@ -1,2 +0,2 @@ | ||
export const version = '5.25.3'; | ||
export const version = '5.25.4'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "bullmq", | ||
"version": "5.25.3", | ||
"version": "5.25.4", | ||
"description": "Queue for messages and jobs based on Redis", | ||
@@ -5,0 +5,0 @@ "homepage": "https://bullmq.io/", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1849307
21
40
131
2