Skip to content

v5.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@jasonraimondi jasonraimondi released this 06 Jun 14:18
· 45 commits to main since this release
a21c535

Fixed

  • Default-import jsonwebtoken so the built ESM bundle loads under native Node. The named import { sign, verify } resolved to undefined when the CJS-only jsonwebtoken package was loaded from the compiled ESM output, throwing at runtime. (#232)