Comparing version 5.31.0 to 5.31.1
@@ -148,3 +148,2 @@ "use strict"; | ||
getTemplateFromJSON(rawData, rawOpts) { | ||
console.log(typeof rawOpts); | ||
const template = {}; | ||
@@ -151,0 +150,0 @@ if (rawData) { |
@@ -12,12 +12,2 @@ "use strict"; | ||
const logger = (0, util_1.debuglog)('bull'); | ||
const optsDecodeMap = { | ||
de: 'deduplication', | ||
fpof: 'failParentOnFailure', | ||
idof: 'ignoreDependencyOnFailure', | ||
kl: 'keepLogs', | ||
rdof: 'removeDependencyOnFailure', | ||
tm: 'telemetryMetadata', | ||
}; | ||
const optsEncodeMap = (0, utils_1.invertObject)(optsDecodeMap); | ||
optsEncodeMap.debounce = 'de'; | ||
exports.PRIORITY_LIMIT = 2 ** 21; | ||
@@ -24,0 +14,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '5.31.0'; | ||
exports.version = '5.31.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,5 +0,4 @@ | ||
import { RepeatBaseOptions, RepeatOptions } from '../interfaces'; | ||
import { JobSchedulerJson, RepeatBaseOptions, RepeatOptions } from '../interfaces'; | ||
import { JobsOptions } from '../types'; | ||
import { Job } from './job'; | ||
import { JobSchedulerJson } from '../interfaces'; | ||
import { QueueBase } from './queue-base'; | ||
@@ -6,0 +5,0 @@ import { RedisConnection } from './redis-connection'; |
@@ -145,3 +145,2 @@ import { __rest } from "tslib"; | ||
getTemplateFromJSON(rawData, rawOpts) { | ||
console.log(typeof rawOpts); | ||
const template = {}; | ||
@@ -148,0 +147,0 @@ if (rawData) { |
import { __rest } from "tslib"; | ||
import { debuglog } from 'util'; | ||
import { errorObject, invertObject, isEmpty, getParentKey, lengthInUtf8Bytes, parseObjectValues, tryCatch, removeUndefinedFields, optsAsJSON, optsFromJSON, } from '../utils'; | ||
import { errorObject, isEmpty, getParentKey, lengthInUtf8Bytes, parseObjectValues, tryCatch, removeUndefinedFields, optsAsJSON, optsFromJSON, } from '../utils'; | ||
import { Backoffs } from './backoffs'; | ||
@@ -9,12 +9,2 @@ import { Scripts, raw2NextJobData } from './scripts'; | ||
const logger = debuglog('bull'); | ||
const optsDecodeMap = { | ||
de: 'deduplication', | ||
fpof: 'failParentOnFailure', | ||
idof: 'ignoreDependencyOnFailure', | ||
kl: 'keepLogs', | ||
rdof: 'removeDependencyOnFailure', | ||
tm: 'telemetryMetadata', | ||
}; | ||
const optsEncodeMap = invertObject(optsDecodeMap); | ||
optsEncodeMap.debounce = 'de'; | ||
export const PRIORITY_LIMIT = 2 ** 21; | ||
@@ -21,0 +11,0 @@ /** |
@@ -1,2 +0,4 @@ | ||
import { RepeatOptions, KeepJobs, BackoffOptions } from './'; | ||
import { BackoffOptions } from './backoff-options'; | ||
import { KeepJobs } from './keep-jobs'; | ||
import { RepeatOptions } from './repeat-options'; | ||
export interface DefaultJobOptions { | ||
@@ -3,0 +5,0 @@ /** |
@@ -1,1 +0,1 @@ | ||
export declare const version = "5.31.0"; | ||
export declare const version = "5.31.1"; |
@@ -1,2 +0,2 @@ | ||
export const version = '5.31.0'; | ||
export const version = '5.31.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "bullmq", | ||
"version": "5.31.0", | ||
"version": "5.31.1", | ||
"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
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
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
1874835
30178
5