@hasna/prompts 0.3.7 → 0.3.9

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hasna/prompts",
3
- "version": "0.3.7",
4
- "description": "Reusable prompt library for AI agents CLI + MCP server + REST API + web dashboard",
3
+ "version": "0.3.9",
4
+ "description": "Reusable prompt library for AI agents \u2014 CLI + MCP server + REST API + web dashboard",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -33,7 +33,8 @@
33
33
  "test": "bun test",
34
34
  "dev:cli": "bun run src/cli/index.tsx",
35
35
  "dev:mcp": "bun run src/mcp/index.ts",
36
- "dev:serve": "bun run src/server/index.ts"
36
+ "dev:serve": "bun run src/server/index.ts",
37
+ "postinstall": "mkdir -p $HOME/.hasna/prompts 2>/dev/null || true"
37
38
  },
38
39
  "keywords": [
39
40
  "prompts",
@@ -66,6 +67,7 @@
66
67
  "author": "Andrei Hasna <andrei@hasna.com>",
67
68
  "license": "Apache-2.0",
68
69
  "dependencies": {
70
+ "@hasna/cloud": "^0.1.0",
69
71
  "@modelcontextprotocol/sdk": "^1.12.1",
70
72
  "chalk": "^5.4.1",
71
73
  "commander": "^13.1.0",
@@ -78,4 +80,4 @@
78
80
  "@types/react": "^18.3.18",
79
81
  "typescript": "^5.7.3"
80
82
  }
81
- }
83
+ }