diff --git a/bun.lock b/bun.lock index 1261eb39..248e45f5 100644 --- a/bun.lock +++ b/bun.lock @@ -13,7 +13,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.17.4", + "version": "0.18.0", "bin": { "hapi": "bin/hapi.cjs", }, @@ -44,11 +44,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.17.4", - "@twsxtd/hapi-darwin-x64": "0.17.4", - "@twsxtd/hapi-linux-arm64": "0.17.4", - "@twsxtd/hapi-linux-x64": "0.17.4", - "@twsxtd/hapi-win32-x64": "0.17.4", + "@twsxtd/hapi-darwin-arm64": "0.18.0", + "@twsxtd/hapi-darwin-x64": "0.18.0", + "@twsxtd/hapi-linux-arm64": "0.18.0", + "@twsxtd/hapi-linux-x64": "0.18.0", + "@twsxtd/hapi-win32-x64": "0.18.0", }, }, "docs": { @@ -1056,15 +1056,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.17.4", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-k7T4LCCk8I9cRwFBvnyeYgmJnjozOtcLAUyv6jDOMUSJGvH1EKRm801d7+x6/lh2U0AU2X0rNHOCLhmBRcRWHw=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Oub65FVbp6SXG7ZC5rj0cj9FBqa+M2iPKAKEdt11oikNlVplQZ6FioyaC/g71P5XBWf31EHBic0Gu4htI9S+sw=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.17.4", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-SUFJXsVVii0q34qXWI4uXF0ynmjY+355lWBtO4np+JbREXkhMTWwHjCdbweXJR1o5XP0yqgEsj96vefQO7l3Ug=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-pWlHthXx9Ock+5TqO/Dz3PJKyHh7mnpq/ISpfDNoq7VsOGDGThz10MGL8MJUrTIqMfMXCzowZrO7RjQ0UcriDg=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.17.4", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-MukU1ulBIVmKU8ab6NrzbNKWQG3xGPu2e3vq5z9VT61PC78uciDqmXPSOtFxeXmpRt0qA6yOsjvqtdki3GBSKQ=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-x+etk4mmXM0RsFmLNvMEW3v1e1zNKL+z51iv8fcMlrmEmnBoFn4PiWIQAdFSFDMM0+9zoYfik7eSA/fuT1sUIg=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.17.4", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-+oJ/f6i6rq5S/3Vn4R25WqGpTN0RAjLSL8ALu0Egv1E88AlIuw42AQfx4Ggh37X3ICPmIq1ZyoMzPPvRLTDICQ=="], - - "@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.17.4", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-bOttRU1UMKYkCo18ENHAM2Q1Cb8Lr1tU25KxNQDOhvJwW2LQQfZZ/ZMakebDFH28JH23ohZhZpcjlN1Cq8rwdg=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-XeAD+NAxm4jI7WIqsICiCLwHm4jZ4U/mIjAB1u88/B1i3EHwQtLxBWTk84Hs+SRiVtDfXxS+3Bse9z7oLpvH6g=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index 2677be9d..2f63cd49 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.17.4", + "version": "0.18.0", "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.4", - "@twsxtd/hapi-darwin-x64": "0.17.4", - "@twsxtd/hapi-linux-arm64": "0.17.4", - "@twsxtd/hapi-linux-x64": "0.17.4", - "@twsxtd/hapi-win32-x64": "0.17.4" + "@twsxtd/hapi-darwin-arm64": "0.18.0", + "@twsxtd/hapi-darwin-x64": "0.18.0", + "@twsxtd/hapi-linux-arm64": "0.18.0", + "@twsxtd/hapi-linux-x64": "0.18.0", + "@twsxtd/hapi-win32-x64": "0.18.0" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",