@iblai/web-utils 1.10.4 → 1.10.5

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/index.d.ts CHANGED
@@ -1025,7 +1025,7 @@ declare const isNode: () => string | false;
1025
1025
  declare const isExpo: () => any;
1026
1026
  declare const isTauri: () => boolean;
1027
1027
  declare function isSafariBrowser(): boolean;
1028
- declare const getPlatform: () => "web" | "react-native" | "node" | "unknown";
1028
+ declare const getPlatform: () => "react-native" | "web" | "node" | "unknown";
1029
1029
  declare const safeRequire: (moduleName: string) => any;
1030
1030
  declare const getNextNavigation: () => any;
1031
1031
 
package/dist/index.esm.js CHANGED
@@ -9720,6 +9720,7 @@ function TenantProvider({ children, fallback, onAuthSuccess, onAuthFailure, curr
9720
9720
  return true;
9721
9721
  }
9722
9722
  catch (e) {
9723
+ console.error("[joinAndActivateTenant] error", e);
9723
9724
  if (handleVisitingTenant) {
9724
9725
  saveVisitingTenant === null || saveVisitingTenant === void 0 ? void 0 : saveVisitingTenant(newCurrentTenant);
9725
9726
  }
@@ -9804,6 +9805,7 @@ function TenantProvider({ children, fallback, onAuthSuccess, onAuthFailure, curr
9804
9805
  org: effectiveRequestedTenant,
9805
9806
  platform_name: effectiveRequestedTenant,
9806
9807
  }, { handleVisitingTenant: false });
9808
+ console.log("[determineWhichTenantToUse] joined", joined);
9807
9809
  if (isWeb()) {
9808
9810
  if (!joined) {
9809
9811
  sessionStorage.setItem(guardKey, "1");