@bull-board/express
Advanced tools
Comparing version 6.4.0 to 6.4.1
@@ -1,2 +0,2 @@ | ||
import { ParamsDictionary, RequestHandler } from 'express-serve-static-core'; | ||
export declare const wrapAsync: <Params extends ParamsDictionary>(fn: RequestHandler<Params>) => RequestHandler<Params>; | ||
import { RequestHandler } from 'express-serve-static-core'; | ||
export declare const wrapAsync: (fn: RequestHandler) => RequestHandler; |
{ | ||
"name": "@bull-board/express", | ||
"version": "6.4.0", | ||
"version": "6.4.1", | ||
"description": "A Express.js server adapter for Bull-Board dashboard.", | ||
@@ -31,11 +31,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@bull-board/api": "6.4.0", | ||
"@bull-board/ui": "6.4.0", | ||
"@bull-board/api": "6.4.1", | ||
"@bull-board/ui": "6.4.1", | ||
"ejs": "^3.1.10", | ||
"express": "^4.19.2" | ||
"express": "^4.21.1" | ||
}, | ||
"devDependencies": { | ||
"@types/ejs": "^3.1.5", | ||
"@types/express": "^4.17.12", | ||
"@types/express-serve-static-core": "^4.17.28" | ||
"@types/express": "^4.17.21" | ||
}, | ||
@@ -42,0 +41,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
2
11439
+ Added@bull-board/api@6.4.1(transitive)
+ Added@bull-board/ui@6.4.1(transitive)
- Removed@bull-board/api@6.4.0(transitive)
- Removed@bull-board/ui@6.4.0(transitive)
Updated@bull-board/api@6.4.1
Updated@bull-board/ui@6.4.1
Updatedexpress@^4.21.1