@simplewebauthn/typescript-types
Advanced tools
Comparing version 0.10.4 to 0.10.5
@@ -22,3 +22,3 @@ /** | ||
challenge: Base64URLString; | ||
allowCredentials: PublicKeyCredentialDescriptorJSON[]; | ||
allowCredentials?: PublicKeyCredentialDescriptorJSON[]; | ||
} | ||
@@ -25,0 +25,0 @@ export interface PublicKeyCredentialDescriptorJSON extends Omit<PublicKeyCredentialDescriptor, 'id'> { |
{ | ||
"name": "@simplewebauthn/typescript-types", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"description": "TypeScript types used by the @simplewebauthn series of libraries", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "9a360ddfe82a5dbe1bc2201aeb68139a95612b5e" | ||
"gitHead": "1696ddee5c5048e634b5598638677b899226a153" | ||
} |
13737