@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/{chunk-RIHPNBRX.mjs → chunk-D3WH3Z63.mjs} +2 -2
- package/dist/{chunk-GS2PUW25.mjs → chunk-F54Q6IK5.mjs} +2 -2
- package/dist/chunk-F54Q6IK5.mjs.map +1 -0
- package/dist/{chunk-W6LUQR6F.mjs → chunk-HM7344UV.mjs} +2 -2
- package/dist/experimental.js +1 -1
- package/dist/experimental.js.map +1 -1
- package/dist/experimental.mjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/internal.js +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -2
- package/package.json +3 -3
- package/dist/chunk-GS2PUW25.mjs.map +0 -1
- /package/dist/{chunk-RIHPNBRX.mjs.map → chunk-D3WH3Z63.mjs.map} +0 -0
- /package/dist/{chunk-W6LUQR6F.mjs.map → chunk-HM7344UV.mjs.map} +0 -0
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.
|
|
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;
|