claude-ws 0.1.11 → 0.1.12
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 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-ws",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
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": [
|
|
@@ -130,10 +130,11 @@
|
|
|
130
130
|
"tsx": "^4.21.0",
|
|
131
131
|
"typescript": "^5",
|
|
132
132
|
"vscode-icons-js": "^11.6.1",
|
|
133
|
-
"zustand": "^5.0.9"
|
|
133
|
+
"zustand": "^5.0.9",
|
|
134
|
+
"@tailwindcss/postcss": "^4",
|
|
135
|
+
"tailwindcss": "^4"
|
|
134
136
|
},
|
|
135
137
|
"devDependencies": {
|
|
136
|
-
"@tailwindcss/postcss": "^4",
|
|
137
138
|
"@types/adm-zip": "^0.5.7",
|
|
138
139
|
"@types/better-sqlite3": "^7.6.13",
|
|
139
140
|
"@types/node": "^20",
|
|
@@ -142,7 +143,6 @@
|
|
|
142
143
|
"drizzle-kit": "^0.31.8",
|
|
143
144
|
"eslint": "^9",
|
|
144
145
|
"eslint-config-next": "^16.1.3",
|
|
145
|
-
"tailwindcss": "^4",
|
|
146
146
|
"tw-animate-css": "^1.4.0"
|
|
147
147
|
},
|
|
148
148
|
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
|