From 942f98f60a27cdda6d10a470b74288bc804c1274 Mon Sep 17 00:00:00 2001 From: weishu Date: Tue, 13 Jan 2026 12:31:38 +0800 Subject: [PATCH] Release version 0.7.3 --- bun.lock | 20 ++++++++++---------- cli/package.json | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bun.lock b/bun.lock index 4a867fc9..c29306ee 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.7.2", + "version": "0.7.3", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.7.2", - "@twsxtd/hapi-darwin-x64": "0.7.2", - "@twsxtd/hapi-linux-arm64": "0.7.2", - "@twsxtd/hapi-linux-x64": "0.7.2", - "@twsxtd/hapi-win32-x64": "0.7.2", + "@twsxtd/hapi-darwin-arm64": "0.7.3", + "@twsxtd/hapi-darwin-x64": "0.7.3", + "@twsxtd/hapi-linux-arm64": "0.7.3", + "@twsxtd/hapi-linux-x64": "0.7.3", + "@twsxtd/hapi-win32-x64": "0.7.3", }, }, "docs": { @@ -835,13 +835,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.7.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-+qSai5yzaNXX98G/lrEOSdglB5K0iPwQVcDqNDve7u9yJOv3XikAnFvZiy4Gu2bt2VhtLXELhq6o1J6uhVMZMA=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.7.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-6noKLf5octiVnKzpUn961didaKxVIP0aivqeJzgluk9rSQk442a7C7d1moSlOc+xicpGr6/To1S5snsx70JMtg=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.7.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-A6ViLLjI4dTHIIrvqcQ9hNpEqg0KuOyAnrDzL44ow0u2+TOqq43bMJyomcnoC1Ado1lsNPuKPqlu1upx/Zvplg=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.7.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-MHpioIQrg+z+c9Eg2ZeHikY1AORMf5+XgG4ytT8ahzdRQBciB+367LzfwfmteampqFWNF9i+A5WIWc/CZcLk9Q=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.7.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-HnHwHyP61p8OuBoOQ6W6wL8491dXnLDcr0kWzd4DrD0X96UGvEOmMYrMoR3DUWXMrNxTxg9VhRJpAvCzU9084A=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.7.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-YOdj1l+ySC6EOhmqgi62SKM7dO7n6mK4DVka/axPQax8VG3AmILXMYM3RecLOHR+6dbT7Kant8NsMnAMTl45fw=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.7.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-ULRrWmaKYgsteoyaJh/7vFvCYMqDib/lJoVqPvK1dBUHyafUM7D6E0jd90rrknukXShZ0CzF1B19ne148FlTUQ=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.7.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-xBlNhUQpBcPjdrGIDu9ELNoXnF3Vv0gECxDkVwhZ2m6xTsV8LtTSPE6tZH816erGlkWZHP8EYyo4ZCYU8RoFEQ=="], "@types/babel__core": ["@types/babel__core@7.20.5", "", { "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" } }, "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA=="], diff --git a/cli/package.json b/cli/package.json index 83d60051..764a17e9 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.7.2", + "version": "0.7.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.7.2", - "@twsxtd/hapi-darwin-x64": "0.7.2", - "@twsxtd/hapi-linux-arm64": "0.7.2", - "@twsxtd/hapi-linux-x64": "0.7.2", - "@twsxtd/hapi-win32-x64": "0.7.2" + "@twsxtd/hapi-darwin-arm64": "0.7.3", + "@twsxtd/hapi-darwin-x64": "0.7.3", + "@twsxtd/hapi-linux-arm64": "0.7.3", + "@twsxtd/hapi-linux-x64": "0.7.3", + "@twsxtd/hapi-win32-x64": "0.7.3" }, "scripts": { "typecheck": "tsc --noEmit",