memorix 1.0.7 → 1.0.9

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": "memorix",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Open-source cross-agent memory layer for coding agents across Cursor, Claude Code, Codex, Windsurf, Gemini CLI, Copilot, Kiro, OpenCode, Antigravity, and Trae via MCP.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -17,30 +17,24 @@
17
17
  "./types": {
18
18
  "import": "./dist/types.js",
19
19
  "types": "./dist/types.d.ts"
20
+ },
21
+ "./sdk": {
22
+ "import": "./dist/sdk.js",
23
+ "types": "./dist/sdk.d.ts"
20
24
  }
21
25
  },
22
- "files": [
23
- "dist/index.js",
24
- "dist/index.js.map",
25
- "dist/index.d.ts",
26
- "dist/types.js",
27
- "dist/types.js.map",
28
- "dist/types.d.ts",
29
- "dist/cli/index.js",
30
- "dist/cli/index.js.map",
31
- "dist/cli/index.d.ts",
32
- "dist/dashboard/static/app.js",
33
- "dist/dashboard/static/index.html",
34
- "dist/dashboard/static/style.css",
35
- "dist/dashboard/static/logo.png",
36
- "README.md",
37
- "LICENSE",
38
- "CHANGELOG.md",
39
- "CLAUDE.md",
40
- "llms.txt",
41
- "llms-full.txt",
42
- "README.zh-CN.md"
43
- ],
26
+ "files": [
27
+ "dist",
28
+ "README.md",
29
+ "README.zh-CN.md",
30
+ "docs",
31
+ "TEAM.md",
32
+ "LICENSE",
33
+ "CHANGELOG.md",
34
+ "CLAUDE.md",
35
+ "llms.txt",
36
+ "llms-full.txt"
37
+ ],
44
38
  "scripts": {
45
39
  "build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && tsup",
46
40
  "dev": "tsup --watch",
@@ -107,6 +101,10 @@
107
101
  "gpt-tokenizer": "^2.8.0",
108
102
  "gray-matter": "^4.0.3",
109
103
  "ink": "^6.8.0",
104
+ "ink-big-text": "^2.0.0",
105
+ "ink-gradient": "^4.0.0",
106
+ "ink-scroll-view": "^0.3.6",
107
+ "ink-spinner": "^5.0.0",
110
108
  "js-yaml": "^3.13.1",
111
109
  "react": "^19.2.4",
112
110
  "remark": "^15.0.1",
@@ -118,6 +116,9 @@
118
116
  "better-sqlite3": "^11.0.0",
119
117
  "fastembed": "^1.14.4"
120
118
  },
119
+ "overrides": {
120
+ "tar": "^7.0.0"
121
+ },
121
122
  "devDependencies": {
122
123
  "@types/better-sqlite3": "^7.6.0",
123
124
  "@types/diff": "^7.0.0",