@clerk/chrome-extension 2.7.0-snapshot.v20250926022751 → 2.7.0

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.
@@ -111,7 +111,7 @@ var CLIENT_UAT_KEY = "__clerk_uat";
111
111
  var DEFAULT_LOCAL_HOST_PERMISSION = "http://localhost";
112
112
  var STORAGE_KEY_CLIENT_JWT = "__clerk_client_jwt";
113
113
 
114
- // ../shared/dist/chunk-Z2IEVUOW.mjs
114
+ // ../shared/dist/chunk-3POI5HNC.mjs
115
115
  var DefaultMessages = Object.freeze({
116
116
  InvalidProxyUrlErrorMessage: `The proxyUrl passed to Clerk is invalid. The expected value for proxyUrl is an absolute URL or a relative path with a leading '/'. (key={{url}})`,
117
117
  InvalidPublishableKeyErrorMessage: `The publishableKey passed to Clerk is invalid. You can get your Publishable key at https://dashboard.clerk.com/last-active?path=api-keys. (key={{key}})`,
@@ -350,7 +350,7 @@ var BrowserStorageCache = createBrowserStorageCache();
350
350
  var clerk;
351
351
  noRhc.Clerk.sdkMetadata = {
352
352
  name: "@clerk/chrome-extension",
353
- version: "2.7.0-snapshot.v20250926022751"
353
+ version: "2.7.0"
354
354
  };
355
355
  async function createClerkClient({
356
356
  __experimental_syncHostListener = false,
package/dist/cjs/index.js CHANGED
@@ -18,7 +18,7 @@ var __export = (target, all) => {
18
18
  __defProp(target, name, { get: all[name], enumerable: true });
19
19
  };
20
20
 
21
- // ../shared/dist/chunk-Z2IEVUOW.mjs
21
+ // ../shared/dist/chunk-3POI5HNC.mjs
22
22
  var DefaultMessages = Object.freeze({
23
23
  InvalidProxyUrlErrorMessage: `The proxyUrl passed to Clerk is invalid. The expected value for proxyUrl is an absolute URL or a relative path with a leading '/'. (key={{url}})`,
24
24
  InvalidPublishableKeyErrorMessage: `The publishableKey passed to Clerk is invalid. You can get your Publishable key at https://dashboard.clerk.com/last-active?path=api-keys. (key={{key}})`,
@@ -76,7 +76,7 @@ function buildErrorThrower({ packageName, customMessages }) {
76
76
  };
77
77
  }
78
78
  var ClerkRuntimeError = class _ClerkRuntimeError extends Error {
79
- constructor(message, { code }) {
79
+ constructor(message, { code, cause }) {
80
80
  const prefix = "\u{1F512} Clerk:";
81
81
  const regex = new RegExp(prefix.replace(" ", "\\s*"), "i");
82
82
  const sanitized = message.replace(regex, "");
@@ -90,6 +90,7 @@ var ClerkRuntimeError = class _ClerkRuntimeError extends Error {
90
90
  Message:${this.message}`;
91
91
  };
92
92
  Object.setPrototypeOf(this, _ClerkRuntimeError.prototype);
93
+ this.cause = cause;
93
94
  this.code = code;
94
95
  this.message = _message;
95
96
  this.clerkRuntimeError = true;
@@ -4511,7 +4512,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
4511
4512
  }
4512
4513
  var SDK_METADATA = {
4513
4514
  name: "@clerk/clerk-react",
4514
- version: "5.49.0-snapshot.v20250926022751",
4515
+ version: "5.49.0",
4515
4516
  environment: process.env.NODE_ENV
4516
4517
  };
4517
4518
  var _status;
@@ -6048,7 +6049,7 @@ var BrowserStorageCache = createBrowserStorageCache();
6048
6049
  var clerk;
6049
6050
  noRhc.Clerk.sdkMetadata = {
6050
6051
  name: "@clerk/chrome-extension",
6051
- version: "2.7.0-snapshot.v20250926022751"
6052
+ version: "2.7.0"
6052
6053
  };
6053
6054
  async function createClerkClient({
6054
6055
  __experimental_syncHostListener = false,