@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.
- package/dist/main.js +70 -75
- package/dist/main.js.map +2 -2
- package/dist/static/assets/{formatLocaleDate-tG7XQvmi.js → formatLocaleDate-Dt6P14B9.js} +13 -13
- package/dist/static/assets/index-BCLB4du1.js +1 -0
- package/dist/static/assets/{index-CCK9sKNQ.js → index-BGPIfxUi.js} +26 -26
- package/dist/static/assets/{index-BhHTE3Iw.js → index-CK6hOCWi.js} +1 -1
- package/dist/static/assets/{index-p-9EDsM2.js → index-DIDGF7dr.js} +1 -1
- package/dist/static/assets/{index-Dhl8HyZ2.js → index-DfIIjCmW.js} +2 -2
- package/dist/static/assets/{index-BcEUHkBf.js → index-ctyalk2m.js} +1 -1
- package/dist/static/assets/{index-B4SyesSZ.js → index-u3TFrHTl.js} +11 -11
- package/dist/static/index.html +1 -1
- package/package.json +70 -75
- package/dist/static/assets/index-CzkMypUj.js +0 -1
package/dist/main.js
CHANGED
|
@@ -4665,7 +4665,7 @@ import { z as z27 } from "zod";
|
|
|
4665
4665
|
// package.json
|
|
4666
4666
|
var package_default = {
|
|
4667
4667
|
name: "@kimuson/claude-code-viewer",
|
|
4668
|
-
version: "0.4.1",
|
|
4668
|
+
version: "0.4.2-beta.1",
|
|
4669
4669
|
type: "module",
|
|
4670
4670
|
license: "MIT",
|
|
4671
4671
|
repository: {
|
|
@@ -4679,10 +4679,6 @@ var package_default = {
|
|
|
4679
4679
|
engines: {
|
|
4680
4680
|
node: ">=20.19.0"
|
|
4681
4681
|
},
|
|
4682
|
-
exports: {
|
|
4683
|
-
".": "./dist/main.js",
|
|
4684
|
-
"./package.json": "./package.json"
|
|
4685
|
-
},
|
|
4686
4682
|
bin: {
|
|
4687
4683
|
"claude-code-viewer": "./dist/main.js"
|
|
4688
4684
|
},
|
|
@@ -4706,81 +4702,80 @@ var package_default = {
|
|
|
4706
4702
|
e2e: "./scripts/e2e/exec_e2e.sh",
|
|
4707
4703
|
"e2e:start-server": "./scripts/e2e/start_server.sh",
|
|
4708
4704
|
"e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
|
|
4709
|
-
"lingui:extract": "lingui extract",
|
|
4710
4705
|
"lingui:compile": "lingui compile --typescript"
|
|
4711
4706
|
},
|
|
4712
4707
|
dependencies: {
|
|
4713
|
-
"@anthropic-ai/claude-agent-sdk": "
|
|
4714
|
-
"@anthropic-ai/claude-code": "
|
|
4715
|
-
"@anthropic-ai/sdk": "
|
|
4716
|
-
"@effect/platform": "
|
|
4717
|
-
"@effect/platform-node": "
|
|
4718
|
-
"@hono/node-server": "
|
|
4719
|
-
"@hono/zod-validator": "
|
|
4720
|
-
"@lingui/core": "
|
|
4721
|
-
"@lingui/react": "
|
|
4722
|
-
"@radix-ui/react-avatar": "
|
|
4723
|
-
"@radix-ui/react-checkbox": "
|
|
4724
|
-
"@radix-ui/react-collapsible": "
|
|
4725
|
-
"@radix-ui/react-dialog": "
|
|
4726
|
-
"@radix-ui/react-hover-card": "
|
|
4727
|
-
"@radix-ui/react-select": "
|
|
4728
|
-
"@radix-ui/react-slot": "
|
|
4729
|
-
"@radix-ui/react-tabs": "
|
|
4730
|
-
"@radix-ui/react-tooltip": "
|
|
4731
|
-
"@tailwindcss/vite": "
|
|
4732
|
-
"@tanstack/react-devtools": "
|
|
4733
|
-
"@tanstack/react-query": "
|
|
4734
|
-
"@tanstack/react-router": "
|
|
4735
|
-
"@tanstack/react-router-devtools": "
|
|
4736
|
-
"class-variance-authority": "
|
|
4737
|
-
clsx: "
|
|
4738
|
-
"date-fns": "
|
|
4739
|
-
effect: "
|
|
4740
|
-
"es-toolkit": "
|
|
4741
|
-
hono: "
|
|
4742
|
-
jotai: "
|
|
4743
|
-
"lucide-react": "
|
|
4744
|
-
"parse-git-diff": "
|
|
4745
|
-
prexit: "
|
|
4746
|
-
react: "
|
|
4747
|
-
"react-dom": "
|
|
4748
|
-
"react-error-boundary": "
|
|
4749
|
-
"react-markdown": "
|
|
4750
|
-
"react-syntax-highlighter": "
|
|
4751
|
-
"remark-gfm": "
|
|
4752
|
-
sonner: "
|
|
4753
|
-
"tailwind-merge": "
|
|
4754
|
-
ulid: "
|
|
4755
|
-
zod: "
|
|
4708
|
+
"@anthropic-ai/claude-agent-sdk": "0.1.27",
|
|
4709
|
+
"@anthropic-ai/claude-code": "2.0.24",
|
|
4710
|
+
"@anthropic-ai/sdk": "0.67.0",
|
|
4711
|
+
"@effect/platform": "0.92.1",
|
|
4712
|
+
"@effect/platform-node": "0.98.4",
|
|
4713
|
+
"@hono/node-server": "1.19.5",
|
|
4714
|
+
"@hono/zod-validator": "0.7.4",
|
|
4715
|
+
"@lingui/core": "5.5.1",
|
|
4716
|
+
"@lingui/react": "5.5.1",
|
|
4717
|
+
"@radix-ui/react-avatar": "1.1.10",
|
|
4718
|
+
"@radix-ui/react-checkbox": "1.3.3",
|
|
4719
|
+
"@radix-ui/react-collapsible": "1.1.12",
|
|
4720
|
+
"@radix-ui/react-dialog": "1.1.15",
|
|
4721
|
+
"@radix-ui/react-hover-card": "1.1.15",
|
|
4722
|
+
"@radix-ui/react-select": "2.2.6",
|
|
4723
|
+
"@radix-ui/react-slot": "1.2.3",
|
|
4724
|
+
"@radix-ui/react-tabs": "1.1.13",
|
|
4725
|
+
"@radix-ui/react-tooltip": "1.2.8",
|
|
4726
|
+
"@tailwindcss/vite": "4.1.16",
|
|
4727
|
+
"@tanstack/react-devtools": "0.7.8",
|
|
4728
|
+
"@tanstack/react-query": "5.90.5",
|
|
4729
|
+
"@tanstack/react-router": "1.133.32",
|
|
4730
|
+
"@tanstack/react-router-devtools": "1.133.32",
|
|
4731
|
+
"class-variance-authority": "0.7.1",
|
|
4732
|
+
clsx: "2.1.1",
|
|
4733
|
+
"date-fns": "4.1.0",
|
|
4734
|
+
effect: "3.18.4",
|
|
4735
|
+
"es-toolkit": "1.41.0",
|
|
4736
|
+
hono: "4.10.3",
|
|
4737
|
+
jotai: "2.15.0",
|
|
4738
|
+
"lucide-react": "0.548.0",
|
|
4739
|
+
"parse-git-diff": "0.0.19",
|
|
4740
|
+
prexit: "2.3.0",
|
|
4741
|
+
react: "19.2.0",
|
|
4742
|
+
"react-dom": "19.2.0",
|
|
4743
|
+
"react-error-boundary": "6.0.0",
|
|
4744
|
+
"react-markdown": "10.1.0",
|
|
4745
|
+
"react-syntax-highlighter": "15.6.6",
|
|
4746
|
+
"remark-gfm": "4.0.1",
|
|
4747
|
+
sonner: "2.0.7",
|
|
4748
|
+
"tailwind-merge": "3.3.1",
|
|
4749
|
+
ulid: "3.0.1",
|
|
4750
|
+
zod: "4.1.12"
|
|
4756
4751
|
},
|
|
4757
4752
|
devDependencies: {
|
|
4758
|
-
"@biomejs/biome": "
|
|
4759
|
-
"@lingui/cli": "
|
|
4760
|
-
"@lingui/conf": "
|
|
4761
|
-
"@lingui/format-json": "
|
|
4762
|
-
"@lingui/loader": "
|
|
4763
|
-
"@lingui/vite-plugin": "
|
|
4764
|
-
"@tailwindcss/postcss": "
|
|
4765
|
-
"@tanstack/router-plugin": "
|
|
4766
|
-
"@tsconfig/strictest": "
|
|
4767
|
-
"@types/node": "
|
|
4768
|
-
"@types/react": "
|
|
4769
|
-
"@types/react-dom": "
|
|
4770
|
-
"@types/react-syntax-highlighter": "
|
|
4771
|
-
"@vitejs/plugin-react-swc": "
|
|
4772
|
-
dotenv: "
|
|
4773
|
-
esbuild: "
|
|
4774
|
-
"npm-run-all2": "
|
|
4775
|
-
playwright: "
|
|
4776
|
-
"release-it": "
|
|
4777
|
-
"release-it-pnpm": "
|
|
4778
|
-
tailwindcss: "
|
|
4779
|
-
tsx: "
|
|
4780
|
-
"tw-animate-css": "
|
|
4781
|
-
typescript: "
|
|
4782
|
-
vite: "
|
|
4783
|
-
vitest: "
|
|
4753
|
+
"@biomejs/biome": "2.3.1",
|
|
4754
|
+
"@lingui/cli": "5.5.1",
|
|
4755
|
+
"@lingui/conf": "5.5.1",
|
|
4756
|
+
"@lingui/format-json": "5.5.1",
|
|
4757
|
+
"@lingui/loader": "5.5.1",
|
|
4758
|
+
"@lingui/vite-plugin": "5.5.1",
|
|
4759
|
+
"@tailwindcss/postcss": "4.1.16",
|
|
4760
|
+
"@tanstack/router-plugin": "1.133.32",
|
|
4761
|
+
"@tsconfig/strictest": "2.0.6",
|
|
4762
|
+
"@types/node": "24.9.1",
|
|
4763
|
+
"@types/react": "19.2.2",
|
|
4764
|
+
"@types/react-dom": "19.2.2",
|
|
4765
|
+
"@types/react-syntax-highlighter": "15.5.13",
|
|
4766
|
+
"@vitejs/plugin-react-swc": "4.2.0",
|
|
4767
|
+
dotenv: "17.2.3",
|
|
4768
|
+
esbuild: "0.25.11",
|
|
4769
|
+
"npm-run-all2": "8.0.4",
|
|
4770
|
+
playwright: "1.56.1",
|
|
4771
|
+
"release-it": "19.0.5",
|
|
4772
|
+
"release-it-pnpm": "4.6.6",
|
|
4773
|
+
tailwindcss: "4.1.16",
|
|
4774
|
+
tsx: "4.20.6",
|
|
4775
|
+
"tw-animate-css": "1.4.0",
|
|
4776
|
+
typescript: "5.9.3",
|
|
4777
|
+
vite: "7.1.12",
|
|
4778
|
+
vitest: "4.0.3"
|
|
4784
4779
|
},
|
|
4785
4780
|
packageManager: "pnpm@10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d"
|
|
4786
4781
|
};
|