Skip to content

Commit

Permalink
Merge pull request #5359 from BitGo/rel/latest
Browse files Browse the repository at this point in the history
chore(root): publish modules
  • Loading branch information
margueriteblair authored Jan 9, 2025
2 parents 31bfafb + 2c873a9 commit 3215912
Show file tree
Hide file tree
Showing 145 changed files with 832 additions and 499 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ RUN cd /var/bitgo-express && \
#LINK_END

#LABEL_START
LABEL created="Fri, 03 Jan 2025 13:54:29 GMT"
LABEL version=10.6.6
LABEL git_hash=12da1b4beccc187ae1f4970df6ae874d7d2bf5b5
LABEL created="Thu, 09 Jan 2025 18:39:00 GMT"
LABEL version=10.6.7
LABEL git_hash=a67d6d6aefb10365ec158c3cf23814b29d085bbc
#LABEL_END

USER node
Expand Down
4 changes: 4 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)

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

## [11.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-03)

**Note:** Version bump only for package @bitgo/abstract-cosmos
Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-cosmos",
"version": "11.2.13",
"version": "11.2.14",
"description": "BitGo SDK coin library for COSMOS base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/statics": "^50.17.0",
"@bitgo/sdk-core": "^28.19.0",
"@bitgo/statics": "^50.18.0",
"@bitgo/utxo-lib": "^11.2.1",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
Expand Down
6 changes: 6 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [22.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)

### Bug Fixes

- **abstract-eth:** skip derived address validation for v5 forwarder ([18650ac](https://github.com/BitGo/BitGoJS/commit/18650ac8ba0ce36a14058b4c5115125c58cdf85d))

## [22.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-03)

**Note:** Version bump only for package @bitgo/abstract-eth
Expand Down
10 changes: 5 additions & 5 deletions modules/abstract-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-eth",
"version": "22.4.7",
"version": "22.4.8",
"description": "BitGo SDK coin library for ETH base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/statics": "^50.17.0",
"@bitgo/sdk-core": "^28.19.0",
"@bitgo/statics": "^50.18.0",
"@bitgo/utxo-lib": "^11.2.1",
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/tx": "^3.3.0",
Expand All @@ -58,8 +58,8 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.57.6",
"@bitgo/sdk-test": "^8.0.62",
"@bitgo/sdk-api": "^1.58.0",
"@bitgo/sdk-test": "^8.0.63",
"@types/keccak": "^3.0.5"
}
}
4 changes: 4 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)

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

## [1.2.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-03)

**Note:** Version bump only for package @bitgo/abstract-lightning
Expand Down
4 changes: 2 additions & 2 deletions modules/abstract-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-lightning",
"version": "1.2.35",
"version": "1.2.36",
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/sdk-core": "^28.19.0",
"@bitgo/utxo-lib": "^11.2.1"
}
}
12 changes: 12 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)

### Bug Fixes

- **abstract-utxo:** check if external and internal descriptors are different ([10a48c3](https://github.com/BitGo/BitGoJS/commit/10a48c3b90bb985206a3eb808e2f454e1d8e292a))

### Features

- **abstract-utxo:** allow signed descriptors in prod policy ([a19606a](https://github.com/BitGo/BitGoJS/commit/a19606aa68e527bb0457e926e2b263d18c7e0f45))
- add example for createDescriptorWalletWithWalletPassphrase ([384ed92](https://github.com/BitGo/BitGoJS/commit/384ed9221c14eca4235b152d4a848d16d68aaf14))
- export createNamedDescriptorWithSignature ([8856442](https://github.com/BitGo/BitGoJS/commit/885644217954e1a8d5736d11dff2aa171c1ace11))

# [9.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-03)

### Features
Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-utxo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-utxo",
"version": "9.10.0",
"version": "9.11.0",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.10.9",
"@bitgo/sdk-api": "^1.57.6",
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/sdk-api": "^1.58.0",
"@bitgo/sdk-core": "^28.19.0",
"@bitgo/unspents": "^0.47.17",
"@bitgo/utxo-lib": "^11.2.1",
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",
Expand Down
4 changes: 4 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [24.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-09)

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

## [24.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-01-03)

**Note:** Version bump only for package @bitgo/account-lib
Expand Down
84 changes: 42 additions & 42 deletions modules/account-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/account-lib",
"version": "24.1.7",
"version": "24.1.8",
"description": "BitGo's account library functions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -27,48 +27,48 @@
"node": ">=18 <21"
},
"dependencies": {
"@bitgo/sdk-coin-algo": "^2.1.55",
"@bitgo/sdk-coin-apt": "^1.3.8",
"@bitgo/sdk-coin-arbeth": "^21.0.49",
"@bitgo/sdk-coin-atom": "^13.1.13",
"@bitgo/sdk-coin-avaxc": "^5.2.7",
"@bitgo/sdk-coin-avaxp": "^5.0.56",
"@bitgo/sdk-coin-bera": "^2.3.1",
"@bitgo/sdk-coin-bld": "^3.0.26",
"@bitgo/sdk-coin-bsc": "^22.2.10",
"@bitgo/sdk-coin-celo": "^4.0.8",
"@bitgo/sdk-coin-coredao": "^1.2.9",
"@bitgo/sdk-coin-coreum": "^21.0.26",
"@bitgo/sdk-coin-cspr": "^2.0.57",
"@bitgo/sdk-coin-dot": "^4.1.35",
"@bitgo/sdk-coin-etc": "^2.2.24",
"@bitgo/sdk-coin-eth": "^24.2.46",
"@bitgo/sdk-coin-eth2": "^3.0.56",
"@bitgo/sdk-coin-hash": "^3.0.26",
"@bitgo/sdk-coin-hbar": "^2.0.57",
"@bitgo/sdk-coin-injective": "^3.0.26",
"@bitgo/sdk-coin-islm": "^2.1.7",
"@bitgo/sdk-coin-near": "^2.0.57",
"@bitgo/sdk-coin-oas": "^1.1.10",
"@bitgo/sdk-coin-opeth": "^18.1.42",
"@bitgo/sdk-coin-osmo": "^3.0.26",
"@bitgo/sdk-coin-polygon": "^21.0.26",
"@bitgo/sdk-coin-rbtc": "^2.0.57",
"@bitgo/sdk-coin-rune": "^1.1.14",
"@bitgo/sdk-coin-sei": "^3.0.26",
"@bitgo/sdk-coin-sol": "^4.7.14",
"@bitgo/sdk-coin-stx": "^3.3.14",
"@bitgo/sdk-coin-sui": "^5.8.16",
"@bitgo/sdk-coin-tia": "^3.0.26",
"@bitgo/sdk-coin-ton": "^3.4.14",
"@bitgo/sdk-coin-trx": "^2.0.57",
"@bitgo/sdk-coin-xrp": "^3.6.10",
"@bitgo/sdk-coin-xtz": "^2.1.55",
"@bitgo/sdk-coin-zeta": "^3.0.26",
"@bitgo/sdk-coin-zketh": "^2.0.49",
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/sdk-coin-algo": "^2.1.56",
"@bitgo/sdk-coin-apt": "^1.3.9",
"@bitgo/sdk-coin-arbeth": "^21.0.50",
"@bitgo/sdk-coin-atom": "^13.1.14",
"@bitgo/sdk-coin-avaxc": "^5.2.8",
"@bitgo/sdk-coin-avaxp": "^5.0.57",
"@bitgo/sdk-coin-bera": "^2.3.2",
"@bitgo/sdk-coin-bld": "^3.0.27",
"@bitgo/sdk-coin-bsc": "^22.2.11",
"@bitgo/sdk-coin-celo": "^4.0.9",
"@bitgo/sdk-coin-coredao": "^1.2.10",
"@bitgo/sdk-coin-coreum": "^21.0.27",
"@bitgo/sdk-coin-cspr": "^2.0.58",
"@bitgo/sdk-coin-dot": "^4.1.36",
"@bitgo/sdk-coin-etc": "^2.2.25",
"@bitgo/sdk-coin-eth": "^24.2.47",
"@bitgo/sdk-coin-eth2": "^3.0.57",
"@bitgo/sdk-coin-hash": "^3.0.27",
"@bitgo/sdk-coin-hbar": "^2.0.58",
"@bitgo/sdk-coin-injective": "^3.0.27",
"@bitgo/sdk-coin-islm": "^2.1.8",
"@bitgo/sdk-coin-near": "^2.0.58",
"@bitgo/sdk-coin-oas": "^1.1.11",
"@bitgo/sdk-coin-opeth": "^18.1.43",
"@bitgo/sdk-coin-osmo": "^3.0.27",
"@bitgo/sdk-coin-polygon": "^21.0.27",
"@bitgo/sdk-coin-rbtc": "^2.0.58",
"@bitgo/sdk-coin-rune": "^1.1.15",
"@bitgo/sdk-coin-sei": "^3.0.27",
"@bitgo/sdk-coin-sol": "^4.7.15",
"@bitgo/sdk-coin-stx": "^3.3.15",
"@bitgo/sdk-coin-sui": "^5.8.17",
"@bitgo/sdk-coin-tia": "^3.0.27",
"@bitgo/sdk-coin-ton": "^3.4.15",
"@bitgo/sdk-coin-trx": "^2.0.58",
"@bitgo/sdk-coin-xrp": "^3.7.0",
"@bitgo/sdk-coin-xtz": "^2.1.56",
"@bitgo/sdk-coin-zeta": "^3.0.27",
"@bitgo/sdk-coin-zketh": "^2.0.50",
"@bitgo/sdk-core": "^28.19.0",
"@bitgo/sdk-lib-mpc": "^10.1.0",
"@bitgo/statics": "^50.17.0",
"@bitgo/statics": "^50.18.0",
"bignumber.js": "^9.1.1",
"bs58": "^4.0.1"
},
Expand Down
6 changes: 6 additions & 0 deletions modules/bitgo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [39.22.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.22.0) (2025-01-09)

### Features

- move hmac fns to own package ([7466b99](https://github.com/BitGo/BitGoJS/commit/7466b99cf2b48e3a746ae082127d7e4f0f95bfef))

# [39.21.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.21.0) (2025-01-03)

### Features
Expand Down
Loading

0 comments on commit 3215912

Please sign in to comment.