@pcircle/memesh 3.1.1 → 3.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pcircle/memesh",
3
- "version": "3.1.1",
3
+ "version": "3.2.1",
4
4
  "description": "MeMesh — The lightest universal AI memory layer. One SQLite file, any LLM, zero cloud.",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -48,6 +48,7 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@modelcontextprotocol/sdk": "^1.29.0",
51
+ "@xenova/transformers": "^2.17.2",
51
52
  "better-sqlite3": "^12.9.0",
52
53
  "commander": "^14.0.3",
53
54
  "express": "^5.2.1",
package/plugin.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "PCIRCLE AI"
6
6
  },
7
- "version": "3.1.1",
7
+ "version": "3.2.1",
8
8
  "homepage": "https://github.com/PCIRCLE-AI/memesh-llm-memory",
9
9
  "repository": "https://github.com/PCIRCLE-AI/memesh-llm-memory",
10
10
  "license": "MIT",