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]
  • Loading branch information
alebusse committed Jun 21, 2024
1 parent 325451f commit 3dc1c7f
Show file tree
Hide file tree
Showing 132 changed files with 734 additions and 451 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.

## [10.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-21)

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

## [10.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-20)

**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": "10.0.20",
"version": "10.0.21",
"description": "BitGo SDK coin library for COSMOS base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -37,9 +37,9 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^27.1.1",
"@bitgo/sdk-core": "^27.1.2",
"@bitgo/sdk-lib-mpc": "^9.8.1",
"@bitgo/statics": "^48.19.0",
"@bitgo/statics": "^48.20.0",
"@bitgo/utxo-lib": "^9.38.0",
"@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.

## [21.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-21)

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

## [21.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-20)

**Note:** Version bump only for package @bitgo/abstract-eth
Expand Down
6 changes: 3 additions & 3 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": "21.6.1",
"version": "21.6.2",
"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,9 +40,9 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^27.1.1",
"@bitgo/sdk-core": "^27.1.2",
"@bitgo/sdk-lib-mpc": "^9.8.1",
"@bitgo/statics": "^48.19.0",
"@bitgo/statics": "^48.20.0",
"@bitgo/utxo-lib": "^9.38.0",
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/tx": "^3.3.0",
Expand Down
10 changes: 10 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.1.0 (2024-06-21)

### Features

- **abstract-lightning:** add new abstract lightning coin module ([6490b9a](https://github.com/BitGo/BitGoJS/commit/6490b9ad83d618317f2e92821e580d283110a865))
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.0.0",
"version": "1.1.0",
"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,6 +37,6 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^27.1.0"
"@bitgo/sdk-core": "^27.1.2"
}
}
4 changes: 4 additions & 0 deletions modules/abstract-utxo/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.

## [8.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-21)

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

## [8.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-20)

**Note:** Version bump only for package @bitgo/abstract-utxo
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": "8.7.1",
"version": "8.7.2",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.9.5",
"@bitgo/sdk-api": "^1.49.1",
"@bitgo/sdk-core": "^27.1.1",
"@bitgo/sdk-api": "^1.49.2",
"@bitgo/sdk-core": "^27.1.2",
"@bitgo/unspents": "^0.47.4",
"@bitgo/utxo-lib": "^9.38.0",
"@types/bluebird": "^3.5.25",
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.

## [23.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-21)

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

## [23.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-20)

