@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 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.17';
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
 
@@ -1 +1 @@
1
- export declare const OPENFORT_VERSION = "0.0.17";
1
+ export declare const OPENFORT_VERSION = "0.0.18";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openfort/react",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "author": "Openfort (https://www.openfort.io)",
5
5
  "license": "BSD-2-Clause license",
6
6
  "description": "The easiest way to integrate Openfort to your project.",