@powerlines/plugin-open-telemetry 0.1.193 → 0.1.195

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.
@@ -164,8 +164,8 @@ declare const openTelemetryEnvSchema: z.ZodObject<{
164
164
  }>>;
165
165
  OTEL_SDK_DISABLED: z.ZodDefault<z.ZodBoolean>;
166
166
  RUNTIME: z.ZodDefault<z.ZodEnum<{
167
- deno: "deno";
168
167
  nodejs: "nodejs";
168
+ deno: "deno";
169
169
  workerd: "workerd";
170
170
  browser: "browser";
171
171
  }>>;
@@ -164,8 +164,8 @@ declare const openTelemetryEnvSchema: z.ZodObject<{
164
164
  }>>;
165
165
  OTEL_SDK_DISABLED: z.ZodDefault<z.ZodBoolean>;
166
166
  RUNTIME: z.ZodDefault<z.ZodEnum<{
167
- deno: "deno";
168
167
  nodejs: "nodejs";
168
+ deno: "deno";
169
169
  workerd: "workerd";
170
170
  browser: "browser";
171
171
  }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-open-telemetry",
3
- "version": "0.1.193",
3
+ "version": "0.1.195",
4
4
  "private": false,
5
5
  "description": "A package containing a Powerlines plugin for registering OpenTelemetry integration at runtime.",
6
6
  "keywords": [
@@ -184,11 +184,11 @@
184
184
  "@alloy-js/json": "^0.24.0",
185
185
  "@alloy-js/markdown": "^0.24.0",
186
186
  "@alloy-js/typescript": "^0.24.0",
187
- "@power-plant/alloy-js": "^0.0.47",
188
- "@powerlines/plugin-alloy": "^0.26.261",
189
- "@powerlines/plugin-automd": "^0.1.629",
190
- "@powerlines/plugin-env": "^0.16.372",
191
- "@powerlines/plugin-plugin": "^0.12.580",
187
+ "@power-plant/alloy-js": "^0.0.48",
188
+ "@powerlines/plugin-alloy": "0.26.263",
189
+ "@powerlines/plugin-automd": "^0.1.630",
190
+ "@powerlines/plugin-env": "0.16.374",
191
+ "@powerlines/plugin-plugin": "^0.12.581",
192
192
  "@storm-software/config-tools": "^1.190.109",
193
193
  "@stryke/convert": "^0.7.29",
194
194
  "@stryke/env": "^0.20.116",
@@ -201,7 +201,7 @@
201
201
  "automd": "^0.4.3",
202
202
  "c12": "^3.3.4",
203
203
  "defu": "^6.1.7",
204
- "powerlines": "^0.47.168",
204
+ "powerlines": "^0.47.169",
205
205
  "zod": "^4.4.3"
206
206
  },
207
207
  "devDependencies": {
@@ -233,5 +233,5 @@
233
233
  "@opentelemetry/sdk-trace-base": ">=2.0.0 <3.0.0"
234
234
  },
235
235
  "publishConfig": { "access": "public" },
236
- "gitHead": "5c755918e3cf1add9808d2c5162ae65c39da177d"
236
+ "gitHead": "c87cde040d5ca9051b758b6f2fc074c9e5949e91"
237
237
  }