mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Release version 0.23.4
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
},
|
||||
"cli": {
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.23.3",
|
||||
"version": "0.23.4",
|
||||
"bin": {
|
||||
"hapi": "bin/hapi.cjs",
|
||||
},
|
||||
@@ -46,11 +46,11 @@
|
||||
"vitest": "^4.0.16",
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@twsxtd/hapi-darwin-arm64": "0.23.3",
|
||||
"@twsxtd/hapi-darwin-x64": "0.23.3",
|
||||
"@twsxtd/hapi-linux-arm64": "0.23.3",
|
||||
"@twsxtd/hapi-linux-x64": "0.23.3",
|
||||
"@twsxtd/hapi-win32-x64": "0.23.3",
|
||||
"@twsxtd/hapi-darwin-arm64": "0.23.4",
|
||||
"@twsxtd/hapi-darwin-x64": "0.23.4",
|
||||
"@twsxtd/hapi-linux-arm64": "0.23.4",
|
||||
"@twsxtd/hapi-linux-x64": "0.23.4",
|
||||
"@twsxtd/hapi-win32-x64": "0.23.4",
|
||||
},
|
||||
},
|
||||
"docs": {
|
||||
@@ -1068,6 +1068,14 @@
|
||||
|
||||
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
|
||||
|
||||
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.23.4", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-v9bfnO6Z/wa4EnQ/KJ9Dax6nq0x4/HLHU+gYUpvyrS5n9gLIy1Qk+Rft1DNJv9+2FPj4P6qb164U1o8Lbyc0WA=="],
|
||||
|
||||
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.23.4", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-keYWeb5AOwwHO4ZJUvMPbo6wEKx3Rf/eu0MeE4CiFcv7nQtu9SMf2jRem12vB+cDGW7Sn0OVlumfvDRHuQYBNQ=="],
|
||||
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.23.4", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-WKsmaXoYez5TSTEsEQBK11oT6e4TFk3Z6v+oAamzRP4KeJ0NMPBM6A0hxWYa05sxRsE4pb2Heg3/Y3+PFSecBg=="],
|
||||
|
||||
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.23.4", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-M+ziTkqBEeCjcP2x1L9/m0Qbx9WiuC/cn5cS+u+4QbfEmepGwTrw7LXtB6XTbcpEF7fJxqRoNAazMQFVQxzupA=="],
|
||||
|
||||
"@types/aria-query": ["@types/aria-query@5.0.4", "", {}, "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw=="],
|
||||
|
||||
"@types/babel__core": ["@types/babel__core@7.20.5", "", { "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", "@types/babel__generator": "*", "@types/babel__template": "*", "@types/babel__traverse": "*" } }, "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA=="],
|
||||
|
||||
+6
-6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.23.3",
|
||||
"version": "0.23.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.23.3",
|
||||
"@twsxtd/hapi-darwin-x64": "0.23.3",
|
||||
"@twsxtd/hapi-linux-arm64": "0.23.3",
|
||||
"@twsxtd/hapi-linux-x64": "0.23.3",
|
||||
"@twsxtd/hapi-win32-x64": "0.23.3"
|
||||
"@twsxtd/hapi-darwin-arm64": "0.23.4",
|
||||
"@twsxtd/hapi-darwin-x64": "0.23.4",
|
||||
"@twsxtd/hapi-linux-arm64": "0.23.4",
|
||||
"@twsxtd/hapi-linux-x64": "0.23.4",
|
||||
"@twsxtd/hapi-win32-x64": "0.23.4"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node -e \"try{require('fs').chmodSync(require('path').join(__dirname,'bin','hapi.cjs'),0o755)}catch(e){}\"",
|
||||
|
||||
@@ -1 +1 @@
|
||||
export const APP_VERSION = '0.23.3'
|
||||
export const APP_VERSION = '0.23.4'
|
||||
|
||||
Reference in New Issue
Block a user