@kimuson/claude-code-viewer 0.4.8 → 0.4.9
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/dist/main.js +2 -2
- package/dist/main.js.map +2 -2
- package/package.json +2 -3
package/dist/main.js
CHANGED
|
@@ -6361,7 +6361,7 @@ import { z as z28 } from "zod";
|
|
|
6361
6361
|
// package.json
|
|
6362
6362
|
var package_default = {
|
|
6363
6363
|
name: "@kimuson/claude-code-viewer",
|
|
6364
|
-
version: "0.4.
|
|
6364
|
+
version: "0.4.9",
|
|
6365
6365
|
type: "module",
|
|
6366
6366
|
license: "MIT",
|
|
6367
6367
|
repository: {
|
|
@@ -6400,7 +6400,7 @@ var package_default = {
|
|
|
6400
6400
|
"e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
|
|
6401
6401
|
"lingui:extract": "lingui extract --clean && node ./scripts/lingui-sort.js",
|
|
6402
6402
|
"lingui:compile": "lingui compile --typescript",
|
|
6403
|
-
|
|
6403
|
+
prepare: "lefthook install"
|
|
6404
6404
|
},
|
|
6405
6405
|
dependencies: {
|
|
6406
6406
|
"@anthropic-ai/claude-agent-sdk": "0.1.30",
|