@openfort/react 0.0.17 → 0.0.18
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/build/index.es.js +2 -2
- package/build/version.d.ts +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -22,7 +22,7 @@ import { createSiweMessage } from 'viem/siwe';
|
|
|
22
22
|
import { signMessage } from '@wagmi/core';
|
|
23
23
|
import calculateEntropy from 'fast-password-entropy';
|
|
24
24
|
|
|
25
|
-
const OPENFORT_VERSION = '0.0.
|
|
25
|
+
const OPENFORT_VERSION = '0.0.18';
|
|
26
26
|
|
|
27
27
|
var OpenfortErrorType;
|
|
28
28
|
(function (OpenfortErrorType) {
|
|
@@ -11444,7 +11444,7 @@ function useWallets(hookOptions = {}) {
|
|
|
11444
11444
|
createWallet,
|
|
11445
11445
|
setActiveWallet,
|
|
11446
11446
|
...mapWalletStatus(status),
|
|
11447
|
-
exportPrivateKey: client.embeddedWallet.exportPrivateKey,
|
|
11447
|
+
exportPrivateKey: () => client.embeddedWallet.exportPrivateKey(),
|
|
11448
11448
|
};
|
|
11449
11449
|
}
|
|
11450
11450
|
|
package/build/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const OPENFORT_VERSION = "0.0.
|
|
1
|
+
export declare const OPENFORT_VERSION = "0.0.18";
|