This repository was archived by the owner on Dec 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,10 @@ module.exports = function (opts) {
10
10
const down = leveldown ( { ...opts , onflush } )
11
11
const db = levelup ( encode ( down , opts ) , opts )
12
12
13
- // TODO: fix in levelup
14
- db . supports . status = true
15
-
16
13
db . createRpcStream = db . connect = connect
17
14
db . isFlushed = isFlushed
18
15
db . forward = forward
19
16
20
- // Workaround for abstract-leveldown tests that expect db._nextTick
21
- // TODO: fix tests or add _nextTick to levelup for API parity
22
- if ( ! db . _nextTick ) db . _nextTick = leveldown . prototype . _nextTick
23
-
24
17
return db
25
18
26
19
function onflush ( ) {
Original file line number Diff line number Diff line change 30
30
"encoding-down" : " ^7.1.0" ,
31
31
"end-of-stream" : " ^1.1.0" ,
32
32
"length-prefixed-stream" : " ^2.0.0" ,
33
- "levelup" : " ^5.1.0 " ,
33
+ "levelup" : " ^5.1.1 " ,
34
34
"numeric-id-map" : " ^1.1.0" ,
35
35
"protocol-buffers-encodings" : " ^1.1.0" ,
36
- "reachdown" : " ^1.0 .0"
36
+ "reachdown" : " ^1.1 .0"
37
37
},
38
38
"devDependencies" : {
39
39
"@adorsys/encrypt-down" : " ^2.0.1" ,
42
42
"faucet" : " ^0.0.1" ,
43
43
"hallmark" : " ^3.1.0" ,
44
44
"level-compose" : " ^1.0.0" ,
45
- "memdown" : " ^6.0 .0" ,
45
+ "memdown" : " ^6.1 .0" ,
46
46
"nyc" : " ^15.1.0" ,
47
47
"protocol-buffers" : " ^4.0.2" ,
48
48
"standard" : " ^16.0.3" ,
49
- "subleveldown" : " ^6.0.0 " ,
49
+ "subleveldown" : " ^6.0.1 " ,
50
50
"tape" : " ^5.0.1"
51
51
},
52
52
"repository" : {
You can’t perform that action at this time.
0 commit comments