@wangjinbao/wallet-connect 0.1.0 → 0.1.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.
@@ -270,4 +270,5 @@ declare const ErrorCode: {
270
270
  readonly ALREADY_CONNECTED: -32002;
271
271
  };
272
272
 
273
- export { BaseWallet, type Chain, CoinbaseWallet, ConnectButton, ErrorCode, type EthereumProvider, MetaMaskWallet, OKXWallet, PhantomWallet, type WalletContextValue, type WalletInfo, WalletProvider, type WalletProviderConfig, type WalletState, defaultChains, mainnet, sepolia, useWallet };
273
+ export { BaseWallet, CoinbaseWallet, ConnectButton, ErrorCode, MetaMaskWallet, OKXWallet, PhantomWallet, WalletProvider, defaultChains, mainnet, sepolia, useWallet };
274
+ export type { Chain, EthereumProvider, WalletContextValue, WalletInfo, WalletProviderConfig, WalletState };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wangjinbao/wallet-connect",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A React wallet connection library supporting MetaMask, OKX Wallet, Phantom, and Coinbase Wallet",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",