@iblai/web-utils 1.9.2 → 1.10.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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/web-utils",
3
- "version": "1.9.1",
3
+ "version": "1.10.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -112,6 +112,7 @@ export interface RedirectToAuthSpaOptions {
112
112
  /** Function to check if the app is running as a native app (e.g., Tauri). Affects redirect behavior. */
113
113
  isNativeApp?: () => boolean;
114
114
  forceRedirect?: boolean;
115
+ scheme?: string;
115
116
  }
116
117
  /**
117
118
  * Redirect to authentication SPA for login/logout
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/web-utils",
3
- "version": "1.9.2",
3
+ "version": "1.10.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",