slnodejs 6.2.16 → 6.2.18

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.
Files changed (30) hide show
  1. package/browser-agent/dist/browser-agent-all.js +1 -3
  2. package/browser-agent/dist/browser-agent-all.min.js +1 -1
  3. package/package.json +1 -1
  4. package/tsOutputs/build-scanner/build-diff-process.js +2 -2
  5. package/tsOutputs/build-scanner/build-diff-process.js.map +1 -1
  6. package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js +8 -14
  7. package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js.map +1 -1
  8. package/tsOutputs/build-scanner/mappings/file-path-fixer.js +53 -146
  9. package/tsOutputs/build-scanner/mappings/file-path-fixer.js.map +1 -1
  10. package/tsOutputs/build-scanner/scm/scm-file-fixer.js +2 -2
  11. package/tsOutputs/build-scanner/scm/scm-file-fixer.js.map +1 -1
  12. package/tsOutputs/build-scanner/scm/scm-files-container.js +1 -1
  13. package/tsOutputs/build-scanner/scm/scm-files-container.js.map +1 -1
  14. package/tsOutputs/cli-parse/cli.js +0 -2
  15. package/tsOutputs/cli-parse/cli.js.map +1 -1
  16. package/tsOutputs/cli-parse/config/keys/scan-command-keys.js +0 -15
  17. package/tsOutputs/cli-parse/config/keys/scan-command-keys.js.map +1 -1
  18. package/tsOutputs/cli-parse/config/migration/legacy-adapters.js +1 -5
  19. package/tsOutputs/cli-parse/config/migration/legacy-adapters.js.map +1 -1
  20. package/tsOutputs/cli-parse/contracts.d.ts +0 -4
  21. package/tsOutputs/cli-parse/contracts.js.map +1 -1
  22. package/tsOutputs/cli-parse/executors/build-args-dto.js +0 -2
  23. package/tsOutputs/cli-parse/executors/build-args-dto.js.map +1 -1
  24. package/tsOutputs/common/config-process/config.d.ts +0 -2
  25. package/tsOutputs/common/config-process/config.js +0 -4
  26. package/tsOutputs/common/config-process/config.js.map +1 -1
  27. package/tsOutputs/common/source-map-handler.d.ts +1 -1
  28. package/tsOutputs/common/source-map-handler.js +5 -0
  29. package/tsOutputs/common/source-map-handler.js.map +1 -1
  30. package/tsOutputs/messages/message-keys.generated.js +1 -1
@@ -1037,7 +1037,7 @@ var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, gene
1037
1037
  value: true
1038
1038
  });
1039
1039
  exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
1040
- exports.SL_AGENT_VERSION = '6.2.16';
1040
+ exports.SL_AGENT_VERSION = '6.2.18';
1041
1041
  exports.SL_AGENT_TYPE = 'browser';
1042
1042
  });
1043
1043
 
@@ -4872,8 +4872,6 @@ var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, gene
4872
4872
  this.embedCorrectUniqueIdFileBatchSize = new config_system_1.NumberConfigKey(false, 10);
4873
4873
  this.recognizeBabelCreateClass = new config_system_1.BooleanConfigKey(false, false);
4874
4874
  this.preferSourceMapFromFile = new config_system_1.BooleanConfigKey(false, false);
4875
- this.useChunkAwareSourceResolution = new config_system_1.BooleanConfigKey(false, false);
4876
- this.sourceRoot = new config_system_1.StringConfigKey(false);
4877
4875
  this.enrichByMethodRange = new config_system_1.BooleanConfigKey(false, false);
4878
4876
  this.experimentalDeduplicateEnrichedMethodsWithOriginals = new config_system_1.BooleanConfigKey(false, false);
4879
4877
  this.testProjectId = new config_system_1.StringConfigKey(false);