@bigmi/react 0.2.0-beta.0 → 0.2.0-beta.1
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/README.md +1 -1
- package/package.json +3 -3
- package/package.json.tmp +2 -2
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ console.log('Transaction confirmed:', transaction);
|
|
|
112
112
|
|
|
113
113
|
// Getting account information inside the React application
|
|
114
114
|
const bigmiConfig = useConfig()
|
|
115
|
-
const account = useAccount(
|
|
115
|
+
const account = useAccount()
|
|
116
116
|
|
|
117
117
|
console.log('Bitcoin account address:', account.address);
|
|
118
118
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigmi/react",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.1",
|
|
4
4
|
"description": "React primitives for Bitcoin apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/index.js",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"hooks"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@bigmi/client": "^0.2.0-beta.
|
|
33
|
-
"@bigmi/core": "^0.2.0-beta.
|
|
32
|
+
"@bigmi/client": "^0.2.0-beta.1",
|
|
33
|
+
"@bigmi/core": "^0.2.0-beta.1"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@tanstack/react-query": "^5.74.11",
|
package/package.json.tmp
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigmi/react",
|
|
3
|
-
"version": "0.2.0-beta.
|
|
3
|
+
"version": "0.2.0-beta.1",
|
|
4
4
|
"description": "React primitives for Bitcoin apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@bigmi/core": "workspace:^"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@tanstack/react-query": "^5.75.
|
|
49
|
+
"@tanstack/react-query": "^5.75.7",
|
|
50
50
|
"cpy-cli": "^5.0.0",
|
|
51
51
|
"madge": "^8.0.0",
|
|
52
52
|
"react": "^19.1.0",
|