*switch to @lumeweb/cfg
This commit is contained in:
parent
e0995be647
commit
8e5aa6f21b
|
@ -20,6 +20,7 @@
|
|||
"dependencies": {
|
||||
"@hyperswarm/dht": "^6.0.1",
|
||||
"@hyperswarm/dht-relay": "^0.3.0",
|
||||
"@lumeweb/cfg": "https://github.com/LumeWeb/bcfg.git",
|
||||
"@lumeweb/kernel-utils": "https://github.com/LumeWeb/kernel-utils.git",
|
||||
"@lumeweb/pokt-rpc-endpoints": "https://github.com/LumeWeb/pokt-rpc-endpoints.git",
|
||||
"@skynetlabs/skynet-nodejs": "^2.6.0",
|
||||
|
@ -30,7 +31,6 @@
|
|||
"@types/ws": "^8.5.3",
|
||||
"ajv": "^8.11.0",
|
||||
"async-mutex": "^0.3.2",
|
||||
"bcfg": "^0.1.7",
|
||||
"date-fns": "^2.28.0",
|
||||
"dotenv": "^16.0.1",
|
||||
"ethers": "^5.6.9",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -482,6 +482,12 @@
|
|||
"@jridgewell/resolve-uri" "^3.0.3"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.10"
|
||||
|
||||
"@lumeweb/cfg@https://github.com/LumeWeb/bcfg.git":
|
||||
version "0.1.7"
|
||||
resolved "https://github.com/LumeWeb/bcfg.git#909e233f239b9cc707ec4ae9ad4211c01a8a5d55"
|
||||
dependencies:
|
||||
bsert "~0.0.10"
|
||||
|
||||
"@lumeweb/kernel-utils@https://github.com/LumeWeb/kernel-utils.git":
|
||||
version "0.1.0"
|
||||
resolved "https://github.com/LumeWeb/kernel-utils.git#47a39d618e8278c1fff21bc74d7b091c8dc57224"
|
||||
|
@ -924,13 +930,6 @@ base64-js@^1.3.1:
|
|||
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
||||
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
||||
|
||||
bcfg@^0.1.7:
|
||||
version "0.1.7"
|
||||
resolved "https://registry.yarnpkg.com/bcfg/-/bcfg-0.1.7.tgz#610198a67a56160305fdc1f54b5b5c90b52530d7"
|
||||
integrity sha512-+4beq5bXwfmxdcEoHYQsaXawh1qFzjLcRvPe5k5ww/NEWzZTm56Jk8LuPmfeGB7X584jZ8xGq6UgMaZnNDa5Ww==
|
||||
dependencies:
|
||||
bsert "~0.0.10"
|
||||
|
||||
bech32@1.1.4:
|
||||
version "1.1.4"
|
||||
resolved "https://registry.yarnpkg.com/bech32/-/bech32-1.1.4.tgz#e38c9f37bf179b8eb16ae3a772b40c356d4832e9"
|
||||
|
|
Loading…
Reference in New Issue