mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
chore: Use simple-encryption v0.0.1 for encryption tests.
This commit is contained in:
parent
d0004044f2
commit
b116103628
6
package-lock.json
generated
6
package-lock.json
generated
@ -22,7 +22,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
||||||
"@libp2p/circuit-relay-v2": "^3.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",
|
"blockstore-level": "^2.0.1",
|
||||||
"c8": "^8.0.1",
|
"c8": "^8.0.1",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
@ -2761,9 +2761,9 @@
|
|||||||
},
|
},
|
||||||
"node_modules/@orbitdb/simple-encryption": {
|
"node_modules/@orbitdb/simple-encryption": {
|
||||||
"version": "0.0.1",
|
"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,
|
"dev": true,
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"multiformats": "^13.3.6"
|
"multiformats": "^13.3.6"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
"@chainsafe/libp2p-gossipsub": "^14.1.0",
|
||||||
"@libp2p/circuit-relay-v2": "^3.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",
|
"blockstore-level": "^2.0.1",
|
||||||
"c8": "^8.0.1",
|
"c8": "^8.0.1",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user