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.
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.