Release version 0.16.1

This commit is contained in:
weishu
2026-03-08 16:07:36 +08:00
parent 4f06cdfd7c
commit b4b73d4405
2 changed files with 16 additions and 16 deletions
+10 -10
View File
@@ -12,7 +12,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.16.0",
"version": "0.16.1",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -43,11 +43,11 @@
"vitest": "^4.0.16",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.16.0",
"@twsxtd/hapi-darwin-x64": "0.16.0",
"@twsxtd/hapi-linux-arm64": "0.16.0",
"@twsxtd/hapi-linux-x64": "0.16.0",
"@twsxtd/hapi-win32-x64": "0.16.0",
"@twsxtd/hapi-darwin-arm64": "0.16.1",
"@twsxtd/hapi-darwin-x64": "0.16.1",
"@twsxtd/hapi-linux-arm64": "0.16.1",
"@twsxtd/hapi-linux-x64": "0.16.1",
"@twsxtd/hapi-win32-x64": "0.16.1",
},
},
"docs": {
@@ -874,13 +874,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.0", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-6BpfGEtx0xeAO0GqveuyQTPqRFtTMzo40PAA4v8C0ts/tBEKlfsIfjJJGrFr/WbE+140zNHH4/Qu6QvhdRbQEA=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ayCxWfwMhLKXgoRFz7y7Flls9gfQpprf5AFgz83Fvb6GumCBe5emSvb/Gk/woj7dlmfAaSYFNvJ1VVRel1Bh+Q=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.0", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-4uuskZJJ29OK3E1pA3OE4qn0I7uTZ4KmRQk95LHUFDoMpHkai/VdD8MD+Q3O7Hq8lpTYKj1N2QkiCQwcRX+gAQ=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-e2XMFhlx7P9c3dpnY+lCVunpXdRt3IE0lGrdB1kQaF3ThVpYyk8x1E6YKv55un01g/8Tz7fZPk5CKD5YNdXWzQ=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.0", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-UtgMmyx5AQxDw/RIMHNaoreBGZOAga9blMRKE5Z7DNA+Sro/2Io42HBV10c+rpTnlNvnjjIZPgAy/fKGZvx4sQ=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ElwnYQqVIw1/nkgE4gdPuaYbq+IeCmk5mJhB0EjdbFcsjZXXmOT0ifWWjpoT0emaC8LY7a5OmOH0v1DmWLsxEQ=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.0", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-RhqDWuLiMYwWmJUd4mj9JuvHHW+kChAwuFPGchTlF9aAHK3e1d9oS5Ka/v8jA1NfDE5Y4/Fhav9FiiTXSVmkUQ=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.16.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-0KNIsS4/g2XW59cOXpXG16Mmcc1gU4Z/VNgvQzJL0utfOxMUTrWzDVlrt7qN13yMocrqqgKCf0JTrEdgU1221w=="],
"@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.0",
"version": "0.16.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.16.0",
"@twsxtd/hapi-darwin-x64": "0.16.0",
"@twsxtd/hapi-linux-arm64": "0.16.0",
"@twsxtd/hapi-linux-x64": "0.16.0",
"@twsxtd/hapi-win32-x64": "0.16.0"
"@twsxtd/hapi-darwin-arm64": "0.16.1",
"@twsxtd/hapi-darwin-x64": "0.16.1",
"@twsxtd/hapi-linux-arm64": "0.16.1",
"@twsxtd/hapi-linux-x64": "0.16.1",
"@twsxtd/hapi-win32-x64": "0.16.1"
},
"scripts": {
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",