@vlasky/zongji 0.6.0 → 0.6.1
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/CHANGELOG.md +5 -0
- package/README.md +5 -0
- package/package.json +2 -2
- package/.claude/settings.local.json +0 -16
- package/.mcp.json +0 -17
- package/.tap/processinfo/84de694d-068b-4ac7-b4d8-f835c2122b2d.json +0 -892
- package/.tap/processinfo/a1e9627e-66eb-412c-aaa5-079a2eb9f385.json +0 -891
- package/.tap/processinfo/abc34c6f-f4aa-4405-8f9a-947048be1df2.json +0 -892
- package/.tap/processinfo/affe6c5b-a34d-41b9-bb73-4b14d35138de.json +0 -891
- package/.tap/processinfo/bf82449d-cdeb-478b-9506-b939a9506bf2.json +0 -883
- package/.tap/processinfo/dd98c508-7067-4342-bdf5-63664b630701.json +0 -892
- package/.tap/test-results/test_await_end.js.tap +0 -19
- package/.tap/test-results/test_await_end2.js.tap +0 -27
- package/.tap/test-results/test_debug_init.js.tap +0 -23
- package/.tap/test-results/test_debug_init2.js.tap +0 -35
- package/.tap/test-results/test_invalid_host.js.tap +0 -34
- package/.tap/test-results/test_minimal.js.tap +0 -26
- package/.tap/test-results/test_queryseq.js.tap +0 -14
- package/.tap/test-results/test_timing.js.tap +0 -17
- package/.tap/test-results/test_unref.js.tap +0 -15
- package/CLAUDE.md +0 -99
- package/GTID.md +0 -54
- package/TODO.md +0 -43
- package/notes.md +0 -77
- package/workerthreads.md +0 -173
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to @vlasky/zongji since forking from nevill/zongji.
|
|
4
4
|
|
|
5
|
+
## [0.6.1] - 2026-02-13
|
|
6
|
+
|
|
7
|
+
- Updated .gitignore and .npmignore to exclude AI tool and build/test files
|
|
8
|
+
- Added npm version, downloads, node version, and licence badges to README
|
|
9
|
+
|
|
5
10
|
## [0.6.0] - 2026-02-13
|
|
6
11
|
|
|
7
12
|
- Migrate from @vlasky/mysql to mysql2
|
package/README.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
[](https://www.npmjs.com/package/@vlasky/zongji)
|
|
2
|
+
[](https://www.npmjs.com/package/@vlasky/zongji)
|
|
3
|
+
[](https://www.npmjs.com/package/@vlasky/zongji)
|
|
4
|
+
[](https://github.com/vlasky/zongji/blob/master/LICENSE)
|
|
5
|
+
|
|
1
6
|
MySQL binlog-based change data capture (CDC) for Node.js, [originally created by Nevill Dutt](https://github.com/nevill/zongji).
|
|
2
7
|
|
|
3
8
|
[@vlasky/zongji](https://github.com/vlasky/zongji) has been tested working with MySQL 5.7, 8.0 and 8.4.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vlasky/zongji",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "MySQL binlog-based change data capture (CDC) for Node.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "https://github.com/vlasky/zongji"
|
|
19
|
+
"url": "git+https://github.com/vlasky/zongji.git"
|
|
20
20
|
},
|
|
21
21
|
"keywords": [
|
|
22
22
|
"mysql",
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"permissions": {
|
|
3
|
-
"allow": [
|
|
4
|
-
"Bash(grep:*)",
|
|
5
|
-
"Bash(git show:*)",
|
|
6
|
-
"Bash(node --test:*)",
|
|
7
|
-
"Bash(node --check:*)",
|
|
8
|
-
"Bash(git log:*)"
|
|
9
|
-
],
|
|
10
|
-
"deny": []
|
|
11
|
-
},
|
|
12
|
-
"enableAllProjectMcpServers": true,
|
|
13
|
-
"enabledMcpjsonServers": [
|
|
14
|
-
"zen"
|
|
15
|
-
]
|
|
16
|
-
}
|
package/.mcp.json
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"mcpServers": {
|
|
3
|
-
"zen": {
|
|
4
|
-
"command": "sh",
|
|
5
|
-
"args": [
|
|
6
|
-
"-c",
|
|
7
|
-
"exec /home/vlasky/.local/bin/uvx --from git+https://github.com/BeehiveInnovations/zen-mcp-server.git zen-mcp-server"
|
|
8
|
-
],
|
|
9
|
-
"env": {
|
|
10
|
-
"PATH": "/usr/local/bin:/usr/bin:/bin:/opt/homebrew/bin:~/.local/bin",
|
|
11
|
-
"OPENAI_API_KEY": "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",
|
|
12
|
-
"GEMINI_API_KEY": "AIzaSyB9Ig9UbUKyXTzZrwqBN4x4v1tY_-Q2AFA",
|
|
13
|
-
"XAI_API_KEY": "xai-2Io48P8X8joO9jzJU6IWYl83UPZ2Cknp3HmlegVMOCR9ZdxlQVZWg8TsmDxFzF3yC6KisFIeMeEuiec0"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
}
|