You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#162976bcf5 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.