@kimuson/claude-code-viewer 0.4.2-beta.1 → 0.4.2-beta.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.
@@ -8,7 +8,7 @@
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-B4SyesSZ.js"></script>
11
+ <script type="module" crossorigin src="/assets/index-u3TFrHTl.js"></script>
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-BSbB57mR.css">
13
13
  </head>
14
14
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimuson/claude-code-viewer",
3
- "version": "0.4.2-beta.1",
3
+ "version": "0.4.2-beta.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -14,85 +14,81 @@
14
14
  "engines": {
15
15
  "node": ">=20.19.0"
16
16
  },
17
- "exports": {
18
- ".": "./dist/main.js",
19
- "./package.json": "./package.json"
20
- },
21
17
  "bin": {
22
18
  "claude-code-viewer": "./dist/main.js"
23
19
  },
24
20
  "dependencies": {
25
- "@anthropic-ai/claude-agent-sdk": "^0.1.23",
26
- "@anthropic-ai/claude-code": "^2.0.24",
27
- "@anthropic-ai/sdk": "^0.67.0",
28
- "@effect/platform": "^0.92.1",
29
- "@effect/platform-node": "^0.98.4",
30
- "@hono/node-server": "^1.19.5",
31
- "@hono/zod-validator": "^0.7.4",
32
- "@lingui/core": "^5.5.1",
33
- "@lingui/react": "^5.5.1",
34
- "@radix-ui/react-avatar": "^1.1.10",
35
- "@radix-ui/react-checkbox": "^1.3.3",
36
- "@radix-ui/react-collapsible": "^1.1.12",
37
- "@radix-ui/react-dialog": "^1.1.15",
38
- "@radix-ui/react-hover-card": "^1.1.15",
39
- "@radix-ui/react-select": "^2.2.6",
40
- "@radix-ui/react-slot": "^1.2.3",
41
- "@radix-ui/react-tabs": "^1.1.13",
42
- "@radix-ui/react-tooltip": "^1.2.8",
43
- "@tailwindcss/vite": "^4.1.16",
44
- "@tanstack/react-devtools": "^0.7.8",
45
- "@tanstack/react-query": "^5.90.5",
46
- "@tanstack/react-router": "^1.133.27",
47
- "@tanstack/react-router-devtools": "^1.133.27",
48
- "class-variance-authority": "^0.7.1",
49
- "clsx": "^2.1.1",
50
- "date-fns": "^4.1.0",
51
- "effect": "^3.18.4",
52
- "es-toolkit": "^1.40.0",
53
- "hono": "^4.10.1",
54
- "jotai": "^2.15.0",
55
- "lucide-react": "^0.546.0",
56
- "parse-git-diff": "^0.0.19",
57
- "prexit": "^2.3.0",
58
- "react": "^19.2.0",
59
- "react-dom": "^19.2.0",
60
- "react-error-boundary": "^6.0.0",
61
- "react-markdown": "^10.1.0",
62
- "react-syntax-highlighter": "^15.6.6",
63
- "remark-gfm": "^4.0.1",
64
- "sonner": "^2.0.7",
65
- "tailwind-merge": "^3.3.1",
66
- "ulid": "^3.0.1",
67
- "zod": "^4.1.12"
21
+ "@anthropic-ai/claude-agent-sdk": "0.1.27",
22
+ "@anthropic-ai/claude-code": "2.0.24",
23
+ "@anthropic-ai/sdk": "0.67.0",
24
+ "@effect/platform": "0.92.1",
25
+ "@effect/platform-node": "0.98.4",
26
+ "@hono/node-server": "1.19.5",
27
+ "@hono/zod-validator": "0.7.4",
28
+ "@lingui/core": "5.5.1",
29
+ "@lingui/react": "5.5.1",
30
+ "@radix-ui/react-avatar": "1.1.10",
31
+ "@radix-ui/react-checkbox": "1.3.3",
32
+ "@radix-ui/react-collapsible": "1.1.12",
33
+ "@radix-ui/react-dialog": "1.1.15",
34
+ "@radix-ui/react-hover-card": "1.1.15",
35
+ "@radix-ui/react-select": "2.2.6",
36
+ "@radix-ui/react-slot": "1.2.3",
37
+ "@radix-ui/react-tabs": "1.1.13",
38
+ "@radix-ui/react-tooltip": "1.2.8",
39
+ "@tailwindcss/vite": "4.1.16",
40
+ "@tanstack/react-devtools": "0.7.8",
41
+ "@tanstack/react-query": "5.90.5",
42
+ "@tanstack/react-router": "1.133.32",
43
+ "@tanstack/react-router-devtools": "1.133.32",
44
+ "class-variance-authority": "0.7.1",
45
+ "clsx": "2.1.1",
46
+ "date-fns": "4.1.0",
47
+ "effect": "3.18.4",
48
+ "es-toolkit": "1.41.0",
49
+ "hono": "4.10.3",
50
+ "jotai": "2.15.0",
51
+ "lucide-react": "0.548.0",
52
+ "parse-git-diff": "0.0.19",
53
+ "prexit": "2.3.0",
54
+ "react": "19.2.0",
55
+ "react-dom": "19.2.0",
56
+ "react-error-boundary": "6.0.0",
57
+ "react-markdown": "10.1.0",
58
+ "react-syntax-highlighter": "15.6.6",
59
+ "remark-gfm": "4.0.1",
60
+ "sonner": "2.0.7",
61
+ "tailwind-merge": "3.3.1",
62
+ "ulid": "3.0.1",
63
+ "zod": "4.1.12"
68
64
  },
