Packages:
- @simplewebauthn/browser@3.1.0
Changes:
- [browser] The ES2018 bundle is now "main" in package.json. The
tslibdependency for production is no longer necessary as transpilation to ES5 is now fully the responsibility of the framework implementing @simplewebauthn/browser.- The ES5 UMD build remains available for websites not leveraging a build pipeline.
- [browser] Linking to this package via unpkg now defaults to the ES2018 build. See browser's README.md for information on how to link to the ES5 build instead.