v2.2.4
π Enhanced Runtime Checks
Replaced checkRuntimeHost
with a streamlined checkRuntime
function for improved clarity and reliability when ensuring runtime initialization.
π§ Improved Debugging
Updated debug labels for better traceability, including renaming nodehost
debug namespace to host:node
.
π¦ NodeHost Installation Logging
Added detailed logging during NodeHost
installation to track environment setup more effectively.
π οΈ Simplified MDAST Hashing
Refined the hashNode
function by removing unnecessary parameters, improving code simplicity and maintainability.