v112
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 foraxios
,cross-fetch
,whatwg-fetch
automatically - Fix
node:buffer
import fordenonext
target (closed #556) - CLI: Use user-specified indent size (#551 by @npg418)
Credits
Huge thanks to @Justinidlerz @npg418