diff --git a/bun.lock b/bun.lock index 27575dd4..899d5013 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.16.5", + "version": "0.16.6", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.16.5", - "@twsxtd/hapi-darwin-x64": "0.16.5", - "@twsxtd/hapi-linux-arm64": "0.16.5", - "@twsxtd/hapi-linux-x64": "0.16.5", - "@twsxtd/hapi-win32-x64": "0.16.5", + "@twsxtd/hapi-darwin-arm64": "0.16.6", + "@twsxtd/hapi-darwin-x64": "0.16.6", + "@twsxtd/hapi-linux-arm64": "0.16.6", + "@twsxtd/hapi-linux-x64": "0.16.6", + "@twsxtd/hapi-win32-x64": "0.16.6", }, }, "docs": { @@ -874,11 +874,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.5", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-lpDrEjuAoZ9pk/8Hg+ZR6jY5ZupDjKFOBBzesZqFtdy7W6I1KIhtyJls2qSp/xeRgspErEWnnjvpQC/n5oKM2g=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.6", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-5gsurdDBgTF7aHGSIUFhafPnSGSGmBIm4c/c2Iema7XdY4oIF5F/RrVCP4aDQ6QkThI1WS8TxohCK7rytIkO4g=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.5", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-B5kFrgD8VBr+Zejvup5VTvgJEpDW7PZblfmFy9dzJqdDdZgRuFMGzeEZ9SrKzA+Wbu63LBEXjL9JL5KS8se25w=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.6", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-ueNiesznjDazU2T/C3B0xa38VQY7PTYICntTeuOUFjVZMQ0JVJCKI//rUHj6DmeD1Zpdbh1ls7+fxMkXROS5SA=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.5", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-UlYpOd89C3ePAiy/6Zcz9NziN2vFIEMipBeS0mb6s4U7qP3Um6E4BwoKIUhIlriy8RxyZxRvXq1EtMxECh6M+g=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.6", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-o9Yj1ISYGqMZKjhFM1c2ooME8vaesZqQ2U1TQ8BgeuDNNBM60R2N8rMcg8tZr3ZLFastdziu5mn7UZG45e32Zg=="], + + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.6", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-279bjz2Ifqlk/u83nGdEMkqbXNBmSes/0PMl7TMH6RLMP5Hwt3ibzupsRRooYUgrEPq+DkTLkiXsX8iWRlWVyw=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index 42fe6dbd..d27b528e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.16.5", + "version": "0.16.6", "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.5", - "@twsxtd/hapi-darwin-x64": "0.16.5", - "@twsxtd/hapi-linux-arm64": "0.16.5", - "@twsxtd/hapi-linux-x64": "0.16.5", - "@twsxtd/hapi-win32-x64": "0.16.5" + "@twsxtd/hapi-darwin-arm64": "0.16.6", + "@twsxtd/hapi-darwin-x64": "0.16.6", + "@twsxtd/hapi-linux-arm64": "0.16.6", + "@twsxtd/hapi-linux-x64": "0.16.6", + "@twsxtd/hapi-win32-x64": "0.16.6" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",