@kimuson/claude-code-viewer 0.5.0 → 0.5.1
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 +4 -1
- package/dist/main.js.map +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
1
3
|
// src/server/main.ts
|
|
2
4
|
import { Command as Command3 } from "commander";
|
|
3
5
|
import { Effect as Effect49 } from "effect";
|
|
@@ -5,7 +7,7 @@ import { Effect as Effect49 } from "effect";
|
|
|
5
7
|
// package.json
|
|
6
8
|
var package_default = {
|
|
7
9
|
name: "@kimuson/claude-code-viewer",
|
|
8
|
-
version: "0.5.
|
|
10
|
+
version: "0.5.1",
|
|
9
11
|
description: "A full-featured web-based Claude Code client that provides complete interactive functionality for managing Claude Code projects.",
|
|
10
12
|
type: "module",
|
|
11
13
|
license: "MIT",
|
|
@@ -45,6 +47,7 @@ var package_default = {
|
|
|
45
47
|
"e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
|
|
46
48
|
"lingui:extract": "lingui extract --clean && node ./scripts/lingui-sort.js",
|
|
47
49
|
"lingui:compile": "lingui compile --typescript",
|
|
50
|
+
prepack: "pnpm build",
|
|
48
51
|
prepare: "lefthook install"
|
|
49
52
|
},
|
|
50
53
|
dependencies: {
|