Skip to content

Commit 67442ac

Browse files
committed
Updated version to 0.5.9.
Updated dependency @vlasky/mysql to 2.18.6 that enables TCP_NODELAY on TCP sockets to lower latency Updated dependency big-integer to 1.6.51 Updated dependency iconv-lite to 0.6.3
1 parent 0d5c450 commit 67442ac

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

package-lock.json

+23-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlasky/zongji",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "A MySQL 8.0-compatible fork of ZongJi - a MySQL binlog listener for Node.js.",
55
"main": "index.js",
66
"directories": {
@@ -25,7 +25,8 @@
2525
"rfanth <[email protected]> (https://github.com/rfanth)",
2626
"Alexander Radyushin <[email protected]> (https://github.com/fjedi)",
2727
"Yousef El-Dardiry <[email protected]> (https://github.com/YousefED)",
28-
"Roopendra Talekar <[email protected]> (https://github.com/roopen219)"
28+
"Roopendra Talekar <[email protected]> (https://github.com/roopen219)",
29+
"Juan Ferrer Toribio (https://github.com/juan-ferrer-toribio)"
2930
],
3031
"license": "MIT",
3132
"engines": {
@@ -36,8 +37,8 @@
3637
"tap": "14.10.7"
3738
},
3839
"dependencies": {
39-
"big-integer": "1.6.48",
40-
"iconv-lite": "0.6.2",
41-
"@vlasky/mysql": "^2.18.5"
40+
"big-integer": "1.6.51",
41+
"iconv-lite": "0.6.3",
42+
"@vlasky/mysql": "^2.18.6"
4243
}
4344
}

0 commit comments

Comments
 (0)