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

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.
@@ -429,7 +429,7 @@ var BrowserStorageCache = createBrowserStorageCache();
429
429
  var clerk;
430
430
  noRhc.Clerk.sdkMetadata = {
431
431
  name: "@clerk/chrome-extension",
432
- version: "2.8.7-snapshot.v20251127123052"
432
+ version: "2.8.7-snapshot.v20251128150741"
433
433
  };
434
434
  async function createClerkClient({
435
435
  __experimental_syncHostListener = false,
package/dist/cjs/index.js CHANGED
@@ -1764,7 +1764,7 @@ function dequal2(foo, bar) {
1764
1764
  return foo !== foo && bar !== bar;
1765
1765
  }
1766
1766
 
1767
- // ../shared/dist/runtime/organization-BaT3MVo3.mjs
1767
+ // ../shared/dist/runtime/organization-OxCeLHnh.mjs
1768
1768
  function assertContextExists(contextVal, msgOrCtx) {
1769
1769
  if (!contextVal) throw typeof msgOrCtx === "string" ? new Error(msgOrCtx) : /* @__PURE__ */ new Error(`${msgOrCtx.displayName} not found`);
1770
1770
  }
@@ -4430,7 +4430,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
4430
4430
  }
4431
4431
  var SDK_METADATA = {
4432
4432
  name: "@clerk/clerk-react",
4433
- version: "5.58.0-snapshot.v20251127123052",
4433
+ version: "5.57.1-snapshot.v20251128150741",
4434
4434
  environment: process.env.NODE_ENV
4435
4435
  };
4436
4436
  var _status;
@@ -4602,10 +4602,10 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
4602
4602
  this.premountMethodCalls.set("buildWaitlistUrl", callback);
4603
4603
  }
4604
4604
  };
4605
- this.buildTasksUrl = (opts) => {
4605
+ this.buildTasksUrl = () => {
4606
4606
  const callback = () => {
4607
4607
  var _a5;
4608
- return ((_a5 = this.clerkjs) == null ? void 0 : _a5.buildTasksUrl(opts)) || "";
4608
+ return ((_a5 = this.clerkjs) == null ? void 0 : _a5.buildTasksUrl()) || "";
4609
4609
  };
4610
4610
  if (this.clerkjs && this.loaded) {
4611
4611
  return callback();
@@ -6003,7 +6003,7 @@ var BrowserStorageCache = createBrowserStorageCache();
6003
6003
  var clerk;
6004
6004
  noRhc.Clerk.sdkMetadata = {
6005
6005
  name: "@clerk/chrome-extension",
6006
- version: "2.8.7-snapshot.v20251127123052"
6006
+ version: "2.8.7-snapshot.v20251128150741"
6007
6007
  };
6008
6008
  async function createClerkClient({
6009
6009
  __experimental_syncHostListener = false,