Skip to content

0.100.0 is a broken publish — dist/index.js imports a chunk not in the tarball #320

Description

@drewstone

@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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions