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/types-in-dependencies #370

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This PR moves some types dependencies into package.json "dependencies". This will primarily help pull in @simplewebauthn/typescript-types into more projects without developers needing to manually npm install it as well as @simplewebauthn/server.

I installed this version with the repro included in #368 and believe that this will ensure types are always available:

Screenshot 2023-03-15 at 6 40 11 PM

Fixes #368.