fix: add missing axios dependency and bump version to 0.1.9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ekko
2026-04-13 16:59:17 +08:00
parent 94329adc4f
commit f22a497115
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "hermes-web-ui",
"version": "0.1.8",
"version": "0.1.9",
"description": "Hermes Agent Web UI - Chat and Job Management Dashboard",
"repository": {
"type": "git",
@@ -25,6 +25,7 @@
],
"dependencies": {
"@koa/bodyparser": "^5.0.0",
"axios": "^1.9.0",
"@koa/cors": "^5.0.0",
"@koa/router": "^13.1.0",
"highlight.js": "^11.11.1",