claude-warden 1.2.0 → 1.2.1

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-warden",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Smart command safety filter for Claude Code — parses shell pipelines and evaluates per-command safety rules to auto-approve safe commands and block dangerous ones",
5
5
  "author": {
6
6
  "name": "banyudu"
package/dist/index.cjs CHANGED
@@ -18904,7 +18904,8 @@ var SAFE_PKG_MANAGER_CMDS = [
18904
18904
  "dedupe",
18905
18905
  "prune",
18906
18906
  "audit",
18907
- "completion"
18907
+ "completion",
18908
+ "whoami"
18908
18909
  ];
18909
18910
  var VERSION_HELP_FLAGS = {
18910
18911
  match: { anyArgMatches: ["^--(version|help)$", "^-[vh]$"] },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-warden",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Smart command safety filter for Claude Code — auto-approves safe commands, blocks dangerous ones",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",