We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba457b commit 3b70124Copy full SHA for 3b70124
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mysql-live-select",
3
- "version": "0.0.17",
+ "version": "0.0.18",
4
"description": "Live updating MySQL SELECT statements",
5
"main": "lib/LiveMysql.js",
6
"repository": "https://github.com/numtel/mysql-live-select",
@@ -17,7 +17,7 @@
17
"author": "Ben Green <[email protected]> (http://github.com/numtel)",
18
"license": "MIT",
19
"dependencies": {
20
- "mysql": "^2.5.4",
+ "mysql": "^2.6.1",
21
"zongji": "^0.3.2"
22
},
23
"devDependencies": {
0 commit comments