@powerlines/plugin-open-telemetry 0.1.240 → 0.1.241
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-open-telemetry",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.241",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for registering OpenTelemetry integration at runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -184,10 +184,10 @@
|
|
|
184
184
|
"@alloy-js/json": "^0.24.0",
|
|
185
185
|
"@alloy-js/markdown": "^0.24.0",
|
|
186
186
|
"@alloy-js/typescript": "^0.24.0",
|
|
187
|
-
"@power-plant/alloy-js": "^0.0.
|
|
188
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
189
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
190
|
-
"@powerlines/plugin-env": "^0.16.
|
|
187
|
+
"@power-plant/alloy-js": "^0.0.87",
|
|
188
|
+
"@powerlines/plugin-alloy": "^0.26.309",
|
|
189
|
+
"@powerlines/plugin-automd": "^0.1.673",
|
|
190
|
+
"@powerlines/plugin-env": "^0.16.420",
|
|
191
191
|
"@storm-software/config-tools": "^1.190.133",
|
|
192
192
|
"@stryke/convert": "^0.7.39",
|
|
193
193
|
"@stryke/env": "^0.20.127",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"automd": "^0.4.3",
|
|
201
201
|
"c12": "^3.3.4",
|
|
202
202
|
"defu": "^6.1.7",
|
|
203
|
-
"powerlines": "^0.47.
|
|
203
|
+
"powerlines": "^0.47.211",
|
|
204
204
|
"zod": "^4.4.3"
|
|
205
205
|
},
|
|
206
206
|
"devDependencies": {
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"@opentelemetry/sdk-logs": "^0.220.0",
|
|
217
217
|
"@opentelemetry/sdk-metrics": "^2.10.0",
|
|
218
218
|
"@opentelemetry/sdk-trace-base": "^2.10.0",
|
|
219
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
219
|
+
"@powerlines/plugin-plugin": "^0.12.624",
|
|
220
220
|
"@types/node": "^25.9.5",
|
|
221
221
|
"protobufjs": "^7.6.5"
|
|
222
222
|
},
|
|
@@ -233,5 +233,5 @@
|
|
|
233
233
|
"@opentelemetry/sdk-trace-base": ">=2.0.0 <3.0.0"
|
|
234
234
|
},
|
|
235
235
|
"publishConfig": { "access": "public" },
|
|
236
|
-
"gitHead": "
|
|
236
|
+
"gitHead": "b009e583e12f04c70454ada388ceaae84d7ae6db"
|
|
237
237
|
}
|