@nsshunt/stsrunnerframework 2.0.35 → 2.0.36

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.
package/dist/index.cjs CHANGED
@@ -3586,7 +3586,18 @@ var RunnerInstance = class {
3586
3586
  message: [],
3587
3587
  childCount: 0,
3588
3588
  rx: 0,
3589
- tx: 0
3589
+ tx: 0,
3590
+ duration5: 0,
3591
+ duration10: 0,
3592
+ duration20: 0,
3593
+ duration30: 0,
3594
+ duration50: 0,
3595
+ duration100: 0,
3596
+ duration150: 0,
3597
+ duration250: 0,
3598
+ duration500: 0,
3599
+ duration1000: 0,
3600
+ duratione: 0
3590
3601
  };
3591
3602
  }
3592
3603
  /**