slnodejs 6.1.131 → 6.1.143
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 +4 -0
- package/browser-agent/dist/browser-agent-all.min.js +10 -10
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/api.d.ts +1 -1
- package/tsOutputs/api.js +5 -4
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js +4 -3
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js.map +1 -1
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +1 -1
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
- package/tsOutputs/common/constants/sl-env-vars.d.ts +2 -0
- package/tsOutputs/common/constants/sl-env-vars.js +5 -0
- package/tsOutputs/common/constants/sl-env-vars.js.map +1 -1
- package/tsOutputs/common/events-process/events-contracts.d.ts +1 -0
- package/tsOutputs/common/events-process/events-contracts.js.map +1 -1
- package/tsOutputs/mocha-reporter/index.js +30 -3
- package/tsOutputs/mocha-reporter/index.js.map +1 -1
- package/tsOutputs/test-listener/factory.d.ts +2 -2
- package/tsOutputs/test-listener/factory.js +4 -4
- package/tsOutputs/test-listener/factory.js.map +1 -1
- package/tsOutputs/test-listener/remote-agent.d.ts +3 -1
- package/tsOutputs/test-listener/remote-agent.js +4 -0
- package/tsOutputs/test-listener/remote-agent.js.map +1 -1
|
@@ -47704,6 +47704,9 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
47704
47704
|
SlEnvVars.blockBrowserHttpTraffic = function () {
|
|
47705
47705
|
return parsing_utils_1.ParsingUtils.parseBoolean(SlEnvVars.BLOCK_BROWSER_HTTP_TRAFFIC);
|
|
47706
47706
|
};
|
|
47707
|
+
SlEnvVars.getDisableHookDependencyGuard = function () {
|
|
47708
|
+
return parsing_utils_1.ParsingUtils.parseBoolean(SlEnvVars.DISABLE_HOOK_DEPENDENCY_GUARD);
|
|
47709
|
+
};
|
|
47707
47710
|
var _a;
|
|
47708
47711
|
SlEnvVars.HTTP_TIMEOUT = 'SL_httpTimeout';
|
|
47709
47712
|
SlEnvVars.HTTP_MAX_ATTEMPTS = 'SL_HttpMaxAttempts';
|
|
@@ -47720,6 +47723,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
47720
47723
|
SlEnvVars.EXECUTION_QUERY_INTERVAL_SEC = 'SL_executionQueryIntervalSecs';
|
|
47721
47724
|
SlEnvVars.FOOTPRINTS_BUFFER_THRESHOLD_MB = 'SL_footprintsBufferThresholdMb';
|
|
47722
47725
|
SlEnvVars.BLOCK_BROWSER_HTTP_TRAFFIC = 'SL_blockBrowserHttpTraffic';
|
|
47726
|
+
SlEnvVars.DISABLE_HOOK_DEPENDENCY_GUARD = 'SL_disableHookDependencyGuard';
|
|
47723
47727
|
SlEnvVars.CIA = (_a = (function () {
|
|
47724
47728
|
function class_1() {
|
|
47725
47729
|
}
|