-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Migrate to JSR.io #634
Migrate to JSR.io #634
Conversation
Quick check-in, I managed to get @simplewebauthn/types@11.0.0-alpha1 published: https://jsr.io/@simplewebauthn/types@11.0.0-alpha1 This includes functional DOM types extraction just as I had before, except pulling from Deno's cache. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small thing to get rid of, otherwise this looks ready to go.
This PR massively refactors the monorepo to use Deno for pretty much everything, including workspaces, formatting, linting, and testing.
As an added benefit, all three SimpleWebAuthn packages can now be published to the following package repositories:
This means @simplewebauthn/browser too can be installed in projects like Nuxt and Fresh that can perform server-side rendering using front end libraries.
Fixes #571.