@clerk/chrome-extension 3.0.0-canary.v20251219163248 → 3.0.0-canary.v20251219180306

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.
@@ -47,7 +47,7 @@ var ClerkAPIError = (_a = class {
47
47
  this.longMessage = parsedError.longMessage;
48
48
  this.meta = parsedError.meta;
49
49
  }
50
- }, __publicField(_a, "kind", "ClerkApiError"), _a);
50
+ }, __publicField(_a, "kind", "ClerkAPIError"), _a);
51
51
  var _a2;
52
52
  var ClerkError = (_a2 = class extends Error {
53
53
  constructor(opts) {
@@ -1236,7 +1236,7 @@ function handleValueOrFn(value, url, defaultValue) {
1236
1236
  if (typeof defaultValue !== "undefined") return defaultValue;
1237
1237
  }
1238
1238
 
1239
- // ../shared/dist/runtime/utils-_GMGltn-.mjs
1239
+ // ../shared/dist/runtime/utils-D-GyD6px.mjs
1240
1240
  var logErrorInDevMode = (message) => {
1241
1241
  if (isDevelopmentEnvironment()) console.error(`Clerk: ${message}`);
1242
1242
  };
@@ -2317,8 +2317,8 @@ function addClerkPrefix(str) {
2317
2317
  return `clerk.${str.replace(regex, "")}`;
2318
2318
  }
2319
2319
 
2320
- // ../shared/dist/runtime/versionSelector-Bi4TAuRU.mjs
2321
- var versionSelector = (clerkJSVersion, packageVersion = "6.0.0-canary.v20251219163248") => {
2320
+ // ../shared/dist/runtime/versionSelector-CPC_Y_U5.mjs
2321
+ var versionSelector = (clerkJSVersion, packageVersion = "6.0.0-canary.v20251219180306") => {
2322
2322
  if (clerkJSVersion) return clerkJSVersion;
2323
2323
  const prereleaseTag = getPrereleaseTag(packageVersion);
2324
2324
  if (prereleaseTag) {
@@ -2395,7 +2395,7 @@ var clerkUiScriptUrl = (opts) => {
2395
2395
  publishableKey,
2396
2396
  proxyUrl,
2397
2397
  domain
2398
- })}/npm/@clerk/ui@${versionSelector(clerkUiVersion, "1.0.0-canary.v20251219163248")}/dist/ui.browser.js`;
2398
+ })}/npm/@clerk/ui@${versionSelector(clerkUiVersion, "1.0.0-canary.v20251219180306")}/dist/ui.browser.js`;
2399
2399
  };
2400
2400
  var buildClerkJsScriptAttributes = (options) => {
2401
2401
  const obj = {};
@@ -3041,7 +3041,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
3041
3041
  }
3042
3042
  var SDK_METADATA = {
3043
3043
  name: "@clerk/react",
3044
- version: "6.0.0-canary.v20251219163248",
3044
+ version: "6.0.0-canary.v20251219180306",
3045
3045
  environment: process.env.NODE_ENV
3046
3046
  };
3047
3047
  var _status;
@@ -4649,7 +4649,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4649
4649
  var clerk;
4650
4650
  noRhc.Clerk.sdkMetadata = {
4651
4651
  name: "@clerk/chrome-extension",
4652
- version: "3.0.0-canary.v20251219163248"
4652
+ version: "3.0.0-canary.v20251219180306"
4653
4653
  };
4654
4654
  function createClerkClient({
4655
4655
  __experimental_syncHostListener = false,