@a5c-ai/agent-mux-observability 5.0.1-staging.69cb593ea → 5.0.1-staging.69cb593ea536

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.
@@ -9,3 +9,4 @@ export * from './types.js';
9
9
  export { telemetry, initializeTelemetry, shutdownTelemetry, } from './telemetry-simple.js';
10
10
  export declare function initializeObservability(): void;
11
11
  export declare function shutdownObservability(): Promise<void>;
12
+ //# sourceMappingURL=index-simple.d.ts.map
package/dist/index.d.ts CHANGED
@@ -34,3 +34,4 @@ export declare function initializeObservability(): void;
34
34
  export declare function shutdownObservability(): Promise<void>;
35
35
  export declare const initializeTelemetry: typeof initializeObservability;
36
36
  export declare const shutdownTelemetry: typeof shutdownObservability;
37
+ //# sourceMappingURL=index.d.ts.map
@@ -15,3 +15,4 @@ export declare const logger: Logger;
15
15
  * Create a logger for a specific component.
16
16
  */
17
17
  export declare function createComponentLogger(component: string, context?: LogContext): Logger;
18
+ //# sourceMappingURL=logger-simple.d.ts.map
package/dist/logger.d.ts CHANGED
@@ -48,3 +48,4 @@ export declare function createRunLogger(runId: string, agent: string, additional
48
48
  * Note: This replaces the pino instance in the singleton wrapper.
49
49
  */
50
50
  export declare function reconfigureLogger(config: LoggerConfig): void;
51
+ //# sourceMappingURL=logger.d.ts.map
@@ -28,3 +28,4 @@ export declare function initializeTelemetry(): void;
28
28
  */
29
29
  export declare function shutdownTelemetry(): Promise<void>;
30
30
  export {};
31
+ //# sourceMappingURL=telemetry-simple.d.ts.map
@@ -134,3 +134,4 @@ export declare function initializeTelemetry(): void;
134
134
  * Shutdown telemetry.
135
135
  */
136
136
  export declare function shutdownTelemetry(): Promise<void>;
137
+ //# sourceMappingURL=telemetry.d.ts.map
package/dist/types.d.ts CHANGED
@@ -145,3 +145,4 @@ export interface Telemetry {
145
145
  /** Set active runs gauge */
146
146
  setActiveRuns?(count: number): void;
147
147
  }
148
+ //# sourceMappingURL=types.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a5c-ai/agent-mux-observability",
3
- "version": "5.0.1-staging.69cb593ea",
3
+ "version": "5.0.1-staging.69cb593ea536",
4
4
  "description": "Logging and telemetry infrastructure for agent-mux",
5
5
  "keywords": [
6
6
  "logging",