@opvious/stl-telemetry
Advanced tools
@@ -123,3 +123,3 @@ import * as otel from '@opentelemetry/api'; | ||
| return destination({ | ||
| fd: typeof dst != 'string' ? dst ?? DEFAULT_FD : undefined, | ||
| fd: typeof dst != 'string' ? (dst ?? DEFAULT_FD) : undefined, | ||
| dest: typeof dst == 'string' ? dst : undefined, | ||
@@ -161,8 +161,8 @@ sync: running.inTest(), | ||
| } | ||
| trace() { } // eslint-disable-line @typescript-eslint/no-empty-function | ||
| debug() { } // eslint-disable-line @typescript-eslint/no-empty-function | ||
| info() { } // eslint-disable-line @typescript-eslint/no-empty-function | ||
| warn() { } // eslint-disable-line @typescript-eslint/no-empty-function | ||
| error() { } // eslint-disable-line @typescript-eslint/no-empty-function | ||
| fatal() { } // eslint-disable-line @typescript-eslint/no-empty-function | ||
| trace() { } | ||
| debug() { } | ||
| info() { } | ||
| warn() { } | ||
| error() { } | ||
| fatal() { } | ||
| } | ||
@@ -169,0 +169,0 @@ export function recordingDestination(args) { |
+3
-3
| { | ||
| "name": "@opvious/stl-telemetry", | ||
| "version": "0.26.1", | ||
| "version": "0.26.2", | ||
| "repository": "github:opvious/stl.ts", | ||
@@ -21,4 +21,4 @@ "description": "Standard telemetry library", | ||
| "pino-std-serializers": "^7.0.0", | ||
| "@opvious/stl-errors": "0.26.1", | ||
| "@opvious/stl-utils": "0.26.1" | ||
| "@opvious/stl-errors": "0.26.2", | ||
| "@opvious/stl-utils": "0.26.2" | ||
| }, | ||
@@ -25,0 +25,0 @@ "peerDependencies": { |
64291
-0.55%+ Added
+ Added
- Removed
- Removed
Updated
Updated