@asgardeo/react 0.6.26 → 0.6.28

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.
@@ -85,6 +85,7 @@ export declare const transformComponents: (response: any, t: UseTranslation["t"]
85
85
  /**
86
86
  * Extract error message from flow error response.
87
87
  * Supports any flow error response that follows the standard structure.
88
+ * Prioritizes failureReason if present, otherwise falls back to translated generic message.
88
89
  *
89
90
  * @param error - The error response object
90
91
  * @param t - Translation function for fallback messages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asgardeo/react",
3
- "version": "0.6.26",
3
+ "version": "0.6.28",
4
4
  "description": "React implementation of Asgardeo JavaScript SDK.",
5
5
  "keywords": [
6
6
  "asgardeo",
@@ -59,8 +59,8 @@
59
59
  "esbuild": "0.25.9",
60
60
  "react-dom": "19.1.4",
61
61
  "tslib": "2.8.1",
62
- "@asgardeo/browser": "0.1.40",
63
- "@asgardeo/i18n": "0.3.9"
62
+ "@asgardeo/i18n": "0.3.9",
63
+ "@asgardeo/browser": "0.1.41"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"