claude-ws 0.1.11 → 0.1.13

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-ws",
3
- "version": "0.1.11",
3
+ "version": "0.1.13",
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": [
@@ -65,7 +65,8 @@
65
65
  "version:patch": "npm version patch --no-git-tag-version",
66
66
  "version:minor": "npm version minor --no-git-tag-version",
67
67
  "version:major": "npm version major --no-git-tag-version",
68
- "prepublishOnly": "pnpm run build",
68
+ "postinstall": "npm run build 2>/dev/null || true",
69
+ "prepublishOnly": "npm run build",
69
70
  "publish:npm": "npm publish --access public"
70
71
  },
71
72
  "dependencies": {
@@ -130,10 +131,11 @@
130
131
  "tsx": "^4.21.0",
131
132
  "typescript": "^5",
132
133
  "vscode-icons-js": "^11.6.1",
133
- "zustand": "^5.0.9"
134
+ "zustand": "^5.0.9",
135
+ "@tailwindcss/postcss": "^4",
136
+ "tailwindcss": "^4"
134
137
  },
135
138
  "devDependencies": {
136
- "@tailwindcss/postcss": "^4",
137
139
  "@types/adm-zip": "^0.5.7",
138
140
  "@types/better-sqlite3": "^7.6.13",
139
141
  "@types/node": "^20",
@@ -142,8 +144,6 @@
142
144
  "drizzle-kit": "^0.31.8",
143
145
  "eslint": "^9",
144
146
  "eslint-config-next": "^16.1.3",
145
- "tailwindcss": "^4",
146
147
  "tw-animate-css": "^1.4.0"
147
- },
148
- "packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48"
148
+ }
149
149
  }