claude-ws 0.4.9-beta.1 → 0.4.9-beta.2
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 +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-ws",
|
|
3
|
-
"version": "0.4.9-beta.
|
|
3
|
+
"version": "0.4.9-beta.2",
|
|
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": [
|
|
@@ -139,6 +139,7 @@
|
|
|
139
139
|
"@tailwindcss/postcss": "^4.2.2",
|
|
140
140
|
"@types/adm-zip": "^0.5.8",
|
|
141
141
|
"@types/better-sqlite3": "^7.6.13",
|
|
142
|
+
"@types/js-yaml": "^4.0.9",
|
|
142
143
|
"@types/compression": "^1.8.1",
|
|
143
144
|
"@types/dompurify": "^3.2.0",
|
|
144
145
|
"@types/node": "^20.19.37",
|
|
@@ -161,6 +162,7 @@
|
|
|
161
162
|
"diff": "^8.0.3",
|
|
162
163
|
"dompurify": "^3.3.3",
|
|
163
164
|
"dotenv": "^17.3.1",
|
|
165
|
+
"drizzle-kit": "^0.31.10",
|
|
164
166
|
"drizzle-orm": "^0.45.1",
|
|
165
167
|
"eslint": "^9.39.4",
|
|
166
168
|
"eslint-config-next": "^16.2.1",
|
|
@@ -199,9 +201,5 @@
|
|
|
199
201
|
"optionalDependencies": {
|
|
200
202
|
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
|
|
201
203
|
"node-pty": "^1.1.0"
|
|
202
|
-
},
|
|
203
|
-
"devDependencies": {
|
|
204
|
-
"drizzle-kit": "^0.31.10",
|
|
205
|
-
"@types/js-yaml": "^4.0.9"
|
|
206
204
|
}
|
|
207
205
|
}
|