v2.0.0-rc.2
Note
This is first public release candidate for unenv@2.
⚠️ Breaking Changes
If directly using unenv/rumtime imports, you need to update unenv/runtime/node/{module}/index to unenv/runtime/{module}
If you have encountered any issues regarding ESM-only dist, please reach out.
🚀 Enhancements
- Compatibility with
node@22.13.1types (#414)
🩹 Fixes
- node:async_hooks: Remove extra methods from
AsyncHookclass (#415) - node:timers: Avoid circular dependency in internals (#418)
- node:crypto: Fix
randomBytesreturning zero values (#420)