Skip to content

Commit 7096a52

Browse files
committed
Updated to @vlasky/mysql 2.18.4 to support additional charset collations introduced in MySQL 8.
Updated version to 0.5.6
1 parent c2c1bd4 commit 7096a52

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vlasky/zongji",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"description": "A fork of nevill/zongji mysql binlog listener running on Node.js that uses @vlasky/mysql to allow partial support for the MySQL compressed protocol.",
55
"main": "index.js",
66
"directories": {
@@ -37,6 +37,6 @@
3737
"dependencies": {
3838
"big-integer": "1.6.48",
3939
"iconv-lite": "0.6.2",
40-
"@vlasky/mysql": "^2.18.3"
40+
"@vlasky/mysql": "^2.18.4"
4141
}
4242
}

0 commit comments

Comments
 (0)