agentsmesh 0.31.0 → 0.32.0

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": "agentsmesh",
3
- "version": "0.31.0",
3
+ "version": "0.32.0",
4
4
  "description": "One canonical source for AI coding agent rules, commands, skills, MCP, hooks, and permissions — synced across every major AI coding tool.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -118,7 +118,7 @@
118
118
  "diff": "8.0.4",
119
119
  "picomatch": "^4.0.4",
120
120
  "smol-toml": "^1.6.1",
121
- "tar": "7.5.13",
121
+ "tar": "7.5.20",
122
122
  "yaml": "^2.8.3",
123
123
  "zod": "^4.3.6"
124
124
  },