v1.0.1 — Package fixes, README, routing
·
119 commits
to develop
since this release
What's changed since v1.0.0
🐛 Bug fixes
- Fixed duplicate
upgradecommand crashing CLI on startup
(Error: cannot add command 'upgrade' as already have command 'upgrade') - Fixed /api/settings/alert-rules returning 404
(settings router now correctly mounted at /settings) - Fixed Requests page white crash screen
(TypeError: Cannot read properties of undefined (reading 'length')) - Fixed SSE router event forwarding typo
- Resolved pricing sync bugs and query error handling
📦 npm package improvements
- Added README.md to published package (was missing in v1.0.0)
- Expanded keywords from 5 → 20 for better npm search discoverability
- Improved package description
- Moved better-sqlite3 from dependencies → devDependencies
(eliminates native binary compilation on user install) - Fixed bin field path warning during npm publish
- Added bugs URL and homepage fields
🏗️ Refactoring
- Settings router mounted at /settings prefix (breaking for any direct API callers)
- CLI metadata and routing improvements
- Package.json author, repository, engines fields cleaned up
⬆️ Upgrade
npx llm-observer@latest start
or
npm update -g llm-observer
Full changelog:
v1.0.0...v1.0.1