Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
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:
    - #73 (comment)
    - microsoft/TypeScript-DOM-lib-generator#1477
  • Loading branch information
lgarron committed Jan 17, 2023
1 parent 9963d13 commit beac416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@github/webauthn-json",
"version": "2.0.2",
"version": "2.1.0",
"description": "A wrapper for the webauthn API that adapts input/output values to plain JSON with base64url.",
"author": "GitHub, Inc. <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit beac416

Please sign in to comment.