@descope/angular-sdk
Advanced tools
Comparing version 0.0.0-next-9f060d2b-20231231 to 0.0.0-next-a0ca0a38-20240104
@@ -25,4 +25,4 @@ import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
private readonly webComponent; | ||
@@ -29,0 +29,0 @@ constructor(elementRef: ElementRef, authService: DescopeAuthService, descopeConfig: DescopeAuthConfig); |
@@ -21,4 +21,4 @@ import { EventEmitter } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
constructor(descopeConfig: DescopeAuthConfig); | ||
@@ -25,0 +25,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<SignInFlowComponent, never>; |
@@ -21,4 +21,4 @@ import { EventEmitter } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
constructor(descopeConfig: DescopeAuthConfig); | ||
@@ -25,0 +25,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<SignUpFlowComponent, never>; |
@@ -21,4 +21,4 @@ import { EventEmitter } from '@angular/core'; | ||
logger: ILogger; | ||
success: EventEmitter<void>; | ||
error: EventEmitter<void>; | ||
success: EventEmitter<CustomEvent>; | ||
error: EventEmitter<CustomEvent>; | ||
constructor(descopeConfig: DescopeAuthConfig); | ||
@@ -25,0 +25,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<SignUpOrInFlowComponent, never>; |
{ | ||
"name": "@descope/angular-sdk", | ||
"version": "0.0.0-next-9f060d2b-20231231", | ||
"version": "0.0.0-next-a0ca0a38-20240104", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": ">=16.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
154466
1306