Update level package in package.json (#588)

Update from 4.0.0 to 6.0.0 version. It fixes NR restarts (NR 502 errors) when trying to read from leveldb store after some time from writing.
This commit is contained in:
tmdoit 2019-10-26 13:54:36 +02:00 committed by Dave Conway-Jones
parent 97a1352afc
commit 0f46364a55
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"version" : "0.1.0",
"description" : "A Node-RED node to read and write to a LevelDB database",
"dependencies" : {
"level" : "^4.0.0"
"level" : "^6.0.0"
},
"repository" : {
"type":"git",