Download Latest Version @voltagent_core@2.7.5 source code.tar.gz (6.3 MB)
Email in envelope

Get an email when there's a new version of VoltAgent

Home / @voltagent_server-hono@2.0.13
Name Modified Size InfoDownloads / Week
Parent folder
@voltagent_server-hono@2.0.13 source code.tar.gz 2026-04-25 6.3 MB
@voltagent_server-hono@2.0.13 source code.zip 2026-04-25 7.8 MB
README.md 2026-04-25 1.4 kB
Totals: 3 Items   14.1 MB 0

Patch Changes

  • #1241 794da98 Thanks @truffle-dev! - fix(server-hono): don't double-prefix basePath when Hono already merged it into route.path

    When a sub-app is mounted via app.route(basePath, subApp) or app.basePath(basePath), Hono's internal _addRoute calls mergePath(basePath, path) and stores the merged result in route.path, while still keeping basePath on the route as metadata. extractCustomEndpoints blindly prepended basePath to route.path, so a route registered as /api/hello with basePath: "/api" was logged as GET /api/api/hello even though Hono served it correctly at /api/hello. Only prepend basePath when route.path does not already include it.

  • Updated dependencies [b4cb089, 69b78fd, 832f094, 99c201b]:

    • @voltagent/core@2.7.3
    • @voltagent/server-core@2.1.16
Source: README.md, updated 2026-04-25