MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.62k stars 137 forks source link

feat/502-rename-types-package #508

Closed MasterKale closed 10 months ago

MasterKale commented 10 months ago

This PR shortens the @simplewebauthn/typescript-types package name to @simplewebauthn/types.

@simplewebauthn/server can't be updated just yet to reference the new package name. The version of @simplewebauthn/types it references needs to be on NPM in order for dnt to be able to properly build and test server. This PR will have server continue to reference @simplewebauthn/typescript-types till after I merge this and publish @simplewebauthn/types@9.0.0 to NPM.

Fixes #502.