Skip to content

Commit 342df52

Browse files
chore(root): publish modules
- @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - [email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent 27dccba commit 342df52

File tree

160 files changed

+919
-553
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+919
-553
lines changed

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-28)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

812
**Note:** Version bump only for package @bitgo/abstract-cosmos

modules/abstract-cosmos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.2.18",
3+
"version": "11.2.19",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.21.1",
42-
"@bitgo/statics": "^50.21.1",
41+
"@bitgo/sdk-core": "^28.22.0",
42+
"@bitgo/statics": "^50.22.0",
4343
"@bitgo/utxo-lib": "^11.2.1",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",

modules/abstract-eth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [22.4.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-28)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.4.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

812
**Note:** Version bump only for package @bitgo/abstract-eth

modules/abstract-eth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.4.12",
3+
"version": "22.4.13",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,8 +40,8 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.21.1",
44-
"@bitgo/statics": "^50.21.1",
43+
"@bitgo/sdk-core": "^28.22.0",
44+
"@bitgo/statics": "^50.22.0",
4545
"@bitgo/utxo-lib": "^11.2.1",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
@@ -58,8 +58,8 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.58.4",
62-
"@bitgo/sdk-test": "^8.0.67",
61+
"@bitgo/sdk-api": "^1.58.5",
62+
"@bitgo/sdk-test": "^8.0.68",
6363
"@types/keccak": "^3.0.5"
6464
},
6565
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

modules/abstract-lightning/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-28)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

812
**Note:** Version bump only for package @bitgo/abstract-lightning

modules/abstract-lightning/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-lightning",
3-
"version": "1.2.40",
3+
"version": "1.2.41",
44
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.21.1",
40+
"@bitgo/sdk-core": "^28.22.0",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
},
4343
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

modules/abstract-substrate/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-28)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
610
## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
711

812
**Note:** Version bump only for package @bitgo/abstract-substrate

modules/abstract-substrate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-substrate",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "BitGo SDK coin library for Substrate base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.21.1",
42-
"@bitgo/statics": "^50.21.1",
41+
"@bitgo/sdk-core": "^28.22.0",
42+
"@bitgo/statics": "^50.22.0",
4343
"@polkadot/keyring": "13.3.1",
4444
"@polkadot/types": "14.1.1",
4545
"@polkadot/util": "13.3.1",

modules/abstract-utxo/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [9.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-28)
7+
8+
### Bug Fixes
9+
10+
- **abstract-utxo:** fix findDescriptorForOutput for taproot outputs ([758777c](https://github.com/BitGo/BitGoJS/commit/758777c94dbcc6d1008ecc36c11c2d45b2457d1b))
11+
- **abstract-utxo:** handle explicit internal recipients correctly ([74a940f](https://github.com/BitGo/BitGoJS/commit/74a940f300900ed824b757123f78f77d50123418))
12+
13+
### Features
14+
15+
- **abstract-utxo:** add createPsbt test for Tr2of3-NoKeyPath ([6034f43](https://github.com/BitGo/BitGoJS/commit/6034f4328b6bd910028f27c4f4da3e1cfb3d0351))
16+
- **abstract-utxo:** add support for taproot descriptors in findDescriptors ([898ecd8](https://github.com/BitGo/BitGoJS/commit/898ecd85bc4df50c2d0805fa197735b50f6ecbbf))
17+
- **abstract-utxo:** add support for taproot in descriptors testutils ([2717de0](https://github.com/BitGo/BitGoJS/commit/2717de05470fd4bfca3d28acc4ca548d0c208b50))
18+
- **abstract-utxo:** add support for taproot in VirtualSize ([1ea2143](https://github.com/BitGo/BitGoJS/commit/1ea214348e585096ee0cbfb29a865b853cc89325))
19+
- **abstract-utxo:** extend Tr2Of3 test for findDescriptors ([437eb7e](https://github.com/BitGo/BitGoJS/commit/437eb7e14e3aacebd17ae99948f0acbe706dd526))
20+
- **abstract-utxo:** test explicit internal recipients ([12281b2](https://github.com/BitGo/BitGoJS/commit/12281b22a7cf69df974f38d7b07854c7572874eb))
21+
622
## [9.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
723

824
**Note:** Version bump only for package @bitgo/abstract-utxo

modules/abstract-utxo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "9.13.1",
3+
"version": "9.14.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -43,8 +43,8 @@
4343
},
4444
"dependencies": {
4545
"@bitgo/blockapis": "^1.10.9",
46-
"@bitgo/sdk-api": "^1.58.4",
47-
"@bitgo/sdk-core": "^28.21.1",
46+
"@bitgo/sdk-api": "^1.58.5",
47+
"@bitgo/sdk-core": "^28.22.0",
4848
"@bitgo/unspents": "^0.47.17",
4949
"@bitgo/utxo-lib": "^11.2.1",
5050
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",

modules/account-lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [24.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-28)
7+
8+
### Features
9+
10+
- docker config for flr,sgb,xdc,wemix ([8b65d3f](https://github.com/BitGo/BitGoJS/commit/8b65d3fc66001b99b1135d1968546a55f1ae279d))
11+
612
## [24.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-23)
713

814
**Note:** Version bump only for package @bitgo/account-lib

modules/account-lib/package.json

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "24.3.1",
3+
"version": "24.4.0",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -27,54 +27,54 @@
2727
"node": ">=18 <21"
2828
},
2929
"dependencies": {
30-
"@bitgo/sdk-coin-algo": "^2.1.60",
31-
"@bitgo/sdk-coin-apt": "^1.5.1",
32-
"@bitgo/sdk-coin-arbeth": "^21.0.54",
33-
"@bitgo/sdk-coin-atom": "^13.1.18",
34-
"@bitgo/sdk-coin-avaxc": "^5.2.12",
35-
"@bitgo/sdk-coin-avaxp": "^5.0.61",
36-
"@bitgo/sdk-coin-baby": "^1.1.1",
37-
"@bitgo/sdk-coin-bera": "^2.3.6",
38-
"@bitgo/sdk-coin-bld": "^3.0.31",
39-
"@bitgo/sdk-coin-bsc": "^22.2.15",
40-
"@bitgo/sdk-coin-celo": "^4.0.13",
41-
"@bitgo/sdk-coin-coredao": "^1.2.14",
42-
"@bitgo/sdk-coin-coreum": "^21.0.31",
43-
"@bitgo/sdk-coin-cspr": "^2.0.62",
44-
"@bitgo/sdk-coin-dot": "^4.1.40",
45-
"@bitgo/sdk-coin-etc": "^2.2.29",
46-
"@bitgo/sdk-coin-eth": "^24.2.51",
47-
"@bitgo/sdk-coin-eth2": "^3.0.61",
48-
"@bitgo/sdk-coin-flr": "^1.1.1",
49-
"@bitgo/sdk-coin-hash": "^3.0.31",
50-
"@bitgo/sdk-coin-hbar": "^2.0.62",
51-
"@bitgo/sdk-coin-icp": "^1.1.2",
52-
"@bitgo/sdk-coin-injective": "^3.0.31",
53-
"@bitgo/sdk-coin-islm": "^2.1.12",
54-
"@bitgo/sdk-coin-near": "^2.0.62",
55-
"@bitgo/sdk-coin-oas": "^1.1.15",
56-
"@bitgo/sdk-coin-opeth": "^18.1.47",
57-
"@bitgo/sdk-coin-osmo": "^3.0.31",
58-
"@bitgo/sdk-coin-polygon": "^21.0.31",
59-
"@bitgo/sdk-coin-rbtc": "^2.0.62",
60-
"@bitgo/sdk-coin-rune": "^1.1.19",
61-
"@bitgo/sdk-coin-sgb": "^1.1.1",
62-
"@bitgo/sdk-coin-sei": "^3.0.31",
63-
"@bitgo/sdk-coin-sol": "^4.8.1",
64-
"@bitgo/sdk-coin-stx": "^3.3.19",
65-
"@bitgo/sdk-coin-sui": "^5.8.21",
66-
"@bitgo/sdk-coin-tia": "^3.0.31",
67-
"@bitgo/sdk-coin-ton": "^3.4.19",
68-
"@bitgo/sdk-coin-trx": "^2.0.62",
69-
"@bitgo/sdk-coin-wemix": "^1.0.0",
70-
"@bitgo/sdk-coin-xrp": "^3.7.4",
71-
"@bitgo/sdk-coin-xdc": "^1.1.1",
72-
"@bitgo/sdk-coin-xtz": "^2.1.60",
73-
"@bitgo/sdk-coin-zeta": "^3.0.31",
74-
"@bitgo/sdk-coin-zketh": "^2.0.54",
75-
"@bitgo/sdk-core": "^28.21.1",
30+
"@bitgo/sdk-coin-algo": "^2.1.61",
31+
"@bitgo/sdk-coin-apt": "^1.6.0",
32+
"@bitgo/sdk-coin-arbeth": "^21.0.55",
33+
"@bitgo/sdk-coin-atom": "^13.1.19",
34+
"@bitgo/sdk-coin-avaxc": "^5.2.13",
35+
"@bitgo/sdk-coin-avaxp": "^5.0.62",
36+
"@bitgo/sdk-coin-baby": "^1.1.2",
37+
"@bitgo/sdk-coin-bera": "^2.3.7",
38+
"@bitgo/sdk-coin-bld": "^3.0.32",
39+
"@bitgo/sdk-coin-bsc": "^22.2.16",
40+
"@bitgo/sdk-coin-celo": "^4.0.14",
41+
"@bitgo/sdk-coin-coredao": "^1.2.15",
42+
"@bitgo/sdk-coin-coreum": "^21.0.32",
43+
"@bitgo/sdk-coin-cspr": "^2.0.63",
44+
"@bitgo/sdk-coin-dot": "^4.1.41",
45+
"@bitgo/sdk-coin-etc": "^2.2.30",
46+
"@bitgo/sdk-coin-eth": "^24.2.52",
47+
"@bitgo/sdk-coin-eth2": "^3.0.62",
48+
"@bitgo/sdk-coin-flr": "^1.1.2",
49+
"@bitgo/sdk-coin-hash": "^3.0.32",
50+
"@bitgo/sdk-coin-hbar": "^2.0.63",
51+
"@bitgo/sdk-coin-icp": "^1.1.3",
52+
"@bitgo/sdk-coin-injective": "^3.0.32",
53+
"@bitgo/sdk-coin-islm": "^2.1.13",
54+
"@bitgo/sdk-coin-near": "^2.0.63",
55+
"@bitgo/sdk-coin-oas": "^1.1.16",
56+
"@bitgo/sdk-coin-opeth": "^18.1.48",
57+
"@bitgo/sdk-coin-osmo": "^3.0.32",
58+
"@bitgo/sdk-coin-polygon": "^21.0.32",
59+
"@bitgo/sdk-coin-rbtc": "^2.0.63",
60+
"@bitgo/sdk-coin-rune": "^1.1.20",
61+
"@bitgo/sdk-coin-sei": "^3.0.32",
62+
"@bitgo/sdk-coin-sgb": "^1.1.2",
63+
"@bitgo/sdk-coin-sol": "^4.8.2",
64+
"@bitgo/sdk-coin-stx": "^3.3.20",
65+
"@bitgo/sdk-coin-sui": "^5.8.22",
66+
"@bitgo/sdk-coin-tia": "^3.0.32",
67+
"@bitgo/sdk-coin-ton": "^3.4.20",
68+
"@bitgo/sdk-coin-trx": "^2.0.63",
69+
"@bitgo/sdk-coin-wemix": "^1.1.0",
70+
"@bitgo/sdk-coin-xdc": "^1.1.2",
71+
"@bitgo/sdk-coin-xrp": "^3.7.5",
72+
"@bitgo/sdk-coin-xtz": "^2.1.61",
73+
"@bitgo/sdk-coin-zeta": "^3.0.32",
74+
"@bitgo/sdk-coin-zketh": "^2.0.55",
75+
"@bitgo/sdk-core": "^28.22.0",
7676
"@bitgo/sdk-lib-mpc": "^10.1.0",
77-
"@bitgo/statics": "^50.21.1",
77+
"@bitgo/statics": "^50.22.0",
7878
"bignumber.js": "^9.1.1",
7979
"bs58": "^4.0.1"
8080
},

modules/bitgo/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [39.25.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.25.0) (2025-01-28)
7+
8+
### Features
9+
10+
- docker config for flr,sgb,xdc,wemix ([8b65d3f](https://github.com/BitGo/BitGoJS/commit/8b65d3fc66001b99b1135d1968546a55f1ae279d))
11+
- **statics:** add apt usdt token ([37224e8](https://github.com/BitGo/BitGoJS/commit/37224e89dbfb7e0173c4d5ab30ddbc3d45ea7aba))
12+
613
## [39.24.1](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.24.1) (2025-01-23)
714

815
**Note:** Version bump only for package bitgo

0 commit comments

Comments
 (0)