This repository was archived by the owner on Aug 26, 2025. It is now read-only.
Releases: github/webauthn-json
Releases · github/webauthn-json
v2.1.1
v2.1.0
Release notes:
- TypeScript 4.9.4 `lib.dom.d.ts` compat: Explicitly mark `authenticatorAttachment` as optional on the `PublicKeyCredentialWithClientExtensionResults` interface.
- This means that the relevant type is *not* compatible with TypeScript. This is an intentional decision to reflect the current implementation status of Firefox. For more details, see:
- https://github.com/github/webauthn-json/issues/73#issuecomment-1385957680
- https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1477
v2.0.2-pre3
Release notes: - Testing `npm` publication with provenance. - No library changes.
v2.0.2-pre2
Release notes: - Testing `npm` publication with provenance. - No library changes.
v2.0.2-pre1
Release notes: - Testing `npm` publication with provenance. - No library changes.
v2.0.2
Release notes: - Testing `npm` publication with provenance. - No library changes.
v2.0.1
Release notes: - Add the `hybrid` transport type.
v2.0.0
Release notes: - Add a `browser-ponyfill` build to match the new API shape from https://github.com/w3c/webauthn/issues/1683 We've been using the ponyfill on github.com for over two weeks without issue at this point!
v2.0.0-alpha4
Release notes: - Split the `browser-ponyfill` into regular and extended like the main build.
v2.0.0-alpha3
Release notes: - [browser-ponyfill] Change JSON types to the extended versions and export all.