mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Merge pull request #416 from orbitdb/feat/latest-cache-and-levels
Use the npm module of orbit-db-cache
This commit is contained in:
commit
661e42885a
5
package-lock.json
generated
5
package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user