@powerlines/plugin-open-telemetry 0.1.62 → 0.1.72

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.
@@ -1,5 +1,4 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
2
- const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
3
2
  let _stryke_path_join_paths = require("@stryke/path/join-paths");
4
3
  let automd = require("automd");
5
4
  let powerlines_plugin_utils = require("powerlines/plugin-utils");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-telemetry",
3
- "version": "0.1.62",
3
+ "version": "0.1.72",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for registering OpenTelemetry integration at runtime.",
6
6
  "keywords": [
@@ -87,10 +87,10 @@
87
87
  "@alloy-js/json": "^0.23.0",
88
88
  "@alloy-js/markdown": "^0.23.0",
89
89
  "@alloy-js/typescript": "^0.23.0",
90
- "@powerlines/plugin-alloy": "^0.26.133",
91
- "@powerlines/plugin-automd": "^0.1.509",
92
- "@powerlines/plugin-plugin": "^0.12.460",
93
- "@storm-software/config-tools": "^1.190.20",
90
+ "@powerlines/plugin-alloy": "^0.26.142",
91
+ "@powerlines/plugin-automd": "^0.1.518",
92
+ "@powerlines/plugin-plugin": "^0.12.469",
93
+ "@storm-software/config-tools": "^1.190.26",
94
94
  "@stryke/convert": "^0.7.7",
95
95
  "@stryke/env": "^0.20.93",
96
96
  "@stryke/fs": "^0.33.76",
@@ -101,13 +101,13 @@
101
101
  "@stryke/types": "^0.12.4",
102
102
  "automd": "^0.4.3",
103
103
  "defu": "^6.1.7",
104
- "powerlines": "^0.47.48",
104
+ "powerlines": "^0.47.57",
105
105
  "c12": "^3.3.4"
106
106
  },
107
107
  "devDependencies": {
108
108
  "@opentelemetry/otlp-exporter-base": "^0.205.0",
109
109
  "@opentelemetry/otlp-transformer": "^0.205.0",
110
- "@types/node": "^25.9.0",
110
+ "@types/node": "^25.9.1",
111
111
  "protobufjs": "^7.6.0"
112
112
  },
113
113
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "@opentelemetry/sdk-trace-base": ">=2.0.0 <3.0.0"
124
124
  },
125
125
  "publishConfig": { "access": "public" },
126
- "gitHead": "9bf77f434050d8a5191459afa5254d93b8a2081c"
126
+ "gitHead": "3c03ca552cba44f010ad7ee369a69986987facfc"
127
127
  }