@easbot/note 0.2.19 → 0.2.20

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/note",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "Note Knowledge Base - 非结构化记忆和文档知识库管理系统,支持混合搜索(向量+FTS+图)和 LLM 驱动的知识摄取",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -55,10 +55,10 @@
55
55
  "better-sqlite3": "^12.9.0",
56
56
  "jieba-wasm": "^2.4.0",
57
57
  "xdg-basedir": "^5.1.0",
58
- "@easbot/local-model-sdk": "0.2.19",
59
- "@easbot/ollama-sdk": "0.2.19",
60
- "@easbot/utils": "0.2.19",
61
- "@easbot/types": "0.2.19"
58
+ "@easbot/local-model-sdk": "0.2.20",
59
+ "@easbot/ollama-sdk": "0.2.20",
60
+ "@easbot/utils": "0.2.20",
61
+ "@easbot/types": "0.2.20"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@biomejs/biome": "^2.4.14",