This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from keep-network/master
upstream sync
- Loading branch information
Showing
9 changed files
with
4,132 additions
and
3,828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@keep-network/tbtc.js", | ||
"version": "0.18.0-rc", | ||
"version": "0.18.2", | ||
"type": "module", | ||
"description": "tbtc.js provides JS bindings to the tBTC system that establishes a TBTC ERC20 token supply-pegged to BTC.", | ||
"repository": { | ||
|
@@ -30,20 +30,20 @@ | |
"author": "Antonio Salazar Cardozo <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@keep-network/keep-ecdsa": ">1.2.0-rc <1.2.0", | ||
"@keep-network/tbtc": ">1.1.0-rc <1.1.0", | ||
"bcoin": "git+https://github.com/bcoin-org/bcoin.git#v2.1.2", | ||
"bcrypto": "^4.1.0", | ||
"@keep-network/keep-ecdsa": "1.2.1", | ||
"@keep-network/tbtc": "1.1.0", | ||
"bcoin": "git+https://github.com/keep-network/bcoin.git#355c21aec91128362668162fe5a309dbc0c59c75", | ||
"bufio": "^1.0.6", | ||
"electrum-client-js": "git+https://github.com/keep-network/electrum-client-js.git#v0.1.0", | ||
"web3-utils": "^1.2.8" | ||
}, | ||
"peerDependencies": { | ||
"web3": "^1.2.0", | ||
"web3": "^1.2.11", | ||
"web3-provider-engine": "^15.0.7" | ||
}, | ||
"devDependencies": { | ||
"@0x/subproviders": "^6.0.8", | ||
"web3": "^1.2.11", | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-keep": "git+https://github.com/keep-network/eslint-config-keep.git#0.3.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters