@bull-board/hono
Advanced tools
Comparing version 5.20.3 to 5.20.4
@@ -122,3 +122,3 @@ "use strict"; | ||
const app = new hono_1.Hono(); | ||
const staticBaseUrlPath = [this.basePath, this.staticPath].join('/').replace(/\/{2,}/g, '/'); | ||
const staticBaseUrlPath = [this.basePath, this.staticRoute].join('/').replace(/\/{2,}/g, '/'); | ||
app.get(`${this.staticRoute}/*`, this.serveStatic({ | ||
@@ -125,0 +125,0 @@ root: node_path_1.default.relative(process.cwd(), this.staticPath), |
{ | ||
"name": "@bull-board/hono", | ||
"version": "5.20.3", | ||
"version": "5.20.4", | ||
"description": "A Hono server adapter for Bull-Board dashboard.", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@bull-board/api": "5.20.3", | ||
"@bull-board/ui": "5.20.3", | ||
"@bull-board/api": "5.20.4", | ||
"@bull-board/ui": "5.20.4", | ||
"ejs": "^3.1.10", | ||
@@ -35,0 +35,0 @@ "hono": "^4.4.7" |
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
15023
+ Added@bull-board/api@5.20.4(transitive)
+ Added@bull-board/ui@5.20.4(transitive)
- Removed@bull-board/api@5.20.3(transitive)
- Removed@bull-board/ui@5.20.3(transitive)
Updated@bull-board/api@5.20.4
Updated@bull-board/ui@5.20.4