@powerlines/plugin-open-telemetry 0.1.159 → 0.1.160
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.
|
@@ -8,7 +8,7 @@ let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plug
|
|
|
8
8
|
let _powerlines_plugin_alloy_typescript_components_builtin_file = require("@powerlines/plugin-alloy/typescript/components/builtin-file");
|
|
9
9
|
let _powerlines_plugin_alloy_typescript_components_tsdoc = require("@powerlines/plugin-alloy/typescript/components/tsdoc");
|
|
10
10
|
let defu = require("defu");
|
|
11
|
-
defu = require_runtime.__toESM(defu);
|
|
11
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
12
12
|
|
|
13
13
|
//#region src/components/trace-builtin.tsx
|
|
14
14
|
/**
|
package/dist/index.cjs
CHANGED
|
@@ -4,12 +4,12 @@ const require_helpers_automd_generator = require('./helpers/automd-generator.cjs
|
|
|
4
4
|
const require_components_trace_builtin = require('./components/trace-builtin.cjs');
|
|
5
5
|
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
6
6
|
let defu = require("defu");
|
|
7
|
-
defu = require_runtime.__toESM(defu);
|
|
7
|
+
defu = require_runtime.__toESM(defu, 1);
|
|
8
8
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
9
9
|
let _powerlines_plugin_automd = require("@powerlines/plugin-automd");
|
|
10
|
-
_powerlines_plugin_automd = require_runtime.__toESM(_powerlines_plugin_automd);
|
|
10
|
+
_powerlines_plugin_automd = require_runtime.__toESM(_powerlines_plugin_automd, 1);
|
|
11
11
|
let _powerlines_plugin_env = require("@powerlines/plugin-env");
|
|
12
|
-
_powerlines_plugin_env = require_runtime.__toESM(_powerlines_plugin_env);
|
|
12
|
+
_powerlines_plugin_env = require_runtime.__toESM(_powerlines_plugin_env, 1);
|
|
13
13
|
|
|
14
14
|
//#region src/index.tsx
|
|
15
15
|
/**
|
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.160",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin for registering OpenTelemetry integration at runtime.",
|
|
6
6
|
"keywords": [
|
|
@@ -170,10 +170,10 @@
|
|
|
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.
|
|
176
|
-
"@storm-software/config-tools": "^1.190.
|
|
173
|
+
"@powerlines/plugin-alloy": "^0.26.228",
|
|
174
|
+
"@powerlines/plugin-automd": "^0.1.596",
|
|
175
|
+
"@powerlines/plugin-plugin": "^0.12.547",
|
|
176
|
+
"@storm-software/config-tools": "^1.190.54",
|
|
177
177
|
"@stryke/convert": "^0.7.15",
|
|
178
178
|
"@stryke/env": "^0.20.102",
|
|
179
179
|
"@stryke/fs": "^0.33.85",
|
|
@@ -184,13 +184,13 @@
|
|
|
184
184
|
"@stryke/types": "^0.12.12",
|
|
185
185
|
"automd": "^0.4.3",
|
|
186
186
|
"defu": "^6.1.7",
|
|
187
|
-
"powerlines": "0.47.
|
|
187
|
+
"powerlines": "^0.47.135",
|
|
188
188
|
"c12": "^3.3.4"
|
|
189
189
|
},
|
|
190
190
|
"devDependencies": {
|
|
191
191
|
"@opentelemetry/otlp-exporter-base": "^0.205.0",
|
|
192
192
|
"@opentelemetry/otlp-transformer": "^0.205.0",
|
|
193
|
-
"@types/node": "^25.9.
|
|
193
|
+
"@types/node": "^25.9.3",
|
|
194
194
|
"protobufjs": "^7.6.3"
|
|
195
195
|
},
|
|
196
196
|
"peerDependencies": {
|
|
@@ -206,5 +206,5 @@
|
|
|
206
206
|
"@opentelemetry/sdk-trace-base": ">=2.0.0 <3.0.0"
|
|
207
207
|
},
|
|
208
208
|
"publishConfig": { "access": "public" },
|
|
209
|
-
"gitHead": "
|
|
209
|
+
"gitHead": "8952d4334a9c907f2d492ae9419ad0bbf50b0533"
|
|
210
210
|
}
|