Coralite v0.6.2
Coralite’s latest release, v0.6.2, introduces critical stability improvements and compatibility fixes to enhance reliability across environments. This update addresses dependency management, version alignment, and Node.js v18-specific requirements.
Core Functionality #
- Lock file updates: Resolved inconsistencies in dependency resolution by updating lock files to ensure deterministic builds across platforms.
- Version bump: Updated package version to align with internal release tracking and external expectations for v0.6.2.
- Node.js v18 compatibility: Fixed runtime errors in environments using Node.js v18 by explicitly referencing
globalThis
for thecrypto
module, ensuring consistent behaviour across versions.
Get the release #
npm install coralite@0.6.2
For detailed information on all changes, refer to the git v0.6.2 changelog
Related posts
- Coralite v0.11.3 - 18 June 25
- Coralite v0.11.2 - 15 June 25
- Coralite v0.11.1 - 5 June 25