@nsshunt/stsrunnerframework 1.0.77 → 1.0.78

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.
@@ -2598,6 +2598,9 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
2598
2598
  }
2599
2599
  return workerCopy;
2600
2600
  }
2601
+ get id() {
2602
+ return __privateGet(this, _id);
2603
+ }
2601
2604
  get Workers() {
2602
2605
  const retVal = {};
2603
2606
  for (const [, workerEx] of Object.entries(__privateGet(this, _workersEx))) {