-
Notifications
You must be signed in to change notification settings - Fork 30
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 #301 from nervosnetwork/rc/v0.17.0
[ᚬmaster] Rc/v0.17.0
- Loading branch information
Showing
27 changed files
with
1,218 additions
and
759 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
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.16.0" | ||
"version": "0.17.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nervosnetwork/ckb-cli", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "Command line package based on @nervosnetwork/ckb-sdk-core", | ||
"author": "Nervos <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/ckb-sdk-js#readme", | ||
|
@@ -34,7 +34,7 @@ | |
"url": "https://github.com/nervosnetwork/ckb-sdk-js/issues" | ||
}, | ||
"dependencies": { | ||
"@nervosnetwork/ckb-sdk-core": "0.16.0", | ||
"@nervosnetwork/ckb-sdk-core": "0.17.0", | ||
"blessed": "0.1.81", | ||
"blessed-contrib": "4.8.16", | ||
"commander": "2.20.0", | ||
|
@@ -45,5 +45,5 @@ | |
"@types/crypto-js": "3.1.43", | ||
"@types/inquirer": "6.0.0" | ||
}, | ||
"gitHead": "6651a70914f95c08a3e03af50fdeb084b35138be" | ||
"gitHead": "0a3fee8d4c7187f5a73851c751a98fe9948482aa" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@nervosnetwork/ckb-sdk-core", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "JavaScript SDK for Nervos Network CKB Project", | ||
"author": "Nervos <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/ckb-sdk-js#readme", | ||
|
@@ -29,13 +29,13 @@ | |
"url": "https://github.com/nervosnetwork/ckb-sdk-js/issues" | ||
}, | ||
"dependencies": { | ||
"@nervosnetwork/ckb-sdk-address": "0.16.0", | ||
"@nervosnetwork/ckb-sdk-rpc": "0.16.0", | ||
"@nervosnetwork/ckb-sdk-utils": "0.16.0", | ||
"@nervosnetwork/ckb-types": "0.16.0" | ||
"@nervosnetwork/ckb-sdk-address": "0.17.0", | ||
"@nervosnetwork/ckb-sdk-rpc": "0.17.0", | ||
"@nervosnetwork/ckb-sdk-utils": "0.17.0", | ||
"@nervosnetwork/ckb-types": "0.17.0" | ||
}, | ||
"devDependencies": { | ||
"@types/crypto-js": "3.1.43" | ||
}, | ||
"gitHead": "6651a70914f95c08a3e03af50fdeb084b35138be" | ||
"gitHead": "0a3fee8d4c7187f5a73851c751a98fe9948482aa" | ||
} |
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
Oops, something went wrong.