@asgardeo/javascript 0.6.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -346,7 +346,7 @@ export interface EmbeddedFlowExecuteRequestConfig<T = any> extends EmbeddedFlowE
346
346
  *
347
347
  * When the embedded flow completes successfully and returns an assertion,
348
348
  * this authId is used to complete the OAuth2 authorization flow by calling
349
- * the `/oauth2/authorize` endpoint. This enables seamless transition from
349
+ * the `/oauth2/auth/callback` endpoint. This enables seamless transition from
350
350
  * embedded flow to traditional OAuth2 flow completion.
351
351
  *
352
352
  * @example "auth_abc123def456"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgardeo/javascript",
3
- "version": "0.6.0",
3
+ "version": "0.7.1",
4
4
  "description": "Framework agnostic JavaScript SDK for Asgardeo.",
5
5
  "keywords": [
6
6
  "asgardeo",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "2.8.1",
49
- "@asgardeo/i18n": "0.4.1"
49
+ "@asgardeo/i18n": "0.4.2"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"