rename browser-utils to substrate-browser-utils (#5079)

This commit is contained in:
Ashley
2020-02-27 18:28:29 +01:00
committed by GitHub
parent 9d49d917f6
commit 7b88aada1d
3 changed files with 28 additions and 28 deletions
+26 -26
View File
@@ -422,31 +422,6 @@ dependencies = [
"slab",
]
[[package]]
name = "browser-utils"
version = "0.8.0-alpha.2"
dependencies = [
"chrono",
"clear_on_drop",
"console_error_panic_hook",
"console_log",
"futures 0.1.29",
"futures 0.3.4",
"futures-timer 3.0.1",
"js-sys",
"kvdb-web",
"libp2p",
"log 0.4.8",
"rand 0.6.5",
"rand 0.7.3",
"sc-chain-spec",
"sc-informant",
"sc-network",
"sc-service",
"wasm-bindgen",
"wasm-bindgen-futures",
]
[[package]]
name = "bs58"
version = "0.2.5"
@@ -3348,7 +3323,6 @@ name = "node-cli"
version = "2.0.0-alpha.2"
dependencies = [
"assert_cmd",
"browser-utils",
"frame-benchmarking-cli",
"frame-support",
"frame-system",
@@ -3406,6 +3380,7 @@ dependencies = [
"sp-timestamp",
"sp-transaction-pool",
"structopt",
"substrate-browser-utils",
"substrate-build-script-utils",
"tempfile",
"tracing",
@@ -7606,6 +7581,31 @@ dependencies = [
"sha2",
]
[[package]]
name = "substrate-browser-utils"
version = "0.8.0-alpha.2"
dependencies = [
"chrono",
"clear_on_drop",
"console_error_panic_hook",
"console_log",
"futures 0.1.29",
"futures 0.3.4",
"futures-timer 3.0.1",
"js-sys",
"kvdb-web",
"libp2p",
"log 0.4.8",
"rand 0.6.5",
"rand 0.7.3",
"sc-chain-spec",
"sc-informant",
"sc-network",
"sc-service",
"wasm-bindgen",
"wasm-bindgen-futures",
]
[[package]]
name = "substrate-build-script-utils"
version = "2.0.0-alpha.2"
+1 -1
View File
@@ -98,7 +98,7 @@ node-inspect = { version = "0.8.0-alpha.2", optional = true, path = "../inspect"
# WASM-specific dependencies
wasm-bindgen = { version = "0.2.57", optional = true }
wasm-bindgen-futures = { version = "0.4.7", optional = true }
browser-utils = { path = "../../../utils/browser", optional = true , version = "0.8.0-alpha.2"}
browser-utils = { package = "substrate-browser-utils", path = "../../../utils/browser", optional = true, version = "0.8.0-alpha.2" }
[dev-dependencies]
sc-keystore = { version = "2.0.0-alpha.2", path = "../../../client/keystore" }
+1 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "browser-utils"
name = "substrate-browser-utils"
version = "0.8.0-alpha.2"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Utilities for creating a browser light-client."