Skip to content

Commit 46d7ad6

Browse files
committed
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] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent 8cc0427 commit 46d7ad6

File tree

140 files changed

+872
-508
lines changed

Some content is hidden

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

140 files changed

+872
-508
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.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
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.7",
3+
"version": "11.0.8",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,10 +37,10 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.7.0",
40+
"@bitgo/sdk-core": "^28.8.0",
4141
"@bitgo/sdk-lib-mpc": "^10.0.0",
42-
"@bitgo/statics": "^50.0.0",
43-
"@bitgo/utxo-lib": "^10.3.0",
42+
"@bitgo/statics": "^50.1.0",
43+
"@bitgo/utxo-lib": "^11.0.0",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",
4646
"@cosmjs/encoding": "^0.29.5",

modules/abstract-eth/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+
# [22.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
### Features
9+
10+
- **sdk-coin-avaxc:** add avaxc support for evm ccr ([b37f97b](https://github.com/BitGo/BitGoJS/commit/b37f97bf2aa1e7353e4ee15e53487c2f6024aa7e))
11+
612
## [22.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
713

814
**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.1.2",
3+
"version": "22.2.0",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.7.0",
43+
"@bitgo/sdk-core": "^28.8.0",
4444
"@bitgo/sdk-lib-mpc": "^10.0.0",
45-
"@bitgo/statics": "^50.0.0",
46-
"@bitgo/utxo-lib": "^10.3.0",
45+
"@bitgo/statics": "^50.1.0",
46+
"@bitgo/utxo-lib": "^11.0.0",
4747
"@ethereumjs/common": "^2.6.5",
4848
"@ethereumjs/tx": "^3.3.0",
4949
"@metamask/eth-sig-util": "^5.0.2",
@@ -59,8 +59,8 @@
5959
"superagent": "^9.0.1"
6060
},
6161
"devDependencies": {
62-
"@bitgo/sdk-api": "^1.54.3",
63-
"@bitgo/sdk-test": "^8.0.43",
62+
"@bitgo/sdk-api": "^1.55.0",
63+
"@bitgo/sdk-test": "^8.0.44",
6464
"secp256k1": "5.0.0"
6565
}
6666
}

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.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
711

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

modules/abstract-lightning/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-lightning",
3-
"version": "1.2.16",
3+
"version": "1.2.17",
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.7.0",
41-
"@bitgo/utxo-lib": "^10.3.0"
40+
"@bitgo/sdk-core": "^28.8.0",
41+
"@bitgo/utxo-lib": "^11.0.0"
4242
}
4343
}

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.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)
7+
8+
### chore
9+
10+
- **utxo-lib:** remove unnecessary properties from WalletUnspent ([159f667](https://github.com/BitGo/BitGoJS/commit/159f66715cf8aa0f485d4df601556b0564cc6cfa))
11+
12+
### Features
13+
14+
- add btc testnet4 to sdk ([8edfa40](https://github.com/BitGo/BitGoJS/commit/8edfa40e24fa5061f104e7e59a8e55c2dd27a0b8))
15+
16+
### BREAKING CHANGES
17+
18+
- **utxo-lib:** removes fields from WalletUnspent type
19+
20+
Issue: BTC-1351
21+
622
## [8.14.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)
723

824
### Bug Fixes

modules/abstract-utxo/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-utxo",
3-
"version": "8.14.4",
3+
"version": "9.0.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,11 +37,11 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/blockapis": "^1.10.4",
41-
"@bitgo/sdk-api": "^1.54.3",
42-
"@bitgo/sdk-core": "^28.7.0",
43-
"@bitgo/unspents": "^0.47.10",
44-
"@bitgo/utxo-lib": "^10.3.0",
40+
"@bitgo/blockapis": "^1.10.5",
41+
"@bitgo/sdk-api": "^1.55.0",
42+
"@bitgo/sdk-core": "^28.8.0",
43+
"@bitgo/unspents": "^0.47.11",
44+
"@bitgo/utxo-lib": "^11.0.0",
4545
"@bitgo/wasm-miniscript": "^1.3.0",
4646
"@types/bluebird": "^3.5.25",
4747
"@types/lodash": "^4.14.121",

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

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

modules/account-lib/package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "23.1.6",
3+
"version": "23.1.7",
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.36",
31-
"@bitgo/sdk-coin-arbeth": "^21.0.30",
32-
"@bitgo/sdk-coin-atom": "^13.0.7",
33-
"@bitgo/sdk-coin-avaxc": "^5.0.30",
34-
"@bitgo/sdk-coin-avaxp": "^5.0.37",
35-
"@bitgo/sdk-coin-bera": "^2.1.6",
36-
"@bitgo/sdk-coin-bld": "^3.0.7",
37-
"@bitgo/sdk-coin-bsc": "^22.1.22",
38-
"@bitgo/sdk-coin-celo": "^3.0.30",
39-
"@bitgo/sdk-coin-coreum": "^21.0.7",
40-
"@bitgo/sdk-coin-cspr": "^2.0.38",
41-
"@bitgo/sdk-coin-dot": "^4.1.16",
42-
"@bitgo/sdk-coin-etc": "^2.2.5",
43-
"@bitgo/sdk-coin-eth": "^24.2.27",
44-
"@bitgo/sdk-coin-eth2": "^3.0.37",
45-
"@bitgo/sdk-coin-hash": "^3.0.7",
46-
"@bitgo/sdk-coin-hbar": "^2.0.38",
47-
"@bitgo/sdk-coin-injective": "^3.0.7",
48-
"@bitgo/sdk-coin-islm": "^2.0.38",
49-
"@bitgo/sdk-coin-near": "^2.0.38",
50-
"@bitgo/sdk-coin-opeth": "^18.1.23",
51-
"@bitgo/sdk-coin-osmo": "^3.0.7",
52-
"@bitgo/sdk-coin-polygon": "^21.0.7",
53-
"@bitgo/sdk-coin-rbtc": "^2.0.38",
54-
"@bitgo/sdk-coin-sei": "^3.0.7",
55-
"@bitgo/sdk-coin-sol": "^4.5.4",
56-
"@bitgo/sdk-coin-stx": "^3.2.23",
57-
"@bitgo/sdk-coin-sui": "^5.7.1",
58-
"@bitgo/sdk-coin-tia": "^3.0.7",
59-
"@bitgo/sdk-coin-ton": "^3.2.11",
60-
"@bitgo/sdk-coin-trx": "^2.0.38",
61-
"@bitgo/sdk-coin-xtz": "^2.1.36",
62-
"@bitgo/sdk-coin-zeta": "^3.0.7",
63-
"@bitgo/sdk-coin-zketh": "^2.0.30",
64-
"@bitgo/sdk-core": "^28.7.0",
30+
"@bitgo/sdk-coin-algo": "^2.1.37",
31+
"@bitgo/sdk-coin-arbeth": "^21.0.31",
32+
"@bitgo/sdk-coin-atom": "^13.0.8",
33+
"@bitgo/sdk-coin-avaxc": "^5.1.0",
34+
"@bitgo/sdk-coin-avaxp": "^5.0.38",
35+
"@bitgo/sdk-coin-bera": "^2.2.0",
36+
"@bitgo/sdk-coin-bld": "^3.0.8",
37+
"@bitgo/sdk-coin-bsc": "^22.1.23",
38+
"@bitgo/sdk-coin-celo": "^3.0.31",
39+
"@bitgo/sdk-coin-coreum": "^21.0.8",
40+
"@bitgo/sdk-coin-cspr": "^2.0.39",
41+
"@bitgo/sdk-coin-dot": "^4.1.17",
42+
"@bitgo/sdk-coin-etc": "^2.2.6",
43+
"@bitgo/sdk-coin-eth": "^24.2.28",
44+
"@bitgo/sdk-coin-eth2": "^3.0.38",
45+
"@bitgo/sdk-coin-hash": "^3.0.8",
46+
"@bitgo/sdk-coin-hbar": "^2.0.39",
47+
"@bitgo/sdk-coin-injective": "^3.0.8",
48+
"@bitgo/sdk-coin-islm": "^2.0.39",
49+
"@bitgo/sdk-coin-near": "^2.0.39",
50+
"@bitgo/sdk-coin-opeth": "^18.1.24",
51+
"@bitgo/sdk-coin-osmo": "^3.0.8",
52+
"@bitgo/sdk-coin-polygon": "^21.0.8",
53+
"@bitgo/sdk-coin-rbtc": "^2.0.39",
54+
"@bitgo/sdk-coin-sei": "^3.0.8",
55+
"@bitgo/sdk-coin-sol": "^4.5.5",
56+
"@bitgo/sdk-coin-stx": "^3.2.24",
57+
"@bitgo/sdk-coin-sui": "^5.7.2",
58+
"@bitgo/sdk-coin-tia": "^3.0.8",
59+
"@bitgo/sdk-coin-ton": "^3.3.0",
60+
"@bitgo/sdk-coin-trx": "^2.0.39",
61+
"@bitgo/sdk-coin-xtz": "^2.1.37",
62+
"@bitgo/sdk-coin-zeta": "^3.0.8",
63+
"@bitgo/sdk-coin-zketh": "^2.0.31",
64+
"@bitgo/sdk-core": "^28.8.0",
6565
"@bitgo/sdk-lib-mpc": "^10.0.0",
66-
"@bitgo/statics": "^50.0.0",
66+
"@bitgo/statics": "^50.1.0",
6767
"bignumber.js": "^9.1.1",
6868
"bs58": "^4.0.1"
6969
},

0 commit comments

Comments
 (0)