We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The JWT_ERRORS as an enum is not very useful when it comes to extension. Transforming it to a plain object should make it more usable.
JWT_ERRORS
The text was updated successfully, but these errors were encountered:
fix: export error prefixes as object instead of enum
1ff1b6a
closes #243
feat: export error prefixes as object instead of enum (#244)
e5b070d
chore(release): 6.6.0 [skip ci]
bf8c552
# [6.6.0](6.5.0...6.6.0) (2022-08-19) ### Features * export error prefixes as object instead of enum ([#244](#244)) ([e5b070d](e5b070d)), closes [#243](#243)
🎉 This issue has been resolved in version 6.6.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The
JWT_ERRORS
as an enum is not very useful when it comes to extension.Transforming it to a plain object should make it more usable.
The text was updated successfully, but these errors were encountered: