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:
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 manuallynpm 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:
Fixes #368.