Release version 0.2.1

fix: compile error for ink

see https://github.com/vadimdemedes/ink/issues/571
This commit is contained in:
weishu
2025-12-26 21:45:46 +08:00
parent f03c7f2cc8
commit 5342512ff1
3 changed files with 22 additions and 20 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.1.3",
"version": "0.2.1",
"description": "App for agentic coding - access coding agent anywhere",
"author": "Kirill Dubovitskiy & weishu",
"license": "MIT",
@@ -25,11 +25,11 @@
}
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.1.3",
"@twsxtd/hapi-darwin-x64": "0.1.3",
"@twsxtd/hapi-linux-arm64": "0.1.3",
"@twsxtd/hapi-linux-x64": "0.1.3",
"@twsxtd/hapi-win32-x64": "0.1.3"
"@twsxtd/hapi-darwin-arm64": "0.2.1",
"@twsxtd/hapi-darwin-x64": "0.2.1",
"@twsxtd/hapi-linux-arm64": "0.2.1",
"@twsxtd/hapi-linux-x64": "0.2.1",
"@twsxtd/hapi-win32-x64": "0.2.1"
},
"scripts": {
"typecheck": "tsc --noEmit",