diff --git a/bun.lock b/bun.lock index 5ba8cae6..aa26da3b 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.23.2", + "version": "0.23.3", "bin": { "hapi": "bin/hapi.cjs", }, @@ -46,11 +46,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.23.2", - "@twsxtd/hapi-darwin-x64": "0.23.2", - "@twsxtd/hapi-linux-arm64": "0.23.2", - "@twsxtd/hapi-linux-x64": "0.23.2", - "@twsxtd/hapi-win32-x64": "0.23.2", + "@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", }, }, "docs": { @@ -1068,14 +1068,6 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.23.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-tTb9ae9YQJOcklEGk9xc2bQZrlN42+iVL4rG4QKuisYscsDUZdfpap411nqB4KK3T5WGxVuqLPJGl8YPM4xdyg=="], - - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.23.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-dregezjQM1+cgbHtJ4Ek+I8lDqJJ69XLyDdBN9vVdDe26W89I6fxT+lNUT64CJmeVc9bgDCtSG846Lt1taz/XQ=="], - - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.23.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-abnHQgOvJp+JBrGgfRtIW60wRqyB9IP1yvHxDXqxdBhFdzyZLIDs7XNxV+E1hYBT44P6VGRkcHvmA5f1Tv2gbQ=="], - - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.23.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-mWZEGPuPOe3Ki6CVnu+DXMyM/FzYST+y2P5mSjCZIcageUhTFoYKQZRVP+OCjCm//1aDDk0RdZxC2VCFS8JhZA=="], - "@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 61935a96..92806f6e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.23.2", + "version": "0.23.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.23.2", - "@twsxtd/hapi-darwin-x64": "0.23.2", - "@twsxtd/hapi-linux-arm64": "0.23.2", - "@twsxtd/hapi-linux-x64": "0.23.2", - "@twsxtd/hapi-win32-x64": "0.23.2" + "@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" }, "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 295295e0..39cde980 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.23.2' +export const APP_VERSION = '0.23.3'