esm.sh
esm.sh copied to clipboard
update v135_7 -> v136
Hi,
i run a local esm instance in my CI for a long time, and today I begin to fail:
then I did a little analysis (3h) I broke it down:
<html>
<head></head>
<body>
<script type="module">
import { fireproof } from 'http://localhost:4874/@fireproof/core?no-dts'
console.log("fp", fireproof)
</script>
hello world
</body>
if it points to a v136 the import will fail --- if I use v135_7 it works.
with esmd logging:
2025/01/13 10:26:34 [error] build '/@fireproof/[email protected]/es2022/@ipld/dag-json.mjs': failed to analyze @fireproof/[email protected]/@web3-storage/pail/link: could not resolve build entry
Sorry for not digging into it.
Thx
Meno