- route-interceptor-bundle.js: 硬 require 改为 try-catch fail-open (旧版部署缺 scripts/route-engine.js 等文件时不再崩溃, 降级为 BWR:skip) - package.json 6.5.0 → 6.6.0 对齐 VERSION 文件 - INTEGRITY + 签名更新 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"name": "bookworm-hooks",
|
|
"version": "6.6.0",
|
|
"private": true,
|
|
"description": "Bookworm Smart Assistant hooks and tests",
|
|
"scripts": {
|
|
"test": "vitest run --reporter=verbose --config hooks/__tests__/vitest.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^4.1.0"
|
|
}
|
|
}
|