Release version 0.21.0

This commit is contained in:
weishu
2026-07-12 11:05:13 +08:00
parent 5a377e38b9
commit 942a1dfff8
3 changed files with 18 additions and 20 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.20.2",
"version": "0.21.0",
"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.20.2",
"@twsxtd/hapi-darwin-x64": "0.20.2",
"@twsxtd/hapi-linux-arm64": "0.20.2",
"@twsxtd/hapi-linux-x64": "0.20.2",
"@twsxtd/hapi-win32-x64": "0.20.2"
"@twsxtd/hapi-darwin-arm64": "0.21.0",
"@twsxtd/hapi-darwin-x64": "0.21.0",
"@twsxtd/hapi-linux-arm64": "0.21.0",
"@twsxtd/hapi-linux-x64": "0.21.0",
"@twsxtd/hapi-win32-x64": "0.21.0"
},
"scripts": {
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",
@@ -83,4 +83,4 @@
"@types/parse-path": "7.0.3"
},
"packageManager": "bun@1.3.14"
}
}