@aws-cdk/integ-runner 2.197.12 → 2.197.13

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/lib/index.js CHANGED
@@ -5377,6 +5377,7 @@ var init_integration_tests = __esm({
5377
5377
  this.snapshotDir = path.join(parsed.dir, `${parsed.base}.snapshot`);
5378
5378
  this.temporaryOutputDir = path.join(parsed.dir, `${CDK_OUTDIR_PREFIX}.${parsed.base}.snapshot`);
5379
5379
  }
5380
+ info;
5380
5381
  static {
5381
5382
  __name(this, "IntegTest");
5382
5383
  }
@@ -5453,6 +5454,7 @@ var init_integration_tests = __esm({
5453
5454
  constructor(directory) {
5454
5455
  this.directory = directory;
5455
5456
  }
5457
+ directory;
5456
5458
  static {
5457
5459
  __name(this, "IntegrationTests");
5458
5460
  }
@@ -5735,6 +5737,8 @@ var init_utils = __esm({
5735
5737
  this.timeout = options.timeout ?? 6e4;
5736
5738
  this.scheduleTimer();
5737
5739
  }
5740
+ items;
5741
+ options;
5738
5742
  static {
5739
5743
  __name(this, "WorkList");
5740
5744
  }