From 47c408c84f01804812be5230bb27c070d6de15fc Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 6 May 2026 09:32:05 +0800 Subject: [PATCH] Release version 0.17.3 --- bun.lock | 20 ++++++++++---------- cli/package.json | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bun.lock b/bun.lock index 2c59deef..4a82a276 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.17.2", + "version": "0.17.3", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.17.2", - "@twsxtd/hapi-darwin-x64": "0.17.2", - "@twsxtd/hapi-linux-arm64": "0.17.2", - "@twsxtd/hapi-linux-x64": "0.17.2", - "@twsxtd/hapi-win32-x64": "0.17.2", + "@twsxtd/hapi-darwin-arm64": "0.17.3", + "@twsxtd/hapi-darwin-x64": "0.17.3", + "@twsxtd/hapi-linux-arm64": "0.17.3", + "@twsxtd/hapi-linux-x64": "0.17.3", + "@twsxtd/hapi-win32-x64": "0.17.3", }, }, "docs": { @@ -1055,13 +1055,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.17.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-2eioeHpJESSDr8oeqOAV27wWGng272/X9huxaP/5zrFltL74002QYENiYd49DTXE6Iwlj0JDA57eqONQi3RO5g=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.17.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-6Vm9gPTJxkDP5M5infiRKHuf0N+IfgjCY5qTw3hxNhIKTJ7UUGuwQe0C0XbSCEphIjlLx4ccmNGso/mYCgfRcA=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.17.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-gVjN+PxbYQzZw7UvI35FyQ75pliJ9uGaW2xaeCOSjgZuHoLVfeHcXiTeYQFUoq8X5riOVC21qqw2g+hlbn93tA=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.17.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-1QL9k40XbP/CiZR6VV2b7tPfUt5uUodURqCV7XpYegfIN6BJR5wQQkb5aV2rHo6tXd/jUrusJZF8ofadzrHx6g=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.17.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ZT/BDL/HVHggTOSypLgbgvk33ZJ/LNZym+/fGaDUFUnFiI2a1b1fz3jUpi+c/MJSHcrA36ikU097QEu/GGswHQ=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.17.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-p6pn7EX2KwaQY/YvC3TTXc9Awhi2JFnCMzRIkjChlcGWf7V3T1p3TeGP6E5R5a1ipV745whaRwul5uRbwyDfHw=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.17.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-+cgTpsS5YLgI1Onkw4cApt43l/r/AlrQ9FEU5/I/zyRfdpOhZ4PYN/8mNAh6dp0Z2s3Rk86ARmZ5nqzsjrtnYA=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.17.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-VhFrUOuY5hGJlqCyHS0QTkcur7BTCWmoqfPl2G8i/dfIruJ/gHz1V0xFIDEkMkQ0UuYNctgDe0c+06B4enWyKQ=="], "@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.17.2", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-vFCWnudJa9oDtcTa7OdkEmBvZy6VHUwU+aT0ZnBAA1jRZNPGaw+9FhmGSqVYQL+Zq4EwPak/BABP/JKbM1f3+Q=="], diff --git a/cli/package.json b/cli/package.json index ee360e70..77625925 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.17.2", + "version": "0.17.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.17.2", - "@twsxtd/hapi-darwin-x64": "0.17.2", - "@twsxtd/hapi-linux-arm64": "0.17.2", - "@twsxtd/hapi-linux-x64": "0.17.2", - "@twsxtd/hapi-win32-x64": "0.17.2" + "@twsxtd/hapi-darwin-arm64": "0.17.3", + "@twsxtd/hapi-darwin-x64": "0.17.3", + "@twsxtd/hapi-linux-arm64": "0.17.3", + "@twsxtd/hapi-linux-x64": "0.17.3", + "@twsxtd/hapi-win32-x64": "0.17.3" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",