@powerlines/plugin-open-telemetry 0.1.114 → 0.1.116
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 +14 -14
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.116",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for registering OpenTelemetry integration at runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -212,21 +212,21 @@
|
|
|
212
212
|
"@alloy-js/json": "^0.23.0",
|
|
213
213
|
"@alloy-js/markdown": "^0.23.0",
|
|
214
214
|
"@alloy-js/typescript": "^0.23.0",
|
|
215
|
-
"@powerlines/plugin-alloy": "0.26.
|
|
216
|
-
"@powerlines/plugin-automd": "0.1.
|
|
217
|
-
"@powerlines/plugin-plugin": "0.12.
|
|
215
|
+
"@powerlines/plugin-alloy": "0.26.184",
|
|
216
|
+
"@powerlines/plugin-automd": "0.1.553",
|
|
217
|
+
"@powerlines/plugin-plugin": "0.12.504",
|
|
218
218
|
"@storm-software/config-tools": "^1.190.37",
|
|
219
|
-
"@stryke/convert": "^0.7.
|
|
220
|
-
"@stryke/env": "^0.20.
|
|
221
|
-
"@stryke/fs": "^0.33.
|
|
222
|
-
"@stryke/json": "^0.15.
|
|
223
|
-
"@stryke/path": "^0.29.
|
|
224
|
-
"@stryke/string-format": "^0.17.
|
|
225
|
-
"@stryke/type-checks": "^0.6.
|
|
226
|
-
"@stryke/types": "^0.12.
|
|
219
|
+
"@stryke/convert": "^0.7.12",
|
|
220
|
+
"@stryke/env": "^0.20.98",
|
|
221
|
+
"@stryke/fs": "^0.33.81",
|
|
222
|
+
"@stryke/json": "^0.15.5",
|
|
223
|
+
"@stryke/path": "^0.29.8",
|
|
224
|
+
"@stryke/string-format": "^0.17.23",
|
|
225
|
+
"@stryke/type-checks": "^0.6.14",
|
|
226
|
+
"@stryke/types": "^0.12.9",
|
|
227
227
|
"automd": "^0.4.3",
|
|
228
228
|
"defu": "^6.1.7",
|
|
229
|
-
"powerlines": "0.47.
|
|
229
|
+
"powerlines": "0.47.92",
|
|
230
230
|
"c12": "^3.3.4"
|
|
231
231
|
},
|
|
232
232
|
"devDependencies": {
|
|
@@ -261,5 +261,5 @@
|
|
|
261
261
|
"tinyrainbow": "3.1.0",
|
|
262
262
|
"vitest": "4.1.7"
|
|
263
263
|
},
|
|
264
|
-
"gitHead": "
|
|
264
|
+
"gitHead": "16ecf46c38b1905cec6ecae31726564cc208be99"
|
|
265
265
|
}
|