Skip to content

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:21
· 24 commits to main since this release
8bb7c21

Patch Changes

  • #188 fa8f1b5 - AGENTS.md now ships in the npm package, so it lands at
    node_modules/@jantimon/web-performance-debugger/AGENTS.md for a consumer to read. wpd --help ends
    with the absolute paths to the installed AGENTS.md and README.md, so an agent can find and open them.

  • #192 9b79528 - Reorganized examples/: the demos a newcomer runs stay at the top level, and the measurement/
    calibration fixtures move to examples/probes/. No example was renamed; the top-level README.md
    now maps each demo to the question it answers. Docs and tests point at the new probe paths.

  • #193 49636ad - record --members ... --out <path> now names the group's manifest and member recordings from --out's
    basename (before, only its directory was used and the basename was silently dropped), so a path a caller
    derives from --out exists. The group's identity still comes from --group (meta.name), so latest
    and the group name resolve unchanged.

    README: the pnpm caveat now covers pnpm 11 blocking the bin. The ignored-build install error exits 1
    before wpd runs, stopping even the browserless --target node lane; unblock with pnpm approve-builds puppeteer.

  • #190 c9df5b3 - README: a plainer opening line, a reason for the Node 24+ requirement, and a gloss on the 5173
    port. The package description now matches the repo and covers rendering counts and allocation, so all
    three storefronts read the same. Adds an examples/ map pointing newcomers at the three main demos.

  • #191 2af855f - README/docs wording: plain words replace "provenance"; the Node and install lines lose their
    explanations.