@clerk/chrome-extension 2.7.2-canary.v20250930133237 → 2.7.2-canary.v20250930153509

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.
@@ -3330,7 +3330,8 @@ var StateProxy = class {
3330
3330
  "verifyTOTP",
3331
3331
  "verifyBackupCode"
3332
3332
  ]),
3333
- ticket: this.gateMethod(target, "ticket")
3333
+ ticket: this.gateMethod(target, "ticket"),
3334
+ web3: this.gateMethod(target, "web3")
3334
3335
  }
3335
3336
  };
3336
3337
  }
@@ -3357,6 +3358,7 @@ var StateProxy = class {
3357
3358
  sso: gateMethod(target, "sso"),
3358
3359
  password: gateMethod(target, "password"),
3359
3360
  ticket: gateMethod(target, "ticket"),
3361
+ web3: gateMethod(target, "web3"),
3360
3362
  finalize: gateMethod(target, "finalize"),
3361
3363
  verifications: wrapMethods(() => target().verifications, [
3362
3364
  "sendEmailCode",
@@ -3423,7 +3425,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
3423
3425
  }
3424
3426
  var SDK_METADATA = {
3425
3427
  name: "@clerk/clerk-react",
3426
- version: "5.49.1",
3428
+ version: "5.50.0-canary.v20250930153509",
3427
3429
  environment: process.env.NODE_ENV
3428
3430
  };
3429
3431
  var _status;
@@ -4960,7 +4962,7 @@ var BrowserStorageCache = createBrowserStorageCache();
4960
4962
  var clerk;
4961
4963
  noRhc.Clerk.sdkMetadata = {
4962
4964
  name: "@clerk/chrome-extension",
4963
- version: "2.7.2-canary.v20250930133237"
4965
+ version: "2.7.2-canary.v20250930153509"
4964
4966
  };
4965
4967
  async function createClerkClient({
4966
4968
  __experimental_syncHostListener = false,