@powerlines/plugin-open-telemetry 0.1.166 → 0.1.167
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 +6 -6
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.167",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for registering OpenTelemetry integration at runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -170,9 +170,9 @@
|
|
|
170
170
|
"@alloy-js/json": "^0.23.0",
|
|
171
171
|
"@alloy-js/markdown": "^0.23.0",
|
|
172
172
|
"@alloy-js/typescript": "^0.23.0",
|
|
173
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
174
|
-
"@powerlines/plugin-automd": "0.1.
|
|
175
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
173
|
+
"@powerlines/plugin-alloy": "0.26.235",
|
|
174
|
+
"@powerlines/plugin-automd": "0.1.603",
|
|
175
|
+
"@powerlines/plugin-plugin": "0.12.554",
|
|
176
176
|
"@storm-software/config-tools": "^1.190.89",
|
|
177
177
|
"@stryke/convert": "^0.7.26",
|
|
178
178
|
"@stryke/env": "^0.20.113",
|
|
@@ -185,7 +185,7 @@
|
|
|
185
185
|
"automd": "^0.4.3",
|
|
186
186
|
"c12": "^3.3.4",
|
|
187
187
|
"defu": "^6.1.7",
|
|
188
|
-
"powerlines": "0.47.
|
|
188
|
+
"powerlines": "0.47.142"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@opentelemetry/api": "^1.9.1",
|
|
@@ -216,5 +216,5 @@
|
|
|
216
216
|
"@opentelemetry/sdk-trace-base": ">=2.0.0 <3.0.0"
|
|
217
217
|
},
|
|
218
218
|
"publishConfig": { "access": "public" },
|
|
219
|
-
"gitHead": "
|
|
219
|
+
"gitHead": "237e375dd938a17d2d363344b4d2c38c0173a76e"
|
|
220
220
|
}
|