diff --git a/bun.lock b/bun.lock index dcf6441a..169ad5a3 100644 --- a/bun.lock +++ b/bun.lock @@ -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=="], diff --git a/cli/package.json b/cli/package.json index 0020394f..1713cc23 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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){}\"", diff --git a/shared/src/buildInfo.ts b/shared/src/buildInfo.ts index 34322855..4744c051 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.25.2' +export const APP_VERSION = '0.25.3'