Std Env Versions Save

Runtime Agnostic JS utils

v3.7.0

4 months ago

compare changes

🚀 Enhancements

  • Support railway provider detection (#106)

🩹 Fixes

  • Check bun runtime before node (#107)

💅 Refactors

  • Clarify runtimes and isNode behavior (#108)

❤️ Contributors

v3.6.0

5 months ago

compare changes

🚀 Enhancements

  • Add zeabur provider (#93)
  • Add codesphere provider (#95)

🩹 Fixes

  • isColorSupported: Inverted condition for TERM=dumb (#97)

🌊 Types

  • Type runtime export (#92)

❤️ Contributors

v3.5.0

6 months ago

compare changes

🚀 Enhancements

  • Add aws_amplify provider (#91)

❤️ Contributors

v3.4.3

8 months ago

compare changes

🩹 Fixes

  • Conditional check for process.versions?.bun (#75)

🏡 Chore

  • Update build dependencies (cd6cbf7)

❤️ Contributors

  • Pooya Parsa (@pi0)

v3.4.2

8 months ago

compare changes

📦 Build

  • es6 compatibiliy for commonjs bundle (#74)

❤️ Contributors

  • Pooya Parsa (@pi0)

v3.4.1

8 months ago

🩹 Fixes

  • Access process from globalThis (#73)

❤️ Contributors

  • Patrick Pircher

v3.4.0

9 months ago

compare changes

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 and node_modules (jiti release notes)

🚀 Enhancements

  • Universal env (#61)
  • providers: Detect VERCEL and VERCEL_ENV (#58)
  • Add isColorSupported flag (b80677b)
  • ExposeproviderInfo (3c547d8)
  • Platform agnostic process (48b4fc0)
  • process: Support process.versions (1ad71f6)
  • env: Support import.meta.env and Deno.env (ceb04d5)
  • Export nodeVersion and nodeMajorVersion (#60)
  • Detect stackblitz using process.versions.webcontainer (#63)
  • Detect the underlying runtime (#66)

📦 Build

  • Minify dist by default (4e67307)

❤️ Contributors

  • Pooya Parsa (@pi0)
  • Tom Lienard (@QuiiBz)
  • Nozomu Ikuta