Skip to content

Commit

Permalink
Merge pull request #5331 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 6, 2025
2 parents c828109 + da2745a commit 6bcb1c6
Show file tree
Hide file tree
Showing 143 changed files with 803 additions and 496 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ RUN cd /var/bitgo-express && \
#LINK_END

#LABEL_START
LABEL created="Tue, 24 Dec 2024 19:50:26 GMT"
LABEL version=10.6.5
LABEL git_hash=ee5390723be96e9588fd0dd126a6106ed2c47c73
LABEL created="Fri, 03 Jan 2025 13:54:29 GMT"
LABEL version=10.6.6
LABEL git_hash=12da1b4beccc187ae1f4970df6ae874d7d2bf5b5
#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.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

## [11.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-24)

**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.12",
"version": "11.2.13",
"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.17.2",
"@bitgo/statics": "^50.16.0",
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/statics": "^50.17.0",
"@bitgo/utxo-lib": "^11.2.1",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
Expand Down
4 changes: 4 additions & 0 deletions modules/abstract-eth/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.

## [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

## [22.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-24)

### Bug Fixes
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.6",
"version": "22.4.7",
"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.17.2",
"@bitgo/statics": "^50.16.0",
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/statics": "^50.17.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.5",
"@bitgo/sdk-test": "^8.0.61",
"@bitgo/sdk-api": "^1.57.6",
"@bitgo/sdk-test": "^8.0.62",
"@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.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

## [1.2.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-24)

**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.34",
"version": "1.2.35",
"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.17.2",
"@bitgo/sdk-core": "^28.18.0",
"@bitgo/utxo-lib": "^11.2.1"
}
}
6 changes: 6 additions & 0 deletions modules/abstract-utxo/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.

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

### Features

- **abstract-utxo:** sign descriptors when creating wallet ([079d9b9](https://github.com/BitGo/BitGoJS/commit/079d9b91281ee05b1140aaf8fbf0758627820bba))

# [9.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-24)

### 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.9.0",
"version": "9.10.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.5",
"@bitgo/sdk-core": "^28.17.2",
"@bitgo/sdk-api": "^1.57.6",
"@bitgo/sdk-core": "^28.18.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.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

## [24.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-24)

**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.6",
"version": "24.1.7",
"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.54",
"@bitgo/sdk-coin-apt": "^1.3.7",
"@bitgo/sdk-coin-arbeth": "^21.0.48",
"@bitgo/sdk-coin-atom": "^13.1.12",
"@bitgo/sdk-coin-avaxc": "^5.2.6",
"@bitgo/sdk-coin-avaxp": "^5.0.55",
"@bitgo/sdk-coin-bera": "^2.3.0",
"@bitgo/sdk-coin-bld": "^3.0.25",
"@bitgo/sdk-coin-bsc": "^22.2.9",
"@bitgo/sdk-coin-celo": "^4.0.7",
"@bitgo/sdk-coin-coredao": "^1.2.8",
"@bitgo/sdk-coin-coreum": "^21.0.25",
"@bitgo/sdk-coin-cspr": "^2.0.56",
"@bitgo/sdk-coin-dot": "^4.1.34",
"@bitgo/sdk-coin-etc": "^2.2.23",
"@bitgo/sdk-coin-eth": "^24.2.45",
"@bitgo/sdk-coin-eth2": "^3.0.55",
"@bitgo/sdk-coin-hash": "^3.0.25",
"@bitgo/sdk-coin-hbar": "^2.0.56",
"@bitgo/sdk-coin-injective": "^3.0.25",
"@bitgo/sdk-coin-islm": "^2.1.6",
"@bitgo/sdk-coin-near": "^2.0.56",
"@bitgo/sdk-coin-oas": "^1.1.9",
"@bitgo/sdk-coin-opeth": "^18.1.41",
"@bitgo/sdk-coin-osmo": "^3.0.25",
"@bitgo/sdk-coin-polygon": "^21.0.25",
"@bitgo/sdk-coin-rbtc": "^2.0.56",
"@bitgo/sdk-coin-rune": "^1.1.13",
"@bitgo/sdk-coin-sei": "^3.0.25",
"@bitgo/sdk-coin-sol": "^4.7.13",
"@bitgo/sdk-coin-stx": "^3.3.13",
"@bitgo/sdk-coin-sui": "^5.8.15",
"@bitgo/sdk-coin-tia": "^3.0.25",
"@bitgo/sdk-coin-ton": "^3.4.13",
"@bitgo/sdk-coin-trx": "^2.0.56",
"@bitgo/sdk-coin-xrp": "^3.6.9",
"@bitgo/sdk-coin-xtz": "^2.1.54",
"@bitgo/sdk-coin-zeta": "^3.0.25",
"@bitgo/sdk-coin-zketh": "^2.0.48",
"@bitgo/sdk-core": "^28.17.2",
"@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-lib-mpc": "^10.1.0",
"@bitgo/statics": "^50.16.0",
"@bitgo/statics": "^50.17.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.21.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.21.0) (2025-01-03)

### Features

- **abstract-utxo:** sign descriptors when creating wallet ([079d9b9](https://github.com/BitGo/BitGoJS/commit/079d9b91281ee05b1140aaf8fbf0758627820bba))

# [39.20.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.20.0) (2024-12-24)

### Features
Expand Down
Loading

0 comments on commit 6bcb1c6

Please sign in to comment.