cdnjs / packages

📦 Package configurations - The #1 free and open source CDN built to make life easier for developers.
https://cdnjs.com
MIT License
364 stars 354 forks source link

`chai.min.js` is missing for version 5.0.3 #1748

Open kleisauke opened 8 months ago

kleisauke commented 8 months ago

It seems that chai.min.js is no longer available for version 5.0.3: https://cdnjs.com/libraries/chai/5.0.3

chai is ESM-only since version 5.0.0, so it could be due to that, although chai.min.js is available in 5.0.0: https://cdnjs.com/libraries/chai/5.0.0

MattIPv4 commented 8 months ago

@xtuc looks like we're failing to generate the minified version here: https://github.com/cdnjs/logs/blob/prod/packages/c/chai/5.0.3/processing.log

I suspect this would get fixed as part of https://github.com/cdnjs/tools/issues/250, switching to a modern version of Terser that understands newer JS syntax.