slnodejs 6.1.657 → 6.1.660
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 +3 -2
- package/browser-agent/dist/browser-agent-all.min.js +2 -2
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/mappings/file-enricher.js.map +1 -1
- package/tsOutputs/cli-parse/cli.js +3 -1
- package/tsOutputs/cli-parse/cli.js.map +1 -1
- package/tsOutputs/cli-parse/contracts.d.ts +2 -2
- package/tsOutputs/common/config-process/config.d.ts +1 -0
- package/tsOutputs/common/config-process/config.js +1 -0
- package/tsOutputs/common/config-process/config.js.map +1 -1
- package/tsOutputs/common/contracts.d.ts +1 -0
- package/tsOutputs/common/contracts.js.map +1 -1
- package/tsOutputs/test-listener/agent-loader.js +5 -0
- package/tsOutputs/test-listener/agent-loader.js.map +1 -1
- package/tsOutputs/test-listener/contracts.d.ts +1 -1
- package/tsOutputs/test-listener/factory.js +8 -4
- package/tsOutputs/test-listener/factory.js.map +1 -1
- package/tsOutputs/test-listener/test-recommendation-handler.d.ts +1 -1
- package/tsOutputs/test-listener/test-recommendation-handler.js +2 -3
- package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
|
@@ -30581,7 +30581,7 @@ module.exports={
|
|
|
30581
30581
|
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz",
|
|
30582
30582
|
"_shasum": "c715e09f78b6923977610d4c2346d6ce22e6dded",
|
|
30583
30583
|
"_spec": "elliptic@^6.5.5",
|
|
30584
|
-
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
|
|
30584
|
+
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
|
|
30585
30585
|
"author": {
|
|
30586
30586
|
"name": "Fedor Indutny",
|
|
30587
30587
|
"email": "fedor@indutny.com"
|
|
@@ -57082,7 +57082,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57082
57082
|
"use strict";
|
|
57083
57083
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57084
57084
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57085
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57085
|
+
exports.SL_AGENT_VERSION = '6.1.660';
|
|
57086
57086
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57087
57087
|
});
|
|
57088
57088
|
|
|
@@ -61585,6 +61585,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61585
61585
|
this.shouldCheckForActiveExecutionOnStartUp = new config_system_1.BooleanConfigKey(false, true);
|
|
61586
61586
|
this.useTsNode = new config_system_1.BooleanConfigKey(false, false);
|
|
61587
61587
|
this.testRecommendationSleepSeconds = new config_system_1.NumberConfigKey(false, 1);
|
|
61588
|
+
this.tiaDisabled = new config_system_1.BooleanConfigKey(false, false);
|
|
61588
61589
|
this.removeSensitiveData = new config_system_1.BooleanConfigKey(false, false);
|
|
61589
61590
|
this.httpTimeout = new config_system_1.NumberConfigKey(false, 60 * 1000 * 2);
|
|
61590
61591
|
this.httpMaxAttempts = new config_system_1.NumberConfigKey(false, 6);
|