-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct release upload file path in CI
- Loading branch information
Showing
11 changed files
with
36 additions
and
30 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,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/base", | ||
"version": "0.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"description": "Common script support in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -27,10 +27,10 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.17.0-rc1", | ||
"@ckb-lumos/config-manager": "^0.17.0-rc1", | ||
"@ckb-lumos/helpers": "^0.17.0-rc1", | ||
"@ckb-lumos/rpc": "^0.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"@ckb-lumos/config-manager": "^0.17.0-rc2", | ||
"@ckb-lumos/helpers": "^0.17.0-rc2", | ||
"@ckb-lumos/rpc": "^0.17.0-rc2", | ||
"ckb-js-toolkit": "^0.10.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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"description": "HD wallet cache in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -27,11 +27,11 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.17.0-rc1", | ||
"@ckb-lumos/config-manager": "^0.17.0-rc1", | ||
"@ckb-lumos/hd": "^0.17.0-rc1", | ||
"@ckb-lumos/indexer": "^0.17.0-rc1", | ||
"@ckb-lumos/rpc": "^0.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"@ckb-lumos/config-manager": "^0.17.0-rc2", | ||
"@ckb-lumos/hd": "^0.17.0-rc2", | ||
"@ckb-lumos/indexer": "^0.17.0-rc2", | ||
"@ckb-lumos/rpc": "^0.17.0-rc2", | ||
"ckb-js-toolkit": "^0.10.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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"description": "HD wallet manager in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -27,7 +27,7 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"description": "Helper functions for working with CKB", | ||
"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/base": "^0.17.0-rc1", | ||
"@ckb-lumos/config-manager": "^0.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"@ckb-lumos/config-manager": "^0.17.0-rc2", | ||
"bech32": "^1.1.4", | ||
"ckb-js-toolkit": "^0.10.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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"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.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"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/rpc", | ||
"version": "0.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"description": "RPC module for CKB", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -43,7 +43,7 @@ | |
"url": "https://github.com/nervosnetwork/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"ckb-js-toolkit": "^0.10.2" | ||
}, | ||
"ava": { | ||
|
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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"description": "SQL based CKB Indexer", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -29,7 +29,7 @@ | |
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"ckb-js-toolkit": "^0.10.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.17.0-rc1", | ||
"version": "0.17.0-rc2", | ||
"description": "Pending Transaction Manager for lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -40,8 +40,8 @@ | |
"url": "https://github.com/nervosnetwork/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/indexer": "^0.17.0-rc1", | ||
"@ckb-lumos/base": "^0.17.0-rc1", | ||
"@ckb-lumos/indexer": "^0.17.0-rc2", | ||
"@ckb-lumos/base": "^0.17.0-rc2", | ||
"ckb-js-toolkit": "^0.10.2", | ||
"immutable": "^4.0.0-rc.12" | ||
} | ||
|