From 2bdae8fe2d63f3f209fa9a7e6aa0d45840931c23 Mon Sep 17 00:00:00 2001 From: weishu Date: Sun, 1 Mar 2026 11:05:36 +0800 Subject: [PATCH] Release version 0.15.4 --- bun.lock | 20 ++++++++++---------- cli/package.json | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bun.lock b/bun.lock index b03d6888..f26d6381 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.15.3", + "version": "0.15.4", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.15.3", - "@twsxtd/hapi-darwin-x64": "0.15.3", - "@twsxtd/hapi-linux-arm64": "0.15.3", - "@twsxtd/hapi-linux-x64": "0.15.3", - "@twsxtd/hapi-win32-x64": "0.15.3", + "@twsxtd/hapi-darwin-arm64": "0.15.4", + "@twsxtd/hapi-darwin-x64": "0.15.4", + "@twsxtd/hapi-linux-arm64": "0.15.4", + "@twsxtd/hapi-linux-x64": "0.15.4", + "@twsxtd/hapi-win32-x64": "0.15.4", }, }, "docs": { @@ -874,13 +874,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.15.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-4gMc5cOGXEgzDTGYKQdOSCcsd+U1x6OyW2hURVdnnZ8gByi8dzzCr0x4X4SJFA7RzNejZfvWWt83VUGZcPnWEQ=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.15.4", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-P6Z2SIScW2vN2VodBAau/NT/oB4Ut/qTM8wQjPS48B90EoPZ3gxYCeMOlsdLJTFZKFIslZIBOLG/vXfirtpatg=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.15.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-LQiA3bH0TkdCdihXTXohWNhq9T5hpMGu2sUl3qsZOrKMLFdl5D2PYqXAwxxCPn+y94/1nAh/9eqPq3BLWYYHjg=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.15.4", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-nZ6biMNlXurOrAu52R4IgxTKBn1d00DyHt2nOpipJ9T1UX531Bn5mV2hQbQ2SfxZmu5xJf7g+wS2oCNhwbW8xA=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.15.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-dKkiM8v+TI4e+ikUx2qlQQcSArP/m9f5+vgRHgg0hPODtRupLxdarLO6pv90X9Mu884UnfN+EbSN1rSxdTjq9g=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.15.4", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-wfwusyXa8/u70/eMLOVrMw0fZlZvEB4CMJ+q6974XIlMnd1Wlz0s67tmmetH5Al4rRPFXEyjwxkRQjoSzXtoZQ=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.15.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-jGRTCnFN07MNqN28n6CfKvaaOzd2rgczIC7alZwqZ5IpJubwP+/+LHKu60bYBbwiO3UVDCBfAxLq+cQhWemcsQ=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.15.4", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-ynalKhuZ9TTGYlcPBeTop4gA0cw6JRYMVsj7XUJyr30yw+/CMmR8LB+0MEykH4r63aZjbJlVXi4VqHfO2h17qQ=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index 7716ee0f..7f2abd79 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.15.3", + "version": "0.15.4", "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.15.3", - "@twsxtd/hapi-darwin-x64": "0.15.3", - "@twsxtd/hapi-linux-arm64": "0.15.3", - "@twsxtd/hapi-linux-x64": "0.15.3", - "@twsxtd/hapi-win32-x64": "0.15.3" + "@twsxtd/hapi-darwin-arm64": "0.15.4", + "@twsxtd/hapi-darwin-x64": "0.15.4", + "@twsxtd/hapi-linux-arm64": "0.15.4", + "@twsxtd/hapi-linux-x64": "0.15.4", + "@twsxtd/hapi-win32-x64": "0.15.4" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",