@getpara/evm-wallet-connectors 2.16.0 → 2.17.0

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.
@@ -1,7 +1,9 @@
1
- import { useAccount } from 'wagmi';
1
+ import { useAccount, useWalletClient } from 'wagmi';
2
2
  export type TExternalHooks = {
3
3
  useAccount: typeof useAccount;
4
+ useWalletClient: typeof useWalletClient;
4
5
  };
5
6
  export declare const externalHooks: {
6
7
  useAccount: typeof useAccount;
8
+ useWalletClient: typeof useWalletClient;
7
9
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import "../chunk-MMUBH76A.js";
3
- import { useAccount } from "wagmi";
4
- const externalHooks = { useAccount };
3
+ import { useAccount, useWalletClient } from "wagmi";
4
+ const externalHooks = { useAccount, useWalletClient };
5
5
  export {
6
6
  externalHooks
7
7
  };
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@getpara/evm-wallet-connectors",
3
- "version": "2.16.0",
3
+ "version": "2.17.0",
4
4
  "dependencies": {
5
5
  "@coinbase/wallet-sdk": "4.3.0",
6
- "@getpara/wagmi-v2-connector": "2.16.0",
7
- "@getpara/web-sdk": "2.16.0",
6
+ "@getpara/wagmi-v2-connector": "2.17.0",
7
+ "@getpara/web-sdk": "2.17.0",
8
8
  "@walletconnect/ethereum-provider": "2.23.0",
9
9
  "zustand": "^4.5.2",
10
10
  "zustand-sync-tabs": "^0.2.2"
11
11
  },
12
12
  "devDependencies": {
13
- "@getpara/react-common": "2.16.0",
13
+ "@getpara/react-common": "2.17.0",
14
14
  "@tanstack/react-query": "^5.74.0",
15
- "@types/react": "^18.0.31",
16
- "@types/react-dom": "^18.2.7",
15
+ "@types/react": "^18.3.3",
16
+ "@types/react-dom": "^18.3.0",
17
17
  "typescript": "^5.8.3",
18
- "viem": "^2.38.5",
18
+ "viem": "^2.39.0",
19
19
  "wagmi": "^2.14.16"
20
20
  },
21
21
  "exports": {
@@ -26,15 +26,16 @@
26
26
  "dist",
27
27
  "package.json"
28
28
  ],
29
- "gitHead": "fbe96a062b308d04105213378c12c38ee973c798",
29
+ "gitHead": "3ed1f835b97ae720f1ac747611296e3b86f61138",
30
30
  "main": "dist/index.js",
31
31
  "peerDependencies": {
32
32
  "@farcaster/miniapp-wagmi-connector": "^1.0.0",
33
- "@tanstack/react-query": ">=5.0.0",
33
+ "@tanstack/react-query": "^5.74.0",
34
+ "@wagmi/core": "^2.16.7",
34
35
  "react": ">=18",
35
36
  "react-dom": ">=18",
36
- "viem": "2.x",
37
- "wagmi": "^2.9.0"
37
+ "viem": "^2.39.0",
38
+ "wagmi": "^2.14.16"
38
39
  },
39
40
  "peerDependenciesMeta": {
40
41
  "@farcaster/miniapp-wagmi-connector": {