@vohongtho.infotech/code-intel 0.1.4 → 0.1.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vohongtho.infotech/code-intel",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Static code analysis platform — builds a Knowledge Graph from source code with Web UI, HTTP API, CLI, and MCP server",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -53,7 +53,9 @@
53
53
  "express": "^5.2.1",
54
54
  "graphology": "^0.26.0",
55
55
  "graphology-communities-louvain": "^2.0.1",
56
- "web-tree-sitter": "^0.26.8"
56
+ "web-tree-sitter": "^0.26.8",
57
+ "winston": "^3.19.0",
58
+ "winston-daily-rotate-file": "^5.0.0"
57
59
  },
58
60
  "devDependencies": {
59
61
  "@types/cors": "^2.8.17",