@bigmi/react 0.6.3-alpha.0 → 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.
@@ -1 +1 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../src/context.ts"],"names":[],"mappings":"AAAA,YAAY,CAAA;AAEZ,OAAO,EAAE,aAAa,EAAE,aAAa,EAA0B,MAAM,OAAO,CAAA;AAE5E,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAGtC,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAEvC,SAAS,CAAC,CAAA;AAQZ,MAAM,UAAU,aAAa,CAC3B,UAAiD;IAEjD,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,UAAU,CAAA;IAEvC,MAAM,KAAK,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,CAAA;IAC/B,OAAO,aAAa,CAClB,OAAO,EACP,UAAU,EACV,aAAa,CAAC,YAAY,CAAC,QAAQ,EAAE,KAAK,EAAE,QAAQ,CAAC,CACtD,CAAA;AACH,CAAC"}
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["../../src/context.ts"],"names":[],"mappings":"AAAA,YAAY,CAAA;AAEZ,OAAO,EAAE,aAAa,EAAE,aAAa,EAA0B,MAAM,OAAO,CAAA;AAC5E,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAGtC,MAAM,CAAC,MAAM,YAAY,GAAG,aAAa,CAEvC,SAAS,CAAC,CAAA;AAQZ,MAAM,UAAU,aAAa,CAC3B,UAAiD;IAEjD,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,UAAU,CAAA;IAEvC,MAAM,KAAK,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,CAAA;IAC/B,OAAO,aAAa,CAClB,OAAO,EACP,UAAU,EACV,aAAa,CAAC,YAAY,CAAC,QAAQ,EAAE,KAAK,EAAE,QAAQ,CAAC,CACtD,CAAA;AACH,CAAC"}
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@bigmi/react";
2
- export declare const version = "0.6.3-alpha.0";
2
+ export declare const version = "0.6.3-alpha.2";
@@ -1,3 +1,3 @@
1
1
  export const name = '@bigmi/react';
2
- export const version = '0.6.3-alpha.0';
2
+ export const version = '0.6.3-alpha.2';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigmi/react",
3
- "version": "0.6.3-alpha.0",
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.0",
33
- "@bigmi/core": "^0.6.3-alpha.0"
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/context.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  'use client'
2
2
  import type { State } from '@bigmi/client'
3
3
  import { createContext, createElement, type PropsWithChildren } from 'react'
4
-
5
4
  import { Hydrate } from './hydrate.js'
6
5
  import type { ResolvedRegister } from './types.js'
