@solidjs/h@2.0.0-rc.8
Patch Changes a39415c: Breaking: all runtime packages are ESM only and declare engines.node >= 22.12. Every .cjs artifact, every require branch in the exports maps, and the types-cjs/ declaration mirrors are gone. Node 22.12+ loads ESM through require() natively, so a CommonJS host resolves the same files through the same export conditions it always did (browser, node, development, observe, …) — t…