@ngocsangairvds/vsaf 3.1.22 → 3.1.23

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/package.json +1 -1
  2. package/src/global.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngocsangairvds/vsaf",
3
- "version": "3.1.22",
3
+ "version": "3.1.23",
4
4
  "description": "fix gitnexus with windows",
5
5
  "keywords": ["claude", "claude-code", "ai", "sdlc", "framework", "bmad", "gitnexus", "superpowers"],
6
6
  "bin": {
package/src/global.js CHANGED
@@ -14,7 +14,7 @@ async function installGlobal() {
14
14
  console.log( '\x1b[1m╚══════════════════════════════════════════╝\x1b[0m');
15
15
 
16
16
  installSkills();
17
- installBinary('gitnexus', () => exec('npm install -g gitnexus'));
17
+ installBinary('gitnexus', () => exec('npm install -g gitnexus@1.6.4-rc.64'));
18
18
  setupGitnexusMcp();
19
19
 
20
20
  console.log('\n\x1b[32m\x1b[1m✓ Global infra ready.\x1b[0m\n');