@tangle-network/agent-eval@0.100.0 is a broken publish: its dist/index.js statically imports ./chunk-VWQ6PO5O.js, which is not present in the published tarball (the dist ships 56 other chunks but not that one). Any consumer that hits the full import path crashes at module resolution:
Error [ERR_MODULE_NOT_FOUND]: Cannot find module '.../@tangle-network/agent-eval/dist/chunk-VWQ6PO5O.js'
imported from .../@tangle-network/agent-eval/dist/index.js
Confirmed by pnpm install --force (re-fetched the same broken tarball) — so it's the published artifact, not a local corruption. It crashed the redteam ab-agent-runtime bin at runtime (unit tests passed because they don't hit the full import). Worked around downstream by pinning 0.100.2.
Ask: deprecate/unpublish 0.100.0 (and verify the dist chunk graph in the publish CI so a dangling chunk import can't ship again).
@tangle-network/agent-eval@0.100.0is a broken publish: itsdist/index.jsstatically imports./chunk-VWQ6PO5O.js, which is not present in the published tarball (the dist ships 56 other chunks but not that one). Any consumer that hits the full import path crashes at module resolution:Confirmed by
pnpm install --force(re-fetched the same broken tarball) — so it's the published artifact, not a local corruption. It crashed the redteamab-agent-runtimebin at runtime (unit tests passed because they don't hit the full import). Worked around downstream by pinning0.100.2.Ask: deprecate/unpublish
0.100.0(and verify the dist chunk graph in the publish CI so a dangling chunk import can't ship again).