diff --git a/bun.lock b/bun.lock index 4d503da5..f31e9934 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.16.6", + "version": "0.16.7", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@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", + "@twsxtd/hapi-darwin-arm64": "0.16.7", + "@twsxtd/hapi-darwin-x64": "0.16.7", + "@twsxtd/hapi-linux-arm64": "0.16.7", + "@twsxtd/hapi-linux-x64": "0.16.7", + "@twsxtd/hapi-win32-x64": "0.16.7", }, }, "docs": { @@ -1054,15 +1054,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@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-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.7", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-n93V260aXfmXgWussWHnuN/3OUx6atrwA4D3zPbtF2Xrl+HmFdapQHw/x78iVx5fl+8brwj7w/p2a6chG3ILkQ=="], - "@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-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.7", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-gREDplg/yCr0ZqnfaMkChq3VXq5caIoTJJwhhCujzvSuw24hVxyNdD0OQK/9RDMPpYbnevUL/osumz0Kiqrw8g=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.6", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-o9Yj1ISYGqMZKjhFM1c2ooME8vaesZqQ2U1TQ8BgeuDNNBM60R2N8rMcg8tZr3ZLFastdziu5mn7UZG45e32Zg=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.7", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-TkQ8r72K/oce0P2DLYuIE7hoGL42h7JVO2v9SJDuv1uK47LBYWrIegNsBsmj+uHYVfH0xt08keFYsaf6lu+iaA=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.6", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-279bjz2Ifqlk/u83nGdEMkqbXNBmSes/0PMl7TMH6RLMP5Hwt3ibzupsRRooYUgrEPq+DkTLkiXsX8iWRlWVyw=="], - - "@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.16.6", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-tR6U1UODdn4GrD6pLO6mMUSau7B4m6zkaqDd+szVcNL0Tk0qJ+EzrltFWA+dpD6Q6GW3V6Isx8Jb+htJp0WaDw=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.7", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-JuqgwJev9bHg57EqS+pGWXJ5tBtV3Xm5MFmoMNWXLuRVegNrWTO5WJHRsPH5XIItXtam5/aThKy73WEaTde4IA=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index d27b528e..1a6d65cc 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.16.6", + "version": "0.16.7", "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.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" + "@twsxtd/hapi-darwin-arm64": "0.16.7", + "@twsxtd/hapi-darwin-x64": "0.16.7", + "@twsxtd/hapi-linux-arm64": "0.16.7", + "@twsxtd/hapi-linux-x64": "0.16.7", + "@twsxtd/hapi-win32-x64": "0.16.7" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",