Release version 0.18.1

This commit is contained in:
weishu
2026-05-18 11:06:32 +08:00
parent f31c591f33
commit ff866c2069
2 changed files with 16 additions and 16 deletions
+10 -10
View File
@@ -13,7 +13,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.18.0",
"version": "0.18.1",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -44,11 +44,11 @@
"vitest": "^4.0.16",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.18.0",
"@twsxtd/hapi-darwin-x64": "0.18.0",
"@twsxtd/hapi-linux-arm64": "0.18.0",
"@twsxtd/hapi-linux-x64": "0.18.0",
"@twsxtd/hapi-win32-x64": "0.18.0",
"@twsxtd/hapi-darwin-arm64": "0.18.1",
"@twsxtd/hapi-darwin-x64": "0.18.1",
"@twsxtd/hapi-linux-arm64": "0.18.1",
"@twsxtd/hapi-linux-x64": "0.18.1",
"@twsxtd/hapi-win32-x64": "0.18.1",
},
},
"docs": {
@@ -1056,13 +1056,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Oub65FVbp6SXG7ZC5rj0cj9FBqa+M2iPKAKEdt11oikNlVplQZ6FioyaC/g71P5XBWf31EHBic0Gu4htI9S+sw=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.18.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-YK172OQKbYuUWXEVj3OvfV1v+YH0oVU3Vw38N4OWuCY8B6PAFBs0RffaR82SRcj0euHwlqNLbll+RV3AW51P/A=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-pWlHthXx9Ock+5TqO/Dz3PJKyHh7mnpq/ISpfDNoq7VsOGDGThz10MGL8MJUrTIqMfMXCzowZrO7RjQ0UcriDg=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.18.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-QbQxDM3cScjKU6U/R0cNyYWV6fM403LxcElEKsqbgq2gRvzZc0vAg1kWTXUnbyvF8/ueKaDi/PTzKf80oD8j7w=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-x+etk4mmXM0RsFmLNvMEW3v1e1zNKL+z51iv8fcMlrmEmnBoFn4PiWIQAdFSFDMM0+9zoYfik7eSA/fuT1sUIg=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.18.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-rYB1oCKaZUrCpJgWCch33Vjb4TRybys4PnHL3hYTvSwa8wMNef2YUaPZ9qj+rJSVBOW/OhfTiBTVz9eWYnfIBw=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-XeAD+NAxm4jI7WIqsICiCLwHm4jZ4U/mIjAB1u88/B1i3EHwQtLxBWTk84Hs+SRiVtDfXxS+3Bse9z7oLpvH6g=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.18.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-y8hzgUN/f+4ibvnfGEfAm+Ck2UzR2ejW6r/9gJShKRAR/yf7TVsa0rXtLjvfET2qOUgQQRvT1QohFTdbNVQg5g=="],
"@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.0",
"version": "0.18.1",
"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.0",
"@twsxtd/hapi-darwin-x64": "0.18.0",
"@twsxtd/hapi-linux-arm64": "0.18.0",
"@twsxtd/hapi-linux-x64": "0.18.0",
"@twsxtd/hapi-win32-x64": "0.18.0"
"@twsxtd/hapi-darwin-arm64": "0.18.1",
"@twsxtd/hapi-darwin-x64": "0.18.1",
"@twsxtd/hapi-linux-arm64": "0.18.1",
"@twsxtd/hapi-linux-x64": "0.18.1",
"@twsxtd/hapi-win32-x64": "0.18.1"
},
"scripts": {
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",