diff --git a/bun.lock b/bun.lock index aa26da3b..57fc31e9 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.23.3", + "version": "0.23.4", "bin": { "hapi": "bin/hapi.cjs", }, @@ -46,11 +46,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.23.3", - "@twsxtd/hapi-darwin-x64": "0.23.3", - "@twsxtd/hapi-linux-arm64": "0.23.3", - "@twsxtd/hapi-linux-x64": "0.23.3", - "@twsxtd/hapi-win32-x64": "0.23.3", + "@twsxtd/hapi-darwin-arm64": "0.23.4", + "@twsxtd/hapi-darwin-x64": "0.23.4", + "@twsxtd/hapi-linux-arm64": "0.23.4", + "@twsxtd/hapi-linux-x64": "0.23.4", + "@twsxtd/hapi-win32-x64": "0.23.4", }, }, "docs": { @@ -1068,6 +1068,14 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.23.4", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-v9bfnO6Z/wa4EnQ/KJ9Dax6nq0x4/HLHU+gYUpvyrS5n9gLIy1Qk+Rft1DNJv9+2FPj4P6qb164U1o8Lbyc0WA=="], + + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.23.4", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-keYWeb5AOwwHO4ZJUvMPbo6wEKx3Rf/eu0MeE4CiFcv7nQtu9SMf2jRem12vB+cDGW7Sn0OVlumfvDRHuQYBNQ=="], + + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.23.4", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-WKsmaXoYez5TSTEsEQBK11oT6e4TFk3Z6v+oAamzRP4KeJ0NMPBM6A0hxWYa05sxRsE4pb2Heg3/Y3+PFSecBg=="], + + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.23.4", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-M+ziTkqBEeCjcP2x1L9/m0Qbx9WiuC/cn5cS+u+4QbfEmepGwTrw7LXtB6XTbcpEF7fJxqRoNAazMQFVQxzupA=="], + "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], "@types/babel__core": ["@types/babel__core@7.20.5", "", { "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" } }, "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA=="], diff --git a/cli/package.json b/cli/package.json index 92806f6e..1cddbc35 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.23.3", + "version": "0.23.4", "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.23.3", - "@twsxtd/hapi-darwin-x64": "0.23.3", - "@twsxtd/hapi-linux-arm64": "0.23.3", - "@twsxtd/hapi-linux-x64": "0.23.3", - "@twsxtd/hapi-win32-x64": "0.23.3" + "@twsxtd/hapi-darwin-arm64": "0.23.4", + "@twsxtd/hapi-darwin-x64": "0.23.4", + "@twsxtd/hapi-linux-arm64": "0.23.4", + "@twsxtd/hapi-linux-x64": "0.23.4", + "@twsxtd/hapi-win32-x64": "0.23.4" }, "scripts": { "postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"", diff --git a/shared/src/buildInfo.ts b/shared/src/buildInfo.ts index 39cde980..7d4ab4fc 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.23.3' +export const APP_VERSION = '0.23.4'