claude-ws 0.4.9-beta.4 → 0.4.9-beta.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-ws",
3
- "version": "0.4.9-beta.4",
3
+ "version": "0.4.9-beta.5",
4
4
  "private": false,
5
5
  "description": "AI-powered workspace for solo CEOs and indie builders — manage your entire business with AI agents, not just code. Kanban board, code editor, Git integration, claw agent hub, local-first SQLite.",
6
6
  "keywords": [
@@ -141,9 +141,9 @@
141
141
  "@tailwindcss/postcss": "^4.2.2",
142
142
  "@types/adm-zip": "^0.5.8",
143
143
  "@types/better-sqlite3": "^7.6.13",
144
- "@types/js-yaml": "^4.0.9",
145
144
  "@types/compression": "^1.8.1",
146
145
  "@types/dompurify": "^3.2.0",
146
+ "@types/js-yaml": "^4.0.9",
147
147
  "@types/node": "^20.19.37",
148
148
  "@types/react": "^19.2.14",
149
149
  "@types/react-dom": "^19.2.3",
@@ -164,6 +164,7 @@
164
164
  "diff": "^8.0.3",
165
165
  "dompurify": "^3.3.3",
166
166
  "dotenv": "^17.3.1",
167
+ "drizzle-kit": "^0.31.10",
167
168
  "drizzle-orm": "^0.45.1",
168
169
  "eslint": "^9.39.4",
169
170
  "eslint-config-next": "^16.2.1",
@@ -204,7 +205,6 @@
204
205
  "node-pty": "^1.1.0"
205
206
  },
206
207
  "devDependencies": {
207
- "drizzle-kit": "^0.31.10",
208
208
  "@types/js-yaml": "^4.0.9"
209
209
  }
210
210
  }