kiro-memory 1.9.0 → 2.1.0

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": "kiro-memory",
3
- "version": "1.9.0",
3
+ "version": "2.1.0",
4
4
  "description": "Persistent cross-session memory for AI coding assistants. Works with Claude Code, Cursor, Windsurf, Cline, and any MCP-compatible editor.",
5
5
  "keywords": [
6
6
  "kiro",
@@ -54,6 +54,7 @@
54
54
  "scripts": {
55
55
  "dev": "npm run build-and-sync",
56
56
  "build": "node scripts/build-plugin.js",
57
+ "typecheck": "tsc --noEmit",
57
58
  "build-and-sync": "npm run build && npm run sync-kiro && npm run worker:restart",
58
59
  "sync-kiro": "node scripts/sync-kiro.cjs",
59
60
  "sync-kiro:force": "node scripts/sync-kiro.cjs --force",
@@ -90,11 +91,9 @@
90
91
  "2fa": false
91
92
  },
92
93
  "dependencies": {
93
- "@chroma-core/default-embed": "^0.1.9",
94
94
  "@modelcontextprotocol/sdk": "^1.0.0",
95
95
  "ansi-to-html": "^0.7.2",
96
96
  "better-sqlite3": "^12.6.2",
97
- "chromadb": "^3.2.2",
98
97
  "class-variance-authority": "^0.7.1",
99
98
  "cors": "^2.8.5",
100
99
  "dompurify": "^3.3.1",
@@ -125,6 +124,7 @@
125
124
  "bun-types": "^1.0.0",
126
125
  "esbuild": "^0.27.2",
127
126
  "np": "^11.0.2",
127
+ "tailwindcss": "^3.4.19",
128
128
  "tsx": "^4.20.6",
129
129
  "typescript": "^5.3.0"
130
130
  }