@simplewebauthn/typescript-types
Advanced tools
Comparing version 0.10.0 to 0.10.4
/** | ||
* @packageDocumentation | ||
* @module @simplewebauthn/typescript-types | ||
* @preferred | ||
*/ | ||
import type { AuthenticatorAssertionResponse, AuthenticatorAttestationResponse, AuthenticatorTransport, COSEAlgorithmIdentifier, PublicKeyCredential, PublicKeyCredentialCreationOptions, PublicKeyCredentialDescriptor, PublicKeyCredentialRequestOptions, PublicKeyCredentialUserEntity } from './dom'; | ||
export * from './dom'; | ||
/** | ||
@@ -7,0 +8,0 @@ * A variant of PublicKeyCredentialCreationOptions suitable for JSON transmission to the browser to |
{ | ||
"name": "@simplewebauthn/typescript-types", | ||
"version": "0.10.0", | ||
"version": "0.10.4", | ||
"description": "TypeScript types used by the @simplewebauthn series of libraries", | ||
@@ -19,3 +19,4 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "rimraf dist && tsc", | ||
"build": "rimraf dist && npm run extract-dom-types && tsc", | ||
"extract-dom-types": "ts-node extract-dom-types.ts", | ||
"prepublish": "npm run build" | ||
@@ -29,3 +30,3 @@ }, | ||
], | ||
"gitHead": "30839edf84a46e15b1e3c45dbe5f6bb940dfc86a" | ||
"gitHead": "9a360ddfe82a5dbe1bc2201aeb68139a95612b5e" | ||
} |
13736
268