chat-logbook 0.4.0 → 0.4.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chat-logbook",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "A local-first conversation manager for Claude Code",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -19,6 +19,7 @@
19
19
  "scripts": {
20
20
  "dev": "pnpm -r run dev",
21
21
  "build": "pnpm --filter web run build && pnpm --filter @chat-logbook/api run build",
22
+ "prepublishOnly": "pnpm build",
22
23
  "test": "pnpm -r run test",
23
24
  "typecheck": "pnpm -r run typecheck",
24
25
  "prepare": "husky"