@authgear/web
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -253,2 +253,6 @@ /** | ||
/** | ||
* Custom state. | ||
*/ | ||
xState?: string; | ||
/** | ||
* OIDC prompt parameter. | ||
@@ -369,2 +373,6 @@ * | ||
/** | ||
* Custom state. | ||
*/ | ||
xState?: string; | ||
/** | ||
* UI locale tags | ||
@@ -393,2 +401,6 @@ */ | ||
/** | ||
* Custom state. | ||
*/ | ||
xState?: string; | ||
/** | ||
* UI locale tags | ||
@@ -395,0 +407,0 @@ */ |
{ | ||
"name": "@authgear/web", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"license": "Apache-2.0", | ||
@@ -14,5 +14,5 @@ "main": "dist/authgear-web.cjs.js", | ||
"devDependencies": { | ||
"@authgear/core": "2.1.0", | ||
"@authgear/core": "2.2.0", | ||
"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
836924
22349