@1sat/react 0.0.86 → 0.0.87
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/dist/index.js +9 -9
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -609,14 +609,14 @@ function WalletSelector({ onClose, children }) {
|
|
|
609
609
|
});
|
|
610
610
|
}
|
|
611
611
|
export {
|
|
612
|
-
|
|
613
|
-
useConnectDialog,
|
|
614
|
-
loadStoredProvider,
|
|
615
|
-
clearSigmaGuard,
|
|
616
|
-
WalletSelector,
|
|
617
|
-
WalletProvider,
|
|
618
|
-
SigmaCallback,
|
|
619
|
-
ConnectDialogProvider,
|
|
612
|
+
ConnectButton,
|
|
620
613
|
ConnectDialog,
|
|
621
|
-
|
|
614
|
+
ConnectDialogProvider,
|
|
615
|
+
SigmaCallback,
|
|
616
|
+
WalletProvider,
|
|
617
|
+
WalletSelector,
|
|
618
|
+
clearSigmaGuard,
|
|
619
|
+
loadStoredProvider,
|
|
620
|
+
useConnectDialog,
|
|
621
|
+
useWallet
|
|
622
622
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1sat/react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.87",
|
|
4
4
|
"description": "React hooks and components for 1Sat wallet integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@1sat/connect": "0.0.
|
|
32
|
+
"@1sat/connect": "0.0.90"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@bsv/sdk": "^2.1.9",
|