@damngamerz/pi-otel 0.1.2 → 0.1.3

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 +9 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project will be documented here.
4
4
 
5
+ ## 0.1.3
6
+
7
+ - build: bump opentelemetry group (sdk 2.10, otlp-http 0.221)
8
+ - build: bump @earendil-works/pi-ai to 0.83.0
9
+ - build: bump @earendil-works/pi-coding-agent to 0.83.0
10
+ - build: bump @biomejs/biome to 2.5.6
11
+ - build: bump actions/checkout to 7.0.1
12
+ - build: bump github/codeql-action to 4.37.4
13
+
5
14
  ## 0.1.2
6
15
 
7
16
  - feat: tolerant JSON parser fallback for judge responses
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@damngamerz/pi-otel",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Privacy-conscious OpenTelemetry traces, metrics, and optional LLM evaluation for Pi",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -72,17 +72,17 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@opentelemetry/api": "1.9.1",
75
- "@opentelemetry/exporter-metrics-otlp-http": "0.220.0",
76
- "@opentelemetry/exporter-trace-otlp-http": "0.220.0",
77
- "@opentelemetry/resources": "2.9.0",
78
- "@opentelemetry/sdk-metrics": "2.9.0",
79
- "@opentelemetry/sdk-trace-base": "2.9.0",
80
- "@opentelemetry/sdk-trace-node": "2.9.0"
75
+ "@opentelemetry/exporter-metrics-otlp-http": "0.221.0",
76
+ "@opentelemetry/exporter-trace-otlp-http": "0.221.0",
77
+ "@opentelemetry/resources": "2.10.0",
78
+ "@opentelemetry/sdk-metrics": "2.10.0",
79
+ "@opentelemetry/sdk-trace-base": "2.10.0",
80
+ "@opentelemetry/sdk-trace-node": "2.10.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@biomejs/biome": "2.5.4",
84
- "@earendil-works/pi-ai": "0.80.10",
85
- "@earendil-works/pi-coding-agent": "0.80.10",
83
+ "@biomejs/biome": "2.5.6",
84
+ "@earendil-works/pi-ai": "0.83.0",
85
+ "@earendil-works/pi-coding-agent": "0.83.0",
86
86
  "@types/node": "25.9.5",
87
87
  "tsx": "4.23.1",
88
88
  "typescript": "7.0.2"