Release version 0.16.4

This commit is contained in:
weishu
2026-03-24 13:04:42 +08:00
parent 900ee2eccb
commit 7da6f7c5c5
2 changed files with 16 additions and 16 deletions
+10 -10
View File
@@ -12,7 +12,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.16.3",
"version": "0.16.4",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -43,11 +43,11 @@
"vitest": "^4.0.16",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.16.3",
"@twsxtd/hapi-darwin-x64": "0.16.3",
"@twsxtd/hapi-linux-arm64": "0.16.3",
"@twsxtd/hapi-linux-x64": "0.16.3",
"@twsxtd/hapi-win32-x64": "0.16.3",
"@twsxtd/hapi-darwin-arm64": "0.16.4",
"@twsxtd/hapi-darwin-x64": "0.16.4",
"@twsxtd/hapi-linux-arm64": "0.16.4",
"@twsxtd/hapi-linux-x64": "0.16.4",
"@twsxtd/hapi-win32-x64": "0.16.4",
},
},
"docs": {
@@ -874,13 +874,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-uIP+5MPPG0S5uWTsvToHdFuwl3x2i9ba6uaSzM7yhC0f0BViSshM5CtspNkOxKKcb/0WvQYsPsRpqkhF+O2kgQ=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.4", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-eptEVEzCAkycrVrB/Is8ndPNIymB3mWLOfibyFDeebxpszGDE/SoN83K+q4AxvzgYWuEcL6354wVc2tUNRs1dg=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-S2Jhp8HY+1I560lD1CkOduXR7yZhZbMMdlIn8QekhXbAEay4enPK4Y0F1CMoYu4KemcwdYU0I2/jyowknVOAZA=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.4", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-12z1U3Tk/8UPW2qyGu8WvCLNGH+lOGJimRKKf97ZdScEBnVFm0Alo1SMSvSowSf2Z6lBKl/AEbWjfi7ofVO6pQ=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-4/QzrFgr8xalLn0BSFFKKo4GY6mWHZLKwntYiSOTZ+aPHmoD/JxpXF39To5Dmp3FPRV+flyLMPy2p+FvPgg/ng=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.4", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Z0uVFvbU8Q8AON5RqwCoKhExrfT84X4PPtVfx/3H+fz5Sqsz/RxsrTbyJKyrzSljQIYXGh+an/23tVj/O6/GWg=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-ZQmI1T62R+1+VL4bG/0x/uC8Y2pffgFj8kwl0tpBOUcjWWi8VKOIvjc7kcwtTdBplQ6vm8GAcyDb4kWJCP1ZQA=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.4", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-Kj8unf0GhRYe8WYq5L6qy2d0LM8uZBa2C/2dvZ7BuXhT3K/Tc4Driwdjw1HvkgsWjjGNk09TWSpxubVMf9JPWw=="],
"@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.16.3",
"version": "0.16.4",
"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.16.3",
"@twsxtd/hapi-darwin-x64": "0.16.3",
"@twsxtd/hapi-linux-arm64": "0.16.3",
"@twsxtd/hapi-linux-x64": "0.16.3",
"@twsxtd/hapi-win32-x64": "0.16.3"
"@twsxtd/hapi-darwin-arm64": "0.16.4",
"@twsxtd/hapi-darwin-x64": "0.16.4",
"@twsxtd/hapi-linux-arm64": "0.16.4",
"@twsxtd/hapi-linux-x64": "0.16.4",
"@twsxtd/hapi-win32-x64": "0.16.4"
},
"scripts": {
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",