@bull-board/api
Advanced tools
Comparing version 4.11.0 to 4.11.1
@@ -20,3 +20,3 @@ "use strict"; | ||
data: queue.format('data', jobProps.data), | ||
name: queue.format('name', jobProps, jobProps.name), | ||
name: queue.format('name', jobProps, jobProps.name || ''), | ||
returnValue: queue.format('returnValue', jobProps.returnvalue), | ||
@@ -23,0 +23,0 @@ isFailed: !!jobProps.failedReason || (Array.isArray(stacktrace) && stacktrace.length > 0), |
{ | ||
"name": "@bull-board/api", | ||
"version": "4.11.0", | ||
"version": "4.11.1", | ||
"description": "Core server APIs of bull-board", | ||
@@ -37,4 +37,3 @@ "keywords": [ | ||
"bullmq": "^1.80.6", | ||
"ioredis-mock": "^7.2.0", | ||
"redis-mock": "^0.56.3" | ||
"ioredis-mock": "^7.2.0" | ||
}, | ||
@@ -41,0 +40,0 @@ "publishConfig": { |
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
4
53397