claude-ws 0.4.0-beta.4 → 0.4.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.
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.0-beta.4",
3
+ "version": "0.4.0",
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": [
@@ -165,7 +165,6 @@
165
165
  "next": "^16.1.6",
166
166
  "next-intl": "^4.8.2",
167
167
  "next-themes": "^0.4.6",
168
- "node-pty": "^1.1.0",
169
168
  "pino": "^10.3.1",
170
169
  "pino-pretty": "^13.1.3",
171
170
  "radix-ui": "^1.4.3",
@@ -188,7 +187,8 @@
188
187
  },
189
188
  "packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
190
189
  "optionalDependencies": {
191
- "@homebridge/node-pty-prebuilt-multiarch": "^0.13.1"
190
+ "@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
191
+ "node-pty": "^1.1.0"
192
192
  },
193
193
  "devDependencies": {
194
194
  "@types/js-yaml": "^4.0.9"