@bull-board/ui
Advanced tools
Comparing version 5.17.1 to 5.18.0
@@ -59,2 +59,3 @@ { | ||
"EMPTY": "Empty", | ||
"ADD_JOB": "Add job", | ||
"RETRY_ALL_CONFIRM_MSG": "Are you sure that you want to retry all {{status}} jobs?", | ||
@@ -119,3 +120,11 @@ "CLEAN_ALL_CONFIRM_MSG": "Are you sure that you want to clean all {{status}} jobs?", | ||
"COLLAPSE_JOB_ERROR": "Collapse job error" | ||
}, | ||
"ADD_JOB": { | ||
"TITLE": "Add job", | ||
"QUEUE_NAME": "Queue name", | ||
"JOB_NAME": "Job name", | ||
"JOB_DATA": "Job data", | ||
"JOB_OPTIONS": "Job options", | ||
"ADD": "Add" | ||
} | ||
} |
{ | ||
"name": "@bull-board/ui", | ||
"version": "5.17.1", | ||
"version": "5.18.0", | ||
"description": "A Dashboard UI built on top of bull or bullmq.", | ||
@@ -29,6 +29,9 @@ "keywords": [ | ||
"clean": "rm -rf dist", | ||
"sync:locales": "npx i18next-locales-sync -c ./localesSync.config.js" | ||
"sync:locales": "npx i18next-locales-sync -c ./localesSync.config.js", | ||
"gen:jsonSchema": "npm run gen:jsonSchema:bullmq && npm run gen:jsonSchema:bull", | ||
"gen:jsonSchema:bullmq": "npx ts-json-schema-generator --path '../../node_modules/bullmq/dist/esm/interfaces/**/*.ts' --type 'JobsOptions' --out './src/schemas/bullmq/jobOptions.json'", | ||
"gen:jsonSchema:bull": "npx ts-json-schema-generator --path '../../node_modules/bull/*.ts' --type 'Bull.JobOptions' --out './src/schemas/bull/jobOptions.json'" | ||
}, | ||
"dependencies": { | ||
"@bull-board/api": "5.17.1" | ||
"@bull-board/api": "5.18.0" | ||
}, | ||
@@ -44,2 +47,9 @@ "devDependencies": { | ||
"@babel/runtime": "^7.17.9", | ||
"@codemirror/commands": "^6.5.0", | ||
"@codemirror/lang-json": "^6.0.1", | ||
"@codemirror/language": "^6.10.1", | ||
"@codemirror/lint": "^6.7.1", | ||
"@codemirror/state": "^6.4.1", | ||
"@codemirror/view": "^6.26.3", | ||
"@lezer/common": "^1.2.1", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5", | ||
@@ -59,2 +69,3 @@ "@radix-ui/react-alert-dialog": "^1.0.4", | ||
"clsx": "^1.1.1", | ||
"codemirror-json-schema": "^0.7.2", | ||
"copy-webpack-plugin": "^10.2.4", | ||
@@ -71,2 +82,4 @@ "css-loader": "^6.7.1", | ||
"i18next-locales-sync": "^2.0.1", | ||
"jsoneditor": "^10.0.3", | ||
"jsoneditor-react": "^3.1.2", | ||
"mini-css-extract-plugin": "^2.6.0", | ||
@@ -73,0 +86,0 @@ "nanoid": "^4.0.1", |
@@ -22,2 +22,3 @@ import { | ||
pollQueues: () => void; | ||
addJob: (queueName: string, jobName: string, jobData: any, jobOptions: any) => () => Promise<void>; | ||
} | ||
@@ -24,0 +25,0 @@ |
@@ -5,1 +5,5 @@ declare module '*.css' { | ||
} | ||
declare module 'jsoneditor-react' { | ||
export const JsonEditor: (options: any) => JSX.Element; | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
3320589
538
288
62
2
+ Added@bull-board/api@5.18.0(transitive)
- Removed@bull-board/api@5.17.1(transitive)
Updated@bull-board/api@5.18.0