chore: Update simple encryption version. Iterate version.

This commit is contained in:
Hayden Young 2025-05-26 19:19:49 +02:00
parent 1520eae162
commit ae7f464aea
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@orbitdb/core",
"version": "3.0.1",
"version": "3.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@orbitdb/core",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"dependencies": {
"@ipld/dag-cbor": "^9.0.6",
@ -22,7 +22,7 @@
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@libp2p/circuit-relay-v2": "^3.1.0",
"@orbitdb/simple-encryption": "^0.0.1",
"@orbitdb/simple-encryption": "^0.0.2",
"blockstore-level": "^2.0.1",
"c8": "^8.0.1",
"cross-env": "^7.0.3",
@ -2760,9 +2760,9 @@
}
},
"node_modules/@orbitdb/simple-encryption": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/@orbitdb/simple-encryption/-/simple-encryption-0.0.1.tgz",
"integrity": "sha512-VHfbvrv44acYTD9cUXOeEX2kDG8263G8AAuikBH2bdfE5W/m1Fxvas9gGSeC5QGC6Hdy3YNnoBBL4yb2L5HZow==",
"version": "0.0.2",
"resolved": "https://registry.npmjs.org/@orbitdb/simple-encryption/-/simple-encryption-0.0.2.tgz",
"integrity": "sha512-A4LHa5hKhKOyY1GLmeLcsM/kXhxkhTJYemL8YP0Zy6b8eBwkQEkXplqmSlRTe8YDAstDX3dN8+ClWD3OULSq0Q==",
"dev": true,
"dependencies": {
"multiformats": "^13.3.6"

View File

@ -1,6 +1,6 @@
{
"name": "@orbitdb/core",
"version": "3.0.1",
"version": "3.0.2",
"description": "Distributed p2p database on IPFS",
"author": "Haad",
"license": "MIT",
@ -31,7 +31,7 @@
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^14.1.0",
"@libp2p/circuit-relay-v2": "^3.1.0",
"@orbitdb/simple-encryption": "^0.0.1",
"@orbitdb/simple-encryption": "^0.0.2",
"blockstore-level": "^2.0.1",
"c8": "^8.0.1",
"cross-env": "^7.0.3",