0.9.28
Bug fixes
- Fix ESM build error when bundling for browser — replace
crypto.randomBytesinsrc/lib/temp.tswithMath.random()-based hex generation so therandomBytesimport fromnode:cryptois no longer present in the ESM output, allowing browser polyfills to resolve cleanly.