@corbado/web-core
Advanced tools
Comparing version 1.1.0-alpha.0 to 1.1.0
@@ -90,3 +90,2 @@ import type { SessionUser } from '@corbado/types'; | ||
loginWithConditionalUI(): Promise<Result<void, LoginWithPasskeyError | undefined>>; | ||
abortOngoingPasskeyOperation(): void; | ||
/** | ||
@@ -93,0 +92,0 @@ * Method to append a passkey. |
@@ -13,3 +13,2 @@ import type { Subject } from 'rxjs'; | ||
login(serializedChallenge: string, conditional: boolean): Promise<Result<string, CorbadoError>>; | ||
abortOngoingOperation(): void; | ||
} |
@@ -56,11 +56,11 @@ import type { AxiosError } from 'axios'; | ||
readonly type: 'client' | 'server'; | ||
readonly link?: string; | ||
readonly link: string; | ||
readonly details?: string; | ||
readonly detailedType?: string; | ||
readonly requestId?: string; | ||
constructor(type: 'client' | 'server', message: string, link?: string, details?: string, detailedType?: string, requestId?: string); | ||
constructor(type: 'client' | 'server', message: string, link: string, details?: string, detailedType?: string, requestId?: string); | ||
static unknown(): NonRecoverableError; | ||
static invalidConfig(message: string): NonRecoverableError; | ||
static server(message: string, requestId: string, link: string, detailedType: string, details?: string): NonRecoverableError; | ||
static client(message: string, link?: string): NonRecoverableError; | ||
static client(message: string, link: string): NonRecoverableError; | ||
static userRegistrationNotAllowed(): NonRecoverableError; | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "@corbado/web-core", | ||
"version": "1.1.0-alpha.0", | ||
"version": "1.1.0", | ||
"description": "This package contains core functionalities which are exported by all the SDKs and UI packages of our JavaScript library", | ||
@@ -43,5 +43,5 @@ "author": "Abdullah Shahbaz <abdullah_ghani@live.com>", | ||
"devDependencies": { | ||
"@corbado/types": "^1.1.0-alpha.0" | ||
"@corbado/types": "^1.1.0" | ||
}, | ||
"gitHead": "42c5765ce208dc6f62308853040924c4c4b60e75" | ||
"gitHead": "a3b51cc8c8f501c8cc0790569e22dc7e5a9344aa" | ||
} |
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
0
688914
4154