Skip to content

Commit

Permalink
Bump multileveldown from 4.x to 5.x
Browse files Browse the repository at this point in the history
Non-breaking here. Adds `db.getMany(keys)`, manifests, `db.clear()`
and `for await...of db.iterator()`.
  • Loading branch information
vweevers committed Oct 1, 2021
1 parent 38acdd1 commit a33b0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"level": "^7.0.0",
"multileveldown": "^4.0.0",
"multileveldown": "^5.0.0",
"readable-stream": "^3.6.0"
},
"devDependencies": {
Expand All @@ -29,7 +29,7 @@
"nyc": "^15.1.0",
"osenv": "~0.1.0",
"standard": "^16.0.3",
"subleveldown": "^5.0.1",
"subleveldown": "^6.0.0",
"tape": "^5.0.1"
},
"hallmark": {
Expand Down

0 comments on commit a33b0a8

Please sign in to comment.