claude-ws 0.1.16 → 0.1.17
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.17",
|
|
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": [
|
|
@@ -133,7 +133,8 @@
|
|
|
133
133
|
"vscode-icons-js": "^11.6.1",
|
|
134
134
|
"zustand": "^5.0.9",
|
|
135
135
|
"@tailwindcss/postcss": "^4",
|
|
136
|
-
"tailwindcss": "^4"
|
|
136
|
+
"tailwindcss": "^4",
|
|
137
|
+
"tw-animate-css": "^1.4.0"
|
|
137
138
|
},
|
|
138
139
|
"devDependencies": {
|
|
139
140
|
"@types/adm-zip": "^0.5.7",
|
|
@@ -143,7 +144,6 @@
|
|
|
143
144
|
"@types/react-dom": "^19",
|
|
144
145
|
"drizzle-kit": "^0.31.8",
|
|
145
146
|
"eslint": "^9",
|
|
146
|
-
"eslint-config-next": "^16.1.3"
|
|
147
|
-
"tw-animate-css": "^1.4.0"
|
|
147
|
+
"eslint-config-next": "^16.1.3"
|
|
148
148
|
}
|
|
149
149
|
}
|