Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 10 Jul 07:37
· 22 commits to main since this release
7849d05

Patch Changes

  • #162 976bcf5 Thanks @paveg! - Drop source maps from the published package. The build previously set sourcemap: true while excluding .map files via files, which left dangling //# sourceMappingURL comments pointing at maps that were never shipped. sourcemap is now false, so no source-map comments or files are emitted. Aligns with the minimal-footprint peers (hono, zod, valibot). No runtime behavior change.