@hasna/instructions 0.7.6 → 0.7.7

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/instructions",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "AI coding agent instruction and configuration manager with fail-closed hosted clients, explicit local SQLite, native S3 backups, CLI, MCP, HTTP API, and generated SDK.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -94,6 +94,7 @@
94
94
  "commander": "^13.1.0",
95
95
  "hono": "4.13.7",
96
96
  "ink": "^5.2.0",
97
+ "marked": "18.0.5",
97
98
  "pg": "^8.13.3",
98
99
  "react": "^18.3.1",
99
100
  "zod": "^3.24.2"