slnodejs 6.1.600 → 6.1.604

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.
@@ -29135,7 +29135,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29135
29135
  "use strict";
29136
29136
  Object.defineProperty(exports, "__esModule", { value: true });
29137
29137
  exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
29138
- exports.SL_AGENT_VERSION = '6.1.600';
29138
+ exports.SL_AGENT_VERSION = '6.1.604';
29139
29139
  exports.SL_AGENT_TYPE = 'browser';
29140
29140
  });
29141
29141
 
@@ -35432,7 +35432,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35432
35432
  if (hitFilesData.length) {
35433
35433
  this.logger.info(`Collecting hits for '${hitFilesData.length}' files`);
35434
35434
  const convertedHits = this.hitsConverter.convertHits(hitFilesData);
35435
- this.logger.debug(`Converted total ${(_a = convertedHits.branches) === null || _a === void 0 ? void 0 : _a.length} branches and ${(_b = convertedHits.methods) === null || _b === void 0 ? void 0 : _b.length} methods.`);
35435
+ this.logger.debug(`Converted total ${(_a = convertedHits === null || convertedHits === void 0 ? void 0 : convertedHits.branches) === null || _a === void 0 ? void 0 : _a.length} branches and ${(_b = convertedHits === null || convertedHits === void 0 ? void 0 : convertedHits.methods) === null || _b === void 0 ? void 0 : _b.length} methods.`);
35436
35436
  this.footprintsBuffer.addHit(convertedHits, this.collectionInterval.toJson(), execution.executionId, testName, this.isInitFootprints(), isFinalFootprints);
35437
35437
  this.logger.debug(`Hits added successfully for execution ${execution.executionId} and test ${testName}.`);
35438
35438
  }