Merge pull request #416 from orbitdb/feat/latest-cache-and-levels

Use the npm module of orbit-db-cache
This commit is contained in:
Haad 2018-07-18 16:47:09 +03:00 committed by GitHub
commit 661e42885a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
package-lock.json generated
View File

@ -8961,8 +8961,9 @@
"dev": true
},
"orbit-db-cache": {
"version": "github:orbitdb/orbit-db-cache#f534134468ccf82c1970bf4592e412a65f5c13c0",
"from": "github:orbitdb/orbit-db-cache",
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/orbit-db-cache/-/orbit-db-cache-0.2.4.tgz",
"integrity": "sha512-0Z0t6C948UOLr7YqZd6opmaCuzCNXFrNS5yG37S4GOJmqZbUi4EuwsqPOX53v4/0fNMsVa18U1ocyHfSShb4+Q==",
"requires": {
"level-js": "~3.0.0",
"leveldown": "~3.0.2",

View File

@ -16,7 +16,7 @@
"ipfs-pubsub-1on1": "~0.0.4",
"logplease": "^1.2.14",
"multihashes": "^0.4.12",
"orbit-db-cache": "orbitdb/orbit-db-cache",
"orbit-db-cache": "~0.2.4",
"orbit-db-counterstore": "~1.4.0",
"orbit-db-docstore": "~1.4.3",
"orbit-db-eventstore": "~1.4.0",