diff --git a/bun.lock b/bun.lock index e6f60e4c..9ddaf407 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.18.4", + "version": "0.19.0", "bin": { "hapi": "bin/hapi.cjs", }, @@ -45,11 +45,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.18.4", - "@twsxtd/hapi-darwin-x64": "0.18.4", - "@twsxtd/hapi-linux-arm64": "0.18.4", - "@twsxtd/hapi-linux-x64": "0.18.4", - "@twsxtd/hapi-win32-x64": "0.18.4", + "@twsxtd/hapi-darwin-arm64": "0.19.0", + "@twsxtd/hapi-darwin-x64": "0.19.0", + "@twsxtd/hapi-linux-arm64": "0.19.0", + "@twsxtd/hapi-linux-x64": "0.19.0", + "@twsxtd/hapi-win32-x64": "0.19.0", }, }, "docs": { @@ -1058,15 +1058,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.4", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-b7hnFckhVJM9BPuz99mcjkUfkeKB4MyykwL8EJojpR2TO8icVPBmBSPyu/XA8mtdpLgSSj355Ntykr6P6XiI/w=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.19.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-e/pu1JQuCgVyTlZfhlbyZYS7awl8vy3Ytbsihsy8bj/V0qWjEYECFmKaiNraT6m5I5DazFKbH8HduQeGgDJZVg=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.4", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-fEeUZt1Tz4fLk7NIw5jVj1zzZZDzDEwi+6WECveK4O9u4hwNxy9sCh4Vp9DteJpWXJAKFMIAp6qvbpIuHJYY1w=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.19.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-xaGViyeOndTfSIaBTfLuMl/rL2J3UWpUWzjshGyypkKSqhxHWY2xrXHxqR+hyvAxWiGkutSHw9m+ufcW8u2X/w=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.4", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-vyWMPb4Ee5VwJccv6oWHdg0n71JNxw5rGKKKHU1jaZiIYlhYBsNEyD724lyULQ6N7dq1pCbpQ2N275RPUN13Vw=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.19.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-OfDiplJyGD9Wm24sdLjbPUgep0fqqmCZyRUeU/gnRI802QCfr7Jw6MzIrZUheO9WgykIBJ5l0bt6OG+ulodnrA=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.4", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-VHdCKlJ3G1JOqVG7lDpeY7RJflfRp1qHb6WMuXf/a5g7g/UljPmLH8QfF/H/DbOXjuLVcBeqihEqBngYu+CIlw=="], - - "@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.18.4", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-MsIWaxFeRIbt4oqZnIMoJeLLCE4ZnU6qUin+RjrrmYKxW4p8ciaMrbUNXD5bGY/K50JlJwI6BZMX98UQOUr7uA=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.19.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-Xz2UD5fMZPSV0OPhzDo5FE7Tbs4wcHmjK3+NEu4kWTQkslMeQ+j96syR32MfbO1CzIz2kbDckVsnGj+ptfki9A=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index 53228c45..e56ce835 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.18.4", + "version": "0.19.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.18.4", - "@twsxtd/hapi-darwin-x64": "0.18.4", - "@twsxtd/hapi-linux-arm64": "0.18.4", - "@twsxtd/hapi-linux-x64": "0.18.4", - "@twsxtd/hapi-win32-x64": "0.18.4" + "@twsxtd/hapi-darwin-arm64": "0.19.0", + "@twsxtd/hapi-darwin-x64": "0.19.0", + "@twsxtd/hapi-linux-arm64": "0.19.0", + "@twsxtd/hapi-linux-x64": "0.19.0", + "@twsxtd/hapi-win32-x64": "0.19.0" }, "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 f7e2ec1a..c7a894b5 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.18.4' +export const APP_VERSION = '0.19.0'