mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Release version 0.17.2
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"cli": {
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.17.1",
|
||||
"version": "0.17.2",
|
||||
"bin": {
|
||||
"hapi": "bin/hapi.cjs",
|
||||
},
|
||||
@@ -43,11 +43,11 @@
|
||||
"vitest": "^4.0.16",
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@twsxtd/hapi-darwin-arm64": "0.17.1",
|
||||
"@twsxtd/hapi-darwin-x64": "0.17.1",
|
||||
"@twsxtd/hapi-linux-arm64": "0.17.1",
|
||||
"@twsxtd/hapi-linux-x64": "0.17.1",
|
||||
"@twsxtd/hapi-win32-x64": "0.17.1",
|
||||
"@twsxtd/hapi-darwin-arm64": "0.17.2",
|
||||
"@twsxtd/hapi-darwin-x64": "0.17.2",
|
||||
"@twsxtd/hapi-linux-arm64": "0.17.2",
|
||||
"@twsxtd/hapi-linux-x64": "0.17.2",
|
||||
"@twsxtd/hapi-win32-x64": "0.17.2",
|
||||
},
|
||||
},
|
||||
"docs": {
|
||||
@@ -1054,13 +1054,13 @@
|
||||
|
||||
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
|
||||
|
||||
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.17.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-iJpalsKPF4znk1lAM+IcJGBbKcKuzRXWfvGEYqFDKT2CPV0hsJal3y/NXH+jICzNw2b7n57sg+wopfzlSr8//g=="],
|
||||
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.17.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-2eioeHpJESSDr8oeqOAV27wWGng272/X9huxaP/5zrFltL74002QYENiYd49DTXE6Iwlj0JDA57eqONQi3RO5g=="],
|
||||
|
||||
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.17.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-71T0FHUW7J7f2wHLC5nFRRx5Mj1yMYIFxgbJaElpuhHLTyoaLUXGn2nH0HSemPw2tDsxh8Xqnd7YZ88wNQPc1g=="],
|
||||
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.17.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-gVjN+PxbYQzZw7UvI35FyQ75pliJ9uGaW2xaeCOSjgZuHoLVfeHcXiTeYQFUoq8X5riOVC21qqw2g+hlbn93tA=="],
|
||||
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.17.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-OPSNI3UfB8T6mzeW7epm6LJFTR2OjdxYxqkXibnbK9VZpZ0WymWNQURHRLqoiayaAFvXOv8tM2QARaYxmBUHJw=="],
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.17.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-ZT/BDL/HVHggTOSypLgbgvk33ZJ/LNZym+/fGaDUFUnFiI2a1b1fz3jUpi+c/MJSHcrA36ikU097QEu/GGswHQ=="],
|
||||
|
||||
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.17.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-W4Wzm5KPMvXhUkx8q5Yw4cjx3g4Xhg2I7nbn8CYaMXyhyZhsetN1zIY6P5ciQMcwuL3AXbJvvOgVOodxudw0CA=="],
|
||||
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.17.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-+cgTpsS5YLgI1Onkw4cApt43l/r/AlrQ9FEU5/I/zyRfdpOhZ4PYN/8mNAh6dp0Z2s3Rk86ARmZ5nqzsjrtnYA=="],
|
||||
|
||||
"@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="],
|
||||
|
||||
|
||||
+6
-6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.17.1",
|
||||
"version": "0.17.2",
|
||||
"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.17.1",
|
||||
"@twsxtd/hapi-darwin-x64": "0.17.1",
|
||||
"@twsxtd/hapi-linux-arm64": "0.17.1",
|
||||
"@twsxtd/hapi-linux-x64": "0.17.1",
|
||||
"@twsxtd/hapi-win32-x64": "0.17.1"
|
||||
"@twsxtd/hapi-darwin-arm64": "0.17.2",
|
||||
"@twsxtd/hapi-darwin-x64": "0.17.2",
|
||||
"@twsxtd/hapi-linux-arm64": "0.17.2",
|
||||
"@twsxtd/hapi-linux-x64": "0.17.2",
|
||||
"@twsxtd/hapi-win32-x64": "0.17.2"
|
||||
},
|
||||
"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