diff --git a/compat/security/package.json b/compat/security/package.json index 8513525..bd02c91 100644 --- a/compat/security/package.json +++ b/compat/security/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/security", - "version": "0.1.13", + "version": "0.1.14", "description": "Legacy command aliases for @hasna/shield", "type": "module", "bin": { @@ -14,7 +14,7 @@ "release:check": "bun run check:secrets" }, "dependencies": { - "@hasna/shield": "0.1.25" + "@hasna/shield": "0.1.26" }, "files": [ "bin", diff --git a/package.json b/package.json index 926e7a5..5493e9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hasna/shield", - "version": "0.1.25", + "version": "0.1.26", "description": "AI-powered security scanner for git repos — CLI, MCP, API, Web Dashboard, SDK with Cerebras LLM", "type": "module", "main": "dist/index.js",