Skip to content

Commit 30ccb08

Browse files
github-actions[bot]HugoRCD
authored andcommitted
Version Packages
1 parent 61d0c02 commit 30ccb08

15 files changed

Lines changed: 62 additions & 26 deletions

File tree

.changeset/cli.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/evlog-package-json-export.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nitro-v3-streaming-responses.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/community-adapter-skeleton/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# evlog-community-adapter-skeleton
22

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`573f772`](https://github.com/HugoRCD/evlog/commit/573f772cdb0d69425739c389b780119fbb63259e), [`9b2d3d9`](https://github.com/HugoRCD/evlog/commit/9b2d3d94ad0e922942f35cc6b604db7e8b764fa0)]:
8+
- evlog@2.22.1
9+
310
## 8.0.0
411

512
### Patch Changes

examples/community-adapter-skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evlog-community-adapter-skeleton",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Reference skeleton for a community evlog drain adapter built on defineHttpDrain.",
55
"private": true,
66
"type": "module",

examples/community-enricher-skeleton/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# evlog-community-enricher-skeleton
22

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`573f772`](https://github.com/HugoRCD/evlog/commit/573f772cdb0d69425739c389b780119fbb63259e), [`9b2d3d9`](https://github.com/HugoRCD/evlog/commit/9b2d3d94ad0e922942f35cc6b604db7e8b764fa0)]:
8+
- evlog@2.22.1
9+
310
## 8.0.0
411

512
### Patch Changes

examples/community-enricher-skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evlog-community-enricher-skeleton",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Reference skeleton for a community evlog enricher built on defineEnricher.",
55
"private": true,
66
"type": "module",

examples/community-framework-skeleton/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# evlog-community-framework-skeleton
22

3+
## 8.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`573f772`](https://github.com/HugoRCD/evlog/commit/573f772cdb0d69425739c389b780119fbb63259e), [`9b2d3d9`](https://github.com/HugoRCD/evlog/commit/9b2d3d94ad0e922942f35cc6b604db7e8b764fa0)]:
8+
- evlog@2.22.1
9+
310
## 8.0.0
411

512
### Patch Changes

examples/community-framework-skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "evlog-community-framework-skeleton",
3-
"version": "8.0.0",
3+
"version": "8.0.1",
44
"description": "Reference skeleton for a community evlog framework integration built on defineFrameworkIntegration.",
55
"private": true,
66
"type": "module",

packages/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @evlog/cli
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#431](https://github.com/HugoRCD/evlog/pull/431) [`0b90010`](https://github.com/HugoRCD/evlog/commit/0b90010a614ae4e03ec823592ff3a5eec592dc66) Thanks [@HugoRCD](https://github.com/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.
8+
9+
`--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`.
10+
11+
`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`.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`0b90010`](https://github.com/HugoRCD/evlog/commit/0b90010a614ae4e03ec823592ff3a5eec592dc66), [`573f772`](https://github.com/HugoRCD/evlog/commit/573f772cdb0d69425739c389b780119fbb63259e), [`9b2d3d9`](https://github.com/HugoRCD/evlog/commit/9b2d3d94ad0e922942f35cc6b604db7e8b764fa0)]:
16+
- @evlog/telemetry@0.1.1
17+
- evlog@2.22.1

0 commit comments

Comments
 (0)