@corbado/web-core
Advanced tools
Comparing version 2.3.4-alpha.0 to 2.4.0
@@ -6,1 +6,2 @@ export * from './utils/constants'; | ||
export * from './models/emailVerifyFromUrl'; | ||
export * from './models/lastIdentifier'; |
import type { AxiosResponse } from 'axios'; | ||
import type { Result } from 'ts-results'; | ||
import type { AuthType, LoginIdentifier, ProcessResponse, SocialProviderType } from '../api/v2'; | ||
import type { AuthType, LoginIdentifier, PasskeyOperation, ProcessResponse, SocialProviderType } from '../api/v2'; | ||
import { BlockType } from '../api/v2'; | ||
import { EmailVerifyFromUrl } from '../models/emailVerifyFromUrl'; | ||
import type { LastIdentifier } from '../models/lastIdentifier'; | ||
import { CorbadoError } from '../utils'; | ||
@@ -40,3 +41,5 @@ export declare class ProcessService { | ||
dropPasskeyAppendShown(): void; | ||
dropLastIdentifier: (passkeyOperations: PasskeyOperation | undefined) => void; | ||
getLastIdentifier: () => LastIdentifier | undefined; | ||
dispose(): void; | ||
} |
@@ -13,2 +13,3 @@ import type { Result } from 'ts-results'; | ||
static doesBrowserSupportPasskeys(): Promise<boolean>; | ||
static doesBrowserSupportConditionalUI(): Promise<boolean>; | ||
static canUseBluetooth(): Promise<boolean>; | ||
@@ -15,0 +16,0 @@ static getClientHandle(): string | null; |
@@ -17,2 +17,3 @@ import type { AxiosError } from 'axios'; | ||
static ignore(): CorbadoError; | ||
static conditionalUINotSupported(): CorbadoError; | ||
static fromAxiosError(error: AxiosError): RecoverableError | NonRecoverableError; | ||
@@ -19,0 +20,0 @@ static fromDOMException(e: DOMException): CorbadoError; |
{ | ||
"name": "@corbado/web-core", | ||
"version": "2.3.4-alpha.0", | ||
"version": "2.4.0", | ||
"description": "This package contains core functionalities which are exported by all the SDKs and UI packages of our JavaScript library", | ||
@@ -44,7 +44,7 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>", | ||
"devDependencies": { | ||
"@corbado/types": "^2.3.2-alpha.0", | ||
"@corbado/types": "^2.4.0", | ||
"@types/web-bluetooth": "^0.0.20", | ||
"user-agent-data-types": "^0.4.2" | ||
}, | ||
"gitHead": "1a4314c6664c02f7d91b0d086c3868462ff53595" | ||
"gitHead": "819c368ee5115c24250ed3d96dac0cc74501f090" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
768741
34
6741
0