From 59265a12ab572ee63293be408043901b4753d10b Mon Sep 17 00:00:00 2001 From: jojobyte <184880+jojobyte@users.noreply.github.com> Date: Sun, 31 Dec 2023 04:54:09 -0700 Subject: [PATCH] chore: :package: use CrypticStorage to feat branch --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8b4e504..2741ae0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@dashincubator/ripemd160": "^3.0.0", "@dashincubator/secp256k1": "^1.7.1-5", "@zxing/library": "^0.20.0", - "crypticstorage": "dashhive/CrypticStorage#feat/keystore", + "crypticstorage": "github:dashhive/CrypticStorage#feat/keystore", "dashhd": "^3.3.0", "dashkeys": "^1.1.0", "dashphrase": "^1.4.0", @@ -77,8 +77,8 @@ "optional": true }, "node_modules/crypticstorage": { - "version": "0.0.1-0", - "resolved": "git+ssh://git@github.com/dashhive/CrypticStorage.git#7c47add8a4376164187d134bd509368b9a9da78b", + "version": "0.0.1-1", + "resolved": "git+ssh://git@github.com/dashhive/CrypticStorage.git#349a95521a388d654bc41a7707099a069a99e86b", "license": "MIT" }, "node_modules/dashhd": { diff --git a/package.json b/package.json index 7b4b165..7ba6c34 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@dashincubator/ripemd160": "^3.0.0", "@dashincubator/secp256k1": "^1.7.1-5", "@zxing/library": "^0.20.0", - "crypticstorage": "dashhive/CrypticStorage#feat/keystore", + "crypticstorage": "github:dashhive/CrypticStorage#feat/keystore", "dashhd": "^3.3.0", "dashkeys": "^1.1.0", "dashphrase": "^1.4.0",