Skip to content

Commit b659672

Browse files
authored
bump version (#115)
.
1 parent b97a54e commit b659672

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@authsignal/browser",
3-
"version": "1.12.6",
3+
"version": "1.12.7",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

src/passkey.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,9 +291,7 @@ export class Passkey {
291291
}
292292

293293
private async doesBrowserSupportConditionalCreate() {
294-
// @ts-expect-error types are not up to date
295294
if (window.PublicKeyCredential && PublicKeyCredential.getClientCapabilities) {
296-
// @ts-expect-error types are not up to date
297295
const capabilities = await PublicKeyCredential.getClientCapabilities();
298296
if (capabilities.conditionalCreate) {
299297
return true;

0 commit comments

Comments
 (0)