@fmdzc/cli-ai 3.1.1 → 3.1.3

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": "@fmdzc/cli-ai",
3
- "version": "3.1.1",
3
+ "version": "3.1.3",
4
4
  "description": "CLI AI Assistant v3 - Natural language to shell commands with persistent REPL session",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -35,7 +35,7 @@
35
35
  "audit:fix": "pnpm audit --fix",
36
36
  "security": "pnpm audit && pnpm lint:security",
37
37
  "prepare": "tsup",
38
- "prepublishOnly": "pnpm typecheck && pnpm audit && pnpm build",
38
+ "prepublishOnly": "pnpm typecheck && pnpm audit --audit-level=high && pnpm build",
39
39
  "link:global": "pnpm build && pnpm link --global",
40
40
  "unlink:global": "pnpm unlink --global",
41
41
  "uninstall": "node scripts/uninstall.js",
@@ -82,7 +82,6 @@
82
82
  "packageManager": "pnpm@10.10.0",
83
83
  "dependencies": {
84
84
  "@anthropic-ai/sdk": "^0.71.2",
85
- "@inkjs/ui": "^2.0.0",
86
85
  "@napi-rs/keyring": "^1.2.0",
87
86
  "@openrouter/sdk": "^0.3.12",
88
87
  "chalk": "^5.3.0",
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }