Skip to content

Commit 58c3f86

Browse files
chore(root): publish modules
- @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]
1 parent e58ad50 commit 58c3f86

File tree

136 files changed

+776
-483
lines changed

Some content is hidden

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

136 files changed

+776
-483
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.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-22)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
711

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

modules/abstract-cosmos/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.0.10",
3+
"version": "11.0.11",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,9 +37,9 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.10.0",
41-
"@bitgo/sdk-lib-mpc": "^10.0.0",
42-
"@bitgo/statics": "^50.3.0",
40+
"@bitgo/sdk-core": "^28.11.0",
41+
"@bitgo/sdk-lib-mpc": "^10.0.1",
42+
"@bitgo/statics": "^50.4.0",
4343
"@bitgo/utxo-lib": "^11.0.0",
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.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-22)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
711

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

modules/abstract-eth/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.2.2",
3+
"version": "22.2.3",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.10.0",
44-
"@bitgo/sdk-lib-mpc": "^10.0.0",
45-
"@bitgo/statics": "^50.3.0",
43+
"@bitgo/sdk-core": "^28.11.0",
44+
"@bitgo/sdk-lib-mpc": "^10.0.1",
45+
"@bitgo/statics": "^50.4.0",
4646
"@bitgo/utxo-lib": "^11.0.0",
4747
"@ethereumjs/common": "^2.6.5",
4848
"@ethereumjs/tx": "^3.3.0",
@@ -59,7 +59,7 @@
5959
"superagent": "^9.0.1"
6060
},
6161
"devDependencies": {
62-
"@bitgo/sdk-api": "^1.55.2",
63-
"@bitgo/sdk-test": "^8.0.46"
62+
"@bitgo/sdk-api": "^1.56.0",
63+
"@bitgo/sdk-test": "^8.0.47"
6464
}
6565
}

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.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-22)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
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.19",
3+
"version": "1.2.20",
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.10.0",
40+
"@bitgo/sdk-core": "^28.11.0",
4141
"@bitgo/utxo-lib": "^11.0.0"
4242
}
4343
}

modules/abstract-utxo/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+
## [9.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-22)
7+
8+
### Bug Fixes
9+
10+
- **abstract-utxo:** fix isValidAddress by generating all addr formats ([5be7bfc](https://github.com/BitGo/BitGoJS/commit/5be7bfcfebacadd1b6eed85ca3ed2c134bfff829))
11+
- **abstract-utxo:** use param in isValidAddress ([ec9165a](https://github.com/BitGo/BitGoJS/commit/ec9165a9bf32eb09ecf97942839e40c3133e7256))
12+
613
## [9.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
714

815
**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.0.2",
3+
"version": "9.0.3",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@bitgo/blockapis": "^1.10.5",
41-
"@bitgo/sdk-api": "^1.55.2",
42-
"@bitgo/sdk-core": "^28.10.0",
41+
"@bitgo/sdk-api": "^1.56.0",
42+
"@bitgo/sdk-core": "^28.11.0",
4343
"@bitgo/unspents": "^0.47.11",
4444
"@bitgo/utxo-lib": "^11.0.0",
4545
"@bitgo/wasm-miniscript": "^1.3.0",

modules/account-lib/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+
## [23.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-22)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
## [23.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-15)
711

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

modules/account-lib/package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "23.1.9",
3+
"version": "23.1.10",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -27,43 +27,43 @@
2727
"node": ">=18 <21"
2828
},
2929
"dependencies": {
30-
"@bitgo/sdk-coin-algo": "^2.1.39",
31-
"@bitgo/sdk-coin-arbeth": "^21.0.33",
32-
"@bitgo/sdk-coin-atom": "^13.0.10",
33-
"@bitgo/sdk-coin-avaxc": "^5.1.2",
34-
"@bitgo/sdk-coin-avaxp": "^5.0.40",
35-
"@bitgo/sdk-coin-bera": "^2.2.2",
36-
"@bitgo/sdk-coin-bld": "^3.0.10",
37-
"@bitgo/sdk-coin-bsc": "^22.1.25",
38-
"@bitgo/sdk-coin-celo": "^3.0.33",
39-
"@bitgo/sdk-coin-coreum": "^21.0.10",
40-
"@bitgo/sdk-coin-cspr": "^2.0.41",
41-
"@bitgo/sdk-coin-dot": "^4.1.19",
42-
"@bitgo/sdk-coin-etc": "^2.2.8",
43-
"@bitgo/sdk-coin-eth": "^24.2.30",
44-
"@bitgo/sdk-coin-eth2": "^3.0.40",
45-
"@bitgo/sdk-coin-hash": "^3.0.10",
46-
"@bitgo/sdk-coin-hbar": "^2.0.41",
47-
"@bitgo/sdk-coin-injective": "^3.0.10",
48-
"@bitgo/sdk-coin-islm": "^2.0.41",
49-
"@bitgo/sdk-coin-near": "^2.0.41",
50-
"@bitgo/sdk-coin-opeth": "^18.1.26",
51-
"@bitgo/sdk-coin-osmo": "^3.0.10",
52-
"@bitgo/sdk-coin-polygon": "^21.0.10",
53-
"@bitgo/sdk-coin-rbtc": "^2.0.41",
54-
"@bitgo/sdk-coin-sei": "^3.0.10",
55-
"@bitgo/sdk-coin-sol": "^4.6.0",
56-
"@bitgo/sdk-coin-stx": "^3.2.26",
57-
"@bitgo/sdk-coin-sui": "^5.8.0",
58-
"@bitgo/sdk-coin-tia": "^3.0.10",
59-
"@bitgo/sdk-coin-ton": "^3.3.2",
60-
"@bitgo/sdk-coin-trx": "^2.0.41",
61-
"@bitgo/sdk-coin-xtz": "^2.1.39",
62-
"@bitgo/sdk-coin-zeta": "^3.0.10",
63-
"@bitgo/sdk-coin-zketh": "^2.0.33",
64-
"@bitgo/sdk-core": "^28.10.0",
65-
"@bitgo/sdk-lib-mpc": "^10.0.0",
66-
"@bitgo/statics": "^50.3.0",
30+
"@bitgo/sdk-coin-algo": "^2.1.40",
31+
"@bitgo/sdk-coin-arbeth": "^21.0.34",
32+
"@bitgo/sdk-coin-atom": "^13.0.11",
33+
"@bitgo/sdk-coin-avaxc": "^5.1.3",
34+
"@bitgo/sdk-coin-avaxp": "^5.0.41",
35+
"@bitgo/sdk-coin-bera": "^2.2.3",
36+
"@bitgo/sdk-coin-bld": "^3.0.11",
37+
"@bitgo/sdk-coin-bsc": "^22.1.26",
38+
"@bitgo/sdk-coin-celo": "^3.0.34",
39+
"@bitgo/sdk-coin-coreum": "^21.0.11",
40+
"@bitgo/sdk-coin-cspr": "^2.0.42",
41+
"@bitgo/sdk-coin-dot": "^4.1.20",
42+
"@bitgo/sdk-coin-etc": "^2.2.9",
43+
"@bitgo/sdk-coin-eth": "^24.2.31",
44+
"@bitgo/sdk-coin-eth2": "^3.0.41",
45+
"@bitgo/sdk-coin-hash": "^3.0.11",
46+
"@bitgo/sdk-coin-hbar": "^2.0.42",
47+
"@bitgo/sdk-coin-injective": "^3.0.11",
48+
"@bitgo/sdk-coin-islm": "^2.0.42",
49+
"@bitgo/sdk-coin-near": "^2.0.42",
50+
"@bitgo/sdk-coin-opeth": "^18.1.27",
51+
"@bitgo/sdk-coin-osmo": "^3.0.11",
52+
"@bitgo/sdk-coin-polygon": "^21.0.11",
53+
"@bitgo/sdk-coin-rbtc": "^2.0.42",
54+
"@bitgo/sdk-coin-sei": "^3.0.11",
55+
"@bitgo/sdk-coin-sol": "^4.6.1",
56+
"@bitgo/sdk-coin-stx": "^3.2.27",
57+
"@bitgo/sdk-coin-sui": "^5.8.1",
58+
"@bitgo/sdk-coin-tia": "^3.0.11",
59+
"@bitgo/sdk-coin-ton": "^3.3.3",
60+
"@bitgo/sdk-coin-trx": "^2.0.42",
61+
"@bitgo/sdk-coin-xtz": "^2.1.40",
62+
"@bitgo/sdk-coin-zeta": "^3.0.11",
63+
"@bitgo/sdk-coin-zketh": "^2.0.34",
64+
"@bitgo/sdk-core": "^28.11.0",
65+
"@bitgo/sdk-lib-mpc": "^10.0.1",
66+
"@bitgo/statics": "^50.4.0",
6767
"bignumber.js": "^9.1.1",
6868
"bs58": "^4.0.1"
6969
},

0 commit comments

Comments
 (0)