Release version 0.18.3

This commit is contained in:
weishu
2026-05-20 20:50:49 +08:00
parent c53ee0ed90
commit 15113668cc
3 changed files with 17 additions and 17 deletions
+10 -10
View File
@@ -13,7 +13,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.18.2",
"version": "0.18.3",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -45,11 +45,11 @@
"vitest": "^4.0.16",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.18.2",
"@twsxtd/hapi-darwin-x64": "0.18.2",
"@twsxtd/hapi-linux-arm64": "0.18.2",
"@twsxtd/hapi-linux-x64": "0.18.2",
"@twsxtd/hapi-win32-x64": "0.18.2",
"@twsxtd/hapi-darwin-arm64": "0.18.3",
"@twsxtd/hapi-darwin-x64": "0.18.3",
"@twsxtd/hapi-linux-arm64": "0.18.3",
"@twsxtd/hapi-linux-x64": "0.18.3",
"@twsxtd/hapi-win32-x64": "0.18.3",
},
},
"docs": {
@@ -1057,13 +1057,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ptjMs0Yl4eD+secSM0SWwqQ+Da5/AOHbET3iCD6CmVTawrJ7TsVRk1Euwso4Yj+pqxpbLiLL015jfXaE3rWfxQ=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-io2xanfu29OugxJnFeVAH76VZVII7yCkhDjJXJGZ9U1ayKfquESG9q4Lp4jwSc+nM4Gp+oaSlpvXsrDSME5lIQ=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-xesX9Fo7gi0TrZJ7XFAJt3LNVox0kCwd7PjYEDkWDY5WCouqGVYg9Mtt34mAUXr6i0Ri8EdIv9j8j463rYpgYg=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-86VOLDLOsAYrvjC3tnAmhHO22V6evJBY9PaiaH9VQNr5OyuSHaeMKjAqU11bM4tJRRJ/lJ1EU9A8cALrTZWqPA=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-QYoGD23q3Vt9pXTIM/uHCDAFBBkJYs6kGglreeJlcB8N8W4Yt55iVU1uXOyejA0c7n81zfB1/3aEHhGfjfdpJw=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-+owCTe6ReKfH2Z06l8JTXsk27w8SyjtgRHZpEktUlkRImftZg4dQWZXOv/TcuE9aRFhhel9a+GtG1eRs6vtjoQ=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-c+5vWfM8brYX0pYKrK1v5KS7MTDJZtG7zjOav689bid+NoUNv6yOwTU2MXnGNg/H9unEsQI5KtRyBnn/TDmmQw=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-qmYTKclAnZKKAMv1ASeQ1CXXTROMmEYiMSTJputiMSQw3BVS1ekh1UEvEM8BAmj0+VDiOtI/lLkd+lmBF36ptg=="],
"@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="],
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.18.2",
"version": "0.18.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.18.2",
"@twsxtd/hapi-darwin-x64": "0.18.2",
"@twsxtd/hapi-linux-arm64": "0.18.2",
"@twsxtd/hapi-linux-x64": "0.18.2",
"@twsxtd/hapi-win32-x64": "0.18.2"
"@twsxtd/hapi-darwin-arm64": "0.18.3",
"@twsxtd/hapi-darwin-x64": "0.18.3",
"@twsxtd/hapi-linux-arm64": "0.18.3",
"@twsxtd/hapi-linux-x64": "0.18.3",
"@twsxtd/hapi-win32-x64": "0.18.3"
},
"scripts": {
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",
+1 -1
View File
@@ -1 +1 @@
export const APP_VERSION = '0.18.2'
export const APP_VERSION = '0.18.3'