esm.sh
esm.sh copied to clipboard
Packages that shouldn't exist appear when using `^version`
Failing module
- GitHub: https://github.com/codemirror
- npm: https://npmjs.com/package/codemirror
import { basicSetup } from "https://esm.sh/codemirror@^6.0.1"
https://esm.sh/codemirror@^6.0.1 points to [email protected], which is a non-existent version.
/* esm.sh - [email protected] */
export * from "/[email protected]/es2022/codemirror.mjs";
export { default } from "/[email protected]/es2022/codemirror.mjs";
seems the version @6.65.7 was published accidentally and deprecated
"deprecated": "This is an accidentally mis-tagged instance of 5.65.7"
i will updete the semver resovler to ignore deprecated versions, thanks for reporting!