jorgex-stack 1.1.0 → 1.1.1

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1659,7 +1659,7 @@ var PLAYWRIGHT_CLI = {
1659
1659
  };
1660
1660
  function parsePlaywrightCliVersion(output) {
1661
1661
  if (output === null) return null;
1662
- return /^playwright-cli\s+(\d+\.\d+\.\d+)\s*$/i.exec(output.trim())?.[1] ?? null;
1662
+ return /^(?:playwright-cli\s+)?(\d+\.\d+\.\d+)$/i.exec(output.trim())?.[1] ?? null;
1663
1663
  }
1664
1664
  function resolvePlaywrightCliState({ binPath, versionOutput }) {
1665
1665
  if (binPath === null) return { status: "absent", binPath: null, detectedVersion: null };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jorgex-stack",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Harness multi-agente portable: instala la config JorgeX (agentes, skills, hooks, Engram, MCPs) en Claude Code, Codex CLI y OpenCode",
5
5
  "type": "module",
6
6
  "license": "MIT",