v1.4.1 — Fix del puente de navegador (Líder/Tottus ahora sí resuelven)
Corrige la 1.4.0: el puente automático nunca resolvía Líder/Tottus por tres bugs que solo se ven contra el sitio real (los tests con fixtures no los detectaban).
🐛 Fixed
__NEXT_DATA__+noncede CSP — el navegador real inyecta<script nonce="" id="__NEXT_DATA__" …>(nonce antes del id); el marcador literal no lo matcheaba y Líder se reportabablockedcon los datos presentes. NuevonextData.ts(extractNextDataJson/hasNextData, tolerante al orden de atributos), compartido por Líder y Tottus.fetchSsrHtml/ navegación —networkidlenunca se cumple (analytics/polling) → timeout. Ahoradomcontentloaded.fetchSsrHtml/ selector —waitForSelectoresperabavisible, pero un<script>es invisible → timeout. Ahorastate: "attached".
✅ Verificación
Contra los sitios reales (Chrome real, channel: "chrome"): Líder ~46 productos, Tottus ~48. 157 tests.
Changelog: CHANGELOG.md
🤖 Generated with Claude Code