@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.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. 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
- npm test
453
- npm run build
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
- npm run check
462
+ bun run check
460
463
  ```
461
464
 
462
465
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@code-yeongyu/senpi-telemetry",
3
- "version": "2026.8.30",
3
+ "version": "2026.8.31",
4
4
  "description": "Vendor-neutral telemetry contracts and typed schema utilities for pi",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",