From 19549207532e3d1b8789515cbf157c2728845e87 Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 20 May 2026 20:06:33 +0800 Subject: [PATCH] Release version 0.18.2 --- bun.lock | 22 ++++++++++------------ cli/package.json | 12 ++++++------ shared/src/buildInfo.ts | 2 +- 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/bun.lock b/bun.lock index fe53220d..76cb5525 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.18.1", + "version": "0.18.2", "bin": { "hapi": "bin/hapi.cjs", }, @@ -45,11 +45,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.18.1", - "@twsxtd/hapi-darwin-x64": "0.18.1", - "@twsxtd/hapi-linux-arm64": "0.18.1", - "@twsxtd/hapi-linux-x64": "0.18.1", - "@twsxtd/hapi-win32-x64": "0.18.1", + "@twsxtd/hapi-darwin-arm64": "0.18.2", + "@twsxtd/hapi-darwin-x64": "0.18.2", + "@twsxtd/hapi-linux-arm64": "0.18.2", + "@twsxtd/hapi-linux-x64": "0.18.2", + "@twsxtd/hapi-win32-x64": "0.18.2", }, }, "docs": { @@ -1057,15 +1057,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-YK172OQKbYuUWXEVj3OvfV1v+YH0oVU3Vw38N4OWuCY8B6PAFBs0RffaR82SRcj0euHwlqNLbll+RV3AW51P/A=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ptjMs0Yl4eD+secSM0SWwqQ+Da5/AOHbET3iCD6CmVTawrJ7TsVRk1Euwso4Yj+pqxpbLiLL015jfXaE3rWfxQ=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-QbQxDM3cScjKU6U/R0cNyYWV6fM403LxcElEKsqbgq2gRvzZc0vAg1kWTXUnbyvF8/ueKaDi/PTzKf80oD8j7w=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-xesX9Fo7gi0TrZJ7XFAJt3LNVox0kCwd7PjYEDkWDY5WCouqGVYg9Mtt34mAUXr6i0Ri8EdIv9j8j463rYpgYg=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-rYB1oCKaZUrCpJgWCch33Vjb4TRybys4PnHL3hYTvSwa8wMNef2YUaPZ9qj+rJSVBOW/OhfTiBTVz9eWYnfIBw=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-QYoGD23q3Vt9pXTIM/uHCDAFBBkJYs6kGglreeJlcB8N8W4Yt55iVU1uXOyejA0c7n81zfB1/3aEHhGfjfdpJw=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-y8hzgUN/f+4ibvnfGEfAm+Ck2UzR2ejW6r/9gJShKRAR/yf7TVsa0rXtLjvfET2qOUgQQRvT1QohFTdbNVQg5g=="], - - "@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.18.1", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-PqFUcolcJwdSQJp3jqMv82SQ5VKfKSdZr3GjFzy7C9qZnbzycXKmQttXAaLyD98PGSNsV3rj84VB5uN9KHa09w=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-c+5vWfM8brYX0pYKrK1v5KS7MTDJZtG7zjOav689bid+NoUNv6yOwTU2MXnGNg/H9unEsQI5KtRyBnn/TDmmQw=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index c1bddde1..e312e980 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.18.1", + "version": "0.18.2", "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.1", - "@twsxtd/hapi-darwin-x64": "0.18.1", - "@twsxtd/hapi-linux-arm64": "0.18.1", - "@twsxtd/hapi-linux-x64": "0.18.1", - "@twsxtd/hapi-win32-x64": "0.18.1" + "@twsxtd/hapi-darwin-arm64": "0.18.2", + "@twsxtd/hapi-darwin-x64": "0.18.2", + "@twsxtd/hapi-linux-arm64": "0.18.2", + "@twsxtd/hapi-linux-x64": "0.18.2", + "@twsxtd/hapi-win32-x64": "0.18.2" }, "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 77310a3c..93e7ca13 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.18.1' +export const APP_VERSION = '0.18.2'