@volr/react 0.2.1 → 0.2.2
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 +0 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -5
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -19628,8 +19628,6 @@ function useVolr() {
|
|
|
19628
19628
|
);
|
|
19629
19629
|
return {
|
|
19630
19630
|
evm,
|
|
19631
|
-
evmAddress: user?.evmAddress,
|
|
19632
|
-
// deprecated, kept for backward compatibility
|
|
19633
19631
|
email: user?.email,
|
|
19634
19632
|
isLoggedIn: user !== null,
|
|
19635
19633
|
signerType: user?.signerType,
|