@yayaluoya-claude-plugins/auto-allow-bash-plugin 0.1.1 → 0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yayaluoya-claude-plugins/auto-allow-bash-plugin",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "自动放行只读 Bash 命令 — 本地正则 + LLM 双重判定",
5
5
  "type": "module",
6
6
  "private": false,
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/yayaluoya/yayaluoya-claude-plugins.git"
10
10
  },
11
11
  "dependencies": {
12
- "@yayaluoya-claude-plugins/shared": "^0.1.1"
12
+ "@yayaluoya-claude-plugins/shared": "^0.1.3"
13
13
  },
14
14
  "devDependencies": {
15
15
  "esbuild": "^0.28.0"