@clerk/chrome-extension 2.8.11 → 2.8.12

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.
@@ -2697,7 +2697,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
2697
2697
  }
2698
2698
  var SDK_METADATA = {
2699
2699
  name: "@clerk/clerk-react",
2700
- version: "5.58.1",
2700
+ version: "5.59.0",
2701
2701
  environment: process.env.NODE_ENV
2702
2702
  };
2703
2703
  var _status;
@@ -3671,6 +3671,17 @@ var _IsomorphicClerk = class _IsomorphicClerk2 {
3671
3671
  this.premountMethodCalls.set("authenticateWithOKXWallet", callback);
3672
3672
  }
3673
3673
  };
3674
+ this.authenticateWithSolana = async (params) => {
3675
+ const callback = () => {
3676
+ var _a5;
3677
+ return (_a5 = this.clerkjs) == null ? void 0 : _a5.authenticateWithSolana(params);
3678
+ };
3679
+ if (this.clerkjs && this.loaded) {
3680
+ return callback();
3681
+ } else {
3682
+ this.premountMethodCalls.set("authenticateWithSolana", callback);
3683
+ }
3684
+ };
3674
3685
  this.authenticateWithWeb3 = async (params) => {
3675
3686
  const callback = () => {
3676
3687
  var _a5;
@@ -4288,7 +4299,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4288
4299
  var clerk;
4289
4300
  noRhc.Clerk.sdkMetadata = {
4290
4301
  name: "@clerk/chrome-extension",
4291
- version: "2.8.11"
4302
+ version: "2.8.12"
4292
4303
  };
4293
4304
  async function createClerkClient({
4294
4305
  __experimental_syncHostListener = false,