diff --git a/package-lock.json b/package-lock.json index e30d0b3..92586dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@orbitdb/quickstart", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@orbitdb/quickstart", - "version": "1.0.0", + "version": "0.1.0", "license": "MIT", "dependencies": { - "@orbitdb/core": "github:orbitdb/orbitdb#helia", + "@orbitdb/core": "^2.0.1", "blockstore-level": "^1.1.7", "helia": "^3.0.1" }, @@ -4120,9 +4120,9 @@ } }, "node_modules/@orbitdb/core": { - "version": "1.0.2", - "resolved": "git+ssh://git@github.com/orbitdb/orbitdb.git#eb5104ead67388c5ab43683663ef08ce26fde6a5", - "license": "MIT", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@orbitdb/core/-/core-2.0.1.tgz", + "integrity": "sha512-H0J2Xzfj33fWPQsnvcuZgEZHJJtJsBCWnQ7MMvNhyC+kVFc40/bMAHYO1hD0HCgmcQeqtNdbnwTaHC97ya0z0g==", "dependencies": { "@ipld/dag-cbor": "^9.0.6", "@libp2p/crypto": "^3.0.2", diff --git a/package.json b/package.json index a9453f4..635ecbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@orbitdb/quickstart", - "version": "1.0.0", + "version": "0.1.0", "description": "A preconfigured instance which allows developers to \"test drive\" OrbitDB.", "main": "src/index.js", "type": "module", @@ -53,7 +53,7 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "@orbitdb/core": "github:orbitdb/orbitdb#helia", + "@orbitdb/core": "^2.0.1", "blockstore-level": "^1.1.7", "helia": "^3.0.1" } diff --git a/test/quickstart.test.js b/test/quickstart.test.js index 86f6f76..2ae9f9d 100644 --- a/test/quickstart.test.js +++ b/test/quickstart.test.js @@ -81,7 +81,7 @@ describe('Multiple nodes', function () { await rimraf('./orbitdb2') }) - it.only('replicates a database between four OrbitDB instances', async () => { + it('replicates a database between four OrbitDB instances', async () => { let replicated1 = false let replicated2 = false