**Note:** Version bump only for package @bitgo/account-lib
Expand Down
74 changes: 37 additions & 37 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": "23.0.20",
"version": "23.0.21",
"description": "BitGo's account library functions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -27,43 +27,43 @@
"node": ">=18 <21"
},
"dependencies": {
"@bitgo/sdk-coin-algo": "^2.1.18",
"@bitgo/sdk-coin-arbeth": "^21.0.12",
"@bitgo/sdk-coin-atom": "^12.0.20",
"@bitgo/sdk-coin-avaxc": "^5.0.12",
"@bitgo/sdk-coin-avaxp": "^5.0.19",
"@bitgo/sdk-coin-bera": "^2.0.20",
"@bitgo/sdk-coin-bld": "^2.0.20",
"@bitgo/sdk-coin-bsc": "^22.1.4",
"@bitgo/sdk-coin-celo": "^3.0.12",
"@bitgo/sdk-coin-coreum": "^20.0.20",
"@bitgo/sdk-coin-cspr": "^2.0.20",
"@bitgo/sdk-coin-dot": "^4.0.20",
"@bitgo/sdk-coin-etc": "^2.0.20",
"@bitgo/sdk-coin-eth": "^24.2.9",
"@bitgo/sdk-coin-eth2": "^3.0.19",
"@bitgo/sdk-coin-hash": "^2.0.20",
"@bitgo/sdk-coin-hbar": "^2.0.20",
"@bitgo/sdk-coin-injective": "^2.0.20",
"@bitgo/sdk-coin-islm": "^2.0.20",
"@bitgo/sdk-coin-near": "^2.0.20",
"@bitgo/sdk-coin-opeth": "^18.1.5",
"@bitgo/sdk-coin-osmo": "^2.0.20",
"@bitgo/sdk-coin-polygon": "^20.5.4",
"@bitgo/sdk-coin-rbtc": "^2.0.20",
"@bitgo/sdk-coin-sei": "^2.0.20",
"@bitgo/sdk-coin-sol": "^4.2.3",
"@bitgo/sdk-coin-stx": "^3.2.5",
"@bitgo/sdk-coin-sui": "^5.1.3",
"@bitgo/sdk-coin-tia": "^2.1.6",
"@bitgo/sdk-coin-ton": "^2.0.20",
"@bitgo/sdk-coin-trx": "^2.0.20",
"@bitgo/sdk-coin-xtz": "^2.1.18",
"@bitgo/sdk-coin-zeta": "^2.0.20",
"@bitgo/sdk-coin-zketh": "^2.0.12",
"@bitgo/sdk-core": "^27.1.1",
"@bitgo/sdk-coin-algo": "^2.1.19",
"@bitgo/sdk-coin-arbeth": "^21.0.13",
"@bitgo/sdk-coin-atom": "^12.0.21",
"@bitgo/sdk-coin-avaxc": "^5.0.13",
"@bitgo/sdk-coin-avaxp": "^5.0.20",
"@bitgo/sdk-coin-bera": "^2.0.21",
"@bitgo/sdk-coin-bld": "^2.0.21",
"@bitgo/sdk-coin-bsc": "^22.1.5",
"@bitgo/sdk-coin-celo": "^3.0.13",
"@bitgo/sdk-coin-coreum": "^20.0.21",
"@bitgo/sdk-coin-cspr": "^2.0.21",
"@bitgo/sdk-coin-dot": "^4.0.21",
"@bitgo/sdk-coin-etc": "^2.0.21",
"@bitgo/sdk-coin-eth": "^24.2.10",
"@bitgo/sdk-coin-eth2": "^3.0.20",
"@bitgo/sdk-coin-hash": "^2.0.21",
"@bitgo/sdk-coin-hbar": "^2.0.21",
"@bitgo/sdk-coin-injective": "^2.0.21",
"@bitgo/sdk-coin-islm": "^2.0.21",
"@bitgo/sdk-coin-near": "^2.0.21",
"@bitgo/sdk-coin-opeth": "^18.1.6",
"@bitgo/sdk-coin-osmo": "^2.0.21",
"@bitgo/sdk-coin-polygon": "^20.5.5",
"@bitgo/sdk-coin-rbtc": "^2.0.21",
"@bitgo/sdk-coin-sei": "^2.0.21",
"@bitgo/sdk-coin-sol": "^4.2.4",
"@bitgo/sdk-coin-stx": "^3.2.6",
"@bitgo/sdk-coin-sui": "^5.1.4",
"@bitgo/sdk-coin-tia": "^2.1.7",
"@bitgo/sdk-coin-ton": "^2.0.21",
"@bitgo/sdk-coin-trx": "^2.0.21",
"@bitgo/sdk-coin-xtz": "^2.1.19",
"@bitgo/sdk-coin-zeta": "^2.0.21",
"@bitgo/sdk-coin-zketh": "^2.0.13",
"@bitgo/sdk-core": "^27.1.2",
"@bitgo/sdk-lib-mpc": "^9.8.1",
"@bitgo/statics": "^48.19.0",
"@bitgo/statics": "^48.20.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.

# [38.12.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@38.12.0) (2024-06-21)

### Features

- **abstract-lightning:** add new abstract lightning coin module ([6490b9a](https://github.com/BitGo/BitGoJS/commit/6490b9ad83d618317f2e92821e580d283110a865))

## [38.11.1](https://github.com/BitGo/BitGoJS/compare/[email protected]@38.11.1) (2024-06-20)

**Note:** Version bump only for package bitgo
Expand Down
114 changes: 57 additions & 57 deletions modules/bitgo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitgo",
"version": "38.11.1",
"version": "38.12.0",
"description": "BitGo JavaScript SDK",
"main": "./dist/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down Expand Up @@ -44,64 +44,64 @@
"gen-docs": "typedoc"
},
"dependencies": {
"@bitgo/abstract-lightning": "^1.0.0",
"@bitgo/abstract-utxo": "^8.7.1",
"@bitgo/account-lib": "^23.0.20",
"@bitgo/abstract-lightning": "^1.1.0",
"@bitgo/abstract-utxo": "^8.7.2",
"@bitgo/account-lib": "^23.0.21",
"@bitgo/blockapis": "^1.9.5",
"@bitgo/sdk-api": "^1.49.1",
"@bitgo/sdk-coin-ada": "^4.1.18",
"@bitgo/sdk-coin-algo": "^2.1.18",
"@bitgo/sdk-coin-arbeth": "^21.0.12",
"@bitgo/sdk-coin-atom": "^12.0.20",
"@bitgo/sdk-coin-avaxc": "^5.0.12",
"@bitgo/sdk-coin-avaxp": "^5.0.19",
"@bitgo/sdk-coin-bch": "^2.0.20",
"@bitgo/sdk-coin-bcha": "^2.1.4",
"@bitgo/sdk-coin-bera": "^2.0.20",
"@bitgo/sdk-coin-bld": "^2.0.20",
"@bitgo/sdk-coin-bsc": "^22.1.4",
"@bitgo/sdk-coin-bsv": "^2.0.20",
"@bitgo/sdk-coin-btc": "^2.0.20",
"@bitgo/sdk-coin-btg": "^2.0.20",
"@bitgo/sdk-coin-celo": "^3.0.12",
"@bitgo/sdk-coin-coreum": "^20.0.20",
"@bitgo/sdk-coin-cspr": "^2.0.20",
"@bitgo/sdk-coin-dash": "^2.0.20",
"@bitgo/sdk-coin-doge": "^2.0.20",
"@bitgo/sdk-coin-dot": "^4.0.20",
"@bitgo/sdk-coin-eos": "^2.1.13",
"@bitgo/sdk-coin-etc": "^2.0.20",
"@bitgo/sdk-coin-eth": "^24.2.9",
"@bitgo/sdk-coin-eth2": "^3.0.19",
"@bitgo/sdk-coin-ethlike": "^1.1.1",
"@bitgo/sdk-coin-ethw": "^20.0.20",
"@bitgo/sdk-coin-hash": "^2.0.20",
"@bitgo/sdk-coin-hbar": "^2.0.20",
"@bitgo/sdk-coin-injective": "^2.0.20",
"@bitgo/sdk-coin-islm": "^2.0.20",
"@bitgo/sdk-coin-ltc": "^3.0.20",
"@bitgo/sdk-coin-near": "^2.0.20",
"@bitgo/sdk-coin-opeth": "^18.1.5",
"@bitgo/sdk-coin-osmo": "^2.0.20",
"@bitgo/sdk-coin-polygon": "^20.5.4",
"@bitgo/sdk-coin-rbtc": "^2.0.20",
"@bitgo/sdk-coin-sei": "^2.0.20",
"@bitgo/sdk-coin-sol": "^4.2.3",
"@bitgo/sdk-coin-stx": "^3.2.5",
"@bitgo/sdk-coin-sui": "^5.1.3",
"@bitgo/sdk-coin-tia": "^2.1.6",
"@bitgo/sdk-coin-ton": "^2.0.20",
"@bitgo/sdk-coin-trx": "^2.0.20",
"@bitgo/sdk-coin-xlm": "^3.0.20",
"@bitgo/sdk-coin-xrp": "^2.1.1",
"@bitgo/sdk-coin-xtz": "^2.1.18",
"@bitgo/sdk-coin-zec": "^2.0.20",
"@bitgo/sdk-coin-zeta": "^2.0.20",
"@bitgo/sdk-coin-zketh": "^2.0.12",
"@bitgo/sdk-core": "^27.1.1",
"@bitgo/sdk-api": "^1.49.2",
"@bitgo/sdk-coin-ada": "^4.1.19",
"@bitgo/sdk-coin-algo": "^2.1.19",
"@bitgo/sdk-coin-arbeth": "^21.0.13",
"@bitgo/sdk-coin-atom": "^12.0.21",
"@bitgo/sdk-coin-avaxc": "^5.0.13",
"@bitgo/sdk-coin-avaxp": "^5.0.20",
"@bitgo/sdk-coin-bch": "^2.0.21",
"@bitgo/sdk-coin-bcha": "^2.1.5",
"@bitgo/sdk-coin-bera": "^2.0.21",
"@bitgo/sdk-coin-bld": "^2.0.21",
"@bitgo/sdk-coin-bsc": "^22.1.5",
"@bitgo/sdk-coin-bsv": "^2.0.21",
"@bitgo/sdk-coin-btc": "^2.0.21",
"@bitgo/sdk-coin-btg": "^2.0.21",
"@bitgo/sdk-coin-celo": "^3.0.13",
"@bitgo/sdk-coin-coreum": "^20.0.21",
"@bitgo/sdk-coin-cspr": "^2.0.21",
"@bitgo/sdk-coin-dash": "^2.0.21",
"@bitgo/sdk-coin-doge": "^2.0.21",
"@bitgo/sdk-coin-dot": "^4.0.21",
"@bitgo/sdk-coin-eos": "^2.1.14",
"@bitgo/sdk-coin-etc": "^2.0.21",
"@bitgo/sdk-coin-eth": "^24.2.10",
"@bitgo/sdk-coin-eth2": "^3.0.20",
"@bitgo/sdk-coin-ethlike": "^1.1.2",
"@bitgo/sdk-coin-ethw": "^20.0.21",
"@bitgo/sdk-coin-hash": "^2.0.21",
"@bitgo/sdk-coin-hbar": "^2.0.21",
"@bitgo/sdk-coin-injective": "^2.0.21",
"@bitgo/sdk-coin-islm": "^2.0.21",
"@bitgo/sdk-coin-ltc": "^3.0.21",
"@bitgo/sdk-coin-near": "^2.0.21",
"@bitgo/sdk-coin-opeth": "^18.1.6",
"@bitgo/sdk-coin-osmo": "^2.0.21",
"@bitgo/sdk-coin-polygon": "^20.5.5",
"@bitgo/sdk-coin-rbtc": "^2.0.21",
"@bitgo/sdk-coin-sei": "^2.0.21",
"@bitgo/sdk-coin-sol": "^4.2.4",
"@bitgo/sdk-coin-stx": "^3.2.6",
"@bitgo/sdk-coin-sui": "^5.1.4",
"@bitgo/sdk-coin-tia": "^2.1.7",
"@bitgo/sdk-coin-ton": "^2.0.21",
"@bitgo/sdk-coin-trx": "^2.0.21",
"@bitgo/sdk-coin-xlm": "^3.0.21",
"@bitgo/sdk-coin-xrp": "^2.1.2",
"@bitgo/sdk-coin-xtz": "^2.1.19",
"@bitgo/sdk-coin-zec": "^2.0.21",
"@bitgo/sdk-coin-zeta": "^2.0.21",
"@bitgo/sdk-coin-zketh": "^2.0.13",
"@bitgo/sdk-core": "^27.1.2",
"@bitgo/sdk-lib-mpc": "^9.8.1",
"@bitgo/sjcl": "^1.0.1",
"@bitgo/statics": "^48.19.0",
"@bitgo/statics": "^48.20.0",
"@bitgo/unspents": "^0.47.4",
"@bitgo/utxo-lib": "^9.38.0",
"@types/bluebird": "^3.5.25",
Expand All @@ -116,7 +116,7 @@
},
"devDependencies": {
"@bitgo/public-types": "2.23.1",
"@bitgo/sdk-test": "^8.0.25",
"@bitgo/sdk-test": "^8.0.26",
"@openpgp/web-stream-tools": "0.0.14",
"@types/create-hmac": "^1.1.0",
"@types/debug": "^4.1.4",
Expand Down
4 changes: 4 additions & 0 deletions modules/express/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.

## [10.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-21)

**Note:** Version bump only for package @bitgo/express

## [10.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-06-20)

**Note:** Version bump only for package @bitgo/express
Expand Down
Loading

0 comments on commit 3dc1c7f

Please sign in to comment.