@volr/react 0.1.99 → 0.1.100
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.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -18710,9 +18710,8 @@ function useVolrLogin() {
|
|
|
18710
18710
|
projectId: u.projectId,
|
|
18711
18711
|
projectName: u.projectName,
|
|
18712
18712
|
email: u.email,
|
|
18713
|
-
|
|
18713
|
+
authWallet: u.authWallet ?? void 0,
|
|
18714
18714
|
evmAddress: u.evmAddress,
|
|
18715
|
-
authWalletAddress: u.authWalletAddress ?? void 0,
|
|
18716
18715
|
keyStorageType: u.keyStorageType ?? void 0,
|
|
18717
18716
|
signerType: u.signerType ?? void 0,
|
|
18718
18717
|
walletConnector: u.walletConnector ?? void 0,
|
|
@@ -18928,7 +18927,7 @@ function useVolrAuthCallback(options = {}) {
|
|
|
18928
18927
|
projectId: u.projectId,
|
|
18929
18928
|
projectName: u.projectName,
|
|
18930
18929
|
email: u.email,
|
|
18931
|
-
|
|
18930
|
+
authWallet: u.authWallet ?? void 0,
|
|
18932
18931
|
evmAddress: u.evmAddress,
|
|
18933
18932
|
keyStorageType: u.keyStorageType ?? void 0,
|
|
18934
18933
|
signerType: u.signerType ?? void 0,
|