mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-06 06:41:56 +00:00
0.2.2
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
},
|
||||
"cli": {
|
||||
"name": "@twsxtd/hapi",
|
||||
"version": "0.2.1",
|
||||
"version": "0.2.2",
|
||||
"bin": {
|
||||
"hapi": "bin/hapi.cjs",
|
||||
},
|
||||
@@ -41,11 +41,11 @@
|
||||
"vitest": "^4.0.16",
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@twsxtd/hapi-darwin-arm64": "0.2.1",
|
||||
"@twsxtd/hapi-darwin-x64": "0.2.1",
|
||||
"@twsxtd/hapi-linux-arm64": "0.2.1",
|
||||
"@twsxtd/hapi-linux-x64": "0.2.1",
|
||||
"@twsxtd/hapi-win32-x64": "0.2.1",
|
||||
"@twsxtd/hapi-darwin-arm64": "0.2.2",
|
||||
"@twsxtd/hapi-darwin-x64": "0.2.2",
|
||||
"@twsxtd/hapi-linux-arm64": "0.2.2",
|
||||
"@twsxtd/hapi-linux-x64": "0.2.2",
|
||||
"@twsxtd/hapi-win32-x64": "0.2.2",
|
||||
},
|
||||
},
|
||||
"server": {
|
||||
@@ -579,11 +579,15 @@
|
||||
|
||||
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
|
||||
|
||||
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.2.1", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-tYSsg3I8jzvCNAE5fp9eVyiOpJH1t3xZAoHXSP36aNAju7la5jUpreMvnkEw2g4YRAbGGW8ENVYN8y2Gx28y4A=="],
|
||||
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.2.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-1kqV+9vbpjUILVE0FicYl1PZppQv+66O3RcRo8jQd/Ay+Zip07s+1Ztj7ubacOrIO3cfSjpzcKk9su0EIDIB5w=="],
|
||||
|
||||
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.2.1", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-6gfQRk+eKW6s6FYXfFD1H1AuZDWZBZKD6TH8lViEImwHV0DiHS4WcDKGblUnxvEzSZ+8Dj3qABnQr0PITldIMw=="],
|
||||
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.2.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-INrTSF7ANg3PvVapzt8A3nFfETyWk1AlADhClDylpnLwsjlw/oyIVX4/xkbjHr0Prpupy5IGH0q1CupG70xd8A=="],
|
||||
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.2.1", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-0KyMY71Tq4xu5DeMJM6Ppj9kw/srGUYyfxNY740MBnFLCO7MMF1cjpVM/5Cx4S3eMJmLGBgIhqQyge4NeBNJyA=="],
|
||||
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.2.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-gSdf/oNX5aAiSaSMBa/t6hMiVkBK2M+bwixzElbXT7zV8E0k+rG+iWQcReP23CJsM5dGyjq6VmeQfaq7gMLSbg=="],
|
||||
|
||||
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.2.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-GOE/caZcNqAfm4lWbY3XWWkmaig6VJQ8rSpRmj4Vw3BN0unieBtGy/y0aqaCgHhnZoB3d4sNQyWQ9ytYXeoUzA=="],
|
||||
|
||||
"@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.2.2", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-V/SXLFL/JKTbmd148CJxxBYaqrAnLJk/6zhrxSWRXBoHzkfA//lLBYCuCZn9IHrBNzlZUZI38iADuB+N6xQF1Q=="],
|
||||
|
||||
"@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.2.1",
|
||||
"version": "0.2.2",
|
||||
"description": "App for agentic coding - access coding agent anywhere",
|
||||
"author": "Kirill Dubovitskiy & weishu",
|
||||
"license": "MIT",
|
||||
@@ -25,11 +25,11 @@
|
||||
}
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@twsxtd/hapi-darwin-arm64": "0.2.1",
|
||||
"@twsxtd/hapi-darwin-x64": "0.2.1",
|
||||
"@twsxtd/hapi-linux-arm64": "0.2.1",
|
||||
"@twsxtd/hapi-linux-x64": "0.2.1",
|
||||
"@twsxtd/hapi-win32-x64": "0.2.1"
|
||||
"@twsxtd/hapi-darwin-arm64": "0.2.2",
|
||||
"@twsxtd/hapi-darwin-x64": "0.2.2",
|
||||
"@twsxtd/hapi-linux-arm64": "0.2.2",
|
||||
"@twsxtd/hapi-linux-x64": "0.2.2",
|
||||
"@twsxtd/hapi-win32-x64": "0.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user