@ckb-lumos/helpers
Advanced tools
Comparing version 0.19.0-alpha.2 to 0.19.0-alpha.3
{ | ||
"name": "@ckb-lumos/helpers", | ||
"version": "0.19.0-alpha.2", | ||
"version": "0.19.0-alpha.3", | ||
"description": "Helper functions for working with CKB", | ||
"author": "Xuejie Xiao <xxuejie@gmail.com>", | ||
"homepage": "https://github.com/nervosnetwork/lumos#readme", | ||
"homepage": "https://github.com/ckb-js/lumos#readme", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/nervosnetwork/lumos.git" | ||
"url": "git+https://github.com/ckb-js/lumos.git" | ||
}, | ||
@@ -38,9 +38,9 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/nervosnetwork/lumos/issues" | ||
"url": "https://github.com/ckb-js/lumos/issues" | ||
}, | ||
"dependencies": { | ||
"@ckb-lumos/base": "^0.19.0-alpha.2", | ||
"@ckb-lumos/bi": "^0.19.0-alpha.1", | ||
"@ckb-lumos/config-manager": "^0.19.0-alpha.2", | ||
"@ckb-lumos/toolkit": "^0.19.0-alpha.2", | ||
"@ckb-lumos/base": "^0.19.0-alpha.3", | ||
"@ckb-lumos/bi": "^0.19.0-alpha.3", | ||
"@ckb-lumos/config-manager": "^0.19.0-alpha.3", | ||
"@ckb-lumos/toolkit": "^0.19.0-alpha.3", | ||
"bech32": "^2.0.0", | ||
@@ -63,3 +63,3 @@ "immutable": "^4.0.0-rc.12" | ||
}, | ||
"gitHead": "cc69d90976fb0339ac60a8935cc3fc4226745bbd" | ||
"gitHead": "73af0bc3b396c40c2dbfe570d203f377f63aa993" | ||
} |
72495