@bigmi/react 0.6.3-alpha.1 → 0.6.3-alpha.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.
- package/dist/esm/version.d.ts +1 -1
- package/dist/esm/version.js +1 -1
- package/package.json +12 -3
- package/src/version.ts +1 -1
- package/CHANGELOG.md +0 -158
- package/package.json.tmp +0 -69
- package/tsconfig.json +0 -17
package/dist/esm/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const name = "@bigmi/react";
|
|
2
|
-
export declare const version = "0.6.3-alpha.
|
|
2
|
+
export declare const version = "0.6.3-alpha.2";
|
package/dist/esm/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigmi/react",
|
|
3
|
-
"version": "0.6.3-alpha.
|
|
3
|
+
"version": "0.6.3-alpha.2",
|
|
4
4
|
"description": "React primitives for Bitcoin apps.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/index.js",
|
|
@@ -29,14 +29,23 @@
|
|
|
29
29
|
"hooks"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@bigmi/client": "^0.6.3-alpha.
|
|
33
|
-
"@bigmi/core": "^0.6.3-alpha.
|
|
32
|
+
"@bigmi/client": "^0.6.3-alpha.2",
|
|
33
|
+
"@bigmi/core": "^0.6.3-alpha.2"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"@tanstack/react-query": ">=5.68.0",
|
|
37
37
|
"react": "^18.0.0 || ^19.0.0",
|
|
38
38
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
39
39
|
},
|
|
40
|
+
"files": [
|
|
41
|
+
"dist/**",
|
|
42
|
+
"!dist/**/*.tsbuildinfo",
|
|
43
|
+
"src/**/*.ts",
|
|
44
|
+
"!src/**/*.spec.ts",
|
|
45
|
+
"!*.tmp",
|
|
46
|
+
"!*.env",
|
|
47
|
+
"!tsconfig.json"
|
|
48
|
+
],
|
|
40
49
|
"exports": {
|
|
41
50
|
".": {
|
|
42
51
|
"types": "./dist/esm/index.d.ts",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export const name = '@bigmi/react'
|
|
2
|
-
export const version = '0.6.3-alpha.
|
|
2
|
+
export const version = '0.6.3-alpha.2'
|
package/CHANGELOG.md
DELETED
|
@@ -1,158 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
-
|
|
5
|
-
### [0.6.2](https://github.com/lifinance/bigmi/compare/v0.6.1...v0.6.2) (2025-11-13)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Bug Fixes
|
|
9
|
-
|
|
10
|
-
* **leather-wallet:** cache wallet connection with daily expiry and improve wallet reconnection reliability ([#36](https://github.com/lifinance/bigmi/issues/36)) ([fcff06e](https://github.com/lifinance/bigmi/commit/fcff06e19426154750b775f7a1b83f5c6db038dd))
|
|
11
|
-
|
|
12
|
-
### [0.6.1](https://github.com/lifinance/bigmi/compare/v0.6.0...v0.6.1) (2025-10-29)
|
|
13
|
-
|
|
14
|
-
## [0.6.0](https://github.com/lifinance/bigmi/compare/v0.5.4...v0.6.0) (2025-10-06)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### ⚠ BREAKING CHANGES
|
|
18
|
-
|
|
19
|
-
* bump packages
|
|
20
|
-
|
|
21
|
-
* bump packages ([3576fa5](https://github.com/lifinance/bigmi/commit/3576fa55cd7ed3492f29f96a8cff6274313477ff))
|
|
22
|
-
|
|
23
|
-
### [0.5.4](https://github.com/lifinance/bigmi/compare/v0.5.3...v0.5.4) (2025-09-29)
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
### Bug Fixes
|
|
27
|
-
|
|
28
|
-
* **blockchair:** handle zero balance addresses edge case ([#35](https://github.com/lifinance/bigmi/issues/35)) ([a57c5fd](https://github.com/lifinance/bigmi/commit/a57c5fd49ec22df2dd6165725ce2750d81f3267e))
|
|
29
|
-
|
|
30
|
-
### [0.5.3](https://github.com/lifinance/bigmi/compare/v0.5.2...v0.5.3) (2025-09-22)
|
|
31
|
-
|
|
32
|
-
### [0.5.2](https://github.com/lifinance/bigmi/compare/v0.5.1...v0.5.2) (2025-08-28)
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### Bug Fixes
|
|
36
|
-
|
|
37
|
-
* imports ([6b26572](https://github.com/lifinance/bigmi/commit/6b265727d74bd84d326543a61ab52d4fb0c58ae0))
|
|
38
|
-
|
|
39
|
-
### [0.5.1](https://github.com/lifinance/bigmi/compare/v0.5.0...v0.5.1) (2025-08-28)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Bug Fixes
|
|
43
|
-
|
|
44
|
-
* update connectors to determine chain id based on address ([#33](https://github.com/lifinance/bigmi/issues/33)) ([ae969c9](https://github.com/lifinance/bigmi/commit/ae969c909f6ca4376e4e2468152309251a983910))
|
|
45
|
-
|
|
46
|
-
## [0.5.0](https://github.com/lifinance/bigmi/compare/v0.4.5...v0.5.0) (2025-08-28)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### ⚠ BREAKING CHANGES
|
|
50
|
-
|
|
51
|
-
* change chainId to enum (#31)
|
|
52
|
-
|
|
53
|
-
* change chainId to enum ([#31](https://github.com/lifinance/bigmi/issues/31)) ([4e93517](https://github.com/lifinance/bigmi/commit/4e93517e50353ffe949c7fd7cebd3313a9d2d69e))
|
|
54
|
-
|
|
55
|
-
### [0.4.5](https://github.com/lifinance/bigmi/compare/v0.4.4...v0.4.5) (2025-08-27)
|
|
56
|
-
|
|
57
|
-
### [0.4.4](https://github.com/lifinance/bigmi/compare/v0.4.3...v0.4.4) (2025-08-18)
|
|
58
|
-
|
|
59
|
-
### [0.4.3](https://github.com/lifinance/bigmi/compare/v0.4.2...v0.4.3) (2025-07-31)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
* **connectors:** remove retry logic when checking if app isAuthorized ([#30](https://github.com/lifinance/bigmi/issues/30)) ([7709d68](https://github.com/lifinance/bigmi/commit/7709d68f67b19880940d68e288ac061ec4f074f8))
|
|
65
|
-
|
|
66
|
-
### [0.4.2](https://github.com/lifinance/bigmi/compare/v0.4.1...v0.4.2) (2025-07-17)
|
|
67
|
-
|
|
68
|
-
### [0.4.1](https://github.com/lifinance/bigmi/compare/v0.4.0...v0.4.1) (2025-07-02)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
### Bug Fixes
|
|
72
|
-
|
|
73
|
-
* unisat wallet connector ([#24](https://github.com/lifinance/bigmi/issues/24)) ([6466bc5](https://github.com/lifinance/bigmi/commit/6466bc543719b1b26b1cdf990f2dc667659042a4))
|
|
74
|
-
|
|
75
|
-
## [0.4.0](https://github.com/lifinance/bigmi/compare/v0.4.0-beta.2...v0.4.0) (2025-07-01)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
### Bug Fixes
|
|
79
|
-
|
|
80
|
-
* **client:** update ctrl wallet signPSBT() signature ([#23](https://github.com/lifinance/bigmi/issues/23)) ([f502b92](https://github.com/lifinance/bigmi/commit/f502b924cdc4412f551c39333ae6bab800904975))
|
|
81
|
-
|
|
82
|
-
### [0.3.1](https://github.com/lifinance/bigmi/compare/v0.3.0...v0.3.1) (2025-05-30)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
### Features
|
|
86
|
-
|
|
87
|
-
* add more connectors (oyl, binance, magicEden & bitget) ([#17](https://github.com/lifinance/bigmi/issues/17)) ([18ad09a](https://github.com/lifinance/bigmi/commit/18ad09acd07726d25bd6422b0ecedd37745be335))
|
|
88
|
-
|
|
89
|
-
## [0.3.0](https://github.com/lifinance/bigmi/compare/v0.2.1...v0.3.0) (2025-05-28)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
### ⚠ BREAKING CHANGES
|
|
93
|
-
|
|
94
|
-
* add getUTXOs action (#16)
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
* add getUTXOs action ([#16](https://github.com/lifinance/bigmi/issues/16)) ([e884c02](https://github.com/lifinance/bigmi/commit/e884c02ad902123a9daf2edaeea2ab777c315925))
|
|
99
|
-
|
|
100
|
-
### [0.2.1](https://github.com/lifinance/bigmi/compare/v0.2.0...v0.2.1) (2025-05-14)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
### Bug Fixes
|
|
104
|
-
|
|
105
|
-
* optimize usage of supported methods by RPC and API transports ([#15](https://github.com/lifinance/bigmi/issues/15)) ([ff20e08](https://github.com/lifinance/bigmi/commit/ff20e089286bdc5f6f9d12ed2362f95d3c276fd9))
|
|
106
|
-
|
|
107
|
-
## [0.2.0](https://github.com/lifinance/bigmi/compare/v0.1.1...v0.2.0) (2025-05-14)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
### ⚠ BREAKING CHANGES
|
|
111
|
-
|
|
112
|
-
* remove viem dependencies (#14)
|
|
113
|
-
|
|
114
|
-
* remove viem dependencies ([#14](https://github.com/lifinance/bigmi/issues/14)) ([3c3461f](https://github.com/lifinance/bigmi/commit/3c3461f8b646253df0c1614706f4dd5027d53930))
|
|
115
|
-
|
|
116
|
-
### [0.1.1](https://github.com/lifinance/bigmi/compare/v0.0.8...v0.1.1) (2025-02-04)
|
|
117
|
-
|
|
118
|
-
### [0.0.8](https://github.com/lifinance/bigmi/compare/v0.0.7...v0.0.8) (2024-12-30)
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
### Features
|
|
122
|
-
|
|
123
|
-
* add Leather and OneKey wallets ([#7](https://github.com/lifinance/bigmi/issues/7)) ([ac93f66](https://github.com/lifinance/bigmi/commit/ac93f665c8baa24752fd0ad4e2c513b72587060f))
|
|
124
|
-
|
|
125
|
-
### [0.0.7](https://github.com/lifinance/bigmi/compare/v0.0.6...v0.0.7) (2024-12-20)
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
### Features
|
|
129
|
-
|
|
130
|
-
* improve peer dependencies ([#6](https://github.com/lifinance/bigmi/issues/6)) ([a9359d1](https://github.com/lifinance/bigmi/commit/a9359d1f72d5089652bad9311d8cd0ee67c909d4))
|
|
131
|
-
|
|
132
|
-
### [0.0.6](https://github.com/lifinance/bigmi/compare/v0.0.5...v0.0.6) (2024-12-13)
|
|
133
|
-
|
|
134
|
-
### [0.0.5](https://github.com/lifinance/bigmi/compare/v0.0.4...v0.0.5) (2024-12-05)
|
|
135
|
-
|
|
136
|
-
### [0.0.4](https://github.com/lifinance/bigmi/compare/v0.0.3...v0.0.4) (2024-10-28)
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
### Features
|
|
140
|
-
|
|
141
|
-
* add okx wallet ([58b93b5](https://github.com/lifinance/bigmi/commit/58b93b5f8839bbbb0340ff7ac77f03617325c506))
|
|
142
|
-
|
|
143
|
-
### [0.0.3](https://github.com/lifinance/bigmi/compare/v0.0.2...v0.0.3) (2024-10-23)
|
|
144
|
-
|
|
145
|
-
### 0.0.2 (2024-10-17)
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Bug Fixes
|
|
149
|
-
|
|
150
|
-
* add createConfig export ([dec450a](https://github.com/lifinance/bigmi/commit/dec450a7e5a071e67e259be78c0b9a8b616c7183))
|
|
151
|
-
|
|
152
|
-
### 0.0.1 (2024-10-15)
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
### Bug Fixes
|
|
156
|
-
|
|
157
|
-
* biome checks ([bc348fa](https://github.com/lifinance/bigmi/commit/bc348faad5cec9ddada1a0c82f4d34e68b85c1c4))
|
|
158
|
-
* tsconfig ([bf6ccea](https://github.com/lifinance/bigmi/commit/bf6cceae3a1602b99b4825ee3695b367d5935226))
|
package/package.json.tmp
DELETED
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@bigmi/react",
|
|
3
|
-
"version": "0.6.3-alpha.1",
|
|
4
|
-
"description": "React primitives for Bitcoin apps.",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./src/index.ts",
|
|
7
|
-
"types": "./src/index.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"scripts": {
|
|
10
|
-
"watch": "tsc -w -p ./tsconfig.json",
|
|
11
|
-
"build": "pnpm clean && pnpm build:version && pnpm build:esm && pnpm build:clean",
|
|
12
|
-
"build:esm": "tsc --build",
|
|
13
|
-
"build:prerelease": "node ../../scripts/prerelease.js && cpy '../../*.md' .",
|
|
14
|
-
"build:postrelease": "node ../../scripts/postrelease.js && rm -rf *.md",
|
|
15
|
-
"build:clean": "rm -rf tsconfig.tsbuildinfo ./dist/tsconfig.tsbuildinfo",
|
|
16
|
-
"build:version": "node ../../scripts/version.js",
|
|
17
|
-
"clean": "pnpm build:clean && rm -rf dist",
|
|
18
|
-
"check:types": "tsc --noEmit",
|
|
19
|
-
"check:circular-deps": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx')",
|
|
20
|
-
"check:circular-deps-graph": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx') --image graph.svg"
|
|
21
|
-
},
|
|
22
|
-
"author": "Eugene Chybisov <eugene@li.finance>",
|
|
23
|
-
"homepage": "https://github.com/lifinance/bigmi",
|
|
24
|
-
"repository": {
|
|
25
|
-
"type": "git",
|
|
26
|
-
"url": "https://github.com/lifinance/bigmi.git",
|
|
27
|
-
"directory": "packages/react"
|
|
28
|
-
},
|
|
29
|
-
"bugs": {
|
|
30
|
-
"url": "https://github.com/lifinance/bigmi/issues"
|
|
31
|
-
},
|
|
32
|
-
"license": "MIT",
|
|
33
|
-
"keywords": [
|
|
34
|
-
"bitcoin",
|
|
35
|
-
"bitcoinjs",
|
|
36
|
-
"btc",
|
|
37
|
-
"utxo",
|
|
38
|
-
"web3",
|
|
39
|
-
"dapp",
|
|
40
|
-
"typescript",
|
|
41
|
-
"react",
|
|
42
|
-
"hooks"
|
|
43
|
-
],
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@bigmi/client": "workspace:^",
|
|
46
|
-
"@bigmi/core": "workspace:^"
|
|
47
|
-
},
|
|
48
|
-
"devDependencies": {
|
|
49
|
-
"cpy-cli": "^6.0.0",
|
|
50
|
-
"madge": "^8.0.0",
|
|
51
|
-
"react": "^19.2.0",
|
|
52
|
-
"react-dom": "^19.2.0",
|
|
53
|
-
"typescript": "^5.9.3"
|
|
54
|
-
},
|
|
55
|
-
"peerDependencies": {
|
|
56
|
-
"@tanstack/react-query": ">=5.68.0",
|
|
57
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
58
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
59
|
-
},
|
|
60
|
-
"files": [
|
|
61
|
-
"dist/**",
|
|
62
|
-
"!dist/**/*.tsbuildinfo",
|
|
63
|
-
"src/**/*.ts",
|
|
64
|
-
"!src/**/*.spec.ts",
|
|
65
|
-
"!*.tmp",
|
|
66
|
-
"!*.env",
|
|
67
|
-
"!tsconfig.json"
|
|
68
|
-
]
|
|
69
|
-
}
|
package/tsconfig.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": "../../tsconfig.json",
|
|
3
|
-
"compilerOptions": {
|
|
4
|
-
"composite": true,
|
|
5
|
-
"declaration": true,
|
|
6
|
-
"sourceMap": true,
|
|
7
|
-
"outDir": "dist/esm",
|
|
8
|
-
"rootDir": "./src",
|
|
9
|
-
"module": "NodeNext",
|
|
10
|
-
"moduleResolution": "NodeNext"
|
|
11
|
-
},
|
|
12
|
-
"include": [
|
|
13
|
-
"./src/**/*",
|
|
14
|
-
"./src/**/*.json",
|
|
15
|
-
"../client/src/createDefaultBigmiConfig.ts"
|
|
16
|
-
]
|
|
17
|
-
}
|