-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82622ee
commit 1db4d1f
Showing
9 changed files
with
23 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/base", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "Base data structures and utilities used in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
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": "@ckb-lumos/common-scripts", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "Common script support in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -30,9 +30,9 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.14.2-rc2", | ||
"@ckb-lumos/config-manager": "^0.14.2-rc2", | ||
"@ckb-lumos/helpers": "^0.14.2-rc2", | ||
"@ckb-lumos/base": "^0.14.2-rc3", | ||
"@ckb-lumos/config-manager": "^0.14.2-rc3", | ||
"@ckb-lumos/helpers": "^0.14.2-rc3", | ||
"ckb-js-toolkit": "^0.9.2", | ||
"immutable": "^4.0.0-rc.12" | ||
}, | ||
|
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": "@ckb-lumos/config-manager", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "Config manager for lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
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": "@ckb-lumos/hd-cache", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "HD wallet cache in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -30,10 +30,10 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.14.2-rc2", | ||
"@ckb-lumos/config-manager": "^0.14.2-rc2", | ||
"@ckb-lumos/hd": "^0.14.2-rc2", | ||
"@ckb-lumos/indexer": "^0.14.2-rc2", | ||
"@ckb-lumos/base": "^0.14.2-rc3", | ||
"@ckb-lumos/config-manager": "^0.14.2-rc3", | ||
"@ckb-lumos/hd": "^0.14.2-rc3", | ||
"@ckb-lumos/indexer": "^0.14.2-rc3", | ||
"ckb-js-toolkit": "^0.9.2", | ||
"immutable": "^4.0.0-rc.12" | ||
}, | ||
|
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": "@ckb-lumos/hd", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "HD wallet manager in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -30,7 +30,7 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.14.2-rc2", | ||
"@ckb-lumos/base": "^0.14.2-rc3", | ||
"bn.js": "^5.1.3", | ||
"elliptic": "^6.5.3", | ||
"sha3": "^2.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/helpers", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "Helper functions for working with CKB", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -46,8 +46,8 @@ | |
"url": "https://github.com/nervosnetwork/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.14.2-rc2", | ||
"@ckb-lumos/config-manager": "^0.14.2-rc2", | ||
"@ckb-lumos/base": "^0.14.2-rc3", | ||
"@ckb-lumos/config-manager": "^0.14.2-rc3", | ||
"bech32": "^1.1.4", | ||
"ckb-js-toolkit": "^0.9.2", | ||
"immutable": "^4.0.0-rc.12" | ||
|
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": "@ckb-lumos/indexer", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "CKB Indexer for Lumos framework, might be suitable for independent usage as well", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -35,7 +35,7 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.14.2-rc2", | ||
"@ckb-lumos/base": "^0.14.2-rc3", | ||
"ckb-js-toolkit": "^0.9.2", | ||
"immutable": "^4.0.0-rc.12", | ||
"neon-cli": "^0.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/sql-indexer", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "SQL based CKB Indexer", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -32,7 +32,7 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.14.2-rc2", | ||
"@ckb-lumos/base": "^0.14.2-rc3", | ||
"ckb-js-toolkit": "^0.9.2", | ||
"knex": "^0.21.1" | ||
}, | ||
|
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": "@ckb-lumos/transaction-manager", | ||
"version": "0.14.2-rc2", | ||
"version": "0.14.2-rc3", | ||
"description": "Pending Transaction Manager for lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -43,8 +43,8 @@ | |
"url": "https://github.com/nervosnetwork/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/indexer": "^0.14.2-rc2", | ||
"@ckb-lumos/base": "^0.14.2-rc2", | ||
"@ckb-lumos/indexer": "^0.14.2-rc3", | ||
"@ckb-lumos/base": "^0.14.2-rc3", | ||
"ckb-js-toolkit": "^0.9.2", | ||
"immutable": "^4.0.0-rc.12" | ||
} | ||
|