slnodejs 6.1.131 → 6.1.134

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.
@@ -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
  }