krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.77k stars 754 forks source link

cdn.jsdelivr.net is serving v6.5.0 #602

Closed michaeljoelphillips closed 2 years ago

michaeljoelphillips commented 2 years ago

Fuse v6.5.0 is being served from https://cdn.jsdelivr.net/npm/fuse.js/dist/fuse.min.js:

/**
 * Fuse.js v6.5.0 - Lightweight fuzzy-search (http://fusejs.io)
 *
 * Copyright (c) 2021 Kiro Risk (http://kiro.me)
 * All Rights Reserved. Apache Software License 2.0
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 */
undefined

It looks like there was a problem with the release for this version, so it was pulled from Github, but cdn.jsdelivr.net is still serving it. Is there any way that this can be fixed within cdn.jsdelivr.net?

jimaek commented 2 years ago

Best thing to do is probably release a fixed 6.5.1 and purge the CDN cache. Let me know when its done and we can purge

krisk commented 2 years ago

Ok, I know the problem. Currently fixing it.

krisk commented 2 years ago

6.5.2 has been released. The issue was due to Terser which affected minification.

jimaek commented 2 years ago

Everything should be good on the jsDelivr side too. Let me know if we can help with anything else