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]
  • Loading branch information
margueriteblair committed Dec 24, 2024
1 parent 988831a commit ee53907
Show file tree
Hide file tree
Showing 142 changed files with 793 additions and 493 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.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

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

**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.11",
"version": "11.2.12",
"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.1",
"@bitgo/statics": "^50.15.0",
"@bitgo/sdk-core": "^28.17.2",
"@bitgo/statics": "^50.16.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.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-24)

### Bug Fixes

- **abstract-eth:** fix verifyCoin method to validate native coin ([c2bf82c](https://github.com/BitGo/BitGoJS/commit/c2bf82cd0268f63081d2bc4ef46854dfe0db1819))

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

**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.5",
"version": "22.4.6",
"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.1",
"@bitgo/statics": "^50.15.0",
"@bitgo/sdk-core": "^28.17.2",
"@bitgo/statics": "^50.16.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.4",
"@bitgo/sdk-test": "^8.0.60",
"@bitgo/sdk-api": "^1.57.5",
"@bitgo/sdk-test": "^8.0.61",
"@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.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

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

**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.33",
"version": "1.2.34",
"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.1",
"@bitgo/sdk-core": "^28.17.2",
"@bitgo/utxo-lib": "^11.2.1"
}
}
8 changes: 8 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **abstract-utxo:** add support for 'max' value parse.ts ([e664c26](https://github.com/BitGo/BitGoJS/commit/e664c267a2f35f9dcc5d62cbd3386be5943748e9))
- **abstract-utxo:** allow 'max' value in ExpectedOutput ([470767a](https://github.com/BitGo/BitGoJS/commit/470767ab3e4df7946d12f354dee12906566bc7d4))
- use descriptor outputDifference method ([663944a](https://github.com/BitGo/BitGoJS/commit/663944af14072b988d80cc69d85d257438f8846b))

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

### Bug Fixes
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.8.0",
"version": "9.9.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.4",
"@bitgo/sdk-core": "^28.17.1",
"@bitgo/sdk-api": "^1.57.5",
"@bitgo/sdk-core": "^28.17.2",
"@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.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

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

**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.5",
"version": "24.1.6",
"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.53",
"@bitgo/sdk-coin-apt": "^1.3.6",
"@bitgo/sdk-coin-arbeth": "^21.0.47",
"@bitgo/sdk-coin-atom": "^13.1.11",
"@bitgo/sdk-coin-avaxc": "^5.2.5",
"@bitgo/sdk-coin-avaxp": "^5.0.54",
"@bitgo/sdk-coin-bera": "^2.2.16",
"@bitgo/sdk-coin-bld": "^3.0.24",
"@bitgo/sdk-coin-bsc": "^22.2.8",
"@bitgo/sdk-coin-celo": "^4.0.6",
"@bitgo/sdk-coin-coredao": "^1.2.7",
"@bitgo/sdk-coin-coreum": "^21.0.24",
"@bitgo/sdk-coin-cspr": "^2.0.55",
"@bitgo/sdk-coin-dot": "^4.1.33",
"@bitgo/sdk-coin-etc": "^2.2.22",
"@bitgo/sdk-coin-eth": "^24.2.44",
"@bitgo/sdk-coin-eth2": "^3.0.54",
"@bitgo/sdk-coin-hash": "^3.0.24",
"@bitgo/sdk-coin-hbar": "^2.0.55",
"@bitgo/sdk-coin-injective": "^3.0.24",
"@bitgo/sdk-coin-islm": "^2.1.5",
"@bitgo/sdk-coin-near": "^2.0.55",
"@bitgo/sdk-coin-oas": "^1.1.8",
"@bitgo/sdk-coin-opeth": "^18.1.40",
"@bitgo/sdk-coin-osmo": "^3.0.24",
"@bitgo/sdk-coin-polygon": "^21.0.24",
"@bitgo/sdk-coin-rbtc": "^2.0.55",
"@bitgo/sdk-coin-rune": "^1.1.12",
"@bitgo/sdk-coin-sei": "^3.0.24",
"@bitgo/sdk-coin-sol": "^4.7.12",
"@bitgo/sdk-coin-stx": "^3.3.12",
"@bitgo/sdk-coin-sui": "^5.8.14",
"@bitgo/sdk-coin-tia": "^3.0.24",
"@bitgo/sdk-coin-ton": "^3.4.12",
"@bitgo/sdk-coin-trx": "^2.0.55",
"@bitgo/sdk-coin-xrp": "^3.6.8",
"@bitgo/sdk-coin-xtz": "^2.1.53",
"@bitgo/sdk-coin-zeta": "^3.0.24",
"@bitgo/sdk-coin-zketh": "^2.0.47",
"@bitgo/sdk-core": "^28.17.1",
"@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-lib-mpc": "^10.1.0",
"@bitgo/statics": "^50.15.0",
"@bitgo/statics": "^50.16.0",
"bignumber.js": "^9.1.1",
"bs58": "^4.0.1"
},
Expand Down
7 changes: 7 additions & 0 deletions modules/bitgo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Features

- **sdk-coin-bera:** add TSS Suport ([2afd7f0](https://github.com/BitGo/BitGoJS/commit/2afd7f0453b7c32eb14e6a30dbb2b6341a8a6122))
- use descriptor outputDifference method ([663944a](https://github.com/BitGo/BitGoJS/commit/663944af14072b988d80cc69d85d257438f8846b))

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

### Bug Fixes
Expand Down
Loading

0 comments on commit ee53907

Please sign in to comment.