@amaster.ai/pi-telemetry 0.1.2-beta.13 → 0.1.2-beta.15
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 +2 -0
- package/package.json +4 -2
- package/preview.png +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @amaster.ai/pi-telemetry
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
3
5
|
Runtime telemetry contracts and exporters for pi.
|
|
4
6
|
|
|
5
7
|
The root package exposes stable exporter contracts plus no-op and composite exporters. Provider-specific implementations live behind explicit subpath entry points so applications can depend on the smallest public surface they need.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/pi-telemetry",
|
|
3
|
-
"version": "0.1.2-beta.
|
|
3
|
+
"version": "0.1.2-beta.15",
|
|
4
4
|
"description": "Pi extension for runtime telemetry with Langfuse and OpenTelemetry exporters",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -44,9 +44,11 @@
|
|
|
44
44
|
},
|
|
45
45
|
"files": [
|
|
46
46
|
"dist",
|
|
47
|
+
"preview.png",
|
|
47
48
|
"README.md"
|
|
48
49
|
],
|
|
49
50
|
"pi": {
|
|
51
|
+
"image": "https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-telemetry/preview.png",
|
|
50
52
|
"extensions": [
|
|
51
53
|
"./dist/index.js"
|
|
52
54
|
]
|
|
@@ -61,7 +63,7 @@
|
|
|
61
63
|
},
|
|
62
64
|
"dependencies": {
|
|
63
65
|
"langfuse": "^3.38.20",
|
|
64
|
-
"@amaster.ai/pi-shared": "0.1.2-beta.
|
|
66
|
+
"@amaster.ai/pi-shared": "0.1.2-beta.15"
|
|
65
67
|
},
|
|
66
68
|
"peerDependencies": {
|
|
67
69
|
"@earendil-works/pi-coding-agent": ">=0.74.0"
|
package/preview.png
ADDED
|
Binary file
|