@clerk/clerk-react 5.53.7 → 5.53.8-canary.v20251106144321

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.js CHANGED
@@ -1220,7 +1220,7 @@ function useDerivedAuth(authObject, { treatPendingAsSignedOut = true } = {}) {
1220
1220
  plans: (sessionClaims == null ? void 0 : sessionClaims.pla) || ""
1221
1221
  })(params);
1222
1222
  },
1223
- [has, userId, orgId, orgRole, orgPermissions, factorVerificationAge]
1223
+ [has, userId, orgId, orgRole, orgPermissions, factorVerificationAge, sessionClaims]
1224
1224
  );
1225
1225
  const payload = (0, import_authorization.resolveAuthState)({
1226
1226
  authObject: {
@@ -1851,7 +1851,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
1851
1851
  }
1852
1852
  var SDK_METADATA = {
1853
1853
  name: "@clerk/clerk-react",
1854
- version: "5.53.7",
1854
+ version: "5.53.8-canary.v20251106144321",
1855
1855
  environment: process.env.NODE_ENV
1856
1856
  };
1857
1857
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;