@clerk/chrome-extension 3.0.0-canary-core3.v20251124105058 → 3.0.0-canary-core3.v20251124161754

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.
@@ -1174,11 +1174,9 @@ var deprecated = (fnName, warning, key) => {
1174
1174
  ${warning}`);
1175
1175
  };
1176
1176
  withClerk(({ clerk: clerk2, ...props }) => {
1177
+ var _a5, _b;
1177
1178
  const { client, session } = clerk2;
1178
- const hasSignedInSessions = client.signedInSessions ? client.signedInSessions.length > 0 : (
1179
- // Compat for clerk-js<5.54.0 (which was released with the `signedInSessions` property)
1180
- client.activeSessions && client.activeSessions.length > 0
1181
- );
1179
+ const hasSignedInSessions = ((_b = (_a5 = client.signedInSessions) == null ? void 0 : _a5.length) != null ? _b : 0) > 0;
1182
1180
  React7__default.default.useEffect(() => {
1183
1181
  if (session === null && hasSignedInSessions) {
1184
1182
  void clerk2.redirectToAfterSignOut();
@@ -2981,7 +2979,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2981
2979
  }
2982
2980
  var SDK_METADATA = {
2983
2981
  name: "@clerk/react",
2984
- version: "6.0.0-canary-core3.v20251124105058",
2982
+ version: "6.0.0-canary-core3.v20251124161754",
2985
2983
  environment: process.env.NODE_ENV
2986
2984
  };
2987
2985
  var _status;
@@ -4535,7 +4533,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4535
4533
  var clerk;
4536
4534
  noRhc.Clerk.sdkMetadata = {
4537
4535
  name: "@clerk/chrome-extension",
4538
- version: "3.0.0-canary-core3.v20251124105058"
4536
+ version: "3.0.0-canary-core3.v20251124161754"
4539
4537
  };
4540
4538
  function createClerkClient({
4541
4539
  __experimental_syncHostListener = false,