@esri/solutions-components 5.0.4-next.2 → 5.0.4-next.3

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.
@@ -1,10 +1,7 @@
1
- Built 02/27/2026 13:56:46.81
1
+ Built 02/27/2026 14:31:12.18
2
2
  release/5.0.0
3
- commit 847153a178222a2a25eb35aa1a9e8984cb5fd59c
4
- Merge: d19705b23 cae571822
3
+ commit f2248d70ddd1f89332a9822876ac2fd7bb44457c
5
4
  Author: John Hauck <jhauck@esri.com>
6
- Date: Fri Feb 27 14:47:27 2026 -0700
5
+ Date: Fri Feb 27 15:24:09 2026 -0700
7
6
 
8
- Merge pull request #2190 from Esri/update-auth-mode
9
-
10
- use immediate auth mode in ent
7
+ pass isEnterprise through
@@ -27,9 +27,10 @@ export class Auth {
27
27
  * Initializes the Auth object. This method must be called before any other Auth methods.
28
28
  * If the user is not authorized to use the app, the page will be redirected to an error page.
29
29
  *
30
+ * @param isEnterprise
30
31
  * @returns Promise that resolves with the initialized Auth object
31
32
  */
32
- initialize(): Promise<Auth>;
33
+ initialize(isEnterprise?: boolean): Promise<Auth>;
33
34
  /** Refreshes the user session token */
34
35
  refreshSession(): Promise<common.UserSession> | undefined;
35
36
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solutions-components",
3
- "version": "5.0.4-next.2",
3
+ "version": "5.0.4-next.3",
4
4
  "description": "Web Components for Esri's Solutions Applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",