Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kleisauke opened this issue Jan 29, 2024 · 1 comment
Open

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

kleisauke opened this issue Jan 29, 2024 · 1 comment
Labels
⚙️ Auto-update Relating to the auto-update logic for cdnjs 🐛 Bug Something isn't working

Comments

@kleisauke
Copy link

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 MattIPv4 transferred this issue from cdnjs/cdnjs Jan 29, 2024
@MattIPv4
Copy link
Member

@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 cdnjs/tools#250, switching to a modern version of Terser that understands newer JS syntax.

@MattIPv4 MattIPv4 added 🐛 Bug Something isn't working ⚙️ Auto-update Relating to the auto-update logic for cdnjs labels Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ Auto-update Relating to the auto-update logic for cdnjs 🐛 Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants