Skip to content

Commit

Permalink
chore(root): publish modules
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
alebusse committed Dec 11, 2024
1 parent 75019d3 commit 468038e
Show file tree
Hide file tree
Showing 144 changed files with 815 additions and 497 deletions.
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.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)

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

## [11.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-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.6",
"version": "11.2.7",
"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.15.0",
"@bitgo/statics": "^50.11.0",
"@bitgo/sdk-core": "^28.15.1",
"@bitgo/statics": "^50.12.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.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)

### Bug Fixes

- **abstract-eth:** fix issue with ethlike signTx ([7584c8b](https://github.com/BitGo/BitGoJS/commit/7584c8bf2e3ddea21582cac36abdebe0a0a78646))

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

### 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.0",
"version": "22.4.1",
"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.15.0",
"@bitgo/statics": "^50.11.0",
"@bitgo/sdk-core": "^28.15.1",
"@bitgo/statics": "^50.12.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.56.8",
"@bitgo/sdk-test": "^8.0.55",
"@bitgo/sdk-api": "^1.57.0",
"@bitgo/sdk-test": "^8.0.56",
"@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.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)

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

## [1.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-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.28",
"version": "1.2.29",
"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.15.0",
"@bitgo/sdk-core": "^28.15.1",
"@bitgo/utxo-lib": "^11.2.1"
}
}
10 changes: 10 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **abstract-utxo:** add apply option to toPlainObject ([6eae1ca](https://github.com/BitGo/BitGoJS/commit/6eae1ca0a46f36cef19cbd839abb4b68d972089b))
- **abstract-utxo:** add package src/core ([6ca55f5](https://github.com/BitGo/BitGoJS/commit/6ca55f5fb0df16e2a38fcd7a9bcd7286bbb68d5d))
- **abstract-utxo:** enable esModuleInterop ([f99aa90](https://github.com/BitGo/BitGoJS/commit/f99aa90ad656b62eeae8c094d57caf5ae883eb7c))
- **abstract-utxo:** include test files in tsconfig.json ([c2187fb](https://github.com/BitGo/BitGoJS/commit/c2187fbf1d5ea150cc8a69630e1b819dd2a300e0))
- **abstract-utxo:** update wasm-miniscript to 2.0.0-beta.2 ([cec5cd7](https://github.com/BitGo/BitGoJS/commit/cec5cd72f5ea1b7eed074a3ef436e21cf7362733))

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

### Features
Expand Down
8 changes: 4 additions & 4 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.3.0",
"version": "9.4.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,16 +40,16 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.10.9",
"@bitgo/sdk-api": "^1.56.8",
"@bitgo/sdk-core": "^28.15.0",
"@bitgo/sdk-api": "^1.57.0",
"@bitgo/sdk-core": "^28.15.1",
"@bitgo/unspents": "^0.47.17",
"@bitgo/utxo-lib": "^11.2.1",
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",
"@types/bluebird": "^3.5.25",
"@types/lodash": "^4.14.121",
"@types/superagent": "4.1.15",
"bip174": "npm:@bitgo-forks/[email protected]",
"bignumber.js": "^9.0.2",
"bip174": "npm:@bitgo-forks/[email protected]",
"bitcoinjs-message": "npm:@bitgo-forks/[email protected]",
"bluebird": "^3.5.3",
"debug": "^3.1.0",
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.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-11)

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

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

### Features
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.0",
"version": "24.1.1",
"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.48",
"@bitgo/sdk-coin-apt": "^1.3.1",
"@bitgo/sdk-coin-arbeth": "^21.0.42",
"@bitgo/sdk-coin-atom": "^13.1.6",
"@bitgo/sdk-coin-avaxc": "^5.2.0",
"@bitgo/sdk-coin-avaxp": "^5.0.49",
"@bitgo/sdk-coin-bera": "^2.2.11",
"@bitgo/sdk-coin-bld": "^3.0.19",
"@bitgo/sdk-coin-bsc": "^22.2.3",
"@bitgo/sdk-coin-celo": "^4.0.1",
"@bitgo/sdk-coin-coredao": "^1.2.2",
"@bitgo/sdk-coin-coreum": "^21.0.19",
"@bitgo/sdk-coin-cspr": "^2.0.50",
"@bitgo/sdk-coin-dot": "^4.1.28",
"@bitgo/sdk-coin-etc": "^2.2.17",
"@bitgo/sdk-coin-eth": "^24.2.39",
"@bitgo/sdk-coin-eth2": "^3.0.49",
"@bitgo/sdk-coin-hash": "^3.0.19",
"@bitgo/sdk-coin-hbar": "^2.0.50",
"@bitgo/sdk-coin-injective": "^3.0.19",
"@bitgo/sdk-coin-islm": "^2.1.0",
"@bitgo/sdk-coin-near": "^2.0.50",
"@bitgo/sdk-coin-oas": "^1.1.3",
"@bitgo/sdk-coin-opeth": "^18.1.35",
"@bitgo/sdk-coin-osmo": "^3.0.19",
"@bitgo/sdk-coin-polygon": "^21.0.19",
"@bitgo/sdk-coin-rbtc": "^2.0.50",
"@bitgo/sdk-coin-rune": "^1.1.7",
"@bitgo/sdk-coin-sei": "^3.0.19",
"@bitgo/sdk-coin-sol": "^4.7.7",
"@bitgo/sdk-coin-stx": "^3.3.7",
"@bitgo/sdk-coin-sui": "^5.8.9",
"@bitgo/sdk-coin-tia": "^3.0.19",
"@bitgo/sdk-coin-ton": "^3.4.7",
"@bitgo/sdk-coin-trx": "^2.0.50",
"@bitgo/sdk-coin-xrp": "^3.6.3",
"@bitgo/sdk-coin-xtz": "^2.1.48",
"@bitgo/sdk-coin-zeta": "^3.0.19",
"@bitgo/sdk-coin-zketh": "^2.0.42",
"@bitgo/sdk-core": "^28.15.0",
"@bitgo/sdk-coin-algo": "^2.1.49",
"@bitgo/sdk-coin-apt": "^1.3.2",
"@bitgo/sdk-coin-arbeth": "^21.0.43",
"@bitgo/sdk-coin-atom": "^13.1.7",
"@bitgo/sdk-coin-avaxc": "^5.2.1",
"@bitgo/sdk-coin-avaxp": "^5.0.50",
"@bitgo/sdk-coin-bera": "^2.2.12",
"@bitgo/sdk-coin-bld": "^3.0.20",
"@bitgo/sdk-coin-bsc": "^22.2.4",
"@bitgo/sdk-coin-celo": "^4.0.2",
"@bitgo/sdk-coin-coredao": "^1.2.3",
"@bitgo/sdk-coin-coreum": "^21.0.20",
"@bitgo/sdk-coin-cspr": "^2.0.51",
"@bitgo/sdk-coin-dot": "^4.1.29",
"@bitgo/sdk-coin-etc": "^2.2.18",
"@bitgo/sdk-coin-eth": "^24.2.40",
"@bitgo/sdk-coin-eth2": "^3.0.50",
"@bitgo/sdk-coin-hash": "^3.0.20",
"@bitgo/sdk-coin-hbar": "^2.0.51",
"@bitgo/sdk-coin-injective": "^3.0.20",
"@bitgo/sdk-coin-islm": "^2.1.1",
"@bitgo/sdk-coin-near": "^2.0.51",
"@bitgo/sdk-coin-oas": "^1.1.4",
"@bitgo/sdk-coin-opeth": "^18.1.36",
"@bitgo/sdk-coin-osmo": "^3.0.20",
"@bitgo/sdk-coin-polygon": "^21.0.20",
"@bitgo/sdk-coin-rbtc": "^2.0.51",
"@bitgo/sdk-coin-rune": "^1.1.8",
"@bitgo/sdk-coin-sei": "^3.0.20",
"@bitgo/sdk-coin-sol": "^4.7.8",
"@bitgo/sdk-coin-stx": "^3.3.8",
"@bitgo/sdk-coin-sui": "^5.8.10",
"@bitgo/sdk-coin-tia": "^3.0.20",
"@bitgo/sdk-coin-ton": "^3.4.8",
"@bitgo/sdk-coin-trx": "^2.0.51",
"@bitgo/sdk-coin-xrp": "^3.6.4",
"@bitgo/sdk-coin-xtz": "^2.1.49",
"@bitgo/sdk-coin-zeta": "^3.0.20",
"@bitgo/sdk-coin-zketh": "^2.0.43",
"@bitgo/sdk-core": "^28.15.1",
"@bitgo/sdk-lib-mpc": "^10.1.0",
"@bitgo/statics": "^50.11.0",
"@bitgo/statics": "^50.12.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.16.1](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.16.1) (2024-12-11)

### Bug Fixes

- **sdk-core:** fix MPCv2 SMC wallet generation ([4782337](https://github.com/BitGo/BitGoJS/commit/4782337f8905d95ebbe6c82d29cc4d5c46243c89))

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

### Bug Fixes
Expand Down
Loading

0 comments on commit 468038e

Please sign in to comment.