101arrowz / fflate

High performance (de)compression in an 8kB package

Home Page:https://101arrowz.github.io/fflate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDN bundle for 0.8.1 is broken

mydea opened this issue · comments

I just noticed that this:

https://cdn.jsdelivr.net/npm/fflate@0.8.1/umd/index.min.js

Does not seem to work. whereas https://cdn.jsdelivr.net/npm/fflate@0.8.0/umd/index.min.js does work! So it seems something in 0.8.1 is tripping up there 🤔 not a big deal but though I'd let you know!

That's annoying. I don't know if there's any way to get the CDNs to take down that version, or at least have the default page redirect to v0.8.0 for now. Thanks for letting me know, I'll fix this for v0.8.2.

Fixed in v0.8.2, thanks for reporting!