@nsshunt/stsrunnerframework 2.0.35 → 2.0.37
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 +13 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +13 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/types/commonTypes.d.ts +12 -0
- package/types/commonTypes.d.ts.map +1 -1
- package/types/runnerInstance.d.ts.map +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3585,7 +3585,19 @@ var RunnerInstance = class {
|
|
|
3585
3585
|
message: [],
|
|
3586
3586
|
childCount: 0,
|
|
3587
3587
|
rx: 0,
|
|
3588
|
-
tx: 0
|
|
3588
|
+
tx: 0,
|
|
3589
|
+
durationData: [],
|
|
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
|
|
3589
3601
|
};
|
|
3590
3602
|
}
|
|
3591
3603
|
/**
|