Release version 0.25.3

This commit is contained in:
weishu
2026-08-02 11:04:12 +08:00
parent 1ca7af44d2
commit e425761c41
3 changed files with 17 additions and 19 deletions
+10 -12
View File
@@ -14,7 +14,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.25.2",
"version": "0.25.3",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -46,11 +46,11 @@
"vitest": "^4.0.16",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.25.2",
"@twsxtd/hapi-darwin-x64": "0.25.2",
"@twsxtd/hapi-linux-arm64": "0.25.2",
"@twsxtd/hapi-linux-x64": "0.25.2",
"@twsxtd/hapi-win32-x64": "0.25.2",
"@twsxtd/hapi-darwin-arm64": "0.25.3",
"@twsxtd/hapi-darwin-x64": "0.25.3",
"@twsxtd/hapi-linux-arm64": "0.25.3",
"@twsxtd/hapi-linux-x64": "0.25.3",
"@twsxtd/hapi-win32-x64": "0.25.3",
},
},
"docs": {
@@ -1087,15 +1087,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.25.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-nR/GaqC8I/6yuNlZOgcO+qy+uUWHQwTn+x+nYJ8p1Z6UIa2sdqswzx5OFQvNDbc9GJaNfHIkAOjEUVbPh2EAbQ=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.25.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-2PMPv41TCX+ovHI3p+gjgNGvzDkskzHxr4xzdSanVuxDbFbfSKRQ9iOFrt5SBZK2rvSufGJx3sCPBM4kGvAWqA=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.25.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-28HnqglTM2LISm9OhPd9ZP0n0c7B71OOqTsAbgJW8Gt1nUsRA60CN1QofBJeekBfo9QR6II6tI9adqJwBMNAkQ=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.25.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-sMo8soUEG1+CZT0tT41PMoYzVMQTWQ1/NvI9DrH2AfQ+olDFV07VMUObTLOWlObjeeexu/oJOAd6QxiF+q4XQw=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.25.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-M03lmITjaIPwa03DQtsxlg9M+LW8kckiOXh7I36J1S2OYJwM4BGDI9OpijKLoJffgfhUw0ho+5Y0Znun2BHySA=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.25.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-IJW97vpXIIkAiHCYzBemQ/r9GlpWRVPPCy7QO3PA+neRQ8IzqOJFDx4+FL+ScIga4g0wA2ho2rtER9FMA3y25A=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.25.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-siuhzNoGhnyeX0JPDTRDxZR5X39QgBxYCyWMywIz4CSodojTHN+eSAFtUZxsf1VvDPMc2U0iLs3s21sq0wvwkw=="],
"@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.25.2", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-uIU3iu56aXBqa1Y+a9dNV3LAiyQyAxIFqJgO8w+LMg9ntL2RVwXylPZb9bIoGguGLV5s4XNGrI99F4REOBe8xA=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.25.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-mLe7mJKctdEIeMmf19u0wWcpf4Lj7sA/SJT65cd+4G5wWRy632SAPcJ7pl+KSdsbEu9TMTyrXm1L4usB0xc4Gg=="],
"@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.25.2",
"version": "0.25.3",
"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.25.2",
"@twsxtd/hapi-darwin-x64": "0.25.2",
"@twsxtd/hapi-linux-arm64": "0.25.2",
"@twsxtd/hapi-linux-x64": "0.25.2",
"@twsxtd/hapi-win32-x64": "0.25.2"
"@twsxtd/hapi-darwin-arm64": "0.25.3",
"@twsxtd/hapi-darwin-x64": "0.25.3",
"@twsxtd/hapi-linux-arm64": "0.25.3",
"@twsxtd/hapi-linux-x64": "0.25.3",
"@twsxtd/hapi-win32-x64": "0.25.3"
},
"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.25.2'
export const APP_VERSION = '0.25.3'