-
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
Showing
11 changed files
with
16 additions
and
16 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 |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "0.1.0" | ||
"version": "0.2.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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": "@ckb-lumos/common-scripts", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Common script support in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -17,8 +17,8 @@ | |
"access": "public" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/helpers": "^0.1.0", | ||
"@ckb-lumos/types": "^0.1.0", | ||
"@ckb-lumos/helpers": "^0.2.0", | ||
"@ckb-lumos/types": "^0.2.0", | ||
"ckb-js-toolkit": "^0.9.1", | ||
"immutable": "^4.0.0-rc.12" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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": "@ckb-lumos/helpers", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Helper functions for working with CKB", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -28,7 +28,7 @@ | |
"url": "https://github.com/nervosnetwork/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/types": "^0.1.0", | ||
"@ckb-lumos/types": "^0.2.0", | ||
"bech32": "^1.1.4", | ||
"ckb-js-toolkit": "^0.9.1", | ||
"immutable": "^4.0.0-rc.12" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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": "@ckb-lumos/indexer", | ||
"version": "0.1.7", | ||
"version": "0.2.0", | ||
"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", | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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": "@ckb-lumos/transaction-manager", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Pending Transaction Manager for lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|
@@ -31,8 +31,8 @@ | |
"url": "https://github.com/nervosnetwork/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/indexer": "^0.1.6", | ||
"@ckb-lumos/types": "^0.1.0", | ||
"@ckb-lumos/indexer": "^0.2.0", | ||
"@ckb-lumos/types": "^0.2.0", | ||
"ckb-js-toolkit": "^0.9.1", | ||
"immutable": "^4.0.0-rc.12" | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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": "@ckb-lumos/types", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "TypeScript definitions for common objects used in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
|