@hasna/terminal 4.3.3 → 4.3.4

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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hasna/terminal",
3
- "version": "4.3.3",
4
- "description": "Smart terminal wrapper for AI agents and humans structured output, token compression, MCP server, natural language",
3
+ "version": "4.3.4",
4
+ "description": "Smart terminal wrapper for AI agents and humans \u2014 structured output, token compression, MCP server, natural language",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/**",
@@ -18,7 +18,8 @@
18
18
  "build": "tsc",
19
19
  "dev": "tsx src/cli.tsx",
20
20
  "start": "node dist/cli.js",
21
- "test": "bun test"
21
+ "test": "bun test",
22
+ "postinstall": "mkdir -p $HOME/.hasna/terminal/profiles $HOME/.hasna/terminal/outputs 2>/dev/null || true"
22
23
  },
23
24
  "dependencies": {
24
25
  "@anthropic-ai/sdk": "^0.39.0",
@@ -45,4 +46,4 @@
45
46
  "tsx": "^4.0.0",
46
47
  "typescript": "^5.9.3"
47
48
  }
48
- }
49
+ }