Merge pull request #278 from orbitdb/fix/cache-closing-bug

Fix cache closing bug
This commit is contained in:
Haad 2017-12-10 14:45:51 +01:00 committed by GitHub
commit e7af2b707c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

2
dist/orbitdb.min.js vendored

File diff suppressed because one or more lines are too long

6
package-lock.json generated
View File

@ -6955,9 +6955,9 @@
"dev": true
},
"orbit-db-cache": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/orbit-db-cache/-/orbit-db-cache-0.1.0.tgz",
"integrity": "sha512-HpWppy2mP0fJIcsHDy3r/IL50M4y0luNghw5COVix1yTRiNMjzWbuYd0bBLw4CwE+Ft85iYBBlOeRbXKhkNuJQ==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/orbit-db-cache/-/orbit-db-cache-0.1.1.tgz",
"integrity": "sha512-iDzcLMSzuUTdypiaP0fXcIHtxdqJJrlwkYhTpAnpIr+3f+t+hRtyC99/ZwGdHOuWIIFiajDDoC8JPYCv4Rfkqg==",
"requires": {
"level": "2.1.0",
"mkdirp": "0.5.1"