@bull-board/h3
Advanced tools
Comparing version 5.19.0 to 5.19.1
@@ -1,2 +0,2 @@ | ||
import { AppControllerRoute, AppViewRoute, BullBoardQueues, ControllerHandlerReturnType, IServerAdapter, UIConfig } from '@bull-board/api/dist/typings/app'; | ||
import type { AppControllerRoute, AppViewRoute, BullBoardQueues, ControllerHandlerReturnType, IServerAdapter, UIConfig } from '@bull-board/api/dist/typings/app'; | ||
export declare class H3Adapter implements IServerAdapter { | ||
@@ -3,0 +3,0 @@ private uiHandler; |
@@ -132,3 +132,3 @@ "use strict"; | ||
query: (0, h3_1.getQuery)(event), | ||
body: (0, h3_1.readBody)(event), | ||
body: method !== 'get' ? await (0, h3_1.readBody)(event) : {}, | ||
}); | ||
@@ -135,0 +135,0 @@ return body; |
{ | ||
"name": "@bull-board/h3", | ||
"version": "5.19.0", | ||
"version": "5.19.1", | ||
"description": "A H3 server adapter for Bull-Board dashboard.", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@bull-board/api": "5.19.0", | ||
"@bull-board/ui": "5.19.0", | ||
"@bull-board/api": "5.19.1", | ||
"@bull-board/ui": "5.19.1", | ||
"ejs": "^3.1.10", | ||
@@ -36,0 +36,0 @@ "h3": "^1.10.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27640
+ Added@bull-board/api@5.19.1(transitive)
+ Added@bull-board/ui@5.19.1(transitive)
- Removed@bull-board/api@5.19.0(transitive)
- Removed@bull-board/ui@5.19.0(transitive)
Updated@bull-board/api@5.19.1
Updated@bull-board/ui@5.19.1