Skip to content

Commit ee0b112

Browse files
committed
bump v0.5.10 — npm keyword optimization
1 parent 485ef78 commit ee0b112

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shellward",
3-
"version": "0.5.9",
3+
"version": "0.5.10",
44
"description": "AI agent security & MCP security middleware — prompt injection detection, AI firewall, runtime guardrails & data-loss prevention for LLM tool calls. 8-layer defense against data exfiltration & dangerous commands. Zero dependencies. SDK + OpenClaw plugin. Supports LangChain, AutoGPT, Claude Code, Cursor, OpenAI Agents.",
55
"keywords": [
66
"shellward",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { registerAllCommands } from './commands/index'
2020
import { checkForUpdate } from './update-check'
2121
import { runAutoCheckOnStartup } from './auto-check'
2222

23-
const CURRENT_VERSION = '0.5.9'
23+
const CURRENT_VERSION = '0.5.10'
2424

2525
// Re-export core engine for SDK usage
2626
export { ShellWard } from './core/engine'

0 commit comments

Comments
 (0)