esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

update v135_7 -> v136

Open mabels opened this issue 1 year ago • 2 comments

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

mabels avatar Jan 13 '25 10:01 mabels