@thebushidocollective/han 1.55.0 → 1.55.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/han.js +1 -1
- package/package.json +6 -6
package/bin/han.js
CHANGED
|
@@ -256,6 +256,6 @@ if (!tryRunBinary()) {
|
|
|
256
256
|
console.error("\nTry reinstalling:");
|
|
257
257
|
console.error(" npm cache clean --force");
|
|
258
258
|
console.error(" npx clear-npx-cache");
|
|
259
|
-
console.error("
|
|
259
|
+
console.error(" han@latest --version");
|
|
260
260
|
process.exit(1);
|
|
261
261
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thebushidocollective/han",
|
|
3
|
-
"version": "1.55.
|
|
3
|
+
"version": "1.55.2",
|
|
4
4
|
"description": "CLI for installing and managing curated Claude Code plugins from the Han marketplace",
|
|
5
5
|
"main": "dist/lib/main.js",
|
|
6
6
|
"types": "dist/lib/main.d.ts",
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"README.md"
|
|
47
47
|
],
|
|
48
48
|
"optionalDependencies": {
|
|
49
|
-
"@thebushidocollective/han-darwin-arm64": "1.55.
|
|
50
|
-
"@thebushidocollective/han-darwin-x64": "1.55.
|
|
51
|
-
"@thebushidocollective/han-linux-arm64": "1.55.
|
|
52
|
-
"@thebushidocollective/han-linux-x64": "1.55.
|
|
53
|
-
"@thebushidocollective/han-win32-x64": "1.55.
|
|
49
|
+
"@thebushidocollective/han-darwin-arm64": "1.55.2",
|
|
50
|
+
"@thebushidocollective/han-darwin-x64": "1.55.2",
|
|
51
|
+
"@thebushidocollective/han-linux-arm64": "1.55.2",
|
|
52
|
+
"@thebushidocollective/han-linux-x64": "1.55.2",
|
|
53
|
+
"@thebushidocollective/han-win32-x64": "1.55.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@anthropic-ai/claude-agent-sdk": "0.1.50",
|