-
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 #641 from ckb-js/master
- Loading branch information
Showing
10 changed files
with
67 additions
and
15 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"version": "0.109.2" | ||
"version": "0.109.3" | ||
} |
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.109.2", | ||
"version": "0.109.3", | ||
"description": "JavaScript SDK for Nervos Network CKB Project", | ||
"author": "Nervos <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/ckb-sdk-js#readme", | ||
|
@@ -48,10 +48,10 @@ | |
"url": "https://github.com/ckb-js/ckb-sdk-js/issues" | ||
}, | ||
"dependencies": { | ||
"@nervosnetwork/ckb-sdk-rpc": "0.109.2", | ||
"@nervosnetwork/ckb-sdk-utils": "0.109.2", | ||
"@nervosnetwork/ckb-types": "0.109.2", | ||
"@nervosnetwork/ckb-sdk-rpc": "0.109.3", | ||
"@nervosnetwork/ckb-sdk-utils": "0.109.3", | ||
"@nervosnetwork/ckb-types": "0.109.3", | ||
"tslib": "2.3.1" | ||
}, | ||
"gitHead": "ef6e8c929554a1d601a44b1562ffa585a707cc4d" | ||
"gitHead": "bb703e9a16b9f467a88d6a1067162d296808fbc1" | ||
} |
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-rpc", | ||
"version": "0.109.2", | ||
"version": "0.109.3", | ||
"description": "RPC module of @nervosnetwork/ckb-sdk-core", | ||
"author": "Nervos <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/ckb-sdk-js/packages/ckb-rpc#readme", | ||
|
@@ -43,12 +43,12 @@ | |
"url": "https://github.com/ckb-js/ckb-sdk-js/issues" | ||
}, | ||
"dependencies": { | ||
"@nervosnetwork/ckb-sdk-utils": "0.109.2", | ||
"@nervosnetwork/ckb-sdk-utils": "0.109.3", | ||
"axios": "1.6.7", | ||
"tslib": "2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@nervosnetwork/ckb-types": "0.109.2" | ||
"@nervosnetwork/ckb-types": "0.109.3" | ||
}, | ||
"gitHead": "ef6e8c929554a1d601a44b1562ffa585a707cc4d" | ||
"gitHead": "bb703e9a16b9f467a88d6a1067162d296808fbc1" | ||
} |
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-utils", | ||
"version": "0.109.2", | ||
"version": "0.109.3", | ||
"description": "Utils module of @nervosnetwork/ckb-sdk-core", | ||
"author": "Nervos <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/ckb-sdk-js#readme", | ||
|
@@ -41,7 +41,7 @@ | |
"url": "https://github.com/ckb-js/ckb-sdk-js/issues" | ||
}, | ||
"dependencies": { | ||
"@nervosnetwork/ckb-types": "0.109.2", | ||
"@nervosnetwork/ckb-types": "0.109.3", | ||
"bech32": "2.0.0", | ||
"elliptic": "6.5.4", | ||
"jsbi": "3.1.3", | ||
|
@@ -51,5 +51,5 @@ | |
"@types/bitcoinjs-lib": "5.0.0", | ||
"@types/elliptic": "6.4.12" | ||
}, | ||
"gitHead": "ef6e8c929554a1d601a44b1562ffa585a707cc4d" | ||
"gitHead": "bb703e9a16b9f467a88d6a1067162d296808fbc1" | ||
} |
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-types", | ||
"version": "0.109.2", | ||
"version": "0.109.3", | ||
"description": "Type module of @nervosnetwork/ckb-sdk-core", | ||
"author": "Nervos <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/ckb-sdk-js#readme", | ||
|
@@ -20,5 +20,5 @@ | |
"bugs": { | ||
"url": "https://github.com/ckb-js/ckb-sdk-js/issues" | ||
}, | ||
"gitHead": "ef6e8c929554a1d601a44b1562ffa585a707cc4d" | ||
"gitHead": "bb703e9a16b9f467a88d6a1067162d296808fbc1" | ||
} |