@vegastack/skills 0.3.0 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -56,7 +56,7 @@ Zero telemetry. The only network call in the tool is `doctor`'s single version c
56
56
 
57
57
  ## Requirements
58
58
 
59
- - Node >= 20.11
59
+ - Node >= 24
60
60
  - macOS or Linux. Windows is not yet supported (path handling; tracked in the repo issues).
61
61
 
62
62
  ## Docs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vegastack/skills",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Installer and verifier for VegaStack Agent Skills (Claude Code, Codex, and Hermes)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -32,7 +32,7 @@
32
32
  "LICENSE"
33
33
  ],
34
34
  "engines": {
35
- "node": ">=20.11"
35
+ "node": ">=24"
36
36
  },
37
37
  "scripts": {
38
38
  "sync": "bun scripts/sync-skill.mjs",