@ichintansoni/skills-master 0.1.1 → 0.1.2

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichintansoni/skills-master",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Install tool-agnostic Apple & Android development skills into any AI coding tool (Claude Code, Cursor, Copilot, AGENTS.md).",
5
5
  "keywords": [
6
6
  "skills",
@@ -45,19 +45,19 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "commander": "^15.0.0",
48
- "giget": "^3.2.0",
48
+ "giget": "^3.3.1",
49
49
  "gray-matter": "^4.0.3",
50
- "semver": "^7.6.3",
50
+ "semver": "^7.8.5",
51
51
  "yaml": "^2.5.1",
52
52
  "zod": "^4.4.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/node": "^22.7.5",
56
- "@types/semver": "^7.5.8",
55
+ "@types/node": "^26.1.0",
56
+ "@types/semver": "^7.8.0",
57
57
  "tsup": "^8.3.0",
58
- "tsx": "^4.19.2",
58
+ "tsx": "^4.23.7",
59
59
  "typescript": "^6.0.3",
60
- "vitest": "^4.1.8"
60
+ "vitest": "^4.1.10"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "tsup",