From 9dd83f430028e679ad67229e0d6ebe968dda80f5 Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 7 Jan 2026 19:01:01 +0800 Subject: [PATCH] Release version 0.7.0 --- bun.lock | 20 ++++++++++---------- cli/package.json | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bun.lock b/bun.lock index f330959b..ba254b83 100644 --- a/bun.lock +++ b/bun.lock @@ -12,7 +12,7 @@ }, "cli": { "name": "@twsxtd/hapi", - "version": "0.6.0", + "version": "0.7.0", "bin": { "hapi": "bin/hapi.cjs", }, @@ -43,11 +43,11 @@ "vitest": "^4.0.16", }, "optionalDependencies": { - "@twsxtd/hapi-darwin-arm64": "0.6.0", - "@twsxtd/hapi-darwin-x64": "0.6.0", - "@twsxtd/hapi-linux-arm64": "0.6.0", - "@twsxtd/hapi-linux-x64": "0.6.0", - "@twsxtd/hapi-win32-x64": "0.6.0", + "@twsxtd/hapi-darwin-arm64": "0.7.0", + "@twsxtd/hapi-darwin-x64": "0.7.0", + "@twsxtd/hapi-linux-arm64": "0.7.0", + "@twsxtd/hapi-linux-x64": "0.7.0", + "@twsxtd/hapi-win32-x64": "0.7.0", }, }, "docs": { @@ -834,13 +834,13 @@ "@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"], - "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.6.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-g2RNCXsMCSq6EF99uVbbAKwazG0CDahFGW07+PSo1wM8BIHfg8VOsdkQZLZrRpyd9hf7aKxY0/2a04wS9qESrA=="], + "@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.7.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-oxqOUbcoFLmidq0oFS5v9cPayLkv9Sa97+IwqalgB20Po5nJ45bG4KG1r6WBQTVg/vLqOv3OSMExhTVRTLBH/g=="], - "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.6.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-GWgDDrgxwZXJ6ys86VNiL+HlErtdaRhepmHSQF34P1Wn3XxzG5btroaPKGOE8a763tjvaHWxz7PF/2YLIJsrnQ=="], + "@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.7.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-QogdSc6zkGYTybtOtbNKJd4RBb9HohbsQQ4FmP0vEnrpsNi95HCnhLHyLuHNMW2/F7SSlU2Gz08pySN6gSdBaw=="], - "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.6.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-nKN3Cxiu1VPAb+6VUegcV0stSRx3B8Inzh4ylj9Pg6C0uPZX8ldwka441tu8JhUlOdI7NGnOghv+Hl4hVasq0w=="], + "@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.7.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Uq8FbQtRlG+R5IreL6F6BEmFKAqI8w/BaiDD9varAXWf5C1cXCgcYqDtBuQTRQhE5b6fvvCmcpZ5AjVjACsqvw=="], - "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.6.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-w6CqaXWdD4gyxfgYycX9I6/GcruU841qxB8jG4Zw2ENUzN5oojoxs218sEKMac74NAh6ZwdqTE7/W78FeemWnw=="], + "@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.7.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-Z9JAXyLZnCgiETJvYreN8mEP3GYwY9QVJcckH0t4asB+A/KnqAuzwLBoJ1wVfDWa1ti43ATyL230m52xjZbRDw=="], "@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 b26a01a6..60a9feb5 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@twsxtd/hapi", - "version": "0.6.0", + "version": "0.7.0", "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.6.0", - "@twsxtd/hapi-darwin-x64": "0.6.0", - "@twsxtd/hapi-linux-arm64": "0.6.0", - "@twsxtd/hapi-linux-x64": "0.6.0", - "@twsxtd/hapi-win32-x64": "0.6.0" + "@twsxtd/hapi-darwin-arm64": "0.7.0", + "@twsxtd/hapi-darwin-x64": "0.7.0", + "@twsxtd/hapi-linux-arm64": "0.7.0", + "@twsxtd/hapi-linux-x64": "0.7.0", + "@twsxtd/hapi-win32-x64": "0.7.0" }, "scripts": { "typecheck": "tsc --noEmit",