v4.0.0
What's Changed
- Bump webpack from 5.70.0 to 5.76.1 in /tests/vite-app by @dependabot in #116
- Document decomposeJwt by @ottokruse in #117
- v4.0.0 by @ottokruse in #118
NOTE: #117 constitutes a breaking change, hence we created new major version v4.0.0, but you will only be impacted by this change, if you were doing this:
import { decomposeJwt } from "aws-jwt-verify/jwt"
That method has been renamed (to make it more clear) and must now be imported like so:
import { decomposeUnverifiedJwt } from "aws-jwt-verify/jwt";
Happy coding!
Full Changelog: v3.4.0...v4.0.0