Skip to content

0.9.28

Choose a tag to compare

@github-actions github-actions released this 24 May 15:22
a0e3882

Bug fixes

  • Fix ESM build error when bundling for browser — replace crypto.randomBytes in src/lib/temp.ts with Math.random()-based hex generation so the randomBytes import from node:crypto is no longer present in the ESM output, allowing browser polyfills to resolve cleanly.