@tech-leads-club/agent-skills 1.4.4 → 1.4.5

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tech-leads-club/agent-skills",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "Secure, verifiable CLI to install and manage skills for professional AI coding agents",
5
5
  "author": "Tech Leads Club",
6
6
  "license": "MIT",
@@ -42,7 +42,8 @@
42
42
  "jotai": "^2.19.0",
43
43
  "ky": "^1.14.3",
44
44
  "package-json": "^10.0.1",
45
- "react": "^19.2.4"
45
+ "react": "^19.2.4",
46
+ "zod": "^4.3.6"
46
47
  },
47
48
  "devDependencies": {
48
49
  "@jest/globals": "30.3.0",
@@ -56,4 +57,4 @@
56
57
  "tsx": "^4.21.0",
57
58
  "typescript": "^5.9.3"
58
59
  }
59
- }
60
+ }