-
Notifications
You must be signed in to change notification settings - Fork 52
Version Packages #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #651
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/base", | ||
"version": "0.22.0-next.5", | ||
"version": "0.22.0", | ||
"description": "Base data structures and utilities used in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -44,9 +44,9 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/bi": "0.22.0-next.5", | ||
"@ckb-lumos/codec": "0.22.0-next.5", | ||
"@ckb-lumos/toolkit": "0.22.0-next.5", | ||
"@ckb-lumos/bi": "0.22.0", | ||
"@ckb-lumos/codec": "0.22.0", | ||
"@ckb-lumos/toolkit": "0.22.0", | ||
"@types/blake2b": "^2.1.0", | ||
"@types/lodash.isequal": "^4.5.5", | ||
"blake2b": "^2.1.3", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @ckb-lumos/bi | ||
|
||
## 0.22.0 | ||
|
||
## 0.22.0-next.5 | ||
|
||
## 0.22.0-next.4 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @ckb-lumos/ckb-indexer | ||
|
||
## 0.22.0 | ||
|
||
## 0.22.0-next.5 | ||
|
||
## 0.22.0-next.4 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/ckb-indexer", | ||
"version": "0.22.0-next.5", | ||
"version": "0.22.0", | ||
"description": "CKB Indexer", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -19,16 +19,16 @@ | |
"src" | ||
], | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.22.0-next.5", | ||
"@ckb-lumos/bi": "0.22.0-next.5", | ||
"@ckb-lumos/codec": "0.22.0-next.5", | ||
"@ckb-lumos/rpc": "0.22.0-next.5", | ||
"@ckb-lumos/toolkit": "0.22.0-next.5", | ||
"@ckb-lumos/base": "0.22.0", | ||
"@ckb-lumos/bi": "0.22.0", | ||
"@ckb-lumos/codec": "0.22.0", | ||
"@ckb-lumos/rpc": "0.22.0", | ||
"@ckb-lumos/toolkit": "0.22.0", | ||
"cross-fetch": "^3.1.5", | ||
"events": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@ckb-lumos/testkit": "0.22.0-next.5", | ||
"@ckb-lumos/testkit": "0.22.0", | ||
"@types/lodash.uniqby": "^4.7.7", | ||
"@types/request": "^2.48.8", | ||
"@types/sinon": "^10.0.6", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/common-scripts", | ||
"version": "0.22.0-next.5", | ||
"version": "0.22.0", | ||
"description": "Common script support in lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -19,13 +19,13 @@ | |
"src" | ||
], | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.22.0-next.5", | ||
"@ckb-lumos/bi": "0.22.0-next.5", | ||
"@ckb-lumos/codec": "0.22.0-next.5", | ||
"@ckb-lumos/config-manager": "0.22.0-next.5", | ||
"@ckb-lumos/helpers": "0.22.0-next.5", | ||
"@ckb-lumos/rpc": "0.22.0-next.5", | ||
"@ckb-lumos/toolkit": "0.22.0-next.5", | ||
"@ckb-lumos/base": "0.22.0", | ||
"@ckb-lumos/bi": "0.22.0", | ||
"@ckb-lumos/codec": "0.22.0", | ||
"@ckb-lumos/config-manager": "0.22.0", | ||
"@ckb-lumos/helpers": "0.22.0", | ||
"@ckb-lumos/rpc": "0.22.0", | ||
"@ckb-lumos/toolkit": "0.22.0", | ||
"bs58": "^5.0.0", | ||
"bech32": "^2.0.0", | ||
"immutable": "^4.3.0" | ||
|
@@ -55,8 +55,8 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@ckb-lumos/debugger": "0.22.0-next.5", | ||
"@ckb-lumos/hd": "0.22.0-next.5", | ||
"@ckb-lumos/debugger": "0.22.0", | ||
"@ckb-lumos/hd": "0.22.0", | ||
"@types/keccak": "^3.0.1", | ||
"@unisat/wallet-sdk": "^1.1.2", | ||
"keccak": "^3.0.1" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ckb-lumos/config-manager", | ||
"version": "0.22.0-next.5", | ||
"version": "0.22.0", | ||
"description": "Config manager for lumos", | ||
"author": "Xuejie Xiao <[email protected]>", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
|
@@ -34,10 +34,10 @@ | |
"url": "https://github.com/ckb-js/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "0.22.0-next.5", | ||
"@ckb-lumos/bi": "0.22.0-next.5", | ||
"@ckb-lumos/codec": "0.22.0-next.5", | ||
"@ckb-lumos/rpc": "0.22.0-next.5", | ||
"@ckb-lumos/base": "0.22.0", | ||
"@ckb-lumos/bi": "0.22.0", | ||
"@ckb-lumos/codec": "0.22.0", | ||
"@ckb-lumos/rpc": "0.22.0", | ||
"@types/deep-freeze-strict": "^1.1.0", | ||
"deep-freeze-strict": "^1.1.1" | ||
}, | ||
|
Uh oh!
There was an error while loading. Please reload this page.