@clerk/chrome-extension 2.8.7-snapshot.v20251128150741 → 2.8.7

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.
@@ -844,7 +844,7 @@ function dequal2(foo, bar) {
844
844
  return foo !== foo && bar !== bar;
845
845
  }
846
846
 
847
- // ../shared/dist/runtime/organization-OxCeLHnh.mjs
847
+ // ../shared/dist/runtime/react/index.mjs
848
848
  function assertContextExists(contextVal, msgOrCtx) {
849
849
  if (!contextVal) throw typeof msgOrCtx === "string" ? new Error(msgOrCtx) : /* @__PURE__ */ new Error(`${msgOrCtx.displayName} not found`);
850
850
  }
@@ -2676,7 +2676,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2676
2676
  }
2677
2677
  var SDK_METADATA = {
2678
2678
  name: "@clerk/clerk-react",
2679
- version: "5.57.1-snapshot.v20251128150741",
2679
+ version: "5.57.1",
2680
2680
  environment: process.env.NODE_ENV
2681
2681
  };
2682
2682
  var _status;
@@ -4249,7 +4249,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4249
4249
  var clerk;
4250
4250
  noRhc.Clerk.sdkMetadata = {
4251
4251
  name: "@clerk/chrome-extension",
4252
- version: "2.8.7-snapshot.v20251128150741"
4252
+ version: "2.8.7"
4253
4253
  };
4254
4254
  async function createClerkClient({
4255
4255
  __experimental_syncHostListener = false,