From b11610362823c8819751dd71783c5834ad68ba06 Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Mon, 26 May 2025 12:09:01 +0200 Subject: [PATCH] chore: Use simple-encryption v0.0.1 for encryption tests. --- 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 a9827db..f16203e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "devDependencies": { "@chainsafe/libp2p-gossipsub": "^14.1.0", "@libp2p/circuit-relay-v2": "^3.1.0", - "@orbitdb/simple-encryption": "github:orbitdb/simple-encryption", + "@orbitdb/simple-encryption": "^0.0.1", "blockstore-level": "^2.0.1", "c8": "^8.0.1", "cross-env": "^7.0.3", @@ -2761,9 +2761,9 @@ }, "node_modules/@orbitdb/simple-encryption": { "version": "0.0.1", - "resolved": "git+ssh://git@github.com/orbitdb/simple-encryption.git#1aef41220a24fdad067ccb34cb14456b68bbdaf5", + "resolved": "https://registry.npmjs.org/@orbitdb/simple-encryption/-/simple-encryption-0.0.1.tgz", + "integrity": "sha512-VHfbvrv44acYTD9cUXOeEX2kDG8263G8AAuikBH2bdfE5W/m1Fxvas9gGSeC5QGC6Hdy3YNnoBBL4yb2L5HZow==", "dev": true, - "license": "MIT", "dependencies": { "multiformats": "^13.3.6" }, diff --git a/package.json b/package.json index bb3dfb3..37c546b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "devDependencies": { "@chainsafe/libp2p-gossipsub": "^14.1.0", "@libp2p/circuit-relay-v2": "^3.1.0", - "@orbitdb/simple-encryption": "github:orbitdb/simple-encryption", + "@orbitdb/simple-encryption": "^0.0.1", "blockstore-level": "^2.0.1", "c8": "^8.0.1", "cross-env": "^7.0.3",