@simplewebauthn/typescript-types
Advanced tools
Comparing version 5.3.0 to 5.4.0
@@ -116,3 +116,3 @@ /** | ||
*/ | ||
export declare type AuthenticatorTransportFuture = "ble" | "internal" | "nfc" | "usb" | "cable" | "hybrid"; | ||
export declare type AuthenticatorTransportFuture = 'ble' | 'internal' | 'nfc' | 'usb' | 'cable' | 'hybrid'; | ||
/** | ||
@@ -119,0 +119,0 @@ * A super class of TypeScript's `PublicKeyCredentialDescriptor` that knows about the latest |
{ | ||
"name": "@simplewebauthn/typescript-types", | ||
"version": "5.3.0", | ||
"version": "5.4.0", | ||
"description": "TypeScript types used by the @simplewebauthn series of libraries", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "ad8b71fb26330f123155ec8467dd8f2ffedc0986" | ||
"gitHead": "c41351664e47b0606d49da435298ef588bfe137f" | ||
} |