Packages
- @simplewebauthn/browser@9.0.0
- @simplewebauthn/server@9.0.0
- @simplewebauthn/types@9.0.0
Changes
- [types] The
@simplewebauthn/typescript-typespackage has been renamed to
@simplewebauthn/types(#508)
Breaking Changes
- Any reference to
@simplwebauthn/typescript-typeswill need to be replaced with the new package name@simplewebauthn/types:
Before:
import { ... } from '@simplwebauthn/typescript-types';After:
$> npm uninstall @simplewebauthn/typescript-types
$> npm install -D @simplewebauthn/typesimport { ... } from '@simplwebauthn/types';