69
65
  "devDependencies": {
70
- "@biomejs/biome": "^2.2.6",
71
- "@lingui/cli": "^5.5.1",
72
- "@lingui/conf": "^5.5.1",
73
- "@lingui/format-json": "^5.5.1",
74
- "@lingui/loader": "^5.5.1",
75
- "@lingui/vite-plugin": "^5.5.1",
76
- "@tailwindcss/postcss": "^4.1.15",
77
- "@tanstack/router-plugin": "^1.133.27",
78
- "@tsconfig/strictest": "^2.0.6",
79
- "@types/node": "^24.9.1",
80
- "@types/react": "^19.2.2",
81
- "@types/react-dom": "^19.2.2",
82
- "@types/react-syntax-highlighter": "^15.5.13",
83
- "@vitejs/plugin-react-swc": "^4.2.0",
84
- "dotenv": "^17.2.3",
85
- "esbuild": "^0.25.11",
86
- "npm-run-all2": "^8.0.4",
87
- "playwright": "^1.56.1",
88
- "release-it": "^19.0.5",
89
- "release-it-pnpm": "^4.6.6",
90
- "tailwindcss": "^4.1.15",
91
- "tsx": "^4.20.6",
92
- "tw-animate-css": "^1.4.0",
93
- "typescript": "^5.9.3",
94
- "vite": "^7.1.12",
95
- "vitest": "^3.2.4"
66
+ "@biomejs/biome": "2.3.1",
67
+ "@lingui/cli": "5.5.1",
68
+ "@lingui/conf": "5.5.1",
69
+ "@lingui/format-json": "5.5.1",
70
+ "@lingui/loader": "5.5.1",
71
+ "@lingui/vite-plugin": "5.5.1",
72
+ "@tailwindcss/postcss": "4.1.16",
73
+ "@tanstack/router-plugin": "1.133.32",
74
+ "@tsconfig/strictest": "2.0.6",
75
+ "@types/node": "24.9.1",
76
+ "@types/react": "19.2.2",
77
+ "@types/react-dom": "19.2.2",
78
+ "@types/react-syntax-highlighter": "15.5.13",
79
+ "@vitejs/plugin-react-swc": "4.2.0",
80
+ "dotenv": "17.2.3",
81
+ "esbuild": "0.25.11",
82
+ "npm-run-all2": "8.0.4",
83
+ "playwright": "1.56.1",
84
+ "release-it": "19.0.5",
85
+ "release-it-pnpm": "4.6.6",
86
+ "tailwindcss": "4.1.16",
87
+ "tsx": "4.20.6",
88
+ "tw-animate-css": "1.4.0",
89
+ "typescript": "5.9.3",
90
+ "vite": "7.1.12",
91
+ "vitest": "4.0.3"
96
92
  },
97
93
  "scripts": {
98
94
  "dev": "run-p 'dev:*'",
@@ -114,7 +110,6 @@
114
110
  "e2e": "./scripts/e2e/exec_e2e.sh",
115
111
  "e2e:start-server": "./scripts/e2e/start_server.sh",
116
112
  "e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
117
- "lingui:extract": "lingui extract",
118
113
  "lingui:compile": "lingui compile --typescript"
119
114
  }
120
115
  }
@@ -1 +0,0 @@
1
- import{u as o}from"./index-B4SyesSZ.js";function r(){o().navigate({to:"/projects"})}export{r as component};