Skip to content

Commit a67d6d6

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] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected] - @bitgo/[email protected]
1 parent 095d233 commit a67d6d6

File tree

144 files changed

+829
-496
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

+829
-496
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.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-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.13",
3+
"version": "11.2.14",
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.18.0",
42-
"@bitgo/statics": "^50.17.0",
41+
"@bitgo/sdk-core": "^28.19.0",
42+
"@bitgo/statics": "^50.18.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.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
7+
8+
### Bug Fixes
9+
10+
- **abstract-eth:** skip derived address validation for v5 forwarder ([18650ac](https://github.com/BitGo/BitGoJS/commit/18650ac8ba0ce36a14058b4c5115125c58cdf85d))
11+
612
## [22.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-03)
713

814
**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.7",
3+
"version": "22.4.8",
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.18.0",
44-
"@bitgo/statics": "^50.17.0",
43+
"@bitgo/sdk-core": "^28.19.0",
44+
"@bitgo/statics": "^50.18.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.57.6",
62-
"@bitgo/sdk-test": "^8.0.62",
61+
"@bitgo/sdk-api": "^1.58.0",
62+
"@bitgo/sdk-test": "^8.0.63",
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.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-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.35",
3+
"version": "1.2.36",
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.18.0",
40+
"@bitgo/sdk-core": "^28.19.0",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
}
4343
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)
7+
8+
### Bug Fixes
9+
10+
- **abstract-utxo:** check if external and internal descriptors are different ([10a48c3](https://github.com/BitGo/BitGoJS/commit/10a48c3b90bb985206a3eb808e2f454e1d8e292a))
11+
12+
### Features
13+
14+
- **abstract-utxo:** allow signed descriptors in prod policy ([a19606a](https://github.com/BitGo/BitGoJS/commit/a19606aa68e527bb0457e926e2b263d18c7e0f45))
15+
- add example for createDescriptorWalletWithWalletPassphrase ([384ed92](https://github.com/BitGo/BitGoJS/commit/384ed9221c14eca4235b152d4a848d16d68aaf14))
16+
- export createNamedDescriptorWithSignature ([8856442](https://github.com/BitGo/BitGoJS/commit/885644217954e1a8d5736d11dff2aa171c1ace11))
17+
618
# [9.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-03)
719

820
### Features

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.10.0",
3+
"version": "9.11.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,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@bitgo/blockapis": "^1.10.9",
43-
"@bitgo/sdk-api": "^1.57.6",
44-
"@bitgo/sdk-core": "^28.18.0",
43+
"@bitgo/sdk-api": "^1.58.0",
44+
"@bitgo/sdk-core": "^28.19.0",
4545
"@bitgo/unspents": "^0.47.17",
4646
"@bitgo/utxo-lib": "^11.2.1",
4747
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",

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

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

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.7",
3+
"version": "24.1.8",
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.55",
31-
"@bitgo/sdk-coin-apt": "^1.3.8",
32-
"@bitgo/sdk-coin-arbeth": "^21.0.49",
33-
"@bitgo/sdk-coin-atom": "^13.1.13",
34-
"@bitgo/sdk-coin-avaxc": "^5.2.7",
35-
"@bitgo/sdk-coin-avaxp": "^5.0.56",
36-
"@bitgo/sdk-coin-bera": "^2.3.1",
37-
"@bitgo/sdk-coin-bld": "^3.0.26",
38-
"@bitgo/sdk-coin-bsc": "^22.2.10",
39-
"@bitgo/sdk-coin-celo": "^4.0.8",
40-
"@bitgo/sdk-coin-coredao": "^1.2.9",
41-
"@bitgo/sdk-coin-coreum": "^21.0.26",
42-
"@bitgo/sdk-coin-cspr": "^2.0.57",
43-
"@bitgo/sdk-coin-dot": "^4.1.35",
44-
"@bitgo/sdk-coin-etc": "^2.2.24",
45-
"@bitgo/sdk-coin-eth": "^24.2.46",
46-
"@bitgo/sdk-coin-eth2": "^3.0.56",
47-
"@bitgo/sdk-coin-hash": "^3.0.26",
48-
"@bitgo/sdk-coin-hbar": "^2.0.57",
49-
"@bitgo/sdk-coin-injective": "^3.0.26",
50-
"@bitgo/sdk-coin-islm": "^2.1.7",
51-
"@bitgo/sdk-coin-near": "^2.0.57",
52-
"@bitgo/sdk-coin-oas": "^1.1.10",
53-
"@bitgo/sdk-coin-opeth": "^18.1.42",
54-
"@bitgo/sdk-coin-osmo": "^3.0.26",
55-
"@bitgo/sdk-coin-polygon": "^21.0.26",
56-
"@bitgo/sdk-coin-rbtc": "^2.0.57",
57-
"@bitgo/sdk-coin-rune": "^1.1.14",
58-
"@bitgo/sdk-coin-sei": "^3.0.26",
59-
"@bitgo/sdk-coin-sol": "^4.7.14",
60-
"@bitgo/sdk-coin-stx": "^3.3.14",
61-
"@bitgo/sdk-coin-sui": "^5.8.16",
62-
"@bitgo/sdk-coin-tia": "^3.0.26",
63-
"@bitgo/sdk-coin-ton": "^3.4.14",
64-
"@bitgo/sdk-coin-trx": "^2.0.57",
65-
"@bitgo/sdk-coin-xrp": "^3.6.10",
66-
"@bitgo/sdk-coin-xtz": "^2.1.55",
67-
"@bitgo/sdk-coin-zeta": "^3.0.26",
68-
"@bitgo/sdk-coin-zketh": "^2.0.49",
69-
"@bitgo/sdk-core": "^28.18.0",
30+
"@bitgo/sdk-coin-algo": "^2.1.56",
31+
"@bitgo/sdk-coin-apt": "^1.3.9",
32+
"@bitgo/sdk-coin-arbeth": "^21.0.50",
33+
"@bitgo/sdk-coin-atom": "^13.1.14",
34+
"@bitgo/sdk-coin-avaxc": "^5.2.8",
35+
"@bitgo/sdk-coin-avaxp": "^5.0.57",
36+
"@bitgo/sdk-coin-bera": "^2.3.2",
37+
"@bitgo/sdk-coin-bld": "^3.0.27",
38+
"@bitgo/sdk-coin-bsc": "^22.2.11",
39+
"@bitgo/sdk-coin-celo": "^4.0.9",
40+
"@bitgo/sdk-coin-coredao": "^1.2.10",
41+
"@bitgo/sdk-coin-coreum": "^21.0.27",
42+
"@bitgo/sdk-coin-cspr": "^2.0.58",
43+
"@bitgo/sdk-coin-dot": "^4.1.36",
44+
"@bitgo/sdk-coin-etc": "^2.2.25",
45+
"@bitgo/sdk-coin-eth": "^24.2.47",
46+
"@bitgo/sdk-coin-eth2": "^3.0.57",
47+
"@bitgo/sdk-coin-hash": "^3.0.27",
48+
"@bitgo/sdk-coin-hbar": "^2.0.58",
49+
"@bitgo/sdk-coin-injective": "^3.0.27",
50+
"@bitgo/sdk-coin-islm": "^2.1.8",
51+
"@bitgo/sdk-coin-near": "^2.0.58",
52+
"@bitgo/sdk-coin-oas": "^1.1.11",
53+
"@bitgo/sdk-coin-opeth": "^18.1.43",
54+
"@bitgo/sdk-coin-osmo": "^3.0.27",
55+
"@bitgo/sdk-coin-polygon": "^21.0.27",
56+
"@bitgo/sdk-coin-rbtc": "^2.0.58",
57+
"@bitgo/sdk-coin-rune": "^1.1.15",
58+
"@bitgo/sdk-coin-sei": "^3.0.27",
59+
"@bitgo/sdk-coin-sol": "^4.7.15",
60+
"@bitgo/sdk-coin-stx": "^3.3.15",
61+
"@bitgo/sdk-coin-sui": "^5.8.17",
62+
"@bitgo/sdk-coin-tia": "^3.0.27",
63+
"@bitgo/sdk-coin-ton": "^3.4.15",
64+
"@bitgo/sdk-coin-trx": "^2.0.58",
65+
"@bitgo/sdk-coin-xrp": "^3.7.0",
66+
"@bitgo/sdk-coin-xtz": "^2.1.56",
67+
"@bitgo/sdk-coin-zeta": "^3.0.27",
68+
"@bitgo/sdk-coin-zketh": "^2.0.50",
69+
"@bitgo/sdk-core": "^28.19.0",
7070
"@bitgo/sdk-lib-mpc": "^10.1.0",
71-
"@bitgo/statics": "^50.17.0",
71+
"@bitgo/statics": "^50.18.0",
7272
"bignumber.js": "^9.1.1",
7373
"bs58": "^4.0.1"
7474
},

0 commit comments

Comments
 (0)