@code-yeongyu/senpi-telemetry 2026.8.30 → 2026.8.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,6 +34,9 @@ Applications can use the in-memory reference or provide an adapter for OpenTelem
|
|
|
34
34
|
|
|
35
35
|
```bash
|
|
36
36
|
npm install @earendil-works/pi-telemetry
|
|
37
|
+
|
|
38
|
+
# Bun alternative
|
|
39
|
+
bun add @earendil-works/pi-telemetry
|
|
37
40
|
```
|
|
38
41
|
|
|
39
42
|
## Telemetry Concepts
|
|
@@ -449,14 +452,14 @@ The package does not use `AsyncLocalStorage` or another runtime-specific ambient
|
|
|
449
452
|
From this package directory:
|
|
450
453
|
|
|
451
454
|
```bash
|
|
452
|
-
|
|
453
|
-
|
|
455
|
+
bun run test
|
|
456
|
+
bun run build
|
|
454
457
|
```
|
|
455
458
|
|
|
456
459
|
Repository-wide type checking, formatting, linting, and smoke checks run with:
|
|
457
460
|
|
|
458
461
|
```bash
|
|
459
|
-
|
|
462
|
+
bun run check
|
|
460
463
|
```
|
|
461
464
|
|
|
462
465
|
## License
|