@clerk/clerk-react 5.49.1 → 5.50.0-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.
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1663,7 +1663,8 @@ var StateProxy = class {
|
|
|
1663
1663
|
"verifyTOTP",
|
|
1664
1664
|
"verifyBackupCode"
|
|
1665
1665
|
]),
|
|
1666
|
-
ticket: this.gateMethod(target, "ticket")
|
|
1666
|
+
ticket: this.gateMethod(target, "ticket"),
|
|
1667
|
+
web3: this.gateMethod(target, "web3")
|
|
1667
1668
|
}
|
|
1668
1669
|
};
|
|
1669
1670
|
}
|
|
@@ -1690,6 +1691,7 @@ var StateProxy = class {
|
|
|
1690
1691
|
sso: gateMethod(target, "sso"),
|
|
1691
1692
|
password: gateMethod(target, "password"),
|
|
1692
1693
|
ticket: gateMethod(target, "ticket"),
|
|
1694
|
+
web3: gateMethod(target, "web3"),
|
|
1693
1695
|
finalize: gateMethod(target, "finalize"),
|
|
1694
1696
|
verifications: wrapMethods(() => target().verifications, [
|
|
1695
1697
|
"sendEmailCode",
|
|
@@ -1758,7 +1760,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1758
1760
|
}
|
|
1759
1761
|
var SDK_METADATA = {
|
|
1760
1762
|
name: "@clerk/clerk-react",
|
|
1761
|
-
version: "5.
|
|
1763
|
+
version: "5.50.0-canary.v20250930153509",
|
|
1762
1764
|
environment: process.env.NODE_ENV
|
|
1763
1765
|
};
|
|
1764
1766
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|