Release version 0.1.3

This commit is contained in:
weishu
2025-12-25 15:18:03 +08:00
parent abe215d5d5
commit 1405e2bca9
2 changed files with 16 additions and 18 deletions
+10 -12
View File
@@ -12,7 +12,7 @@
},
"cli": {
"name": "@twsxtd/hapi",
"version": "0.1.2",
"version": "0.1.3",
"bin": {
"hapi": "bin/hapi.cjs",
},
@@ -50,11 +50,11 @@
"vitest": "^3.2.4",
},
"optionalDependencies": {
"@twsxtd/hapi-darwin-arm64": "0.1.2",
"@twsxtd/hapi-darwin-x64": "0.1.2",
"@twsxtd/hapi-linux-arm64": "0.1.2",
"@twsxtd/hapi-linux-x64": "0.1.2",
"@twsxtd/hapi-win32-x64": "0.1.2",
"@twsxtd/hapi-darwin-arm64": "0.1.3",
"@twsxtd/hapi-darwin-x64": "0.1.3",
"@twsxtd/hapi-linux-arm64": "0.1.3",
"@twsxtd/hapi-linux-x64": "0.1.3",
"@twsxtd/hapi-win32-x64": "0.1.3",
},
},
"server": {
@@ -597,15 +597,13 @@
"@twsxtd/hapi": ["@twsxtd/hapi@workspace:cli"],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.1.2", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-UnlexQ4GStJo5Hj28Yib97awzklEnJsVKxsP9QVCOnOQAjtC3IzeE++9AvL2osxZxXrv49b1oRcQ/ig0XBDJiw=="],
"@twsxtd/hapi-darwin-arm64": ["@twsxtd/hapi-darwin-arm64@0.1.3", "", { "os": "darwin", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-RQHN6oQFJhxL39dkVQcVggaEsIp5Cpe81fPGt3Iww8U2/zgeuQctuulZc29tjNh2QkEQMxRKNw8Cqs8UVNS8sA=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.1.2", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-EqrGsBS67/2CZWWp9CWxbi8zbAFI23s1zBl/iYbsBl1YsGI5W8ZjIZXC0uAGDxRLqqyh3BAAzuxlZ6XKAIElqQ=="],
"@twsxtd/hapi-darwin-x64": ["@twsxtd/hapi-darwin-x64@0.1.3", "", { "os": "darwin", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-4S3irgxKHngj1kiSLm0BaKLxXsPISF3hTBcby1CgWkispwvxdVy9EOMClbjq8wuHnmZqNXAHau3RmRmDrM2DNA=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.1.2", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-wwQ5ZF+zu9UZdacGrENoVqZfH2QveKkpsNIZiMQwQRViM72skDpzSPkqiq/kL/szONGpz+5fdDBiYvn7PYy7xQ=="],
"@twsxtd/hapi-linux-arm64": ["@twsxtd/hapi-linux-arm64@0.1.3", "", { "os": "linux", "cpu": "arm64", "bin": { "hapi": "bin/hapi" } }, "sha512-fplgOkrjTP/a7VJ8Ktx/8qkgPf//uRidg6llLr2g55uKcYzJg/AOTwLSg+17U5BMMWx96E1hAElyKYb8By+NYw=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.1.2", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-tb2c/yv5G6mN1PDp4euXPTS1c2NFWHPjC1nksmrStxYiGCgZ3bIUEg0jUlv01h+awhdxRb4L7N+je90HMgCXJQ=="],
"@twsxtd/hapi-win32-x64": ["@twsxtd/hapi-win32-x64@0.1.2", "", { "os": "win32", "cpu": "x64", "bin": { "hapi": "bin/hapi.exe" } }, "sha512-3GByvOYOeGKq3Bqa5a/tTmEX7AMBZkkXXxZvIVBlbCx4FUuf08d9i9Y2y/V682mKe3sCb7M9FSsv68OB7sGHzA=="],
"@twsxtd/hapi-linux-x64": ["@twsxtd/hapi-linux-x64@0.1.3", "", { "os": "linux", "cpu": "x64", "bin": { "hapi": "bin/hapi" } }, "sha512-6/1GXUFrlYliDdi47K6xuQ4sdanh0kdYAJ15fMgA/t7FsPzutV931aZ8wn1O+UAN7f1imqGVXXhWZvj3a6yN8A=="],
"@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
View File
@@ -1,6 +1,6 @@
{
"name": "@twsxtd/hapi",
"version": "0.1.2",
"version": "0.1.3",
"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.1.2",
"@twsxtd/hapi-darwin-x64": "0.1.2",
"@twsxtd/hapi-linux-arm64": "0.1.2",
"@twsxtd/hapi-linux-x64": "0.1.2",
"@twsxtd/hapi-win32-x64": "0.1.2"
"@twsxtd/hapi-darwin-arm64": "0.1.3",
"@twsxtd/hapi-darwin-x64": "0.1.3",
"@twsxtd/hapi-linux-arm64": "0.1.3",
"@twsxtd/hapi-linux-x64": "0.1.3",
"@twsxtd/hapi-win32-x64": "0.1.3"
},
"scripts": {
"typecheck": "tsc --noEmit",