1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

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

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",