@nsshunt/stsrunnerframework 1.0.117 → 1.0.118

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.
@@ -3227,7 +3227,10 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
3227
3227
  const retVal = {
3228
3228
  id: runnerEx.id,
3229
3229
  iteration: runnerEx.iteration,
3230
- state: runnerEx.state
3230
+ state: runnerEx.state,
3231
+ options: {
3232
+ plan: runnerEx.options.plan
3233
+ }
3231
3234
  };
3232
3235
  return retVal;
3233
3236
  } catch (error) {