Skip to content

Commit 468038e

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] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent 75019d3 commit 468038e

File tree

144 files changed

+815
-497
lines changed

Some content is hidden

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

144 files changed

+815
-497
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.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-03)
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.6",
3+
"version": "11.2.7",
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.15.0",
42-
"@bitgo/statics": "^50.11.0",
41+
"@bitgo/sdk-core": "^28.15.1",
42+
"@bitgo/statics": "^50.12.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: 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.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)
7+
8+
### Bug Fixes
9+
10+
- **abstract-eth:** fix issue with ethlike signTx ([7584c8b](https://github.com/BitGo/BitGoJS/commit/7584c8bf2e3ddea21582cac36abdebe0a0a78646))
11+
612
# [22.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-03)
713

814
### Bug Fixes

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.0",
3+
"version": "22.4.1",
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.15.0",
44-
"@bitgo/statics": "^50.11.0",
43+
"@bitgo/sdk-core": "^28.15.1",
44+
"@bitgo/statics": "^50.12.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.56.8",
62-
"@bitgo/sdk-test": "^8.0.55",
61+
"@bitgo/sdk-api": "^1.57.0",
62+
"@bitgo/sdk-test": "^8.0.56",
6363
"@types/keccak": "^3.0.5"
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.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-03)
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.28",
3+
"version": "1.2.29",
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.15.0",
40+
"@bitgo/sdk-core": "^28.15.1",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
}
4343
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)
7+
8+
### Features
9+
10+
- **abstract-utxo:** add apply option to toPlainObject ([6eae1ca](https://github.com/BitGo/BitGoJS/commit/6eae1ca0a46f36cef19cbd839abb4b68d972089b))
11+
- **abstract-utxo:** add package src/core ([6ca55f5](https://github.com/BitGo/BitGoJS/commit/6ca55f5fb0df16e2a38fcd7a9bcd7286bbb68d5d))
12+
- **abstract-utxo:** enable esModuleInterop ([f99aa90](https://github.com/BitGo/BitGoJS/commit/f99aa90ad656b62eeae8c094d57caf5ae883eb7c))
13+
- **abstract-utxo:** include test files in tsconfig.json ([c2187fb](https://github.com/BitGo/BitGoJS/commit/c2187fbf1d5ea150cc8a69630e1b819dd2a300e0))
14+
- **abstract-utxo:** update wasm-miniscript to 2.0.0-beta.2 ([cec5cd7](https://github.com/BitGo/BitGoJS/commit/cec5cd72f5ea1b7eed074a3ef436e21cf7362733))
15+
616
# [9.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-03)
717

818
### Features

modules/abstract-utxo/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-utxo",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,16 +40,16 @@
4040
},
4141
"dependencies": {
4242
"@bitgo/blockapis": "^1.10.9",
43-
"@bitgo/sdk-api": "^1.56.8",
44-
"@bitgo/sdk-core": "^28.15.0",
43+
"@bitgo/sdk-api": "^1.57.0",
44+
"@bitgo/sdk-core": "^28.15.1",
4545
"@bitgo/unspents": "^0.47.17",
4646
"@bitgo/utxo-lib": "^11.2.1",
4747
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",
4848
"@types/bluebird": "^3.5.25",
4949
"@types/lodash": "^4.14.121",
5050
"@types/superagent": "4.1.15",
51-
"bip174": "npm:@bitgo-forks/[email protected]",
5251
"bignumber.js": "^9.0.2",
52+
"bip174": "npm:@bitgo-forks/[email protected]",
5353
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
5454
"bluebird": "^3.5.3",
5555
"debug": "^3.1.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+
## [24.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
# [24.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-03)
711

812
### Features

modules/account-lib/package.json

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "24.1.0",
3+
"version": "24.1.1",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -27,48 +27,48 @@
2727
"node": ">=18 <21"
2828
},
2929
"dependencies": {
30-
"@bitgo/sdk-coin-algo": "^2.1.48",
31-
"@bitgo/sdk-coin-apt": "^1.3.1",
32-
"@bitgo/sdk-coin-arbeth": "^21.0.42",
33-
"@bitgo/sdk-coin-atom": "^13.1.6",
34-
"@bitgo/sdk-coin-avaxc": "^5.2.0",
35-
"@bitgo/sdk-coin-avaxp": "^5.0.49",
36-
"@bitgo/sdk-coin-bera": "^2.2.11",
37-
"@bitgo/sdk-coin-bld": "^3.0.19",
38-
"@bitgo/sdk-coin-bsc": "^22.2.3",
39-
"@bitgo/sdk-coin-celo": "^4.0.1",
40-
"@bitgo/sdk-coin-coredao": "^1.2.2",
41-
"@bitgo/sdk-coin-coreum": "^21.0.19",
42-
"@bitgo/sdk-coin-cspr": "^2.0.50",
43-
"@bitgo/sdk-coin-dot": "^4.1.28",
44-
"@bitgo/sdk-coin-etc": "^2.2.17",
45-
"@bitgo/sdk-coin-eth": "^24.2.39",
46-
"@bitgo/sdk-coin-eth2": "^3.0.49",
47-
"@bitgo/sdk-coin-hash": "^3.0.19",
48-
"@bitgo/sdk-coin-hbar": "^2.0.50",
49-
"@bitgo/sdk-coin-injective": "^3.0.19",
50-
"@bitgo/sdk-coin-islm": "^2.1.0",
51-
"@bitgo/sdk-coin-near": "^2.0.50",
52-
"@bitgo/sdk-coin-oas": "^1.1.3",
53-
"@bitgo/sdk-coin-opeth": "^18.1.35",
54-
"@bitgo/sdk-coin-osmo": "^3.0.19",
55-
"@bitgo/sdk-coin-polygon": "^21.0.19",
56-
"@bitgo/sdk-coin-rbtc": "^2.0.50",
57-
"@bitgo/sdk-coin-rune": "^1.1.7",
58-
"@bitgo/sdk-coin-sei": "^3.0.19",
59-
"@bitgo/sdk-coin-sol": "^4.7.7",
60-
"@bitgo/sdk-coin-stx": "^3.3.7",
61-
"@bitgo/sdk-coin-sui": "^5.8.9",
62-
"@bitgo/sdk-coin-tia": "^3.0.19",
63-
"@bitgo/sdk-coin-ton": "^3.4.7",
64-
"@bitgo/sdk-coin-trx": "^2.0.50",
65-
"@bitgo/sdk-coin-xrp": "^3.6.3",
66-
"@bitgo/sdk-coin-xtz": "^2.1.48",
67-
"@bitgo/sdk-coin-zeta": "^3.0.19",
68-
"@bitgo/sdk-coin-zketh": "^2.0.42",
69-
"@bitgo/sdk-core": "^28.15.0",
30+
"@bitgo/sdk-coin-algo": "^2.1.49",
31+
"@bitgo/sdk-coin-apt": "^1.3.2",
32+
"@bitgo/sdk-coin-arbeth": "^21.0.43",
33+
"@bitgo/sdk-coin-atom": "^13.1.7",
34+
"@bitgo/sdk-coin-avaxc": "^5.2.1",
35+
"@bitgo/sdk-coin-avaxp": "^5.0.50",
36+
"@bitgo/sdk-coin-bera": "^2.2.12",
37+
"@bitgo/sdk-coin-bld": "^3.0.20",
38+
"@bitgo/sdk-coin-bsc": "^22.2.4",
39+
"@bitgo/sdk-coin-celo": "^4.0.2",
40+
"@bitgo/sdk-coin-coredao": "^1.2.3",
41+
"@bitgo/sdk-coin-coreum": "^21.0.20",
42+
"@bitgo/sdk-coin-cspr": "^2.0.51",
43+
"@bitgo/sdk-coin-dot": "^4.1.29",
44+
"@bitgo/sdk-coin-etc": "^2.2.18",
45+
"@bitgo/sdk-coin-eth": "^24.2.40",
46+
"@bitgo/sdk-coin-eth2": "^3.0.50",
47+
"@bitgo/sdk-coin-hash": "^3.0.20",
48+
"@bitgo/sdk-coin-hbar": "^2.0.51",
49+
"@bitgo/sdk-coin-injective": "^3.0.20",
50+
"@bitgo/sdk-coin-islm": "^2.1.1",
51+
"@bitgo/sdk-coin-near": "^2.0.51",
52+
"@bitgo/sdk-coin-oas": "^1.1.4",
53+
"@bitgo/sdk-coin-opeth": "^18.1.36",
54+
"@bitgo/sdk-coin-osmo": "^3.0.20",
55+
"@bitgo/sdk-coin-polygon": "^21.0.20",
56+
"@bitgo/sdk-coin-rbtc": "^2.0.51",
57+
"@bitgo/sdk-coin-rune": "^1.1.8",
58+
"@bitgo/sdk-coin-sei": "^3.0.20",
59+
"@bitgo/sdk-coin-sol": "^4.7.8",
60+
"@bitgo/sdk-coin-stx": "^3.3.8",
61+
"@bitgo/sdk-coin-sui": "^5.8.10",
62+
"@bitgo/sdk-coin-tia": "^3.0.20",
63+
"@bitgo/sdk-coin-ton": "^3.4.8",
64+
"@bitgo/sdk-coin-trx": "^2.0.51",
65+
"@bitgo/sdk-coin-xrp": "^3.6.4",
66+
"@bitgo/sdk-coin-xtz": "^2.1.49",
67+
"@bitgo/sdk-coin-zeta": "^3.0.20",
68+
"@bitgo/sdk-coin-zketh": "^2.0.43",
69+
"@bitgo/sdk-core": "^28.15.1",
7070
"@bitgo/sdk-lib-mpc": "^10.1.0",
71-
"@bitgo/statics": "^50.11.0",
71+
"@bitgo/statics": "^50.12.0",
7272
"bignumber.js": "^9.1.1",
7373
"bs58": "^4.0.1"
7474
},

0 commit comments

Comments
 (0)