mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Release version 0.16.5
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"cli": {
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.16.4",
|
||||
"version": "0.16.5",
|
||||
"bin": {
|
||||
"hapi": "bin/hapi.cjs",
|
||||
},
|
||||
@@ -43,11 +43,11 @@
|
||||
"vitest": "^4.0.16",
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@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",
|
||||
"@twsxtd/hapi-darwin-arm64": "0.16.5",
|
||||
"@twsxtd/hapi-darwin-x64": "0.16.5",
|
||||
"@twsxtd/hapi-linux-arm64": "0.16.5",
|
||||
"@twsxtd/hapi-linux-x64": "0.16.5",
|
||||
"@twsxtd/hapi-win32-x64": "0.16.5",
|
||||
},
|
||||
},
|
||||
"docs": {
|
||||
@@ -874,13 +874,11 @@
|
||||
|
||||
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
|
||||
|
||||
"@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-arm64": ["@twsxtd/hapi-darwin-arm64@0.16.5", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-lpDrEjuAoZ9pk/8Hg+ZR6jY5ZupDjKFOBBzesZqFtdy7W6I1KIhtyJls2qSp/xeRgspErEWnnjvpQC/n5oKM2g=="],
|
||||
|
||||
"@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-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.16.5", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-B5kFrgD8VBr+Zejvup5VTvgJEpDW7PZblfmFy9dzJqdDdZgRuFMGzeEZ9SrKzA+Wbu63LBEXjL9JL5KS8se25w=="],
|
||||
|
||||
"@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.4", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-Kj8unf0GhRYe8WYq5L6qy2d0LM8uZBa2C/2dvZ7BuXhT3K/Tc4Driwdjw1HvkgsWjjGNk09TWSpxubVMf9JPWw=="],
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.16.5", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-UlYpOd89C3ePAiy/6Zcz9NziN2vFIEMipBeS0mb6s4U7qP3Um6E4BwoKIUhIlriy8RxyZxRvXq1EtMxECh6M+g=="],
|
||||
|
||||
"@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="],
|
||||
|
||||
|
||||
+6
-6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.16.4",
|
||||
"version": "0.16.5",
|
||||
"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.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"
|
||||
"@twsxtd/hapi-darwin-arm64": "0.16.5",
|
||||
"@twsxtd/hapi-darwin-x64": "0.16.5",
|
||||
"@twsxtd/hapi-linux-arm64": "0.16.5",
|
||||
"@twsxtd/hapi-linux-x64": "0.16.5",
|
||||
"@twsxtd/hapi-win32-x64": "0.16.5"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",
|
||||
|
||||
Reference in New Issue
Block a user