@easbot/memory 0.2.3 → 0.2.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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easbot/memory",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "Memory management library for EASBOT ecosystem - 智能记忆管理库,支持混合搜索、中英文分词、增量索引",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"better-sqlite3": "^12.9.0",
|
|
52
52
|
"jieba-wasm": "^2.4.0",
|
|
53
53
|
"xdg-basedir": "^5.1.0",
|
|
54
|
-
"@easbot/
|
|
55
|
-
"@easbot/
|
|
56
|
-
"@easbot/
|
|
57
|
-
"@easbot/
|
|
54
|
+
"@easbot/types": "0.2.5",
|
|
55
|
+
"@easbot/local-model-sdk": "0.2.5",
|
|
56
|
+
"@easbot/utils": "0.2.5",
|
|
57
|
+
"@easbot/ollama-sdk": "0.2.5"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/node": "^25.6.2",
|