mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Release version 0.8.2
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"cli": {
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"bin": {
|
||||
"hapi": "bin/hapi.cjs",
|
||||
},
|
||||
@@ -43,11 +43,11 @@
|
||||
"vitest": "^4.0.16",
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@twsxtd/hapi-darwin-arm64": "0.8.1",
|
||||
"@twsxtd/hapi-darwin-x64": "0.8.1",
|
||||
"@twsxtd/hapi-linux-arm64": "0.8.1",
|
||||
"@twsxtd/hapi-linux-x64": "0.8.1",
|
||||
"@twsxtd/hapi-win32-x64": "0.8.1",
|
||||
"@twsxtd/hapi-darwin-arm64": "0.8.2",
|
||||
"@twsxtd/hapi-darwin-x64": "0.8.2",
|
||||
"@twsxtd/hapi-linux-arm64": "0.8.2",
|
||||
"@twsxtd/hapi-linux-x64": "0.8.2",
|
||||
"@twsxtd/hapi-win32-x64": "0.8.2",
|
||||
},
|
||||
},
|
||||
"docs": {
|
||||
@@ -837,13 +837,15 @@
|
||||
|
||||
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
|
||||
|
||||
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.8.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-Rss38gxJvRwtRIVwdoqwqgVxKv1BZrb+We/nzDSg/dehv67Dreu1Lxch1OudR7TZ1b3r6ZdgumJ8+AI6DqAozA=="],
|
||||
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.8.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-I0cvwjagy/iCEGRZkAZf0yhh+DLSDmIO5PGst0cETCvwmen+zSS7Z/0Qm8Qp7l99eNt82rcT/ox4HduQkkeNsA=="],
|
||||
|
||||
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.8.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-nIJ+SrR7ceP1lNH2wMg/HnolVb3jY6uehfRzAbG3azizqc0W9/i3pWqfSj0Tz+xKKcZ57bweTLUOCRkpSJIvrA=="],
|
||||
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.8.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-e5p9xi8hBpNI0O3BQ9SMze8j2nGMzESgBHao44caBfry/sj5GhxNemihX+dsmDStoVkhBVFQw9gzUpYhrh1FSA=="],
|
||||
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.8.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-UezKnlEU0Y7S6+Iwj/COqSSfPVku5CHlHCe0Hwcqyg6TIgGi/Qcn4t66NlQ7ZYHeyPSmvhIb3PNpfjpbsWlrWg=="],
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.8.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-E44lV7eu8n+EJVPO/dxMZbQA3QrOYethl1bZ1KJ20YVR2IioVGxPYJ3oma9jpS+Oy/DICiw2MucSSTojgbeMYg=="],
|
||||
|
||||
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.8.1", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-zlB3bUK1CEt+wBDRm6hxZtno+N1X1BhTqvesZE+Zf4F+9ICN22UfHdeU0swr/mBwOmU90nSuqhybkgo20cHbiw=="],
|
||||
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.8.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-wkIewQ5qKC2V3a3QjaimmINxdUV/Pc2pMuANyqn+JmJ357tex0DOAFLhkdjj0j1bd5gbIBkhaZ5f4Kup4DKzGg=="],
|
||||
|
||||
"@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.8.2", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-TSI9xpDr8jFH08THlq52KM562FPyNhpFClzpy5Z50aS6aOWC9m7A0KPkCY2jptbFBdqKshnsLLCZWpHm+pIKqw=="],
|
||||
|
||||
"@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.8.1",
|
||||
"version": "0.8.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.8.1",
|
||||
"@twsxtd/hapi-darwin-x64": "0.8.1",
|
||||
"@twsxtd/hapi-linux-arm64": "0.8.1",
|
||||
"@twsxtd/hapi-linux-x64": "0.8.1",
|
||||
"@twsxtd/hapi-win32-x64": "0.8.1"
|
||||
"@twsxtd/hapi-darwin-arm64": "0.8.2",
|
||||
"@twsxtd/hapi-darwin-x64": "0.8.2",
|
||||
"@twsxtd/hapi-linux-arm64": "0.8.2",
|
||||
"@twsxtd/hapi-linux-x64": "0.8.2",
|
||||
"@twsxtd/hapi-win32-x64": "0.8.2"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user