@clerk/react 6.0.0-canary.v20251217123455 → 6.0.0-canary.v20251217190620
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 +12 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1968,7 +1968,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1968
1968
|
}
|
|
1969
1969
|
var SDK_METADATA = {
|
|
1970
1970
|
name: "@clerk/react",
|
|
1971
|
-
version: "6.0.0-canary.
|
|
1971
|
+
version: "6.0.0-canary.v20251217190620",
|
|
1972
1972
|
environment: process.env.NODE_ENV
|
|
1973
1973
|
};
|
|
1974
1974
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|
|
@@ -2944,6 +2944,17 @@ var _IsomorphicClerk = class _IsomorphicClerk {
|
|
|
2944
2944
|
this.premountMethodCalls.set("authenticateWithOKXWallet", callback);
|
|
2945
2945
|
}
|
|
2946
2946
|
};
|
|
2947
|
+
this.authenticateWithSolana = async (params) => {
|
|
2948
|
+
const callback = () => {
|
|
2949
|
+
var _a;
|
|
2950
|
+
return (_a = this.clerkjs) == null ? void 0 : _a.authenticateWithSolana(params);
|
|
2951
|
+
};
|
|
2952
|
+
if (this.clerkjs && this.loaded) {
|
|
2953
|
+
return callback();
|
|
2954
|
+
} else {
|
|
2955
|
+
this.premountMethodCalls.set("authenticateWithSolana", callback);
|
|
2956
|
+
}
|
|
2957
|
+
};
|
|
2947
2958
|
this.authenticateWithWeb3 = async (params) => {
|
|
2948
2959
|
const callback = () => {
|
|
2949
2960
|
var _a;
|