@damngamerz/pi-otel 0.1.4 → 0.1.5

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/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented here.
4
4
 
5
+ ## 0.1.5
6
+
7
+ - build: bump @biomejs/biome to 2.5.9
8
+ - build: bump @earendil-works/pi-ai to 0.84.2
9
+
5
10
  ## 0.1.4
6
11
 
7
12
  - docs: add Grafana dashboard screenshots to README and pi package gallery preview
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@damngamerz/pi-otel",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Privacy-conscious OpenTelemetry traces, metrics, and optional LLM evaluation for Pi",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -80,8 +80,8 @@
80
80
  "@opentelemetry/sdk-trace-node": "2.10.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@biomejs/biome": "2.5.8",
84
- "@earendil-works/pi-ai": "0.84.1",
83
+ "@biomejs/biome": "2.5.9",
84
+ "@earendil-works/pi-ai": "0.84.2",
85
85
  "@earendil-works/pi-coding-agent": "0.84.2",
86
86
  "@types/node": "25.9.5",
87
87
  "tsx": "4.23.12",