olly-molly 0.2.17 → 0.2.18

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -195,7 +195,7 @@ olly-molly/
195
195
 
196
196
  - **Framework**: Next.js 16
197
197
  - **UI**: React 19, Tailwind CSS 4
198
- - **Database**: SQLite (better-sqlite3)
198
+ - **Database**: TanStack DB (@tanstack/react-db) with IndexedDB persistence
199
199
  - **Drag & Drop**: dnd-kit
200
200
  - **AI**: Codex CLI / OpenCode / Claude CLI
201
201
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "olly-molly",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "description": "Your AI Development Team, Running Locally - Manage AI agents (PM, Frontend, Backend, QA) from a beautiful kanban board",
5
5
  "keywords": [
6
6
  "ai",
@@ -38,7 +38,9 @@
38
38
  "@dnd-kit/sortable": "^10.0.0",
39
39
  "@dnd-kit/utilities": "^3.2.2",
40
40
  "@tailwindcss/postcss": "^4",
41
- "better-sqlite3": "^12.5.0",
41
+ "@tanstack/db": "^0.5.20",
42
+ "@tanstack/react-db": "^0.1.64",
43
+ "idb": "^8.0.0",
42
44
  "next": "16.1.1",
43
45
  "react": "19.2.3",
44
46
  "react-dom": "19.2.3",
@@ -49,7 +51,6 @@
49
51
  "uuid": "^13.0.0"
50
52
  },
51
53
  "devDependencies": {
52
- "@types/better-sqlite3": "^7.6.13",
53
54
  "@types/node": "20.19.29",
54
55
  "@types/react": "^19",
55
56
  "@types/react-dom": "^19",