v2.1.3
Bug fix
TypeScript and type compatibility fixes to unblock Docker publish workflow.
Full changelog
Fix
- Bump typescript to ^5.7.2 and @types/node to ^20.19.39 for hono 4.9.7 compatibility
- Wrap imageBuffer in
new Uint8Array(...)to satisfy hono'sc.bodytyping
Unblocks the Docker publish workflow that was failing on tsc --project tsconfig.build.json.