Skip to content

Commit 6be2427

Browse files
weiesky.wangcclaude
andcommitted
fix: include proxy-errors.js in npm package
proxy-errors.js was missing from the files array in package.json, causing ERR_MODULE_NOT_FOUND when running ccv -logger. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9a6c3a3 commit 6be2427

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.5.20 (2026-03-12)
4+
5+
- Fix: `proxy-errors.js` missing from npm package, causing `ERR_MODULE_NOT_FOUND` when running `ccv -logger`
6+
37
## 1.5.19 (2026-03-12)
48

59
- Refactor: ccv argument passthrough — ccv is now a drop-in replacement for claude, all args passed through directly

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-viewer",
3-
"version": "1.5.19",
3+
"version": "1.5.20",
44
"description": "Claude Code Logger visualization management tool",
55
"license": "MIT",
66
"main": "server.js",
@@ -46,6 +46,7 @@
4646
"server.js",
4747
"cli.js",
4848
"proxy.js",
49+
"proxy-errors.js",
4950
"interceptor.js",
5051
"proxy-env.js",
5152
"i18n.js",

0 commit comments

Comments
 (0)