claude-ws 0.3.108 → 0.3.109
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-ws",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.109",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A beautifully crafted workspace interface for Claude Code with real-time streaming and local SQLite database",
|
|
6
6
|
"keywords": [
|
|
@@ -111,7 +111,6 @@
|
|
|
111
111
|
"@dnd-kit/utilities": "^3.2.2",
|
|
112
112
|
"@fastify/cors": "^11.2.0",
|
|
113
113
|
"@fastify/multipart": "^9.4.0",
|
|
114
|
-
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1",
|
|
115
114
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
116
115
|
"@radix-ui/react-context-menu": "^2.2.16",
|
|
117
116
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
@@ -184,6 +183,9 @@
|
|
|
184
183
|
"zustand": "^5.0.11"
|
|
185
184
|
},
|
|
186
185
|
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
|
|
186
|
+
"optionalDependencies": {
|
|
187
|
+
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.1"
|
|
188
|
+
},
|
|
187
189
|
"devDependencies": {
|
|
188
190
|
"@types/js-yaml": "^4.0.9"
|
|
189
191
|
}
|