Coralite v0.18.1
Coralite v0.18.1 is a targeted update focused on stability and configuration correctness. This release addresses two critical issues that impact project setup and module resolution, ensuring a smoother experience for developers using the framework.
Key Improvements #
- Fixed incorrect module resolution in
jsconfig.jsonby correcting themoduleproperty fromNodeNexttonodenext(lowercase), aligning with Node.js’s expected configuration format. - Resolved path handling for configuration files in the Coralite CLI, ensuring that config files are correctly located and loaded regardless of project structure or invocation context.
These changes improve the reliability of project scaffolding and development tooling, reducing configuration-related errors during setup and build processes.
Upgrade Instructions #
To update your project, run one of the following commands depending on your needs:
npm install coralite@0.18.1
If you’re using coralite-scripts for project scaffolding, update it as well:
npm install coralite-scripts@0.18.1
For full details on changes, view the full changelog.
