@firebase-web-authn/api
Advanced tools
Comparing version 9.6.6 to 10.0.0
{ | ||
"name": "@firebase-web-authn/api", | ||
"version": "9.6.6", | ||
"version": "10.0.0", | ||
"homepage": "https://firebase-web-authn.dev", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -11,5 +11,5 @@ /** | ||
export interface FirebaseWebAuthnConfig { | ||
authenticatorAttachment: AuthenticatorAttachment; | ||
relyingPartyName: string; | ||
userVerificationRequirement?: UserVerificationRequirement; | ||
"authenticatorAttachment": AuthenticatorAttachment; | ||
"relyingPartyName": string; | ||
"userVerificationRequirement"?: UserVerificationRequirement; | ||
} |
@@ -383,3 +383,3 @@ "use strict"; | ||
id: verifiedRegistrationResponse.registrationInfo.credentialID, | ||
publicKey: verifiedRegistrationResponse.registrationInfo.credentialPublicKey | ||
publicKey: verifiedRegistrationResponse.registrationInfo.credentialPublicKey, | ||
}, | ||
@@ -386,0 +386,0 @@ lastPresent: firestore_1.Timestamp.fromDate(new Date()), |
Sorry, the diff of this file is not supported yet
55975