@clerk/chrome-extension 3.1.54-snapshot.v20260716135136 → 3.1.54

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.
@@ -433,7 +433,7 @@ var BrowserStorageCache = createBrowserStorageCache();
433
433
  var clerk;
434
434
  noRhc.Clerk.sdkMetadata = {
435
435
  name: "@clerk/chrome-extension",
436
- version: "3.1.54-snapshot.v20260716135136"
436
+ version: "3.1.54"
437
437
  };
438
438
  function createClerkClient({
439
439
  __experimental_syncHostListener = false,
@@ -490,7 +490,7 @@ function createClerkClient2(opts) {
490
490
  }
491
491
  noRhc.Clerk.sdkMetadata = {
492
492
  name: "@clerk/chrome-extension",
493
- version: "3.1.54-snapshot.v20260716135136"
493
+ version: "3.1.54"
494
494
  };
495
495
  const clerk2 = new noRhc.Clerk(opts.publishableKey, {});
496
496
  const originalLoad = clerk2.load.bind(clerk2);
@@ -433,7 +433,7 @@ var BrowserStorageCache = createBrowserStorageCache();
433
433
  var clerk;
434
434
  noRhc.Clerk.sdkMetadata = {
435
435
  name: "@clerk/chrome-extension",
436
- version: "3.1.54-snapshot.v20260716135136"
436
+ version: "3.1.54"
437
437
  };
438
438
  function createClerkClient({
439
439
  __experimental_syncHostListener = false,
@@ -490,7 +490,7 @@ function createClerkClient2(opts) {
490
490
  }
491
491
  noRhc.Clerk.sdkMetadata = {
492
492
  name: "@clerk/chrome-extension",
493
- version: "3.1.54-snapshot.v20260716135136"
493
+ version: "3.1.54"
494
494
  };
495
495
  const clerk2 = new noRhc.Clerk(opts.publishableKey, {});
496
496
  const originalLoad = clerk2.load.bind(clerk2);
package/dist/cjs/index.js CHANGED
@@ -5768,7 +5768,7 @@ function isVersionCompatible(version2, bounds) {
5768
5768
  return checkVersionAgainstBounds(parsed, bounds);
5769
5769
  }
5770
5770
 
5771
- // ../react/dist/ClerkProvider-8CHSSyJw.mjs
5771
+ // ../react/dist/ClerkProvider-BhtPIGJT.mjs
5772
5772
  var ClerkLoaded = ({ children }) => {
5773
5773
  useAssertWrappedByClerkProvider$1("ClerkLoaded");
5774
5774
  if (!useIsomorphicClerkContext().loaded) return null;
@@ -6303,7 +6303,7 @@ var StateProxy = class {
6303
6303
  if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") globalThis.__BUILD_DISABLE_RHC__ = false;
6304
6304
  var SDK_METADATA = {
6305
6305
  name: "@clerk/react",
6306
- version: "6.12.5-snapshot.v20260716135136",
6306
+ version: "6.12.5",
6307
6307
  environment: process.env.NODE_ENV
6308
6308
  };
6309
6309
  var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _a15, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
@@ -7144,18 +7144,6 @@ var IsomorphicClerk = (_a15 = class {
7144
7144
  return ((_a17 = this.clerkjs) == null ? void 0 : _a17.__internal_getOption) ? (_b = this.clerkjs) == null ? void 0 : _b.__internal_getOption(key) : this.options[key];
7145
7145
  }
7146
7146
  /**
7147
- * Proxies to the inner Clerk instance's ModuleManager. Returns `undefined`
7148
- * before clerk-js has loaded; composed UI components read this getter
7149
- * (via `useClerk()`) to resolve dynamic-imported modules and fall back to a
7150
- * rejecting manager while it is `undefined`.
7151
- *
7152
- * @internal
7153
- */
7154
- get __internal_moduleManager() {
7155
- var _a17;
7156
- return (_a17 = this.clerkjs) == null ? void 0 : _a17.__internal_moduleManager;
7157
- }
7158
- /**
7159
7147
  * Initialize Clerk for headless/React Native environments where a Clerk instance is provided directly.
7160
7148
  * Only handles Clerk construction and loading — post-load wiring is shared via replayInterceptedInvocations.
7161
7149
  */
@@ -7794,7 +7782,7 @@ var BrowserStorageCache = createBrowserStorageCache();
7794
7782
  var clerk;
7795
7783
  noRhc.Clerk.sdkMetadata = {
7796
7784
  name: "@clerk/chrome-extension",
7797
- version: "3.1.54-snapshot.v20260716135136"
7785
+ version: "3.1.54"
7798
7786
  };
7799
7787
  function createClerkClient({
7800
7788
  __experimental_syncHostListener = false,