bull-arena
Advanced tools
Comparing version 3.30.4 to 4.0.0
@@ -28,2 +28,3 @@ { | ||
"bull": "^3.16.0", | ||
"commitizen": "^4.2.5", | ||
"conventional-changelog-conventionalcommits": "^4.3.0", | ||
@@ -42,2 +43,3 @@ "eslint": "^7.23.0", | ||
"ci:commitlint": "commitlint --from \"origin/${GITHUB_BASE_REF:-master}\"", | ||
"cm": "git cz", | ||
"dry:run": "npm publish --dry-run", | ||
@@ -49,2 +51,7 @@ "lint": "prettier -c .", | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"engines": { | ||
@@ -65,3 +72,3 @@ "node": ">=7.6.0" | ||
"repository": "https://github.com/bee-queue/arena.git", | ||
"version": "3.30.4" | ||
"version": "4.0.0" | ||
} |
@@ -15,3 +15,3 @@ const router = require('express').Router(); | ||
router.get( | ||
'/:queueHost/:queueName/:state(waiting|active|completed|succeeded|failed|delayed|paused|waiting-children).:ext?', | ||
'/:queueHost/:queueName/:state(waiting|prioritized|active|completed|succeeded|failed|delayed|paused|waiting-children).:ext?', | ||
queueJobsByState | ||
@@ -18,0 +18,0 @@ ); |
@@ -84,2 +84,3 @@ const _ = require('lodash'); | ||
'waiting', | ||
'prioritized', | ||
'active', | ||
@@ -86,0 +87,0 @@ 'completed', |
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
2139469
5951
21