Skip to content

v112

Compare
Choose a tag to compare
@ije ije released this 22 Mar 20:20
· 918 commits to main since this release

The CDN serves over 5M requests each day currently, which is powered by Cloudflare's edge worker, it's globally fast! (you can check the benchmark by @azu: https://github.com/azu/npmcdn-upptime).

Changes:

  • Use .mjs extension for the package main module to resolve sub-path conflicts
  • Ignore ?exports query when importing stable modules
  • Fix npm naming regexp (close #541)
  • Fix tree shaking (close #521)
  • Fix package nested conditions export (#546 by @Justinidlerz)
  • Fix esm imports in cjs (close #557)
  • Improve server performance (#543 by @Justinidlerz)
  • Update the requireModeAllowList (close #540, #548)

For Deno:

  • Inject XHR polyfill for axios, cross-fetch, whatwg-fetch automatically
  • Fix node:buffer import for denonext target (closed #556)
  • CLI: Use user-specified indent size (#551 by @npg418)

Credits

Huge thanks to @Justinidlerz @npg418