diff --git a/bun.lock b/bun.lock index ac408885..cc8e96a7 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.25.1", + "version": "0.25.2", "bin": { "hapi": "bin/hapi.cjs", }, @@ -46,11 +46,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.25.1", - "@twsxtd/hapi-darwin-x64": "0.25.1", - "@twsxtd/hapi-linux-arm64": "0.25.1", - "@twsxtd/hapi-linux-x64": "0.25.1", - "@twsxtd/hapi-win32-x64": "0.25.1", + "@twsxtd/hapi-darwin-arm64": "0.25.2", + "@twsxtd/hapi-darwin-x64": "0.25.2", + "@twsxtd/hapi-linux-arm64": "0.25.2", + "@twsxtd/hapi-linux-x64": "0.25.2", + "@twsxtd/hapi-win32-x64": "0.25.2", }, }, "docs": { @@ -1074,15 +1074,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.25.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-u3vf8gvBhHj8p3OvqEp8Y7tQRFfX6xtuh26JJFwIBHLMllJeIjMKxfnnqZXApBv3OBQEVvb1Ua2RVqUmQqQfvQ=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.25.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-nR/GaqC8I/6yuNlZOgcO+qy+uUWHQwTn+x+nYJ8p1Z6UIa2sdqswzx5OFQvNDbc9GJaNfHIkAOjEUVbPh2EAbQ=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.25.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-BQCGKAWLqH2DSEk60JGiysKJD1nq7bkJ7MJzLhlRiamf5A3AO61kLy67zy0uBPDotVimkENY1DlKJSQRTOTs9Q=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.25.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-28HnqglTM2LISm9OhPd9ZP0n0c7B71OOqTsAbgJW8Gt1nUsRA60CN1QofBJeekBfo9QR6II6tI9adqJwBMNAkQ=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.25.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-wA+fISuEIjaShwDjaGYBk0k8qf6ByOZ90x7usM5kqmWLnDK37toRIcseaenw3yTNA7n0ZMLxFU+X5SmSsMXHGQ=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.25.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-M03lmITjaIPwa03DQtsxlg9M+LW8kckiOXh7I36J1S2OYJwM4BGDI9OpijKLoJffgfhUw0ho+5Y0Znun2BHySA=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.25.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-y6hGZCo2A7423oloBmDBmhb34G6696XXnqGY4h6NyZecsuY8sD9Dm07gJNpSjxdgkrhEVHt8VjJ5x/Xl7iadHQ=="], - - "@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.25.1", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-feas7tA//hX4T7/M+59fkikJvm3yUqyGcMU54Dg5IyMZryFB1izasVUm/h89iPylIpn97tX5T5iv3PGSYgHwMw=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.25.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-siuhzNoGhnyeX0JPDTRDxZR5X39QgBxYCyWMywIz4CSodojTHN+eSAFtUZxsf1VvDPMc2U0iLs3s21sq0wvwkw=="], "@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="], diff --git a/cli/package.json b/cli/package.json index c9d3a522..0020394f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.25.1", + "version": "0.25.2", "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.25.1", - "@twsxtd/hapi-darwin-x64": "0.25.1", - "@twsxtd/hapi-linux-arm64": "0.25.1", - "@twsxtd/hapi-linux-x64": "0.25.1", - "@twsxtd/hapi-win32-x64": "0.25.1" + "@twsxtd/hapi-darwin-arm64": "0.25.2", + "@twsxtd/hapi-darwin-x64": "0.25.2", + "@twsxtd/hapi-linux-arm64": "0.25.2", + "@twsxtd/hapi-linux-x64": "0.25.2", + "@twsxtd/hapi-win32-x64": "0.25.2" }, "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 7234ed56..34322855 100644 --- a/shared/src/buildInfo.ts +++ b/shared/src/buildInfo.ts @@ -1 +1 @@ -export const APP_VERSION = '0.25.1' +export const APP_VERSION = '0.25.2'