Skip to content
New issue

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

Use new base 32 encode and decode #9

Merged
merged 1 commit into from
Aug 28, 2024
Merged

Conversation

kldeb
Copy link
Contributor

@kldeb kldeb commented Aug 28, 2024

Fix for issue #8

This package is used by remix-auth-totp package which is breaking when deployed to aws lambda using sst.

The proposed fix in this PR was tested inside the project where I was experiencing the issue. I had to alter the tests slightly to make them work. Not sure if these changes imply any breaking changes.

Related issue in remix-auth-totp: dev-xo/remix-auth-totp#69

Related PR in remix-auth-totp: dev-xo/remix-auth-totp#70

Copy link
Member

@kentcdodds kentcdodds left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fine and should not require a major version bump since thirty-two is not part of the public API. Thanks!

@kentcdodds kentcdodds merged commit dc6d694 into epicweb-dev:main Aug 28, 2024
2 checks passed
@kentcdodds
Copy link
Member

Whoops, looks like this broke TypeScript. Could you look into that please? The automated release can't go out until that's fixed.

@kldeb
Copy link
Contributor Author

kldeb commented Aug 29, 2024

@kentcdodds can you point me to the issue? I don't see any support for type checking in the scripts...

@kentcdodds
Copy link
Member

Copy link

🎉 This PR is included in version 1.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants