@authgear/web
Advanced tools
Comparing version 0.19.0 to 0.20.0
@@ -46,2 +46,7 @@ /** | ||
*/ | ||
export declare type ColorScheme = "light" | "dark"; | ||
/** | ||
* @public | ||
*/ | ||
export declare interface ContainerOptions { | ||
@@ -182,17 +187,4 @@ name?: string; | ||
/** | ||
* Auth UI setting options | ||
* | ||
* @public | ||
*/ | ||
export declare interface SettingOptions { | ||
/** | ||
* WeChat Redirect URI is needed when integrating WeChat login in react-native | ||
* The wechatRedirectURI will be called when user click the login with WeChat button | ||
*/ | ||
wechatRedirectURI?: string; | ||
} | ||
/** | ||
* @public | ||
*/ | ||
export declare interface TokenStorage { | ||
@@ -199,0 +191,0 @@ setRefreshToken(namespace: string, refreshToken: string): Promise<void>; |
{ | ||
"name": "@authgear/web", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"license": "Apache-2.0", | ||
@@ -15,4 +15,4 @@ "main": "dist/authgear-web.cjs.js", | ||
"@authgear/core": "0.19.0", | ||
"core-js-pure": "3.21.1" | ||
"core-js-pure": "3.22.7" | ||
} | ||
} |
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 too big to display
785286
21119