@vpxa/kb 0.1.26 → 0.1.27
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 +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vpxa/kb",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.27",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Local-first AI developer toolkit — knowledge base, code analysis, context management, and developer tools for LLM agents",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"@modelcontextprotocol/sdk": "^1.x",
|
|
52
52
|
"express": "^5.x",
|
|
53
53
|
"linkedom": "^0.x",
|
|
54
|
+
"marked": "^17.x",
|
|
54
55
|
"minimatch": "^10.x",
|
|
55
56
|
"sql.js": "^1.x",
|
|
56
57
|
"tree-sitter-wasms": "~0.1.13",
|