From 1c834607a226ee3dd011ee8780229046456c7298 Mon Sep 17 00:00:00 2001 From: weishu Date: Mon, 13 Jul 2026 09:03:39 +0800 Subject: [PATCH] Release version 0.22.3 --- bun.lock | 20 ++++++++++---------- cli/package.json | 12 ++++++------ shared/src/buildInfo.ts | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/bun.lock b/bun.lock index cda410b4..c2f0d593 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.21.0", + "version": "0.22.3", "bin": { "hapi": "bin/hapi.cjs", }, @@ -46,11 +46,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.21.0", - "@twsxtd/hapi-darwin-x64": "0.21.0", - "@twsxtd/hapi-linux-arm64": "0.21.0", - "@twsxtd/hapi-linux-x64": "0.21.0", - "@twsxtd/hapi-win32-x64": "0.21.0", + "@twsxtd/hapi-darwin-arm64": "0.22.3", + "@twsxtd/hapi-darwin-x64": "0.22.3", + "@twsxtd/hapi-linux-arm64": "0.22.3", + "@twsxtd/hapi-linux-x64": "0.22.3", + "@twsxtd/hapi-win32-x64": "0.22.3", }, }, "docs": { @@ -1068,13 +1068,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.21.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-wlhiU1EpB8A333yQ2dp8uozcNKsZ6UvYG+TDgwglCvCQyyO2x8B68zVTA1TBzp8h4TiYJNqM/zJMKCbpkuIgow=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.22.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-iG+MG4Ai6MJNaOs2G3QI/HepHLFIH4+nr/HiH/zhe2GAkwjzpay45mZ9SfzKe8EMEGJ2Wjsr7DKTufRVDrembA=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.21.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-9kGe8hufOPaTOp7PX4uVdFtyly/lN5WZd19ouFoMjcJtmHTWR8tSisNuObC8fMi/z42g8PyMAOWJ5rsLs9RaJQ=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.22.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-J9a+/WjDZFEC35D7EvGfekP7EDI1lCcJk5Qidmoou5wRLy+W1nfVSWkCc45Dav/ub7ATsKB7c33eDecDaHeMFw=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.21.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-KCefkZQgjeAq43Nx/69G71p9ZoEkcfXiEh6L7DiUsBRTEIIeHtDb4xVAvID66qgfXJXbKIZRqDZxi6gJl3djXQ=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.22.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Jr4kujGmhdJTK/RzJmQmT18byrbp2NpcXCWS6KOBbOT6GLLvY4ezITacnQLOF83em4BW++/MGDCyTwzEzmffQg=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.21.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-NUACwvFDAadERrUwhHH91IQUPLCOMYbZyzfAsdxltgzz+2Zb8m8O3kRyHjsFHXIneIvyeMr08fFubczxL4zuTw=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.22.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-0Ye8J01M4zsp3H8qGJ9qfx+1cAyZF1BuuqADZJ3eSWmeDfvSZeYxwwSQhgt5R9cpZqWUYCYgHjROzpverOfBnw=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index e2767b2c..2785de94 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.21.0", + "version": "0.22.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.21.0", - "@twsxtd/hapi-darwin-x64": "0.21.0", - "@twsxtd/hapi-linux-arm64": "0.21.0", - "@twsxtd/hapi-linux-x64": "0.21.0", - "@twsxtd/hapi-win32-x64": "0.21.0" + "@twsxtd/hapi-darwin-arm64": "0.22.3", + "@twsxtd/hapi-darwin-x64": "0.22.3", + "@twsxtd/hapi-linux-arm64": "0.22.3", + "@twsxtd/hapi-linux-x64": "0.22.3", + "@twsxtd/hapi-win32-x64": "0.22.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 bd6ad5e5..a5cedeac 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.21.0' +export const APP_VERSION = '0.22.3'