Release version 0.23.0

This commit is contained in:
weishu
2026-07-18 12:29:28 +08:00
parent e737d67aaa
commit 2211888f04
3 changed files with 17 additions and 17 deletions
+10 -10
View File
@@ -14,7 +14,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.22.3",
"version": "0.23.0",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -46,11 +46,11 @@
"vitest": "^4.0.16",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.22.3",
"@twsxtd/hapi-darwin-x64": "0.22.3",
"@twsxtd/hapi-linux-arm64": "0.22.3",
"@twsxtd/hapi-linux-x64": "0.22.3",
"@twsxtd/hapi-win32-x64": "0.22.3",
"@twsxtd/hapi-darwin-arm64": "0.23.0",
"@twsxtd/hapi-darwin-x64": "0.23.0",
"@twsxtd/hapi-linux-arm64": "0.23.0",
"@twsxtd/hapi-linux-x64": "0.23.0",
"@twsxtd/hapi-win32-x64": "0.23.0",
},
},
"docs": {
@@ -1068,13 +1068,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.22.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-iG+MG4Ai6MJNaOs2G3QI/HepHLFIH4+nr/HiH/zhe2GAkwjzpay45mZ9SfzKe8EMEGJ2Wjsr7DKTufRVDrembA=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.23.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Aik+Kq205Jzk6kD4frs1cx5sQzo+qeR1LlBwC6Eg1rZQZ4+6ddjPkwImq1q/+EFO59x25wS6PrXyvoOuPMINiw=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.22.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-J9a+/WjDZFEC35D7EvGfekP7EDI1lCcJk5Qidmoou5wRLy+W1nfVSWkCc45Dav/ub7ATsKB7c33eDecDaHeMFw=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.23.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-HIAW6K3eX10km2WwwEvovMS/MhpWDRFdxN5HBgkce23LmMXdD8NEL8FD+8dQ1u/2uHXhKhF0PY3sQwz5aGorJQ=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.22.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Jr4kujGmhdJTK/RzJmQmT18byrbp2NpcXCWS6KOBbOT6GLLvY4ezITacnQLOF83em4BW++/MGDCyTwzEzmffQg=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.23.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-JZI7YDW4itFroMZzRJkKvFadRvT0+CWZWkywtClq26yazNcz4UYN1o6XP0A+YDQUA7bFdgqdYBgyWFytnNJ9xA=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.22.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-0Ye8J01M4zsp3H8qGJ9qfx+1cAyZF1BuuqADZJ3eSWmeDfvSZeYxwwSQhgt5R9cpZqWUYCYgHjROzpverOfBnw=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.23.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-Yyv8qF44nnyASzwOiy23g721NMsoTWezjvj3e4NH3aly7Aid2lN3mpgJmoHBGZdTj2eWD/x0xTA7sVNc4F4p5g=="],
"@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="],
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.22.3",
"version": "0.23.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.22.3",
"@twsxtd/hapi-darwin-x64": "0.22.3",
"@twsxtd/hapi-linux-arm64": "0.22.3",
"@twsxtd/hapi-linux-x64": "0.22.3",
"@twsxtd/hapi-win32-x64": "0.22.3"
"@twsxtd/hapi-darwin-arm64": "0.23.0",
"@twsxtd/hapi-darwin-x64": "0.23.0",
"@twsxtd/hapi-linux-arm64": "0.23.0",
"@twsxtd/hapi-linux-x64": "0.23.0",
"@twsxtd/hapi-win32-x64": "0.23.0"
},
"scripts": {
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",
+1 -1
View File
@@ -1 +1 @@
export const APP_VERSION = '0.22.3'
export const APP_VERSION = '0.23.0'