From 2a6a0bf94cacc75897aa55f237caeb3acf0c8097 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 6 Dec 2022 16:41:18 -0500 Subject: [PATCH] *Update cfg package --- package.json | 2 +- yarn.lock | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fe39dba..ef37687 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "@hyperswarm/dht": "^6.0.1", "@hyperswarm/dht-relay": "^0.3.0", - "@lumeweb/cfg": "https://github.com/LumeWeb/bcfg.git", + "@lumeweb/cfg": "https://git.lumeweb.com/LumeWeb/cfg.git", "@lumeweb/dht-cache": "https://git.lumeweb.com/LumeWeb/dht-cache.git", "@lumeweb/kernel-utils": "https://github.com/LumeWeb/kernel-utils.git", "@lumeweb/pokt-rpc-endpoints": "https://github.com/LumeWeb/pokt-rpc-endpoints.git", diff --git a/yarn.lock b/yarn.lock index 915a2e5..1a68527 100644 --- a/yarn.lock +++ b/yarn.lock @@ -482,6 +482,12 @@ "@jridgewell/resolve-uri" "3.1.0" "@jridgewell/sourcemap-codec" "1.4.14" +"@lumeweb/cfg@https://git.lumeweb.com/LumeWeb/cfg.git": + version "0.1.7" + resolved "https://git.lumeweb.com/LumeWeb/cfg.git#647dc9a2ec9fce5ddfe93b4dc90e2a0e1538e1fa" + dependencies: + bsert "~0.0.10" + "@lumeweb/cfg@https://github.com/LumeWeb/bcfg.git": version "0.1.7" resolved "https://github.com/LumeWeb/bcfg.git#3e412d509062fb39d6aa5fb2903125353b3bab64"