7
6
 
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@bigmi/react'
2
- export const version = '0.6.3-alpha.0'
2
+ export const version = '0.6.3-alpha.2'
package/CHANGELOG.md DELETED
@@ -1,149 +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.0](https://github.com/lifinance/bigmi/compare/v0.5.4...v0.6.0) (2025-10-06)
6
-
7
-
8
- ### ⚠ BREAKING CHANGES
9
-
10
- * bump packages
11
-
12
- * bump packages ([3576fa5](https://github.com/lifinance/bigmi/commit/3576fa55cd7ed3492f29f96a8cff6274313477ff))
13
-
14
- ### [0.5.4](https://github.com/lifinance/bigmi/compare/v0.5.3...v0.5.4) (2025-09-29)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * **blockchair:** handle zero balance addresses edge case ([#35](https://github.com/lifinance/bigmi/issues/35)) ([a57c5fd](https://github.com/lifinance/bigmi/commit/a57c5fd49ec22df2dd6165725ce2750d81f3267e))
20
-
21
- ### [0.5.3](https://github.com/lifinance/bigmi/compare/v0.5.2...v0.5.3) (2025-09-22)
22
-
23
- ### [0.5.2](https://github.com/lifinance/bigmi/compare/v0.5.1...v0.5.2) (2025-08-28)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * imports ([6b26572](https://github.com/lifinance/bigmi/commit/6b265727d74bd84d326543a61ab52d4fb0c58ae0))
29
-
30
- ### [0.5.1](https://github.com/lifinance/bigmi/compare/v0.5.0...v0.5.1) (2025-08-28)
31
-
32
-
33
- ### Bug Fixes
34
-
35
- * 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))
36
-
37
- ## [0.5.0](https://github.com/lifinance/bigmi/compare/v0.4.5...v0.5.0) (2025-08-28)
38
-
39
-
40
- ### ⚠ BREAKING CHANGES
41
-
42
- * change chainId to enum (#31)
43
-
44
- * change chainId to enum ([#31](https://github.com/lifinance/bigmi/issues/31)) ([4e93517](https://github.com/lifinance/bigmi/commit/4e93517e50353ffe949c7fd7cebd3313a9d2d69e))
45
-
46
- ### [0.4.5](https://github.com/lifinance/bigmi/compare/v0.4.4...v0.4.5) (2025-08-27)
47
-
48
- ### [0.4.4](https://github.com/lifinance/bigmi/compare/v0.4.3...v0.4.4) (2025-08-18)
49
-
50
- ### [0.4.3](https://github.com/lifinance/bigmi/compare/v0.4.2...v0.4.3) (2025-07-31)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * **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))
56
-
57
- ### [0.4.2](https://github.com/lifinance/bigmi/compare/v0.4.1...v0.4.2) (2025-07-17)
58
-
59
- ### [0.4.1](https://github.com/lifinance/bigmi/compare/v0.4.0...v0.4.1) (2025-07-02)
60
-
61
-
62
- ### Bug Fixes
63
-
64
- * unisat wallet connector ([#24](https://github.com/lifinance/bigmi/issues/24)) ([6466bc5](https://github.com/lifinance/bigmi/commit/6466bc543719b1b26b1cdf990f2dc667659042a4))
65
-
66
- ## [0.4.0](https://github.com/lifinance/bigmi/compare/v0.4.0-beta.2...v0.4.0) (2025-07-01)
67
-
68
-
69
- ### Bug Fixes
70
-
71
- * **client:** update ctrl wallet signPSBT() signature ([#23](https://github.com/lifinance/bigmi/issues/23)) ([f502b92](https://github.com/lifinance/bigmi/commit/f502b924cdc4412f551c39333ae6bab800904975))
72
-
73
- ### [0.3.1](https://github.com/lifinance/bigmi/compare/v0.3.0...v0.3.1) (2025-05-30)
74
-
75
-
76
- ### Features
77
-
78
- * add more connectors (oyl, binance, magicEden & bitget) ([#17](https://github.com/lifinance/bigmi/issues/17)) ([18ad09a](https://github.com/lifinance/bigmi/commit/18ad09acd07726d25bd6422b0ecedd37745be335))
79
-
80
- ## [0.3.0](https://github.com/lifinance/bigmi/compare/v0.2.1...v0.3.0) (2025-05-28)
81
-
82
-
83
- ### ⚠ BREAKING CHANGES
84
-
85
- * add getUTXOs action (#16)
86
-
87
- ### Features
88
-
89
- * add getUTXOs action ([#16](https://github.com/lifinance/bigmi/issues/16)) ([e884c02](https://github.com/lifinance/bigmi/commit/e884c02ad902123a9daf2edaeea2ab777c315925))
90
-
91
- ### [0.2.1](https://github.com/lifinance/bigmi/compare/v0.2.0...v0.2.1) (2025-05-14)
92
-
93
-
94
- ### Bug Fixes
95
-
96
- * 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))
97
-
98
- ## [0.2.0](https://github.com/lifinance/bigmi/compare/v0.1.1...v0.2.0) (2025-05-14)
99
-
100
-
101
- ### ⚠ BREAKING CHANGES
102
-
103
- * remove viem dependencies (#14)
104
-
105
- * remove viem dependencies ([#14](https://github.com/lifinance/bigmi/issues/14)) ([3c3461f](https://github.com/lifinance/bigmi/commit/3c3461f8b646253df0c1614706f4dd5027d53930))
106
-
107
- ### [0.1.1](https://github.com/lifinance/bigmi/compare/v0.0.8...v0.1.1) (2025-02-04)
108
-
109
- ### [0.0.8](https://github.com/lifinance/bigmi/compare/v0.0.7...v0.0.8) (2024-12-30)
110
-
111
-
112
- ### Features
113
-
114
- * add Leather and OneKey wallets ([#7](https://github.com/lifinance/bigmi/issues/7)) ([ac93f66](https://github.com/lifinance/bigmi/commit/ac93f665c8baa24752fd0ad4e2c513b72587060f))
115
-
116
- ### [0.0.7](https://github.com/lifinance/bigmi/compare/v0.0.6...v0.0.7) (2024-12-20)
117
-
118
-
119
- ### Features
120
-
121
- * improve peer dependencies ([#6](https://github.com/lifinance/bigmi/issues/6)) ([a9359d1](https://github.com/lifinance/bigmi/commit/a9359d1f72d5089652bad9311d8cd0ee67c909d4))
122
-
123
- ### [0.0.6](https://github.com/lifinance/bigmi/compare/v0.0.5...v0.0.6) (2024-12-13)
124
-
125
- ### [0.0.5](https://github.com/lifinance/bigmi/compare/v0.0.4...v0.0.5) (2024-12-05)
126
-
127
- ### [0.0.4](https://github.com/lifinance/bigmi/compare/v0.0.3...v0.0.4) (2024-10-28)
128
-
129
-
130
- ### Features
131
-
132
- * add okx wallet ([58b93b5](https://github.com/lifinance/bigmi/commit/58b93b5f8839bbbb0340ff7ac77f03617325c506))
133
-
134
- ### [0.0.3](https://github.com/lifinance/bigmi/compare/v0.0.2...v0.0.3) (2024-10-23)
135
-
136
- ### 0.0.2 (2024-10-17)
137
-
138
-
139
- ### Bug Fixes
140
-
141
- * add createConfig export ([dec450a](https://github.com/lifinance/bigmi/commit/dec450a7e5a071e67e259be78c0b9a8b616c7183))
142
-
143
- ### 0.0.1 (2024-10-15)
144
-
145
-
146
- ### Bug Fixes
147
-
148
- * biome checks ([bc348fa](https://github.com/lifinance/bigmi/commit/bc348faad5cec9ddada1a0c82f4d34e68b85c1c4))
149
- * tsconfig ([bf6ccea](https://github.com/lifinance/bigmi/commit/bf6cceae3a1602b99b4825ee3695b367d5935226))
package/package.json.tmp DELETED
@@ -1,66 +0,0 @@
1
- {
2
- "name": "@bigmi/react",
3
- "version": "0.6.3-alpha.0",
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
- "release:build": "pnpm build",
18
- "clean": "pnpm build:clean && rm -rf dist",
19
- "check:types": "tsc --noEmit",
20
- "check:circular-deps": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx')",
21
- "check:circular-deps-graph": "madge --circular $(find ./src -name '*.ts' -o -name '*.tsx') --image graph.svg"
22
- },
23
- "author": "Eugene Chybisov <eugene@li.finance>",
24
- "homepage": "https://github.com/lifinance/bigmi",
25
- "repository": {
26
- "type": "git",
27
- "url": "https://github.com/lifinance/bigmi.git",
28
- "directory": "packages/react"
29
- },
30
- "bugs": {
31
- "url": "https://github.com/lifinance/bigmi/issues"
32
- },
33
- "license": "MIT",
34
- "keywords": [
35
- "bitcoin",
36
- "bitcoinjs",
37
- "btc",
38
- "utxo",
39
- "web3",
40
- "dapp",
41
- "typescript",
42
- "react",
43
- "hooks"
44
- ],
45
- "dependencies": {
46
- "@bigmi/client": "workspace:^",
47
- "@bigmi/core": "workspace:^"
48
- },
49
- "devDependencies": {
50
- "cpy-cli": "^6.0.0",
51
- "madge": "^8.0.0",
52
- "react": "^19.2.0",
53
- "react-dom": "^19.2.0",
54
- "typescript": "^5.9.3"
55
- },
56
- "peerDependencies": {
57
- "@tanstack/react-query": ">=5.68.0",
58
- "react": "^18.0.0 || ^19.0.0",
59
- "react-dom": "^18.0.0 || ^19.0.0"
60
- },
61
- "files": [
62
- "dist/**",
63
- "src/**",
64
- "!tsconfig.json"
65
- ]
66
- }
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
- }