chore: Use simple-encryption v0.0.1 for encryption tests.

This commit is contained in:
Hayden Young 2025-05-26 12:09:01 +02:00
parent d0004044f2
commit b116103628
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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"
},

View File

@ -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",