From ae7f464aeada495a5f1d33362feacc2050423f2d Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Mon, 26 May 2025 19:19:49 +0200 Subject: [PATCH] chore: Update simple encryption version. Iterate version. --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c98b0cf..4a9ccf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 9106474..6445ac2 100644 --- a/package.json +++ b/package.json @@ -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",