@solashi/go-mysql-binlog-node 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A library wrapping the [go-mysql](https://github.com/go-mysql-org/go-mysql) package, providing a MySQL client connector and binlog parsing implementation.
4
4
 
5
- > This project is forked from [go-mysql-js](https://github.com/go-mysql-org/go-mysql-js)
5
+ > This project is forked from [go-mysql-js](https://github.com/mcuelenaere/mysql-binlog-node)
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solashi/go-mysql-binlog-node",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "A Node.js MySQL binlog listener based on go-mysql",
5
5
  "main": "dist/binding.js",
6
6
  "types": "dist/binding.d.ts",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file