diff --git a/bun.lock b/bun.lock index 3cb0e58d..4a867fc9 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.7.1", + "version": "0.7.2", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.7.1", - "@twsxtd/hapi-darwin-x64": "0.7.1", - "@twsxtd/hapi-linux-arm64": "0.7.1", - "@twsxtd/hapi-linux-x64": "0.7.1", - "@twsxtd/hapi-win32-x64": "0.7.1", + "@twsxtd/hapi-darwin-arm64": "0.7.2", + "@twsxtd/hapi-darwin-x64": "0.7.2", + "@twsxtd/hapi-linux-arm64": "0.7.2", + "@twsxtd/hapi-linux-x64": "0.7.2", + "@twsxtd/hapi-win32-x64": "0.7.2", }, }, "docs": { @@ -835,13 +835,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.7.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-nWNszsLZcEHXv0CI/hm2qFBELKGNhhqmIGszjoY3DiEZnqSu1UlJiDmpZE8shpsfDhD1c5Y/yFqf2AECxA7LgQ=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.7.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-+qSai5yzaNXX98G/lrEOSdglB5K0iPwQVcDqNDve7u9yJOv3XikAnFvZiy4Gu2bt2VhtLXELhq6o1J6uhVMZMA=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.7.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-a+UQxVdRIyFaFg4fNKzc8a+B4yhWp0AYraYyFBKPb3ja9tyiQ9tWV0BbzgkQnx6nVb6ejQnH7YdoelNzSXBcEg=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.7.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-A6ViLLjI4dTHIIrvqcQ9hNpEqg0KuOyAnrDzL44ow0u2+TOqq43bMJyomcnoC1Ado1lsNPuKPqlu1upx/Zvplg=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.7.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-f+KLtuR97iEmC/FeyQuSaMQglFn9YWmZwUAMsyaYyM6tUE+xy4BO1At7hc9UugH8RBtqZCvzrdH1WOjv2wcy7g=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.7.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-HnHwHyP61p8OuBoOQ6W6wL8491dXnLDcr0kWzd4DrD0X96UGvEOmMYrMoR3DUWXMrNxTxg9VhRJpAvCzU9084A=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.7.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-FPv6J0H6Nu/3Y1S4Ufj4yg56tMSjyVQaLy5bqxqLs1DGIRB23+qvMgusBPjy0jD435leQC0dtr/X2PL3D4pvXg=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.7.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-ULRrWmaKYgsteoyaJh/7vFvCYMqDib/lJoVqPvK1dBUHyafUM7D6E0jd90rrknukXShZ0CzF1B19ne148FlTUQ=="], "@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 f7faf83d..83d60051 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.7.1", + "version": "0.7.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.7.1", - "@twsxtd/hapi-darwin-x64": "0.7.1", - "@twsxtd/hapi-linux-arm64": "0.7.1", - "@twsxtd/hapi-linux-x64": "0.7.1", - "@twsxtd/hapi-win32-x64": "0.7.1" + "@twsxtd/hapi-darwin-arm64": "0.7.2", + "@twsxtd/hapi-darwin-x64": "0.7.2", + "@twsxtd/hapi-linux-arm64": "0.7.2", + "@twsxtd/hapi-linux-x64": "0.7.2", + "@twsxtd/hapi-win32-x64": "0.7.2" }, "scripts": { "typecheck": "tsc --noEmit",