v3.4.0
note
This release includes several refactors. If you have encountered any issues, please report them.If you see an error like
Cannot use 'import.meta' outside a module
upgrade to the latest version of jiti or renew your package manager's lock file andnode_modules
(jiti release notes)
🚀 Enhancements
- Universal
env
(#61) - providers: Detect
VERCEL
andVERCEL_ENV
(#58) - Add
isColorSupported
flag (b80677b) - Expose
providerInfo
(3c547d8) - Platform agnostic
process
(48b4fc0) - process: Support
process.versions
(1ad71f6) - env: Support
import.meta.env
andDeno.env
(ceb04d5) - Export
nodeVersion
andnodeMajorVersion
(#60) - Detect stackblitz using
process.versions.webcontainer
(#63) - Detect the underlying runtime (#66)
📦 Build
- Minify dist by default (4e67307)