slnodejs 6.2.16 → 6.2.17
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/browser-agent/dist/browser-agent-all.js +1 -3
- package/browser-agent/dist/browser-agent-all.min.js +1 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/build-diff-process.js +2 -2
- package/tsOutputs/build-scanner/build-diff-process.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js +0 -9
- package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/file-path-fixer.js +53 -146
- package/tsOutputs/build-scanner/mappings/file-path-fixer.js.map +1 -1
- package/tsOutputs/build-scanner/scm/scm-file-fixer.js +2 -2
- package/tsOutputs/build-scanner/scm/scm-file-fixer.js.map +1 -1
- package/tsOutputs/build-scanner/scm/scm-files-container.js +1 -1
- package/tsOutputs/build-scanner/scm/scm-files-container.js.map +1 -1
- package/tsOutputs/cli-parse/cli.js +0 -2
- package/tsOutputs/cli-parse/cli.js.map +1 -1
- package/tsOutputs/cli-parse/config/keys/scan-command-keys.js +0 -15
- package/tsOutputs/cli-parse/config/keys/scan-command-keys.js.map +1 -1
- package/tsOutputs/cli-parse/config/migration/legacy-adapters.js +1 -5
- package/tsOutputs/cli-parse/config/migration/legacy-adapters.js.map +1 -1
- package/tsOutputs/cli-parse/contracts.d.ts +0 -4
- package/tsOutputs/cli-parse/contracts.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-args-dto.js +0 -2
- package/tsOutputs/cli-parse/executors/build-args-dto.js.map +1 -1
- package/tsOutputs/common/config-process/config.d.ts +0 -2
- package/tsOutputs/common/config-process/config.js +0 -4
- package/tsOutputs/common/config-process/config.js.map +1 -1
- 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.
|
|
1040
|
+
exports.SL_AGENT_VERSION = '6.2.17';
|
|
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);
|