@bull-board/api
Advanced tools
Comparing version 5.5.3 to 5.6.0
@@ -16,2 +16,3 @@ "use strict"; | ||
const retryJob_1 = require("./handlers/retryJob"); | ||
const promoteAll_1 = require("./handlers/promoteAll"); | ||
exports.appRoutes = { | ||
@@ -38,2 +39,7 @@ entryPoint: { | ||
method: 'put', | ||
route: '/api/queues/:queueName/promote', | ||
handler: promoteAll_1.promoteAllHandler, | ||
}, | ||
{ | ||
method: 'put', | ||
route: '/api/queues/:queueName/clean/:queueStatus', | ||
@@ -40,0 +46,0 @@ handler: cleanAll_1.cleanAllHandler, |
{ | ||
"name": "@bull-board/api", | ||
"version": "5.5.3", | ||
"version": "5.6.0", | ||
"description": "A Dashboard server API built on top of bull or bullmq.", | ||
@@ -40,3 +40,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@bull-board/ui": "5.5.3" | ||
"@bull-board/ui": "5.6.0" | ||
}, | ||
@@ -43,0 +43,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
56768
84
905