@kimuson/claude-code-viewer 0.4.8 → 0.4.10

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.
@@ -1 +1 @@
1
- import{j as o,N as n,T as s}from"./index-BGKS2Bbu.js";const i=()=>o.jsx(n,{message:o.jsx(s,{id:"notfound.session.title"}),description:o.jsx(s,{id:"notfound.session.description"})});export{i as notFoundComponent};
1
+ import{j as o,N as n,T as s}from"./index-DnV70LdM.js";const i=()=>o.jsx(n,{message:o.jsx(s,{id:"notfound.session.title"}),description:o.jsx(s,{id:"notfound.session.description"})});export{i as notFoundComponent};
@@ -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-BGKS2Bbu.js"></script>
11
+ <script type="module" crossorigin src="/assets/index-DnV70LdM.js"></script>
12
12
  <link rel="stylesheet" crossorigin href="/assets/index-CF6ATi6V.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.8",
3
+ "version": "0.4.10",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -121,7 +121,6 @@
121
121
  "e2e:start-server": "./scripts/e2e/start_server.sh",
122
122
  "e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
123
123
  "lingui:extract": "lingui extract --clean && node ./scripts/lingui-sort.js",
124
- "lingui:compile": "lingui compile --typescript",
125
- "postinstall": "lefthook install"
124
+ "lingui:compile": "lingui compile --typescript"
126
125
  }
127
126
  }