mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
Update to the latest mysql package (#476)
Updating from mysql 2.13 to 2.16 fixed for me a problem with error msg "Error: pool is closed" produced every few seconds in NR debug window.
This commit is contained in:
parent
771a49a8b0
commit
9c9af2952c
@ -3,7 +3,7 @@
|
|||||||
"version" : "0.0.16",
|
"version" : "0.0.16",
|
||||||
"description" : "A Node-RED node to read and write to a MySQL database",
|
"description" : "A Node-RED node to read and write to a MySQL database",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
"mysql" : "^2.13.0"
|
"mysql" : "^2.16.0"
|
||||||
},
|
},
|
||||||
"repository" : {
|
"repository" : {
|
||||||
"type":"git",
|
"type":"git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user