Skip to content

chore(repo): version packages#434

Merged
HugoRCD merged 1 commit into
mainfrom
changeset-release/main
Jul 20, 2026
Merged

chore(repo): version packages#434
HugoRCD merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@evlog/cli@0.1.0

Minor Changes

  • #431 0b90010 Thanks @HugoRCD! - Introduce the evlog CLI (@evlog/cli, binary evlog). First release ships evlog doctor — diagnoses your setup (Node version, evlog install, local .evlog/logs sink) with a branded terminal report or --json output — plus evlog telemetry status|enable|disable. Opt into debug with --debug / EVLOG_CLI_DEBUG=1. Commands use defineEvlogCommand{ cli, log, ui }: log.step / log.finding(cliErrors.X) for diagnostics, ui.done for human/json/exit. Compact case-file on stderr; raw event with --json --debug. Workspace detection covers pnpm, bun (bun.lock / bun.lockb), npm, and yarn.

    --json, --debug, and telemetry all include an environment stage (development | preview | production). Packaged installs (npx / node_modules) report production; workspace builds report development. Override with EVLOG_CLI_ENV / EVLOG_TELEMETRY_ENV, or inherit VERCEL_ENV.

    withTelemetry() is now generic over citty ArgsDef, so root commands with typed flags (e.g. --debug) type-check cleanly. evlog telemetry status (and any tool using defineTelemetryCommands) prints the local data directory path. Telemetry env.environment is part of the standard envelope; authors may pass environment in TelemetryOptions.

Patch Changes

evlog@2.22.1

Patch Changes

  • #431 573f772 Thanks @HugoRCD! - Export evlog/package.json so tooling (e.g. evlog doctor) can resolve the installed version via require.resolve('evlog/package.json') under Node's exports map.

  • #433 9b2d3d9 Thanks @TheLiberal! - Fix the Nitro v3 response hook breaking every streaming response (SSE, NDJSON, and transfer-encoding: chunked — which includes all tRPC v11 httpBatchStreamLink traffic). The hook locked the original response body via getReader() and assigned the wrapped response to event.res, which is a getter-only accessor on h3 v2, producing Attempted to assign to readonly property followed by ReadableStream is locked and a 500 for the client. Streaming responses now pass through untouched and the wide event is emitted at header time; stream-lifetime metrics are not observable from h3 v2's onResponse hook, which cannot replace the outgoing response.

@evlog/telemetry@0.1.1

Patch Changes

  • #431 0b90010 Thanks @HugoRCD! - Introduce the evlog CLI (@evlog/cli, binary evlog). First release ships evlog doctor — diagnoses your setup (Node version, evlog install, local .evlog/logs sink) with a branded terminal report or --json output — plus evlog telemetry status|enable|disable. Opt into debug with --debug / EVLOG_CLI_DEBUG=1. Commands use defineEvlogCommand{ cli, log, ui }: log.step / log.finding(cliErrors.X) for diagnostics, ui.done for human/json/exit. Compact case-file on stderr; raw event with --json --debug. Workspace detection covers pnpm, bun (bun.lock / bun.lockb), npm, and yarn.

    --json, --debug, and telemetry all include an environment stage (development | preview | production). Packaged installs (npx / node_modules) report production; workspace builds report development. Override with EVLOG_CLI_ENV / EVLOG_TELEMETRY_ENV, or inherit VERCEL_ENV.

    withTelemetry() is now generic over citty ArgsDef, so root commands with typed flags (e.g. --debug) type-check cleanly. evlog telemetry status (and any tool using defineTelemetryCommands) prints the local data directory path. Telemetry env.environment is part of the standard envelope; authors may pass environment in TelemetryOptions.

evlog-community-adapter-skeleton@8.0.1

Patch Changes

evlog-community-enricher-skeleton@8.0.1

Patch Changes

evlog-community-framework-skeleton@8.0.1

Patch Changes

@vercel

vercel Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
evlog-docs Ready Ready Preview, Comment, Open in v0 Jul 20, 2026 6:45pm
just-use-evlog Ready Ready Preview, Comment Jul 20, 2026 6:45pm

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 457eded to 07b894b Compare July 20, 2026 18:41
@HugoRCD
HugoRCD merged commit 30ccb08 into main Jul 20, 2026
3 checks passed
@HugoRCD
HugoRCD deleted the changeset-release/main branch July 20, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant