From b4b73d44056378b0acabb296840cefc17d99e3b8 Mon Sep 17 00:00:00 2001 From: weishu Date: Sun, 8 Mar 2026 16:07:36 +0800 Subject: [PATCH] Release version 0.16.1 --- bun.lock | 20 ++++++++++---------- cli/package.json | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bun.lock b/bun.lock index d71c2dab..c8f2b6fe 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.16.0", + "version": "0.16.1", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.16.0", - "@twsxtd/hapi-darwin-x64": "0.16.0", - "@twsxtd/hapi-linux-arm64": "0.16.0", - "@twsxtd/hapi-linux-x64": "0.16.0", - "@twsxtd/hapi-win32-x64": "0.16.0", + "@twsxtd/hapi-darwin-arm64": "0.16.1", + "@twsxtd/hapi-darwin-x64": "0.16.1", + "@twsxtd/hapi-linux-arm64": "0.16.1", + "@twsxtd/hapi-linux-x64": "0.16.1", + "@twsxtd/hapi-win32-x64": "0.16.1", }, }, "docs": { @@ -874,13 +874,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-6BpfGEtx0xeAO0GqveuyQTPqRFtTMzo40PAA4v8C0ts/tBEKlfsIfjJJGrFr/WbE+140zNHH4/Qu6QvhdRbQEA=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ayCxWfwMhLKXgoRFz7y7Flls9gfQpprf5AFgz83Fvb6GumCBe5emSvb/Gk/woj7dlmfAaSYFNvJ1VVRel1Bh+Q=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-4uuskZJJ29OK3E1pA3OE4qn0I7uTZ4KmRQk95LHUFDoMpHkai/VdD8MD+Q3O7Hq8lpTYKj1N2QkiCQwcRX+gAQ=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-e2XMFhlx7P9c3dpnY+lCVunpXdRt3IE0lGrdB1kQaF3ThVpYyk8x1E6YKv55un01g/8Tz7fZPk5CKD5YNdXWzQ=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-UtgMmyx5AQxDw/RIMHNaoreBGZOAga9blMRKE5Z7DNA+Sro/2Io42HBV10c+rpTnlNvnjjIZPgAy/fKGZvx4sQ=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ElwnYQqVIw1/nkgE4gdPuaYbq+IeCmk5mJhB0EjdbFcsjZXXmOT0ifWWjpoT0emaC8LY7a5OmOH0v1DmWLsxEQ=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-RhqDWuLiMYwWmJUd4mj9JuvHHW+kChAwuFPGchTlF9aAHK3e1d9oS5Ka/v8jA1NfDE5Y4/Fhav9FiiTXSVmkUQ=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-0KNIsS4/g2XW59cOXpXG16Mmcc1gU4Z/VNgvQzJL0utfOxMUTrWzDVlrt7qN13yMocrqqgKCf0JTrEdgU1221w=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index 35b63368..3536194f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.16.0", + "version": "0.16.1", "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.16.0", - "@twsxtd/hapi-darwin-x64": "0.16.0", - "@twsxtd/hapi-linux-arm64": "0.16.0", - "@twsxtd/hapi-linux-x64": "0.16.0", - "@twsxtd/hapi-win32-x64": "0.16.0" + "@twsxtd/hapi-darwin-arm64": "0.16.1", + "@twsxtd/hapi-darwin-x64": "0.16.1", + "@twsxtd/hapi-linux-arm64": "0.16.1", + "@twsxtd/hapi-linux-x64": "0.16.1", + "@twsxtd/hapi-win32-x64": "0.16.1" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",