@interopio/otel 0.0.178 → 0.0.179

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.
Files changed (2) hide show
  1. package/insights.d.ts +1 -0
  2. package/package.json +1 -1
package/insights.d.ts CHANGED
@@ -545,6 +545,7 @@ export namespace IOInsights {
545
545
  export interface PlatformStartedHandlerArgs {
546
546
  startTime: Date;
547
547
  endTime: Date;
548
+ idleTimeMs?: number;
548
549
  api: string;
549
550
  }
550
551
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@interopio/otel",
3
- "version": "0.0.178",
3
+ "version": "0.0.179",
4
4
  "description": "io.Insights observability library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",