@btc-vision/walletconnect 1.9.14 → 1.9.16

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.
@@ -2,4 +2,5 @@ export { WalletConnectContext } from './context/WalletConnectContext';
2
2
  export { useWalletConnect } from './hooks/WalletConnectHook';
3
3
  export * from './types';
4
4
  export { default as WalletConnectProvider } from './provider/WalletConnectProvider';
5
+ export * from './wallets/supported-wallets.js';
5
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AACtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,cAAc,SAAS,CAAC;AAExB,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,kCAAkC,CAAC;AACpF,cAAc,gCAAgC,CAAA"}
package/browser/index.js CHANGED
@@ -793,6 +793,7 @@ const Ge = 5, ze = ({ theme: s, children: e }) => {
793
793
  );
794
794
  };
795
795
  export {
796
+ U as SupportedWallets,
796
797
  te as WalletConnectContext,
797
798
  ze as WalletConnectProvider,
798
799
  Ve as useWalletConnect