@kimuson/claude-code-viewer 0.4.6 → 0.4.8

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.
@@ -8,8 +8,8 @@
8
8
  content="Web Viewer for Claude Code history"
9
9
  />
10
10
  <title>Claude Code Viewer</title>
11
- <script type="module" crossorigin src="/assets/index-Cl49R9Vk.js"></script>
12
- <link rel="stylesheet" crossorigin href="/assets/index-DuTdxGMm.css">
11
+ <script type="module" crossorigin src="/assets/index-BGKS2Bbu.js"></script>
12
+ <link rel="stylesheet" crossorigin href="/assets/index-CF6ATi6V.css">
13
13
  </head>
14
14
  <body>
15
15
  <div id="app"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimuson/claude-code-viewer",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -21,8 +21,13 @@
21
21
  "@anthropic-ai/claude-agent-sdk": "0.1.30",
22
22
  "@anthropic-ai/claude-code": "2.0.24",
23
23
  "@anthropic-ai/sdk": "0.67.0",
24
- "@effect/platform": "0.93.2",
25
- "@effect/platform-node": "0.100.0",
24
+ "@effect/cluster": "0.55.0",
25
+ "@effect/experimental": "0.57.11",
26
+ "@effect/platform": "0.93.6",
27
+ "@effect/platform-node": "0.103.0",
28
+ "@effect/rpc": "0.72.2",
29
+ "@effect/sql": "0.48.6",
30
+ "@effect/workflow": "0.15.1",
26
31
  "@hono/node-server": "1.19.5",
27
32
  "@hono/zod-validator": "0.7.4",
28
33
  "@lingui/core": "5.5.1",
@@ -32,7 +37,7 @@
32
37
  "@radix-ui/react-collapsible": "1.1.12",
33
38
  "@radix-ui/react-dialog": "1.1.15",
34
39
  "@radix-ui/react-hover-card": "1.1.15",
35
- "@radix-ui/react-popover": "^1.1.15",
40
+ "@radix-ui/react-popover": "1.1.15",
36
41
  "@radix-ui/react-select": "2.2.6",
37
42
  "@radix-ui/react-slot": "1.2.3",
38
43
  "@radix-ui/react-tabs": "1.1.13",
@@ -45,27 +50,29 @@
45
50
  "class-variance-authority": "0.7.1",
46
51
  "clsx": "2.1.1",
47
52
  "date-fns": "4.1.0",
48
- "effect": "3.19.3",
53
+ "effect": "3.19.9",
49
54
  "es-toolkit": "1.41.0",
50
55
  "hono": "4.10.3",
51
56
  "jotai": "2.15.0",
52
57
  "lucide-react": "0.548.0",
58
+ "minisearch": "7.2.0",
53
59
  "parse-git-diff": "0.0.19",
54
60
  "prexit": "2.3.0",
55
61
  "react": "19.2.0",
56
62
  "react-dom": "19.2.0",
57
63
  "react-error-boundary": "6.0.0",
58
- "react-helmet-async": "^2.0.5",
64
+ "react-helmet-async": "2.0.5",
59
65
  "react-markdown": "10.1.0",
60
66
  "react-syntax-highlighter": "15.6.6",
61
67
  "remark-gfm": "4.0.1",
62
68
  "sonner": "2.0.7",
63
69
  "tailwind-merge": "3.3.1",
64
70
  "ulid": "3.0.1",
65
- "zod": "4.1.12"
71
+ "zod": "4.1.13"
66
72
  },
67
73
  "devDependencies": {
68
74
  "@biomejs/biome": "2.3.1",
75
+ "@effect/language-service": "0.60.0",
69
76
  "@lingui/cli": "5.5.1",
70
77
  "@lingui/conf": "5.5.1",
71
78
  "@lingui/format-json": "5.5.1",
@@ -81,6 +88,7 @@
81
88
  "@vitejs/plugin-react-swc": "4.2.0",
82
89
  "dotenv": "17.2.3",
83
90
  "esbuild": "0.25.11",
91
+ "lefthook": "2.0.8",
84
92
  "npm-run-all2": "8.0.4",
85
93
  "playwright": "1.56.1",
86
94
  "release-it": "19.0.5",
@@ -112,7 +120,8 @@
112
120
  "e2e": "./scripts/e2e/exec_e2e.sh",
113
121
  "e2e:start-server": "./scripts/e2e/start_server.sh",
114
122
  "e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
115
- "lingui:extract": "lingui extract --clean",
116
- "lingui:compile": "lingui compile --typescript"
123
+ "lingui:extract": "lingui extract --clean && node ./scripts/lingui-sort.js",
124
+ "lingui:compile": "lingui compile --typescript",
125
+ "postinstall": "lefthook install"
117
126
  }
118
127
  }
@@ -1 +0,0 @@
1
- import{u as o}from"./index-Cl49R9Vk.js";function r(){o().navigate({to:"/projects"})}export{r as component};