@powerlines/plugin-open-telemetry 0.1.171 → 0.1.172

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 (1) hide show
  1. 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.171",
3
+ "version": "0.1.172",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for registering OpenTelemetry integration at runtime.",
6
6
  "keywords": [
@@ -171,9 +171,9 @@
171
171
  "@alloy-js/markdown": "^0.24.0",
172
172
  "@alloy-js/typescript": "^0.24.0",
173
173
  "@power-plant/alloy-js": "^0.0.20",
174
- "@powerlines/plugin-alloy": "^0.26.239",
175
- "@powerlines/plugin-automd": "^0.1.607",
176
- "@powerlines/plugin-plugin": "^0.12.558",
174
+ "@powerlines/plugin-alloy": "^0.26.240",
175
+ "@powerlines/plugin-automd": "^0.1.608",
176
+ "@powerlines/plugin-plugin": "^0.12.559",
177
177
  "@storm-software/config-tools": "^1.190.109",
178
178
  "@stryke/convert": "^0.7.27",
179
179
  "@stryke/env": "^0.20.114",
@@ -186,7 +186,7 @@
186
186
  "automd": "^0.4.3",
187
187
  "c12": "^3.3.4",
188
188
  "defu": "^6.1.7",
189
- "powerlines": "^0.47.146"
189
+ "powerlines": "^0.47.147"
190
190
  },
191
191
  "devDependencies": {
192
192
  "@opentelemetry/api": "^1.9.1",
@@ -217,5 +217,5 @@
217
217
  "@opentelemetry/sdk-trace-base": ">=2.0.0 <3.0.0"
218
218
  },
219
219
  "publishConfig": { "access": "public" },
220
- "gitHead": "e86d6fab3bd4d2e2f9f6d05df8df7a07d399857e"
220
+ "gitHead": "af891c3e728ec71f441887e7f1bb92272c6823fe"
221
221
  }