Release version 0.8.2

This commit is contained in:
weishu
2026-01-14 12:34:28 +08:00
parent 0163eb372d
commit f11db23d9e
2 changed files with 18 additions and 16 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.8.1",
"version": "0.8.2",
"description": "App for agentic coding - access coding agent anywhere",
"author": "Kirill Dubovitskiy & weishu",
"license": "AGPL-3.0-only",
@@ -26,11 +26,11 @@
}
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.8.1",
"@twsxtd/hapi-darwin-x64": "0.8.1",
"@twsxtd/hapi-linux-arm64": "0.8.1",
"@twsxtd/hapi-linux-x64": "0.8.1",
"@twsxtd/hapi-win32-x64": "0.8.1"
"@twsxtd/hapi-darwin-arm64": "0.8.2",
"@twsxtd/hapi-darwin-x64": "0.8.2",
"@twsxtd/hapi-linux-arm64": "0.8.2",
"@twsxtd/hapi-linux-x64": "0.8.2",
"@twsxtd/hapi-win32-x64": "0.8.2"
},
"scripts": {
"typecheck": "tsc --noEmit",