Release version 0.16.5

This commit is contained in:
weishu
2026-03-31 18:53:38 +08:00
parent 4248540fb4
commit fa0ce1ca94
2 changed files with 15 additions and 17 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.16.4",
"version": "0.16.5",
"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.16.4",
"@twsxtd/hapi-darwin-x64": "0.16.4",
"@twsxtd/hapi-linux-arm64": "0.16.4",
"@twsxtd/hapi-linux-x64": "0.16.4",
"@twsxtd/hapi-win32-x64": "0.16.4"
"@twsxtd/hapi-darwin-arm64": "0.16.5",
"@twsxtd/hapi-darwin-x64": "0.16.5",
"@twsxtd/hapi-linux-arm64": "0.16.5",
"@twsxtd/hapi-linux-x64": "0.16.5",
"@twsxtd/hapi-win32-x64": "0.16.5"
},
"scripts": {
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",