Release version 0.8.0

This commit is contained in:
weishu
2026-01-14 10:53:58 +08:00
parent ce88171d8e
commit f138bbf469
2 changed files with 16 additions and 16 deletions
+10 -10
View File
@@ -12,7 +12,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.7.3",
"version": "0.8.0",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -43,11 +43,11 @@
"vitest": "^4.0.16",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.7.3",
"@twsxtd/hapi-darwin-x64": "0.7.3",
"@twsxtd/hapi-linux-arm64": "0.7.3",
"@twsxtd/hapi-linux-x64": "0.7.3",
"@twsxtd/hapi-win32-x64": "0.7.3",
"@twsxtd/hapi-darwin-arm64": "0.8.0",
"@twsxtd/hapi-darwin-x64": "0.8.0",
"@twsxtd/hapi-linux-arm64": "0.8.0",
"@twsxtd/hapi-linux-x64": "0.8.0",
"@twsxtd/hapi-win32-x64": "0.8.0",
},
},
"docs": {
@@ -837,13 +837,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.7.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-6noKLf5octiVnKzpUn961didaKxVIP0aivqeJzgluk9rSQk442a7C7d1moSlOc+xicpGr6/To1S5snsx70JMtg=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.8.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-FkzqQEwAD7GWq4UgoLorxYDgaKRX1KW62r0lkZIMgv5hmCorQOC1bWxeLxmkhsSUGiCGTM1SEskCfF7vTFE65g=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.7.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-MHpioIQrg+z+c9Eg2ZeHikY1AORMf5+XgG4ytT8ahzdRQBciB+367LzfwfmteampqFWNF9i+A5WIWc/CZcLk9Q=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.8.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-XnOGpUX+9k6KjU+ILqmbETjBlW05vXIhd5Zo2glDf8v7dxf1Fl98JVW+oAR88zZUtblN4DCGMCogEnPUVb7AHg=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.7.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-YOdj1l+ySC6EOhmqgi62SKM7dO7n6mK4DVka/axPQax8VG3AmILXMYM3RecLOHR+6dbT7Kant8NsMnAMTl45fw=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.8.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-0YzFv66fzcu45ZzMsHZpPY4aDZ4xBGzN58D1JEi/UQ/Bvy2/VW40MdSac+gC6TmhbNCZ6fDtMHmeIAjXqjUEwg=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.7.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-xBlNhUQpBcPjdrGIDu9ELNoXnF3Vv0gECxDkVwhZ2m6xTsV8LtTSPE6tZH816erGlkWZHP8EYyo4ZCYU8RoFEQ=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.8.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-IK5UT0q0hHl8tzQPyMICMVZ+viIlGLSiEIHvkvqkbL0QV/vETynJg44Q0FOSAzHkiz0mRWoQM9YJtdjszwizow=="],
"@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=="],
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.7.3",
"version": "0.8.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.7.3",
"@twsxtd/hapi-darwin-x64": "0.7.3",
"@twsxtd/hapi-linux-arm64": "0.7.3",
"@twsxtd/hapi-linux-x64": "0.7.3",
"@twsxtd/hapi-win32-x64": "0.7.3"
"@twsxtd/hapi-darwin-arm64": "0.8.0",
"@twsxtd/hapi-darwin-x64": "0.8.0",
"@twsxtd/hapi-linux-arm64": "0.8.0",
"@twsxtd/hapi-linux-x64": "0.8.0",
"@twsxtd/hapi-win32-x64": "0.8.0"
},
"scripts": {
"typecheck": "tsc --noEmit",