slnodejs 6.1.533 → 6.1.552

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.
@@ -2411,7 +2411,7 @@ var TraceFlags;
2411
2411
  Object.defineProperty(exports, "__esModule", { value: true });
2412
2412
  exports.VERSION = void 0;
2413
2413
  // this is autogenerated file, see scripts/version-update.js
2414
- exports.VERSION = '1.6.0';
2414
+ exports.VERSION = '1.7.0';
2415
2415
 
2416
2416
  },{}],47:[function(require,module,exports){
2417
2417
  "use strict";
@@ -4309,7 +4309,7 @@ function getEnvWithoutDefaults() {
4309
4309
  exports.getEnvWithoutDefaults = getEnvWithoutDefaults;
4310
4310
 
4311
4311
  }).call(this)}).call(this,require('_process'))
4312
- },{"../platform/browser/globalThis":62,"./sampling":83,"@opentelemetry/api":18,"_process":198}],80:[function(require,module,exports){
4312
+ },{"../platform/browser/globalThis":62,"./sampling":83,"@opentelemetry/api":18,"_process":201}],80:[function(require,module,exports){
4313
4313
  "use strict";
4314
4314
  /*
4315
4315
  * Copyright The OpenTelemetry Authors
@@ -5937,7 +5937,7 @@ class InstrumentationAbstract {
5937
5937
  }
5938
5938
  exports.InstrumentationAbstract = InstrumentationAbstract;
5939
5939
 
5940
- },{"@opentelemetry/api":18,"shimmer":211}],100:[function(require,module,exports){
5940
+ },{"@opentelemetry/api":18,"shimmer":215}],100:[function(require,module,exports){
5941
5941
  "use strict";
5942
5942
  /*
5943
5943
  * Copyright The OpenTelemetry Authors
@@ -6487,7 +6487,7 @@ class ProcessDetector {
6487
6487
  exports.processDetector = new ProcessDetector();
6488
6488
 
6489
6489
  }).call(this)}).call(this,require('_process'))
6490
- },{"../Resource":105,"@opentelemetry/api":18,"@opentelemetry/semantic-conventions":152,"_process":198}],111:[function(require,module,exports){
6490
+ },{"../Resource":105,"@opentelemetry/api":18,"@opentelemetry/semantic-conventions":152,"_process":201}],111:[function(require,module,exports){
6491
6491
  "use strict";
6492
6492
  /*
6493
6493
  * Copyright The OpenTelemetry Authors
@@ -11012,7 +11012,7 @@ var objectKeys = Object.keys || function (obj) {
11012
11012
  };
11013
11013
 
11014
11014
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
11015
- },{"object.assign/polyfill":183,"util/":227}],158:[function(require,module,exports){
11015
+ },{"object.assign/polyfill":186,"util/":231}],158:[function(require,module,exports){
11016
11016
  'use strict'
11017
11017
 
11018
11018
  exports.byteLength = byteLength
@@ -11406,7 +11406,7 @@ Zlib.prototype._error = function(status) {
11406
11406
  exports.Zlib = Zlib;
11407
11407
 
11408
11408
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
11409
- },{"_process":198,"buffer":163,"pako/lib/zlib/constants":187,"pako/lib/zlib/deflate.js":189,"pako/lib/zlib/inflate.js":191,"pako/lib/zlib/messages":193,"pako/lib/zlib/zstream":195}],161:[function(require,module,exports){
11409
+ },{"_process":201,"buffer":163,"pako/lib/zlib/constants":190,"pako/lib/zlib/deflate.js":192,"pako/lib/zlib/inflate.js":194,"pako/lib/zlib/messages":196,"pako/lib/zlib/zstream":198}],161:[function(require,module,exports){
11410
11410
  (function (process,Buffer){(function (){
11411
11411
  // Copyright Joyent, Inc. and other Node contributors.
11412
11412
  //
@@ -12020,7 +12020,7 @@ util.inherits(InflateRaw, Zlib);
12020
12020
  util.inherits(Unzip, Zlib);
12021
12021
 
12022
12022
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
12023
- },{"./binding":160,"_process":198,"_stream_transform":210,"assert":157,"buffer":163,"util":227}],162:[function(require,module,exports){
12023
+ },{"./binding":160,"_process":201,"_stream_transform":213,"assert":157,"buffer":163,"util":231}],162:[function(require,module,exports){
12024
12024
  arguments[4][159][0].apply(exports,arguments)
12025
12025
  },{"dup":159}],163:[function(require,module,exports){
12026
12026
  (function (Buffer){(function (){
@@ -13843,7 +13843,7 @@ var hexSliceLookupTable = (function () {
13843
13843
  })()
13844
13844
 
13845
13845
  }).call(this)}).call(this,require("buffer").Buffer)
13846
- },{"base64-js":158,"buffer":163,"ieee754":175}],164:[function(require,module,exports){
13846
+ },{"base64-js":158,"buffer":163,"ieee754":178}],164:[function(require,module,exports){
13847
13847
  'use strict';
13848
13848
 
13849
13849
  var GetIntrinsic = require('get-intrinsic');
@@ -13860,17 +13860,18 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
13860
13860
  return intrinsic;
13861
13861
  };
13862
13862
 
13863
- },{"./":165,"get-intrinsic":170}],165:[function(require,module,exports){
13863
+ },{"./":165,"get-intrinsic":171}],165:[function(require,module,exports){
13864
13864
  'use strict';
13865
13865
 
13866
13866
  var bind = require('function-bind');
13867
13867
  var GetIntrinsic = require('get-intrinsic');
13868
+ var setFunctionLength = require('set-function-length');
13868
13869
 
13870
+ var $TypeError = GetIntrinsic('%TypeError%');
13869
13871
  var $apply = GetIntrinsic('%Function.prototype.apply%');
13870
13872
  var $call = GetIntrinsic('%Function.prototype.call%');
13871
13873
  var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);
13872
13874
 
13873
- var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
13874
13875
  var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
13875
13876
  var $max = GetIntrinsic('%Math.max%');
13876
13877
 
@@ -13884,19 +13885,15 @@ if ($defineProperty) {
13884
13885
  }
13885
13886
 
13886
13887
  module.exports = function callBind(originalFunction) {
13887
- var func = $reflectApply(bind, $call, arguments);
13888
- if ($gOPD && $defineProperty) {
13889
- var desc = $gOPD(func, 'length');
13890
- if (desc.configurable) {
13891
- // original length, plus the receiver, minus any additional arguments (after the receiver)
13892
- $defineProperty(
13893
- func,
13894
- 'length',
13895
- { value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }
13896
- );
13897
- }
13888
+ if (typeof originalFunction !== 'function') {
13889
+ throw new $TypeError('a function is required');
13898
13890
  }
13899
- return func;
13891
+ var func = $reflectApply(bind, $call, arguments);
13892
+ return setFunctionLength(
13893
+ func,
13894
+ 1 + $max(0, originalFunction.length - (arguments.length - 1)),
13895
+ true
13896
+ );
13900
13897
  };
13901
13898
 
13902
13899
  var applyBind = function applyBind() {
@@ -13909,7 +13906,7 @@ if ($defineProperty) {
13909
13906
  module.exports.apply = applyBind;
13910
13907
  }
13911
13908
 
13912
- },{"function-bind":169,"get-intrinsic":170}],166:[function(require,module,exports){
13909
+ },{"function-bind":170,"get-intrinsic":171,"set-function-length":214}],166:[function(require,module,exports){
13913
13910
  // Copyright Joyent, Inc. and other Node contributors.
13914
13911
  //
13915
13912
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -14019,6 +14016,76 @@ function objectToString(o) {
14019
14016
  }
14020
14017
 
14021
14018
  },{"buffer":163}],167:[function(require,module,exports){
14019
+ 'use strict';
14020
+
14021
+ var hasPropertyDescriptors = require('has-property-descriptors')();
14022
+
14023
+ var GetIntrinsic = require('get-intrinsic');
14024
+
14025
+ var $defineProperty = hasPropertyDescriptors && GetIntrinsic('%Object.defineProperty%', true);
14026
+ if ($defineProperty) {
14027
+ try {
14028
+ $defineProperty({}, 'a', { value: 1 });
14029
+ } catch (e) {
14030
+ // IE 8 has a broken defineProperty
14031
+ $defineProperty = false;
14032
+ }
14033
+ }
14034
+
14035
+ var $SyntaxError = GetIntrinsic('%SyntaxError%');
14036
+ var $TypeError = GetIntrinsic('%TypeError%');
14037
+
14038
+ var gopd = require('gopd');
14039
+
14040
+ /** @type {(obj: Record<PropertyKey, unknown>, property: PropertyKey, value: unknown, nonEnumerable?: boolean | null, nonWritable?: boolean | null, nonConfigurable?: boolean | null, loose?: boolean) => void} */
14041
+ module.exports = function defineDataProperty(
14042
+ obj,
14043
+ property,
14044
+ value
14045
+ ) {
14046
+ if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) {
14047
+ throw new $TypeError('`obj` must be an object or a function`');
14048
+ }
14049
+ if (typeof property !== 'string' && typeof property !== 'symbol') {
14050
+ throw new $TypeError('`property` must be a string or a symbol`');
14051
+ }
14052
+ if (arguments.length > 3 && typeof arguments[3] !== 'boolean' && arguments[3] !== null) {
14053
+ throw new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');
14054
+ }
14055
+ if (arguments.length > 4 && typeof arguments[4] !== 'boolean' && arguments[4] !== null) {
14056
+ throw new $TypeError('`nonWritable`, if provided, must be a boolean or null');
14057
+ }
14058
+ if (arguments.length > 5 && typeof arguments[5] !== 'boolean' && arguments[5] !== null) {
14059
+ throw new $TypeError('`nonConfigurable`, if provided, must be a boolean or null');
14060
+ }
14061
+ if (arguments.length > 6 && typeof arguments[6] !== 'boolean') {
14062
+ throw new $TypeError('`loose`, if provided, must be a boolean');
14063
+ }
14064
+
14065
+ var nonEnumerable = arguments.length > 3 ? arguments[3] : null;
14066
+ var nonWritable = arguments.length > 4 ? arguments[4] : null;
14067
+ var nonConfigurable = arguments.length > 5 ? arguments[5] : null;
14068
+ var loose = arguments.length > 6 ? arguments[6] : false;
14069
+
14070
+ /* @type {false | TypedPropertyDescriptor<unknown>} */
14071
+ var desc = !!gopd && gopd(obj, property);
14072
+
14073
+ if ($defineProperty) {
14074
+ $defineProperty(obj, property, {
14075
+ configurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,
14076
+ enumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,
14077
+ value: value,
14078
+ writable: nonWritable === null && desc ? desc.writable : !nonWritable
14079
+ });
14080
+ } else if (loose || (!nonEnumerable && !nonWritable && !nonConfigurable)) {
14081
+ // must fall back to [[Set]], and was not explicitly asked to make non-enumerable, non-writable, or non-configurable
14082
+ obj[property] = value; // eslint-disable-line no-param-reassign
14083
+ } else {
14084
+ throw new $SyntaxError('This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.');
14085
+ }
14086
+ };
14087
+
14088
+ },{"get-intrinsic":171,"gopd":172,"has-property-descriptors":173}],168:[function(require,module,exports){
14022
14089
  // Copyright Joyent, Inc. and other Node contributors.
14023
14090
  //
14024
14091
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -14322,7 +14389,7 @@ function isUndefined(arg) {
14322
14389
  return arg === void 0;
14323
14390
  }
14324
14391
 
14325
- },{}],168:[function(require,module,exports){
14392
+ },{}],169:[function(require,module,exports){
14326
14393
  'use strict';
14327
14394
 
14328
14395
  /* eslint no-invalid-this: 1 */
@@ -14408,14 +14475,14 @@ module.exports = function bind(that) {
14408
14475
  return bound;
14409
14476
  };
14410
14477
 
14411
- },{}],169:[function(require,module,exports){
14478
+ },{}],170:[function(require,module,exports){
14412
14479
  'use strict';
14413
14480
 
14414
14481
  var implementation = require('./implementation');
14415
14482
 
14416
14483
  module.exports = Function.prototype.bind || implementation;
14417
14484
 
14418
- },{"./implementation":168}],170:[function(require,module,exports){
14485
+ },{"./implementation":169}],171:[function(require,module,exports){
14419
14486
  'use strict';
14420
14487
 
14421
14488
  var undefined;
@@ -14632,7 +14699,7 @@ var LEGACY_ALIASES = {
14632
14699
  };
14633
14700
 
14634
14701
  var bind = require('function-bind');
14635
- var hasOwn = require('has');
14702
+ var hasOwn = require('hasown');
14636
14703
  var $concat = bind.call(Function.call, Array.prototype.concat);
14637
14704
  var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
14638
14705
  var $replace = bind.call(Function.call, String.prototype.replace);
@@ -14768,7 +14835,60 @@ module.exports = function GetIntrinsic(name, allowMissing) {
14768
14835
  return value;
14769
14836
  };
14770
14837
 
14771
- },{"function-bind":169,"has":174,"has-proto":171,"has-symbols":172}],171:[function(require,module,exports){
14838
+ },{"function-bind":170,"has-proto":174,"has-symbols":175,"hasown":177}],172:[function(require,module,exports){
14839
+ 'use strict';
14840
+
14841
+ var GetIntrinsic = require('get-intrinsic');
14842
+
14843
+ var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
14844
+
14845
+ if ($gOPD) {
14846
+ try {
14847
+ $gOPD([], 'length');
14848
+ } catch (e) {
14849
+ // IE 8 has a broken gOPD
14850
+ $gOPD = null;
14851
+ }
14852
+ }
14853
+
14854
+ module.exports = $gOPD;
14855
+
14856
+ },{"get-intrinsic":171}],173:[function(require,module,exports){
14857
+ 'use strict';
14858
+
14859
+ var GetIntrinsic = require('get-intrinsic');
14860
+
14861
+ var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
14862
+
14863
+ var hasPropertyDescriptors = function hasPropertyDescriptors() {
14864
+ if ($defineProperty) {
14865
+ try {
14866
+ $defineProperty({}, 'a', { value: 1 });
14867
+ return true;
14868
+ } catch (e) {
14869
+ // IE 8 has a broken defineProperty
14870
+ return false;
14871
+ }
14872
+ }
14873
+ return false;
14874
+ };
14875
+
14876
+ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
14877
+ // node v0.6 has a bug where array lengths can be Set but not Defined
14878
+ if (!hasPropertyDescriptors()) {
14879
+ return null;
14880
+ }
14881
+ try {
14882
+ return $defineProperty([], 'length', { value: 1 }).length !== 1;
14883
+ } catch (e) {
14884
+ // In Firefox 4-22, defining length on an array throws an exception.
14885
+ return true;
14886
+ }
14887
+ };
14888
+
14889
+ module.exports = hasPropertyDescriptors;
14890
+
14891
+ },{"get-intrinsic":171}],174:[function(require,module,exports){
14772
14892
  'use strict';
14773
14893
 
14774
14894
  var test = {
@@ -14781,7 +14901,7 @@ module.exports = function hasProto() {
14781
14901
  return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
14782
14902
  };
14783
14903
 
14784
- },{}],172:[function(require,module,exports){
14904
+ },{}],175:[function(require,module,exports){
14785
14905
  'use strict';
14786
14906
 
14787
14907
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -14796,7 +14916,7 @@ module.exports = function hasNativeSymbols() {
14796
14916
  return hasSymbolSham();
14797
14917
  };
14798
14918
 
14799
- },{"./shams":173}],173:[function(require,module,exports){
14919
+ },{"./shams":176}],176:[function(require,module,exports){
14800
14920
  'use strict';
14801
14921
 
14802
14922
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -14840,17 +14960,17 @@ module.exports = function hasSymbols() {
14840
14960
  return true;
14841
14961
  };
14842
14962
 
14843
- },{}],174:[function(require,module,exports){
14963
+ },{}],177:[function(require,module,exports){
14844
14964
  'use strict';
14845
14965
 
14846
- var hasOwnProperty = {}.hasOwnProperty;
14847
14966
  var call = Function.prototype.call;
14967
+ var $hasOwn = Object.prototype.hasOwnProperty;
14968
+ var bind = require('function-bind');
14848
14969
 
14849
- module.exports = call.bind ? call.bind(hasOwnProperty) : function (O, P) {
14850
- return call.call(hasOwnProperty, O, P);
14851
- };
14970
+ /** @type {(o: {}, p: PropertyKey) => p is keyof o} */
14971
+ module.exports = bind.call(call, $hasOwn);
14852
14972
 
14853
- },{}],175:[function(require,module,exports){
14973
+ },{"function-bind":170}],178:[function(require,module,exports){
14854
14974
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
14855
14975
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
14856
14976
  var e, m
@@ -14937,7 +15057,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
14937
15057
  buffer[offset + i - d] |= s * 128
14938
15058
  }
14939
15059
 
14940
- },{}],176:[function(require,module,exports){
15060
+ },{}],179:[function(require,module,exports){
14941
15061
  if (typeof Object.create === 'function') {
14942
15062
  // implementation from standard node.js 'util' module
14943
15063
  module.exports = function inherits(ctor, superCtor) {
@@ -14966,14 +15086,14 @@ if (typeof Object.create === 'function') {
14966
15086
  }
14967
15087
  }
14968
15088
 
14969
- },{}],177:[function(require,module,exports){
15089
+ },{}],180:[function(require,module,exports){
14970
15090
  var toString = {}.toString;
14971
15091
 
14972
15092
  module.exports = Array.isArray || function (arr) {
14973
15093
  return toString.call(arr) == '[object Array]';
14974
15094
  };
14975
15095
 
14976
- },{}],178:[function(require,module,exports){
15096
+ },{}],181:[function(require,module,exports){
14977
15097
  /*
14978
15098
  object-assign
14979
15099
  (c) Sindre Sorhus
@@ -15065,7 +15185,7 @@ module.exports = shouldUseNative() ? Object.assign : function (target, source) {
15065
15185
  return to;
15066
15186
  };
15067
15187
 
15068
- },{}],179:[function(require,module,exports){
15188
+ },{}],182:[function(require,module,exports){
15069
15189
  'use strict';
15070
15190
 
15071
15191
  var keysShim;
@@ -15189,7 +15309,7 @@ if (!Object.keys) {
15189
15309
  }
15190
15310
  module.exports = keysShim;
15191
15311
 
15192
- },{"./isArguments":181}],180:[function(require,module,exports){
15312
+ },{"./isArguments":184}],183:[function(require,module,exports){
15193
15313
  'use strict';
15194
15314
 
15195
15315
  var slice = Array.prototype.slice;
@@ -15223,7 +15343,7 @@ keysShim.shim = function shimObjectKeys() {
15223
15343
 
15224
15344
  module.exports = keysShim;
15225
15345
 
15226
- },{"./implementation":179,"./isArguments":181}],181:[function(require,module,exports){
15346
+ },{"./implementation":182,"./isArguments":184}],184:[function(require,module,exports){
15227
15347
  'use strict';
15228
15348
 
15229
15349
  var toStr = Object.prototype.toString;
@@ -15242,7 +15362,7 @@ module.exports = function isArguments(value) {
15242
15362
  return isArgs;
15243
15363
  };
15244
15364
 
15245
- },{}],182:[function(require,module,exports){
15365
+ },{}],185:[function(require,module,exports){
15246
15366
  'use strict';
15247
15367
 
15248
15368
  // modified from https://github.com/es-shims/es6-shim
@@ -15290,7 +15410,7 @@ module.exports = function assign(target, source1) {
15290
15410
  return to; // step 4
15291
15411
  };
15292
15412
 
15293
- },{"call-bind/callBound":164,"has-symbols/shams":173,"object-keys":180}],183:[function(require,module,exports){
15413
+ },{"call-bind/callBound":164,"has-symbols/shams":176,"object-keys":183}],186:[function(require,module,exports){
15294
15414
  'use strict';
15295
15415
 
15296
15416
  var implementation = require('./implementation');
@@ -15347,7 +15467,7 @@ module.exports = function getPolyfill() {
15347
15467
  return Object.assign;
15348
15468
  };
15349
15469
 
15350
- },{"./implementation":182}],184:[function(require,module,exports){
15470
+ },{"./implementation":185}],187:[function(require,module,exports){
15351
15471
  exports.endianness = function () { return 'LE' };
15352
15472
 
15353
15473
  exports.hostname = function () {
@@ -15394,7 +15514,7 @@ exports.tmpdir = exports.tmpDir = function () {
15394
15514
 
15395
15515
  exports.EOL = '\n';
15396
15516
 
15397
- },{}],185:[function(require,module,exports){
15517
+ },{}],188:[function(require,module,exports){
15398
15518
  'use strict';
15399
15519
 
15400
15520
 
@@ -15498,7 +15618,7 @@ exports.setTyped = function (on) {
15498
15618
 
15499
15619
  exports.setTyped(TYPED_OK);
15500
15620
 
15501
- },{}],186:[function(require,module,exports){
15621
+ },{}],189:[function(require,module,exports){
15502
15622
  'use strict';
15503
15623
 
15504
15624
  // Note: adler32 takes 12% for level 0 and 2% for level 6.
@@ -15532,7 +15652,7 @@ function adler32(adler, buf, len, pos) {
15532
15652
 
15533
15653
  module.exports = adler32;
15534
15654
 
15535
- },{}],187:[function(require,module,exports){
15655
+ },{}],190:[function(require,module,exports){
15536
15656
  'use strict';
15537
15657
 
15538
15658
 
@@ -15584,7 +15704,7 @@ module.exports = {
15584
15704
  //Z_NULL: null // Use -1 or null inline, depending on var type
15585
15705
  };
15586
15706
 
15587
- },{}],188:[function(require,module,exports){
15707
+ },{}],191:[function(require,module,exports){
15588
15708
  'use strict';
15589
15709
 
15590
15710
  // Note: we can't get significant speed boost here.
@@ -15627,7 +15747,7 @@ function crc32(crc, buf, len, pos) {
15627
15747
 
15628
15748
  module.exports = crc32;
15629
15749
 
15630
- },{}],189:[function(require,module,exports){
15750
+ },{}],192:[function(require,module,exports){
15631
15751
  'use strict';
15632
15752
 
15633
15753
  var utils = require('../utils/common');
@@ -17484,7 +17604,7 @@ exports.deflatePrime = deflatePrime;
17484
17604
  exports.deflateTune = deflateTune;
17485
17605
  */
17486
17606
 
17487
- },{"../utils/common":185,"./adler32":186,"./crc32":188,"./messages":193,"./trees":194}],190:[function(require,module,exports){
17607
+ },{"../utils/common":188,"./adler32":189,"./crc32":191,"./messages":196,"./trees":197}],193:[function(require,module,exports){
17488
17608
  'use strict';
17489
17609
 
17490
17610
  // See state defs from inflate.js
@@ -17812,7 +17932,7 @@ module.exports = function inflate_fast(strm, start) {
17812
17932
  return;
17813
17933
  };
17814
17934
 
17815
- },{}],191:[function(require,module,exports){
17935
+ },{}],194:[function(require,module,exports){
17816
17936
  'use strict';
17817
17937
 
17818
17938
 
@@ -19352,7 +19472,7 @@ exports.inflateSyncPoint = inflateSyncPoint;
19352
19472
  exports.inflateUndermine = inflateUndermine;
19353
19473
  */
19354
19474
 
19355
- },{"../utils/common":185,"./adler32":186,"./crc32":188,"./inffast":190,"./inftrees":192}],192:[function(require,module,exports){
19475
+ },{"../utils/common":188,"./adler32":189,"./crc32":191,"./inffast":193,"./inftrees":195}],195:[function(require,module,exports){
19356
19476
  'use strict';
19357
19477
 
19358
19478
 
@@ -19681,7 +19801,7 @@ module.exports = function inflate_table(type, lens, lens_index, codes, table, ta
19681
19801
  return 0;
19682
19802
  };
19683
19803
 
19684
- },{"../utils/common":185}],193:[function(require,module,exports){
19804
+ },{"../utils/common":188}],196:[function(require,module,exports){
19685
19805
  'use strict';
19686
19806
 
19687
19807
  module.exports = {
@@ -19696,7 +19816,7 @@ module.exports = {
19696
19816
  '-6': 'incompatible version' /* Z_VERSION_ERROR (-6) */
19697
19817
  };
19698
19818
 
19699
- },{}],194:[function(require,module,exports){
19819
+ },{}],197:[function(require,module,exports){
19700
19820
  'use strict';
19701
19821
 
19702
19822
 
@@ -20900,7 +21020,7 @@ exports._tr_flush_block = _tr_flush_block;
20900
21020
  exports._tr_tally = _tr_tally;
20901
21021
  exports._tr_align = _tr_align;
20902
21022
 
20903
- },{"../utils/common":185}],195:[function(require,module,exports){
21023
+ },{"../utils/common":188}],198:[function(require,module,exports){
20904
21024
  'use strict';
20905
21025
 
20906
21026
 
@@ -20931,7 +21051,7 @@ function ZStream() {
20931
21051
 
20932
21052
  module.exports = ZStream;
20933
21053
 
20934
- },{}],196:[function(require,module,exports){
21054
+ },{}],199:[function(require,module,exports){
20935
21055
  (function (process){(function (){
20936
21056
  // .dirname, .basename, and .extname methods are extracted from Node.js v8.11.1,
20937
21057
  // backported and transplited with Babel, with backwards-compat fixes
@@ -21237,7 +21357,7 @@ var substr = 'ab'.substr(-1) === 'b'
21237
21357
  ;
21238
21358
 
21239
21359
  }).call(this)}).call(this,require('_process'))
21240
- },{"_process":198}],197:[function(require,module,exports){
21360
+ },{"_process":201}],200:[function(require,module,exports){
21241
21361
  (function (process){(function (){
21242
21362
  'use strict';
21243
21363
 
@@ -21286,7 +21406,7 @@ function nextTick(fn, arg1, arg2, arg3) {
21286
21406
 
21287
21407
 
21288
21408
  }).call(this)}).call(this,require('_process'))
21289
- },{"_process":198}],198:[function(require,module,exports){
21409
+ },{"_process":201}],201:[function(require,module,exports){
21290
21410
  // shim for using process in browser
21291
21411
  var process = module.exports = {};
21292
21412
 
@@ -21472,7 +21592,7 @@ process.chdir = function (dir) {
21472
21592
  };
21473
21593
  process.umask = function() { return 0; };
21474
21594
 
21475
- },{}],199:[function(require,module,exports){
21595
+ },{}],202:[function(require,module,exports){
21476
21596
  // Copyright Joyent, Inc. and other Node contributors.
21477
21597
  //
21478
21598
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -21604,7 +21724,7 @@ Duplex.prototype._destroy = function (err, cb) {
21604
21724
 
21605
21725
  pna.nextTick(cb, err);
21606
21726
  };
21607
- },{"./_stream_readable":201,"./_stream_writable":203,"core-util-is":166,"inherits":176,"process-nextick-args":197}],200:[function(require,module,exports){
21727
+ },{"./_stream_readable":204,"./_stream_writable":206,"core-util-is":166,"inherits":179,"process-nextick-args":200}],203:[function(require,module,exports){
21608
21728
  // Copyright Joyent, Inc. and other Node contributors.
21609
21729
  //
21610
21730
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -21652,7 +21772,7 @@ function PassThrough(options) {
21652
21772
  PassThrough.prototype._transform = function (chunk, encoding, cb) {
21653
21773
  cb(null, chunk);
21654
21774
  };
21655
- },{"./_stream_transform":202,"core-util-is":166,"inherits":176}],201:[function(require,module,exports){
21775
+ },{"./_stream_transform":205,"core-util-is":166,"inherits":179}],204:[function(require,module,exports){
21656
21776
  (function (process,global){(function (){
21657
21777
  // Copyright Joyent, Inc. and other Node contributors.
21658
21778
  //
@@ -22674,7 +22794,7 @@ function indexOf(xs, x) {
22674
22794
  return -1;
22675
22795
  }
22676
22796
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
22677
- },{"./_stream_duplex":199,"./internal/streams/BufferList":204,"./internal/streams/destroy":205,"./internal/streams/stream":206,"_process":198,"core-util-is":166,"events":167,"inherits":176,"isarray":177,"process-nextick-args":197,"safe-buffer":207,"string_decoder/":208,"util":159}],202:[function(require,module,exports){
22797
+ },{"./_stream_duplex":202,"./internal/streams/BufferList":207,"./internal/streams/destroy":208,"./internal/streams/stream":209,"_process":201,"core-util-is":166,"events":168,"inherits":179,"isarray":180,"process-nextick-args":200,"safe-buffer":210,"string_decoder/":211,"util":159}],205:[function(require,module,exports){
22678
22798
  // Copyright Joyent, Inc. and other Node contributors.
22679
22799
  //
22680
22800
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -22889,7 +23009,7 @@ function done(stream, er, data) {
22889
23009
 
22890
23010
  return stream.push(null);
22891
23011
  }
22892
- },{"./_stream_duplex":199,"core-util-is":166,"inherits":176}],203:[function(require,module,exports){
23012
+ },{"./_stream_duplex":202,"core-util-is":166,"inherits":179}],206:[function(require,module,exports){
22893
23013
  (function (process,global,setImmediate){(function (){
22894
23014
  // Copyright Joyent, Inc. and other Node contributors.
22895
23015
  //
@@ -23577,7 +23697,7 @@ Writable.prototype._destroy = function (err, cb) {
23577
23697
  cb(err);
23578
23698
  };
23579
23699
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("timers").setImmediate)
23580
- },{"./_stream_duplex":199,"./internal/streams/destroy":205,"./internal/streams/stream":206,"_process":198,"core-util-is":166,"inherits":176,"process-nextick-args":197,"safe-buffer":207,"timers":223,"util-deprecate":224}],204:[function(require,module,exports){
23700
+ },{"./_stream_duplex":202,"./internal/streams/destroy":208,"./internal/streams/stream":209,"_process":201,"core-util-is":166,"inherits":179,"process-nextick-args":200,"safe-buffer":210,"timers":227,"util-deprecate":228}],207:[function(require,module,exports){
23581
23701
  'use strict';
23582
23702
 
23583
23703
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
@@ -23656,7 +23776,7 @@ if (util && util.inspect && util.inspect.custom) {
23656
23776
  return this.constructor.name + ' ' + obj;
23657
23777
  };
23658
23778
  }
23659
- },{"safe-buffer":207,"util":159}],205:[function(require,module,exports){
23779
+ },{"safe-buffer":210,"util":159}],208:[function(require,module,exports){
23660
23780
  'use strict';
23661
23781
 
23662
23782
  /*<replacement>*/
@@ -23741,10 +23861,10 @@ module.exports = {
23741
23861
  destroy: destroy,
23742
23862
  undestroy: undestroy
23743
23863
  };
23744
- },{"process-nextick-args":197}],206:[function(require,module,exports){
23864
+ },{"process-nextick-args":200}],209:[function(require,module,exports){
23745
23865
  module.exports = require('events').EventEmitter;
23746
23866
 
23747
- },{"events":167}],207:[function(require,module,exports){
23867
+ },{"events":168}],210:[function(require,module,exports){
23748
23868
  /* eslint-disable node/no-deprecated-api */
23749
23869
  var buffer = require('buffer')
23750
23870
  var Buffer = buffer.Buffer
@@ -23808,7 +23928,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
23808
23928
  return buffer.SlowBuffer(size)
23809
23929
  }
23810
23930
 
23811
- },{"buffer":163}],208:[function(require,module,exports){
23931
+ },{"buffer":163}],211:[function(require,module,exports){
23812
23932
  // Copyright Joyent, Inc. and other Node contributors.
23813
23933
  //
23814
23934
  // Permission is hereby granted, free of charge, to any person obtaining a
@@ -24105,7 +24225,7 @@ function simpleWrite(buf) {
24105
24225
  function simpleEnd(buf) {
24106
24226
  return buf && buf.length ? this.write(buf) : '';
24107
24227
  }
24108
- },{"safe-buffer":207}],209:[function(require,module,exports){
24228
+ },{"safe-buffer":210}],212:[function(require,module,exports){
24109
24229
  exports = module.exports = require('./lib/_stream_readable.js');
24110
24230
  exports.Stream = exports;
24111
24231
  exports.Readable = exports;
@@ -24114,10 +24234,53 @@ exports.Duplex = require('./lib/_stream_duplex.js');
24114
24234
  exports.Transform = require('./lib/_stream_transform.js');
24115
24235
  exports.PassThrough = require('./lib/_stream_passthrough.js');
24116
24236
 
24117
- },{"./lib/_stream_duplex.js":199,"./lib/_stream_passthrough.js":200,"./lib/_stream_readable.js":201,"./lib/_stream_transform.js":202,"./lib/_stream_writable.js":203}],210:[function(require,module,exports){
24237
+ },{"./lib/_stream_duplex.js":202,"./lib/_stream_passthrough.js":203,"./lib/_stream_readable.js":204,"./lib/_stream_transform.js":205,"./lib/_stream_writable.js":206}],213:[function(require,module,exports){
24118
24238
  module.exports = require('./readable').Transform
24119
24239
 
24120
- },{"./readable":209}],211:[function(require,module,exports){
24240
+ },{"./readable":212}],214:[function(require,module,exports){
24241
+ 'use strict';
24242
+
24243
+ var GetIntrinsic = require('get-intrinsic');
24244
+ var define = require('define-data-property');
24245
+ var hasDescriptors = require('has-property-descriptors')();
24246
+ var gOPD = require('gopd');
24247
+
24248
+ var $TypeError = GetIntrinsic('%TypeError%');
24249
+ var $floor = GetIntrinsic('%Math.floor%');
24250
+
24251
+ module.exports = function setFunctionLength(fn, length) {
24252
+ if (typeof fn !== 'function') {
24253
+ throw new $TypeError('`fn` is not a function');
24254
+ }
24255
+ if (typeof length !== 'number' || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) {
24256
+ throw new $TypeError('`length` must be a positive 32-bit integer');
24257
+ }
24258
+
24259
+ var loose = arguments.length > 2 && !!arguments[2];
24260
+
24261
+ var functionLengthIsConfigurable = true;
24262
+ var functionLengthIsWritable = true;
24263
+ if ('length' in fn && gOPD) {
24264
+ var desc = gOPD(fn, 'length');
24265
+ if (desc && !desc.configurable) {
24266
+ functionLengthIsConfigurable = false;
24267
+ }
24268
+ if (desc && !desc.writable) {
24269
+ functionLengthIsWritable = false;
24270
+ }
24271
+ }
24272
+
24273
+ if (functionLengthIsConfigurable || functionLengthIsWritable || !loose) {
24274
+ if (hasDescriptors) {
24275
+ define(fn, 'length', length, true, true);
24276
+ } else {
24277
+ define(fn, 'length', length);
24278
+ }
24279
+ }
24280
+ return fn;
24281
+ };
24282
+
24283
+ },{"define-data-property":167,"get-intrinsic":171,"gopd":172,"has-property-descriptors":173}],215:[function(require,module,exports){
24121
24284
  'use strict'
24122
24285
 
24123
24286
  function isFunction (funktion) {
@@ -24240,7 +24403,7 @@ shimmer.massUnwrap = massUnwrap
24240
24403
 
24241
24404
  module.exports = shimmer
24242
24405
 
24243
- },{}],212:[function(require,module,exports){
24406
+ },{}],216:[function(require,module,exports){
24244
24407
  /* -*- Mode: js; js-indent-level: 2; -*- */
24245
24408
  /*
24246
24409
  * Copyright 2011 Mozilla Foundation and contributors
@@ -24363,7 +24526,7 @@ ArraySet.prototype.toArray = function ArraySet_toArray() {
24363
24526
 
24364
24527
  exports.ArraySet = ArraySet;
24365
24528
 
24366
- },{"./util":221}],213:[function(require,module,exports){
24529
+ },{"./util":225}],217:[function(require,module,exports){
24367
24530
  /* -*- Mode: js; js-indent-level: 2; -*- */
24368
24531
  /*
24369
24532
  * Copyright 2011 Mozilla Foundation and contributors
@@ -24505,7 +24668,7 @@ exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {
24505
24668
  aOutParam.rest = aIndex;
24506
24669
  };
24507
24670
 
24508
- },{"./base64":214}],214:[function(require,module,exports){
24671
+ },{"./base64":218}],218:[function(require,module,exports){
24509
24672
  /* -*- Mode: js; js-indent-level: 2; -*- */
24510
24673
  /*
24511
24674
  * Copyright 2011 Mozilla Foundation and contributors
@@ -24574,7 +24737,7 @@ exports.decode = function (charCode) {
24574
24737
  return -1;
24575
24738
  };
24576
24739
 
24577
- },{}],215:[function(require,module,exports){
24740
+ },{}],219:[function(require,module,exports){
24578
24741
  /* -*- Mode: js; js-indent-level: 2; -*- */
24579
24742
  /*
24580
24743
  * Copyright 2011 Mozilla Foundation and contributors
@@ -24687,7 +24850,7 @@ exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
24687
24850
  return index;
24688
24851
  };
24689
24852
 
24690
- },{}],216:[function(require,module,exports){
24853
+ },{}],220:[function(require,module,exports){
24691
24854
  /* -*- Mode: js; js-indent-level: 2; -*- */
24692
24855
  /*
24693
24856
  * Copyright 2014 Mozilla Foundation and contributors
@@ -24768,7 +24931,7 @@ MappingList.prototype.toArray = function MappingList_toArray() {
24768
24931
 
24769
24932
  exports.MappingList = MappingList;
24770
24933
 
24771
- },{"./util":221}],217:[function(require,module,exports){
24934
+ },{"./util":225}],221:[function(require,module,exports){
24772
24935
  /* -*- Mode: js; js-indent-level: 2; -*- */
24773
24936
  /*
24774
24937
  * Copyright 2011 Mozilla Foundation and contributors
@@ -24884,7 +25047,7 @@ exports.quickSort = function (ary, comparator) {
24884
25047
  doQuickSort(ary, comparator, 0, ary.length - 1);
24885
25048
  };
24886
25049
 
24887
- },{}],218:[function(require,module,exports){
25050
+ },{}],222:[function(require,module,exports){
24888
25051
  /* -*- Mode: js; js-indent-level: 2; -*- */
24889
25052
  /*
24890
25053
  * Copyright 2011 Mozilla Foundation and contributors
@@ -25968,7 +26131,7 @@ IndexedSourceMapConsumer.prototype._parseMappings =
25968
26131
 
25969
26132
  exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
25970
26133
 
25971
- },{"./array-set":212,"./base64-vlq":213,"./binary-search":215,"./quick-sort":217,"./util":221}],219:[function(require,module,exports){
26134
+ },{"./array-set":216,"./base64-vlq":217,"./binary-search":219,"./quick-sort":221,"./util":225}],223:[function(require,module,exports){
25972
26135
  /* -*- Mode: js; js-indent-level: 2; -*- */
25973
26136
  /*
25974
26137
  * Copyright 2011 Mozilla Foundation and contributors
@@ -26386,7 +26549,7 @@ SourceMapGenerator.prototype.toString =
26386
26549
 
26387
26550
  exports.SourceMapGenerator = SourceMapGenerator;
26388
26551
 
26389
- },{"./array-set":212,"./base64-vlq":213,"./mapping-list":216,"./util":221}],220:[function(require,module,exports){
26552
+ },{"./array-set":216,"./base64-vlq":217,"./mapping-list":220,"./util":225}],224:[function(require,module,exports){
26390
26553
  /* -*- Mode: js; js-indent-level: 2; -*- */
26391
26554
  /*
26392
26555
  * Copyright 2011 Mozilla Foundation and contributors
@@ -26801,7 +26964,7 @@ SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSou
26801
26964
 
26802
26965
  exports.SourceNode = SourceNode;
26803
26966
 
26804
- },{"./source-map-generator":219,"./util":221}],221:[function(require,module,exports){
26967
+ },{"./source-map-generator":223,"./util":225}],225:[function(require,module,exports){
26805
26968
  /* -*- Mode: js; js-indent-level: 2; -*- */
26806
26969
  /*
26807
26970
  * Copyright 2011 Mozilla Foundation and contributors
@@ -27220,7 +27383,7 @@ function compareByGeneratedPositionsInflated(mappingA, mappingB) {
27220
27383
  }
27221
27384
  exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated;
27222
27385
 
27223
- },{}],222:[function(require,module,exports){
27386
+ },{}],226:[function(require,module,exports){
27224
27387
  /*
27225
27388
  * Copyright 2009-2011 Mozilla Foundation and contributors
27226
27389
  * Licensed under the New BSD license. See LICENSE.txt or:
@@ -27230,7 +27393,7 @@ exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGene
27230
27393
  exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer;
27231
27394
  exports.SourceNode = require('./lib/source-node').SourceNode;
27232
27395
 
27233
- },{"./lib/source-map-consumer":218,"./lib/source-map-generator":219,"./lib/source-node":220}],223:[function(require,module,exports){
27396
+ },{"./lib/source-map-consumer":222,"./lib/source-map-generator":223,"./lib/source-node":224}],227:[function(require,module,exports){
27234
27397
  (function (setImmediate,clearImmediate){(function (){
27235
27398
  var nextTick = require('process/browser.js').nextTick;
27236
27399
  var apply = Function.prototype.apply;
@@ -27309,7 +27472,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
27309
27472
  delete immediateIds[id];
27310
27473
  };
27311
27474
  }).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
27312
- },{"process/browser.js":198,"timers":223}],224:[function(require,module,exports){
27475
+ },{"process/browser.js":201,"timers":227}],228:[function(require,module,exports){
27313
27476
  (function (global){(function (){
27314
27477
 
27315
27478
  /**
@@ -27380,7 +27543,7 @@ function config (name) {
27380
27543
  }
27381
27544
 
27382
27545
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
27383
- },{}],225:[function(require,module,exports){
27546
+ },{}],229:[function(require,module,exports){
27384
27547
  if (typeof Object.create === 'function') {
27385
27548
  // implementation from standard node.js 'util' module
27386
27549
  module.exports = function inherits(ctor, superCtor) {
@@ -27405,14 +27568,14 @@ if (typeof Object.create === 'function') {
27405
27568
  }
27406
27569
  }
27407
27570
 
27408
- },{}],226:[function(require,module,exports){
27571
+ },{}],230:[function(require,module,exports){
27409
27572
  module.exports = function isBuffer(arg) {
27410
27573
  return arg && typeof arg === 'object'
27411
27574
  && typeof arg.copy === 'function'
27412
27575
  && typeof arg.fill === 'function'
27413
27576
  && typeof arg.readUInt8 === 'function';
27414
27577
  }
27415
- },{}],227:[function(require,module,exports){
27578
+ },{}],231:[function(require,module,exports){
27416
27579
  (function (process,global){(function (){
27417
27580
  // Copyright Joyent, Inc. and other Node contributors.
27418
27581
  //
@@ -28002,7 +28165,7 @@ function hasOwnProperty(obj, prop) {
28002
28165
  }
28003
28166
 
28004
28167
  }).call(this)}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
28005
- },{"./support/isBuffer":226,"_process":198,"inherits":225}],228:[function(require,module,exports){
28168
+ },{"./support/isBuffer":230,"_process":201,"inherits":229}],232:[function(require,module,exports){
28006
28169
  (function (factory) {
28007
28170
  if (typeof module === "object" && typeof module.exports === "object") {
28008
28171
  var v = factory(require, exports);
@@ -28083,7 +28246,7 @@ function hasOwnProperty(obj, prop) {
28083
28246
  }
28084
28247
  });
28085
28248
 
28086
- },{"./lib/browser-agent":232,"./lib/config":239,"./lib/configuration-override":241,"./lib/events-bridge":254,"./lib/events-bridge/context-message-manager":249,"./lib/feature-detection":257,"./lib/logger/log-factory":262}],229:[function(require,module,exports){
28249
+ },{"./lib/browser-agent":236,"./lib/config":243,"./lib/configuration-override":245,"./lib/events-bridge":258,"./lib/events-bridge/context-message-manager":253,"./lib/feature-detection":261,"./lib/logger/log-factory":266}],233:[function(require,module,exports){
28087
28250
  (function (factory) {
28088
28251
  if (typeof module === "object" && typeof module.exports === "object") {
28089
28252
  var v = factory(require, exports);
@@ -28363,7 +28526,7 @@ function hasOwnProperty(obj, prop) {
28363
28526
  exports.AgentFactory = AgentFactory;
28364
28527
  });
28365
28528
 
28366
- },{"../../common/agent-events/agent-events-contracts":280,"../../common/agent-events/cockpit-notifier":287,"../../common/agent-instance-data":293,"../../common/config-process":297,"../../common/config-process/config-loader":294,"../../common/config-process/no-op-config-process":298,"../../common/footprints-process-v6/collector-footprints-buffer":311,"../../common/footprints-process-v6/collector-footprints-process":312,"../../common/footprints-process-v6/index":316,"../../common/footprints-process-v6/relative-path-resolver":318,"../../common/http/backend-proxy":320,"../../common/no-op-state-tracker":326,"../../common/state-tracker-fpv6":328,"../../common/system-date":330,"./basic-uuid-generator":230,"./browser-agent-instance-fpv6":231,"./browser-events-process":233,"./browser-footprints-buffer":234,"./browser-hits-collector":235,"./browser-hits-converter":236,"./code-coverage-manager":237,"./color-context-manager":238,"./configuration-manager":240,"./delegate":243,"./entities/environment-data":246,"./footprints-queue-sender":258,"./istanbul-to-footprints-convertor":260,"./istanbul-to-footprints-convertor-v3":259,"./logger/log-factory":262,"./queues/footprints-items-queue":264,"./queues/queue":265,"./services/http/http-client":266,"./services/json/json-client":270,"./services/json/json-client-adapter":269,"./services/json/noop-json-client":271,"./services/light-backend-proxy":272,"./sl-mapping-loader":273,"./state-tracker":274,"./test-state-helper":275,"./watchdog":277,"./window-timers-wrapper":278}],230:[function(require,module,exports){
28529
+ },{"../../common/agent-events/agent-events-contracts":284,"../../common/agent-events/cockpit-notifier":291,"../../common/agent-instance-data":297,"../../common/config-process":301,"../../common/config-process/config-loader":298,"../../common/config-process/no-op-config-process":302,"../../common/footprints-process-v6/collector-footprints-buffer":315,"../../common/footprints-process-v6/collector-footprints-process":316,"../../common/footprints-process-v6/index":320,"../../common/footprints-process-v6/relative-path-resolver":322,"../../common/http/backend-proxy":324,"../../common/no-op-state-tracker":330,"../../common/state-tracker-fpv6":332,"../../common/system-date":334,"./basic-uuid-generator":234,"./browser-agent-instance-fpv6":235,"./browser-events-process":237,"./browser-footprints-buffer":238,"./browser-hits-collector":239,"./browser-hits-converter":240,"./code-coverage-manager":241,"./color-context-manager":242,"./configuration-manager":244,"./delegate":247,"./entities/environment-data":250,"./footprints-queue-sender":262,"./istanbul-to-footprints-convertor":264,"./istanbul-to-footprints-convertor-v3":263,"./logger/log-factory":266,"./queues/footprints-items-queue":268,"./queues/queue":269,"./services/http/http-client":270,"./services/json/json-client":274,"./services/json/json-client-adapter":273,"./services/json/noop-json-client":275,"./services/light-backend-proxy":276,"./sl-mapping-loader":277,"./state-tracker":278,"./test-state-helper":279,"./watchdog":281,"./window-timers-wrapper":282}],234:[function(require,module,exports){
28367
28530
  (function (factory) {
28368
28531
  if (typeof module === "object" && typeof module.exports === "object") {
28369
28532
  var v = factory(require, exports);
@@ -28388,7 +28551,7 @@ function hasOwnProperty(obj, prop) {
28388
28551
  exports.BasicUuidGenerator = BasicUuidGenerator;
28389
28552
  });
28390
28553
 
28391
- },{}],231:[function(require,module,exports){
28554
+ },{}],235:[function(require,module,exports){
28392
28555
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
28393
28556
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
28394
28557
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -28555,7 +28718,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28555
28718
  exports.BrowserAgentInstanceFpv6 = BrowserAgentInstanceFpv6;
28556
28719
  });
28557
28720
 
28558
- },{"../../common/agent-events/cockpit-notifier":287,"../../common/http/sl-routes":325,"./basic-uuid-generator":230,"./config":239,"./feature-detection":257}],232:[function(require,module,exports){
28721
+ },{"../../common/agent-events/cockpit-notifier":291,"../../common/http/sl-routes":329,"./basic-uuid-generator":234,"./config":243,"./feature-detection":261}],236:[function(require,module,exports){
28559
28722
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
28560
28723
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
28561
28724
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -28644,7 +28807,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28644
28807
  exports.BrowserAgent = BrowserAgent;
28645
28808
  });
28646
28809
 
28647
- },{"./agent-factory":229,"./events-bridge/context-message-manager":249,"./logger/log-factory":262}],233:[function(require,module,exports){
28810
+ },{"./agent-factory":233,"./events-bridge/context-message-manager":253,"./logger/log-factory":266}],237:[function(require,module,exports){
28648
28811
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
28649
28812
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
28650
28813
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -28691,7 +28854,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28691
28854
  exports.BrowserEventsProcess = BrowserEventsProcess;
28692
28855
  });
28693
28856
 
28694
- },{"../../common/events-process":308}],234:[function(require,module,exports){
28857
+ },{"../../common/events-process":312}],238:[function(require,module,exports){
28695
28858
  (function (factory) {
28696
28859
  if (typeof module === "object" && typeof module.exports === "object") {
28697
28860
  var v = factory(require, exports);
@@ -28736,7 +28899,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28736
28899
  exports.BrowserFootprintsBuffer = BrowserFootprintsBuffer;
28737
28900
  });
28738
28901
 
28739
- },{"../../common/contracts":301,"../../common/footprints-process-v6/footprints-buffer":313,"./events-bridge/context-message-manager":249}],235:[function(require,module,exports){
28902
+ },{"../../common/contracts":305,"../../common/footprints-process-v6/footprints-buffer":317,"./events-bridge/context-message-manager":253}],239:[function(require,module,exports){
28740
28903
  (function (factory) {
28741
28904
  if (typeof module === "object" && typeof module.exports === "object") {
28742
28905
  var v = factory(require, exports);
@@ -28767,7 +28930,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28767
28930
  exports.BrowserHitsCollector = BrowserHitsCollector;
28768
28931
  });
28769
28932
 
28770
- },{"../../common/footprints-process-v6/hits-collector":314}],236:[function(require,module,exports){
28933
+ },{"../../common/footprints-process-v6/hits-collector":318}],240:[function(require,module,exports){
28771
28934
  (function (factory) {
28772
28935
  if (typeof module === "object" && typeof module.exports === "object") {
28773
28936
  var v = factory(require, exports);
@@ -28793,7 +28956,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28793
28956
  exports.BrowserHitsConverter = BrowserHitsConverter;
28794
28957
  });
28795
28958
 
28796
- },{"../../common/footprints-process-v6/base-browser-hits-converter":309}],237:[function(require,module,exports){
28959
+ },{"../../common/footprints-process-v6/base-browser-hits-converter":313}],241:[function(require,module,exports){
28797
28960
  (function (factory) {
28798
28961
  if (typeof module === "object" && typeof module.exports === "object") {
28799
28962
  var v = factory(require, exports);
@@ -28902,7 +29065,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28902
29065
  exports.CodeCoverageManager = CodeCoverageManager;
28903
29066
  });
28904
29067
 
28905
- },{}],238:[function(require,module,exports){
29068
+ },{}],242:[function(require,module,exports){
28906
29069
  (function (factory) {
28907
29070
  if (typeof module === "object" && typeof module.exports === "object") {
28908
29071
  var v = factory(require, exports);
@@ -28956,7 +29119,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28956
29119
  exports.ColorContextManager = ColorContextManager;
28957
29120
  });
28958
29121
 
28959
- },{}],239:[function(require,module,exports){
29122
+ },{}],243:[function(require,module,exports){
28960
29123
  (function (factory) {
28961
29124
  if (typeof module === "object" && typeof module.exports === "object") {
28962
29125
  var v = factory(require, exports);
@@ -28969,11 +29132,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
28969
29132
  "use strict";
28970
29133
  Object.defineProperty(exports, "__esModule", { value: true });
28971
29134
  exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
28972
- exports.SL_AGENT_VERSION = '6.1.533';
29135
+ exports.SL_AGENT_VERSION = '6.1.552';
28973
29136
  exports.SL_AGENT_TYPE = 'browser';
28974
29137
  });
28975
29138
 
28976
- },{}],240:[function(require,module,exports){
29139
+ },{}],244:[function(require,module,exports){
28977
29140
  (function (factory) {
28978
29141
  if (typeof module === "object" && typeof module.exports === "object") {
28979
29142
  var v = factory(require, exports);
@@ -29110,7 +29273,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29110
29273
  ConfigurationManager.LAB_ID_KEY = '__sl.labId__';
29111
29274
  });
29112
29275
 
29113
- },{"./entities/configuration-data":245}],241:[function(require,module,exports){
29276
+ },{"./entities/configuration-data":249}],245:[function(require,module,exports){
29114
29277
  (function (factory) {
29115
29278
  if (typeof module === "object" && typeof module.exports === "object") {
29116
29279
  var v = factory(require, exports);
@@ -29161,7 +29324,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29161
29324
  exports.ConfigurationOverride = ConfigurationOverride;
29162
29325
  });
29163
29326
 
29164
- },{"./logger/console-logger":261,"events":167}],242:[function(require,module,exports){
29327
+ },{"./logger/console-logger":265,"events":168}],246:[function(require,module,exports){
29165
29328
  (function (factory) {
29166
29329
  if (typeof module === "object" && typeof module.exports === "object") {
29167
29330
  var v = factory(require, exports);
@@ -29181,7 +29344,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29181
29344
  })(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
29182
29345
  });
29183
29346
 
29184
- },{}],243:[function(require,module,exports){
29347
+ },{}],247:[function(require,module,exports){
29185
29348
  (function (factory) {
29186
29349
  if (typeof module === "object" && typeof module.exports === "object") {
29187
29350
  var v = factory(require, exports);
@@ -29215,7 +29378,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29215
29378
  exports.Delegate = Delegate;
29216
29379
  });
29217
29380
 
29218
- },{}],244:[function(require,module,exports){
29381
+ },{}],248:[function(require,module,exports){
29219
29382
  (function (factory) {
29220
29383
  if (typeof module === "object" && typeof module.exports === "object") {
29221
29384
  var v = factory(require, exports);
@@ -29233,7 +29396,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29233
29396
  exports.BasicConfigurationData = BasicConfigurationData;
29234
29397
  });
29235
29398
 
29236
- },{}],245:[function(require,module,exports){
29399
+ },{}],249:[function(require,module,exports){
29237
29400
  (function (factory) {
29238
29401
  if (typeof module === "object" && typeof module.exports === "object") {
29239
29402
  var v = factory(require, exports);
@@ -29257,7 +29420,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29257
29420
  exports.ConfigurationData = ConfigurationData;
29258
29421
  });
29259
29422
 
29260
- },{"./basic-configuation-data":244}],246:[function(require,module,exports){
29423
+ },{"./basic-configuation-data":248}],250:[function(require,module,exports){
29261
29424
  (function (factory) {
29262
29425
  if (typeof module === "object" && typeof module.exports === "object") {
29263
29426
  var v = factory(require, exports);
@@ -29289,7 +29452,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29289
29452
  exports.EnvironmentData = EnvironmentData;
29290
29453
  });
29291
29454
 
29292
- },{"../config":239}],247:[function(require,module,exports){
29455
+ },{"../config":243}],251:[function(require,module,exports){
29293
29456
  (function (factory) {
29294
29457
  if (typeof module === "object" && typeof module.exports === "object") {
29295
29458
  var v = factory(require, exports);
@@ -29307,7 +29470,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29307
29470
  exports.FootprintsItemData = FootprintsItemData;
29308
29471
  });
29309
29472
 
29310
- },{}],248:[function(require,module,exports){
29473
+ },{}],252:[function(require,module,exports){
29311
29474
  (function (factory) {
29312
29475
  if (typeof module === "object" && typeof module.exports === "object") {
29313
29476
  var v = factory(require, exports);
@@ -29351,7 +29514,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29351
29514
  exports.relativePathRegex = new RegExp('^(?!www\\.|(?:http|ftp)s?://|[A-Za-z]:\\\\|//).*');
29352
29515
  });
29353
29516
 
29354
- },{}],249:[function(require,module,exports){
29517
+ },{}],253:[function(require,module,exports){
29355
29518
  (function (factory) {
29356
29519
  if (typeof module === "object" && typeof module.exports === "object") {
29357
29520
  var v = factory(require, exports);
@@ -29487,7 +29650,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29487
29650
  ContextMessageManager.DEFAULT_SEND_INTERVAL = 60 * 1000;
29488
29651
  });
29489
29652
 
29490
- },{"../../../common/agent-events/agent-events-contracts":280,"../../../common/agent-events/cockpit-notifier":287,"../../../common/system-date":330}],250:[function(require,module,exports){
29653
+ },{"../../../common/agent-events/agent-events-contracts":284,"../../../common/agent-events/cockpit-notifier":291,"../../../common/system-date":334}],254:[function(require,module,exports){
29491
29654
  (function (factory) {
29492
29655
  if (typeof module === "object" && typeof module.exports === "object") {
29493
29656
  var v = factory(require, exports);
@@ -29525,7 +29688,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29525
29688
  exports.deleteCookie = deleteCookie;
29526
29689
  });
29527
29690
 
29528
- },{}],251:[function(require,module,exports){
29691
+ },{}],255:[function(require,module,exports){
29529
29692
  (function (factory) {
29530
29693
  if (typeof module === "object" && typeof module.exports === "object") {
29531
29694
  var v = factory(require, exports);
@@ -29692,7 +29855,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29692
29855
  exports.deleteBaggageHandler = deleteBaggageHandler;
29693
29856
  });
29694
29857
 
29695
- },{"../../../common/agent-events/cockpit-notifier":287,"../agent-factory":229,"./const":248,"./context-message-manager":249,"./cookie-utils":250,"./utils":256,"@opentelemetry/api":18}],252:[function(require,module,exports){
29858
+ },{"../../../common/agent-events/cockpit-notifier":291,"../agent-factory":233,"./const":252,"./context-message-manager":253,"./cookie-utils":254,"./utils":260,"@opentelemetry/api":18}],256:[function(require,module,exports){
29696
29859
  (function (factory) {
29697
29860
  if (typeof module === "object" && typeof module.exports === "object") {
29698
29861
  var v = factory(require, exports);
@@ -29762,7 +29925,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29762
29925
  exports.CustomFetchInstrumentation = CustomFetchInstrumentation;
29763
29926
  });
29764
29927
 
29765
- },{"../context-message-manager":249,"../utils":256,"@opentelemetry/instrumentation-fetch":89}],253:[function(require,module,exports){
29928
+ },{"../context-message-manager":253,"../utils":260,"@opentelemetry/instrumentation-fetch":89}],257:[function(require,module,exports){
29766
29929
  (function (factory) {
29767
29930
  if (typeof module === "object" && typeof module.exports === "object") {
29768
29931
  var v = factory(require, exports);
@@ -29814,7 +29977,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29814
29977
  exports.CustomXMLHttpRequestInstrumentation = CustomXMLHttpRequestInstrumentation;
29815
29978
  });
29816
29979
 
29817
- },{"../context-message-manager":249,"../utils":256,"@opentelemetry/instrumentation-xml-http-request":93}],254:[function(require,module,exports){
29980
+ },{"../context-message-manager":253,"../utils":260,"@opentelemetry/instrumentation-xml-http-request":93}],258:[function(require,module,exports){
29818
29981
  (function (factory) {
29819
29982
  if (typeof module === "object" && typeof module.exports === "object") {
29820
29983
  var v = factory(require, exports);
@@ -29846,7 +30009,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29846
30009
  exports.registerEventsBridge = registerEventsBridge;
29847
30010
  });
29848
30011
 
29849
- },{"./const":248,"./events":251,"./otel":255}],255:[function(require,module,exports){
30012
+ },{"./const":252,"./events":255,"./otel":259}],259:[function(require,module,exports){
29850
30013
  (function (factory) {
29851
30014
  if (typeof module === "object" && typeof module.exports === "object") {
29852
30015
  var v = factory(require, exports);
@@ -29881,7 +30044,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29881
30044
  exports.registerOpenTelemetry = registerOpenTelemetry;
29882
30045
  });
29883
30046
 
29884
- },{"../../../common/agent-events/cockpit-notifier":287,"./implementations/CustomFetchInstrumentation":252,"./implementations/CustomXMLHttpRequestInstrumentation":253,"@opentelemetry/instrumentation":98}],256:[function(require,module,exports){
30047
+ },{"../../../common/agent-events/cockpit-notifier":291,"./implementations/CustomFetchInstrumentation":256,"./implementations/CustomXMLHttpRequestInstrumentation":257,"@opentelemetry/instrumentation":98}],260:[function(require,module,exports){
29885
30048
  (function (factory) {
29886
30049
  if (typeof module === "object" && typeof module.exports === "object") {
29887
30050
  var v = factory(require, exports);
@@ -29970,7 +30133,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
29970
30133
  exports.isSealightsAPI = isSealightsAPI;
29971
30134
  });
29972
30135
 
29973
- },{"./const":248}],257:[function(require,module,exports){
30136
+ },{"./const":252}],261:[function(require,module,exports){
29974
30137
  (function (factory) {
29975
30138
  if (typeof module === "object" && typeof module.exports === "object") {
29976
30139
  var v = factory(require, exports);
@@ -30008,7 +30171,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30008
30171
  exports.FeatureDetection = FeatureDetection;
30009
30172
  });
30010
30173
 
30011
- },{}],258:[function(require,module,exports){
30174
+ },{}],262:[function(require,module,exports){
30012
30175
  (function (factory) {
30013
30176
  if (typeof module === "object" && typeof module.exports === "object") {
30014
30177
  var v = factory(require, exports);
@@ -30213,7 +30376,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30213
30376
  exports.FootprintsQueueSender = FootprintsQueueSender;
30214
30377
  });
30215
30378
 
30216
- },{"../../common/system-date":330,"./entities/footprints-item-data":247}],259:[function(require,module,exports){
30379
+ },{"../../common/system-date":334,"./entities/footprints-item-data":251}],263:[function(require,module,exports){
30217
30380
  (function (factory) {
30218
30381
  if (typeof module === "object" && typeof module.exports === "object") {
30219
30382
  var v = factory(require, exports);
@@ -30468,7 +30631,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30468
30631
  exports.IstanbulToFootprintsConvertorV3 = IstanbulToFootprintsConvertorV3;
30469
30632
  });
30470
30633
 
30471
- },{"../../common/footprints-process-v6/location-formatter":317,"../../common/footprints-process/collection-interval":319,"../../common/system-date":330,"./logger/log-factory":262}],260:[function(require,module,exports){
30634
+ },{"../../common/footprints-process-v6/location-formatter":321,"../../common/footprints-process/collection-interval":323,"../../common/system-date":334,"./logger/log-factory":266}],264:[function(require,module,exports){
30472
30635
  (function (factory) {
30473
30636
  if (typeof module === "object" && typeof module.exports === "object") {
30474
30637
  var v = factory(require, exports);
@@ -30574,7 +30737,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30574
30737
  exports.IstanbulToFootprintsConverter = IstanbulToFootprintsConverter;
30575
30738
  });
30576
30739
 
30577
- },{"./utils":276}],261:[function(require,module,exports){
30740
+ },{"./utils":280}],265:[function(require,module,exports){
30578
30741
  (function (factory) {
30579
30742
  if (typeof module === "object" && typeof module.exports === "object") {
30580
30743
  var v = factory(require, exports);
@@ -30765,7 +30928,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30765
30928
  exports.ConsoleLogger = ConsoleLogger;
30766
30929
  });
30767
30930
 
30768
- },{"../../../common/system-date":330,"../configuration-override":241}],262:[function(require,module,exports){
30931
+ },{"../../../common/system-date":334,"../configuration-override":245}],266:[function(require,module,exports){
30769
30932
  (function (factory) {
30770
30933
  if (typeof module === "object" && typeof module.exports === "object") {
30771
30934
  var v = factory(require, exports);
@@ -30795,7 +30958,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30795
30958
  exports.LogFactory = LogFactory;
30796
30959
  });
30797
30960
 
30798
- },{"./console-logger":261,"./null-logger":263}],263:[function(require,module,exports){
30961
+ },{"./console-logger":265,"./null-logger":267}],267:[function(require,module,exports){
30799
30962
  (function (factory) {
30800
30963
  if (typeof module === "object" && typeof module.exports === "object") {
30801
30964
  var v = factory(require, exports);
@@ -30852,7 +31015,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30852
31015
  NullLogger.INSTANCE = new NullLogger();
30853
31016
  });
30854
31017
 
30855
- },{}],264:[function(require,module,exports){
31018
+ },{}],268:[function(require,module,exports){
30856
31019
  (function (factory) {
30857
31020
  if (typeof module === "object" && typeof module.exports === "object") {
30858
31021
  var v = factory(require, exports);
@@ -30933,7 +31096,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
30933
31096
  exports.FootprintsItemsQueue = FootprintsItemsQueue;
30934
31097
  });
30935
31098
 
30936
- },{"../../../common/system-date":330,"../delegate":243,"../entities/footprints-item-data":247}],265:[function(require,module,exports){
31099
+ },{"../../../common/system-date":334,"../delegate":247,"../entities/footprints-item-data":251}],269:[function(require,module,exports){
30937
31100
  (function (factory) {
30938
31101
  if (typeof module === "object" && typeof module.exports === "object") {
30939
31102
  var v = factory(require, exports);
@@ -31000,7 +31163,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31000
31163
  Queue.DEFAULT_MAX_ITEMS_IN_QUEUE = 1000;
31001
31164
  });
31002
31165
 
31003
- },{"../../../common/utils/validation-utils":335}],266:[function(require,module,exports){
31166
+ },{"../../../common/utils/validation-utils":339}],270:[function(require,module,exports){
31004
31167
  (function (factory) {
31005
31168
  if (typeof module === "object" && typeof module.exports === "object") {
31006
31169
  var v = factory(require, exports);
@@ -31063,7 +31226,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31063
31226
  exports.HttpClient = HttpClient;
31064
31227
  });
31065
31228
 
31066
- },{"./http-response":268}],267:[function(require,module,exports){
31229
+ },{"./http-response":272}],271:[function(require,module,exports){
31067
31230
  (function (factory) {
31068
31231
  if (typeof module === "object" && typeof module.exports === "object") {
31069
31232
  var v = factory(require, exports);
@@ -31084,7 +31247,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31084
31247
  exports.HttpRequest = HttpRequest;
31085
31248
  });
31086
31249
 
31087
- },{}],268:[function(require,module,exports){
31250
+ },{}],272:[function(require,module,exports){
31088
31251
  (function (factory) {
31089
31252
  if (typeof module === "object" && typeof module.exports === "object") {
31090
31253
  var v = factory(require, exports);
@@ -31102,7 +31265,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31102
31265
  exports.HttpResponse = HttpResponse;
31103
31266
  });
31104
31267
 
31105
- },{}],269:[function(require,module,exports){
31268
+ },{}],273:[function(require,module,exports){
31106
31269
  (function (factory) {
31107
31270
  if (typeof module === "object" && typeof module.exports === "object") {
31108
31271
  var v = factory(require, exports);
@@ -31164,7 +31327,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31164
31327
  exports.JsonClientAdapter = JsonClientAdapter;
31165
31328
  });
31166
31329
 
31167
- },{"../../../../common/utils/validation-utils":335}],270:[function(require,module,exports){
31330
+ },{"../../../../common/utils/validation-utils":339}],274:[function(require,module,exports){
31168
31331
  (function (factory) {
31169
31332
  if (typeof module === "object" && typeof module.exports === "object") {
31170
31333
  var v = factory(require, exports);
@@ -31279,7 +31442,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31279
31442
  exports.JsonClient = JsonClient;
31280
31443
  });
31281
31444
 
31282
- },{"../../../../common/agent-events/agent-events-contracts":280,"../../../../common/http/contracts":321,"../http/http-request":267}],271:[function(require,module,exports){
31445
+ },{"../../../../common/agent-events/agent-events-contracts":284,"../../../../common/http/contracts":325,"../http/http-request":271}],275:[function(require,module,exports){
31283
31446
  (function (factory) {
31284
31447
  if (typeof module === "object" && typeof module.exports === "object") {
31285
31448
  var v = factory(require, exports);
@@ -31307,7 +31470,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31307
31470
  exports.NoopJsonClient = NoopJsonClient;
31308
31471
  });
31309
31472
 
31310
- },{"../../logger/log-factory":262,"./json-client":270}],272:[function(require,module,exports){
31473
+ },{"../../logger/log-factory":266,"./json-client":274}],276:[function(require,module,exports){
31311
31474
  (function (factory) {
31312
31475
  if (typeof module === "object" && typeof module.exports === "object") {
31313
31476
  var v = factory(require, exports);
@@ -31347,7 +31510,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31347
31510
  exports.LightBackendProxy = LightBackendProxy;
31348
31511
  });
31349
31512
 
31350
- },{}],273:[function(require,module,exports){
31513
+ },{}],277:[function(require,module,exports){
31351
31514
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31352
31515
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
31353
31516
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -31416,7 +31579,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31416
31579
  exports.SlMappingLoader = SlMappingLoader;
31417
31580
  });
31418
31581
 
31419
- },{"../../common/agent-events/cockpit-notifier":287,"../../common/contracts":301}],274:[function(require,module,exports){
31582
+ },{"../../common/agent-events/cockpit-notifier":291,"../../common/contracts":305}],278:[function(require,module,exports){
31420
31583
  (function (factory) {
31421
31584
  if (typeof module === "object" && typeof module.exports === "object") {
31422
31585
  var v = factory(require, exports);
@@ -31539,7 +31702,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31539
31702
  StateTracker.ANONYMOUS_FOOTPRINTS_COLOR = '00000000-0000-0000-0000-000000000000/__init';
31540
31703
  });
31541
31704
 
31542
- },{"./contracts":242,"./delegate":243}],275:[function(require,module,exports){
31705
+ },{"./contracts":246,"./delegate":247}],279:[function(require,module,exports){
31543
31706
  (function (factory) {
31544
31707
  if (typeof module === "object" && typeof module.exports === "object") {
31545
31708
  var v = factory(require, exports);
@@ -31573,7 +31736,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31573
31736
  exports.TestStateHelper = TestStateHelper;
31574
31737
  });
31575
31738
 
31576
- },{}],276:[function(require,module,exports){
31739
+ },{}],280:[function(require,module,exports){
31577
31740
  (function (factory) {
31578
31741
  if (typeof module === "object" && typeof module.exports === "object") {
31579
31742
  var v = factory(require, exports);
@@ -31621,7 +31784,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31621
31784
  exports.Utils = Utils;
31622
31785
  });
31623
31786
 
31624
- },{"path":196}],277:[function(require,module,exports){
31787
+ },{"path":199}],281:[function(require,module,exports){
31625
31788
  (function (factory) {
31626
31789
  if (typeof module === "object" && typeof module.exports === "object") {
31627
31790
  var v = factory(require, exports);
@@ -31706,7 +31869,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31706
31869
  exports.Watchdog = Watchdog;
31707
31870
  });
31708
31871
 
31709
- },{"./delegate":243}],278:[function(require,module,exports){
31872
+ },{"./delegate":247}],282:[function(require,module,exports){
31710
31873
  (function (factory) {
31711
31874
  if (typeof module === "object" && typeof module.exports === "object") {
31712
31875
  var v = factory(require, exports);
@@ -31741,7 +31904,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31741
31904
  exports.WindowTimersWrapper = WindowTimersWrapper;
31742
31905
  });
31743
31906
 
31744
- },{}],279:[function(require,module,exports){
31907
+ },{}],283:[function(require,module,exports){
31745
31908
  (function (factory) {
31746
31909
  if (typeof module === "object" && typeof module.exports === "object") {
31747
31910
  var v = factory(require, exports);
@@ -31784,7 +31947,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31784
31947
  })(COMMAND_ARGS = exports.COMMAND_ARGS || (exports.COMMAND_ARGS = {}));
31785
31948
  });
31786
31949
 
31787
- },{}],280:[function(require,module,exports){
31950
+ },{}],284:[function(require,module,exports){
31788
31951
  (function (factory) {
31789
31952
  if (typeof module === "object" && typeof module.exports === "object") {
31790
31953
  var v = factory(require, exports);
@@ -31850,7 +32013,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
31850
32013
  })(AgentTechnologies = exports.AgentTechnologies || (exports.AgentTechnologies = {}));
31851
32014
  });
31852
32015
 
31853
- },{}],281:[function(require,module,exports){
32016
+ },{}],285:[function(require,module,exports){
31854
32017
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
31855
32018
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
31856
32019
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -32094,7 +32257,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32094
32257
  })(StartRequestStatus || (StartRequestStatus = {}));
32095
32258
  });
32096
32259
 
32097
- },{"../http/backend-proxy":320,"../system-date":330,"../utils/data-cleansing-utils":331,"../utils/validation-utils":335,"../watchdog":336,"./agent-events-contracts":280,"./agent-instance-info-builder":283,"./agent-start-info-builder":284,"./browser-info-builder":285,"./ci-info-builder":286,"./machine-info-builder":289,"./nodejs-env-info-builder":291}],282:[function(require,module,exports){
32260
+ },{"../http/backend-proxy":324,"../system-date":334,"../utils/data-cleansing-utils":335,"../utils/validation-utils":339,"../watchdog":340,"./agent-events-contracts":284,"./agent-instance-info-builder":287,"./agent-start-info-builder":288,"./browser-info-builder":289,"./ci-info-builder":290,"./machine-info-builder":293,"./nodejs-env-info-builder":295}],286:[function(require,module,exports){
32098
32261
  (function (factory) {
32099
32262
  if (typeof module === "object" && typeof module.exports === "object") {
32100
32263
  var v = factory(require, exports);
@@ -32127,7 +32290,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32127
32290
  AgentEventsGuard.EVENT_CODE_TO_LAST_CALL = new Map();
32128
32291
  });
32129
32292
 
32130
- },{"../system-date":330,"./cockpit-notifier":287}],283:[function(require,module,exports){
32293
+ },{"../system-date":334,"./cockpit-notifier":291}],287:[function(require,module,exports){
32131
32294
  (function (process){(function (){
32132
32295
  (function (factory) {
32133
32296
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -32340,7 +32503,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32340
32503
  });
32341
32504
 
32342
32505
  }).call(this)}).call(this,require('_process'))
32343
- },{"./sensitive-data-filter":292,"_process":198}],284:[function(require,module,exports){
32506
+ },{"./sensitive-data-filter":296,"_process":201}],288:[function(require,module,exports){
32344
32507
  (function (factory) {
32345
32508
  if (typeof module === "object" && typeof module.exports === "object") {
32346
32509
  var v = factory(require, exports);
@@ -32383,7 +32546,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32383
32546
  exports.AgentStartInfoBuilder = AgentStartInfoBuilder;
32384
32547
  });
32385
32548
 
32386
- },{"../utils/data-cleansing-utils":331}],285:[function(require,module,exports){
32549
+ },{"../utils/data-cleansing-utils":335}],289:[function(require,module,exports){
32387
32550
  (function (factory) {
32388
32551
  if (typeof module === "object" && typeof module.exports === "object") {
32389
32552
  var v = factory(require, exports);
@@ -32416,7 +32579,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32416
32579
  exports.BrowserInfoBuilder = BrowserInfoBuilder;
32417
32580
  });
32418
32581
 
32419
- },{"../system-date":330}],286:[function(require,module,exports){
32582
+ },{"../system-date":334}],290:[function(require,module,exports){
32420
32583
  (function (process){(function (){
32421
32584
  (function (factory) {
32422
32585
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -32458,7 +32621,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32458
32621
  });
32459
32622
 
32460
32623
  }).call(this)}).call(this,require('_process'))
32461
- },{"_process":198}],287:[function(require,module,exports){
32624
+ },{"_process":201}],291:[function(require,module,exports){
32462
32625
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
32463
32626
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32464
32627
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -32544,7 +32707,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32544
32707
  CockpitNotifier.controllerNullLogged = false;
32545
32708
  });
32546
32709
 
32547
- },{"./agent-events-controller":281,"./dry-run-agent-events-controller":288,"./no-op-agent-events-controller":290}],288:[function(require,module,exports){
32710
+ },{"./agent-events-controller":285,"./dry-run-agent-events-controller":292,"./no-op-agent-events-controller":294}],292:[function(require,module,exports){
32548
32711
  (function (factory) {
32549
32712
  if (typeof module === "object" && typeof module.exports === "object") {
32550
32713
  var v = factory(require, exports);
@@ -32572,7 +32735,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32572
32735
  exports.DryRunAgentEventsController = DryRunAgentEventsController;
32573
32736
  });
32574
32737
 
32575
- },{"../agent-instance-data":293,"../config-process/config":296,"./agent-events-contracts":280,"./agent-events-controller":281}],289:[function(require,module,exports){
32738
+ },{"../agent-instance-data":297,"../config-process/config":300,"./agent-events-contracts":284,"./agent-events-controller":285}],293:[function(require,module,exports){
32576
32739
  (function (process){(function (){
32577
32740
  (function (factory) {
32578
32741
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -32624,7 +32787,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32624
32787
  });
32625
32788
 
32626
32789
  }).call(this)}).call(this,require('_process'))
32627
- },{"../footprints-process-v6/buffer-size-helper":310,"../system-date":330,"_process":198,"os":184}],290:[function(require,module,exports){
32790
+ },{"../footprints-process-v6/buffer-size-helper":314,"../system-date":334,"_process":201,"os":187}],294:[function(require,module,exports){
32628
32791
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
32629
32792
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
32630
32793
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -32682,7 +32845,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32682
32845
  exports.NoOpAgentEventsController = NoOpAgentEventsController;
32683
32846
  });
32684
32847
 
32685
- },{"./agent-events-controller":281}],291:[function(require,module,exports){
32848
+ },{"./agent-events-controller":285}],295:[function(require,module,exports){
32686
32849
  (function (process){(function (){
32687
32850
  (function (factory) {
32688
32851
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -32717,7 +32880,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32717
32880
  });
32718
32881
 
32719
32882
  }).call(this)}).call(this,require('_process'))
32720
- },{"_process":198}],292:[function(require,module,exports){
32883
+ },{"_process":201}],296:[function(require,module,exports){
32721
32884
  (function (factory) {
32722
32885
  if (typeof module === "object" && typeof module.exports === "object") {
32723
32886
  var v = factory(require, exports);
@@ -32782,7 +32945,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32782
32945
  exports.isSensitive = isSensitive;
32783
32946
  });
32784
32947
 
32785
- },{}],293:[function(require,module,exports){
32948
+ },{}],297:[function(require,module,exports){
32786
32949
  (function (__dirname){(function (){
32787
32950
  (function (factory) {
32788
32951
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -32842,7 +33005,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32842
33005
  });
32843
33006
 
32844
33007
  }).call(this)}).call(this,"/tsOutputs/common")
32845
- },{"./agent-events/agent-events-contracts":280,"./agent-events/agent-instance-info-builder":283,"./utils/files-utils":333,"fs":162,"uuid":340}],294:[function(require,module,exports){
33008
+ },{"./agent-events/agent-events-contracts":284,"./agent-events/agent-instance-info-builder":287,"./utils/files-utils":337,"fs":162,"uuid":344}],298:[function(require,module,exports){
32846
33009
  (function (process){(function (){
32847
33010
  (function (factory) {
32848
33011
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -32935,7 +33098,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
32935
33098
  });
32936
33099
 
32937
33100
  }).call(this)}).call(this,require('_process'))
32938
- },{"../../cli-parse/contracts":279,"../constants/sl-env-vars":300,"./config":296,"./config-system":295,"_process":198,"fs":162,"jwt-decode":339}],295:[function(require,module,exports){
33101
+ },{"../../cli-parse/contracts":283,"../constants/sl-env-vars":304,"./config":300,"./config-system":299,"_process":201,"fs":162,"jwt-decode":343}],299:[function(require,module,exports){
32939
33102
  (function (process){(function (){
32940
33103
  (function (factory) {
32941
33104
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -33217,7 +33380,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33217
33380
  });
33218
33381
 
33219
33382
  }).call(this)}).call(this,require('_process'))
33220
- },{"_process":198,"fs":162}],296:[function(require,module,exports){
33383
+ },{"_process":201,"fs":162}],300:[function(require,module,exports){
33221
33384
  (function (factory) {
33222
33385
  if (typeof module === "object" && typeof module.exports === "object") {
33223
33386
  var v = factory(require, exports);
@@ -33293,7 +33456,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33293
33456
  exports.AgentConfigWithRuntimeArgs = AgentConfigWithRuntimeArgs;
33294
33457
  });
33295
33458
 
33296
- },{"./config-system":295}],297:[function(require,module,exports){
33459
+ },{"./config-system":299}],301:[function(require,module,exports){
33297
33460
  (function (factory) {
33298
33461
  if (typeof module === "object" && typeof module.exports === "object") {
33299
33462
  var v = factory(require, exports);
@@ -33410,7 +33573,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33410
33573
  exports.ConfigProcess = ConfigProcess;
33411
33574
  });
33412
33575
 
33413
- },{"./config-system":295,"events":167,"jwt-decode":339,"object-assign":178}],298:[function(require,module,exports){
33576
+ },{"./config-system":299,"events":168,"jwt-decode":343,"object-assign":181}],302:[function(require,module,exports){
33414
33577
  (function (factory) {
33415
33578
  if (typeof module === "object" && typeof module.exports === "object") {
33416
33579
  var v = factory(require, exports);
@@ -33438,7 +33601,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33438
33601
  exports.NoopConfigProcess = NoopConfigProcess;
33439
33602
  });
33440
33603
 
33441
- },{"./index":297}],299:[function(require,module,exports){
33604
+ },{"./index":301}],303:[function(require,module,exports){
33442
33605
  (function (factory) {
33443
33606
  if (typeof module === "object" && typeof module.exports === "object") {
33444
33607
  var v = factory(require, exports);
@@ -33473,7 +33636,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33473
33636
  _a);
33474
33637
  });
33475
33638
 
33476
- },{}],300:[function(require,module,exports){
33639
+ },{}],304:[function(require,module,exports){
33477
33640
  (function (process){(function (){
33478
33641
  (function (factory) {
33479
33642
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -33604,7 +33767,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33604
33767
  });
33605
33768
 
33606
33769
  }).call(this)}).call(this,require('_process'))
33607
- },{"../footprints-process-v6/buffer-size-helper":310,"../utils/env-var-parsing":332,"_process":198}],301:[function(require,module,exports){
33770
+ },{"../footprints-process-v6/buffer-size-helper":314,"../utils/env-var-parsing":336,"_process":201}],305:[function(require,module,exports){
33608
33771
  (function (factory) {
33609
33772
  if (typeof module === "object" && typeof module.exports === "object") {
33610
33773
  var v = factory(require, exports);
@@ -33624,7 +33787,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33624
33787
  })(FootprintsMapping = exports.FootprintsMapping || (exports.FootprintsMapping = {}));
33625
33788
  });
33626
33789
 
33627
- },{}],302:[function(require,module,exports){
33790
+ },{}],306:[function(require,module,exports){
33628
33791
  (function (factory) {
33629
33792
  if (typeof module === "object" && typeof module.exports === "object") {
33630
33793
  var v = factory(require, exports);
@@ -33644,7 +33807,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33644
33807
  })(ElementType = exports.ElementType || (exports.ElementType = {}));
33645
33808
  });
33646
33809
 
33647
- },{}],303:[function(require,module,exports){
33810
+ },{}],307:[function(require,module,exports){
33648
33811
  (function (factory) {
33649
33812
  if (typeof module === "object" && typeof module.exports === "object") {
33650
33813
  var v = factory(require, exports);
@@ -33777,7 +33940,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33777
33940
  exports.FileElement = FileElement;
33778
33941
  });
33779
33942
 
33780
- },{"../utils/validation-utils":335}],304:[function(require,module,exports){
33943
+ },{"../utils/validation-utils":339}],308:[function(require,module,exports){
33781
33944
  (function (factory) {
33782
33945
  if (typeof module === "object" && typeof module.exports === "object") {
33783
33946
  var v = factory(require, exports);
@@ -33847,7 +34010,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33847
34010
  exports.IstanbulUniqueIdConverter = IstanbulUniqueIdConverter;
33848
34011
  });
33849
34012
 
33850
- },{"./contracts":302,"./unique-id-converter":307}],305:[function(require,module,exports){
34013
+ },{"./contracts":306,"./unique-id-converter":311}],309:[function(require,module,exports){
33851
34014
  (function (factory) {
33852
34015
  if (typeof module === "object" && typeof module.exports === "object") {
33853
34016
  var v = factory(require, exports);
@@ -33904,7 +34067,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
33904
34067
  }
33905
34068
  });
33906
34069
 
33907
- },{"../system-date":330,"../utils/files-utils":333,"./istanbul-unique-id-converter":304,"path":196}],306:[function(require,module,exports){
34070
+ },{"../system-date":334,"../utils/files-utils":337,"./istanbul-unique-id-converter":308,"path":199}],310:[function(require,module,exports){
33908
34071
  (function (factory) {
33909
34072
  if (typeof module === "object" && typeof module.exports === "object") {
33910
34073
  var v = factory(require, exports);
@@ -34088,7 +34251,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34088
34251
  exports.OriginalModuleLoader = OriginalModuleLoader;
34089
34252
  });
34090
34253
 
34091
- },{"../source-maps-utils":327,"../utils/files-utils":333,"../utils/validation-utils":335}],307:[function(require,module,exports){
34254
+ },{"../source-maps-utils":331,"../utils/files-utils":337,"../utils/validation-utils":339}],311:[function(require,module,exports){
34092
34255
  (function (factory) {
34093
34256
  if (typeof module === "object" && typeof module.exports === "object") {
34094
34257
  var v = factory(require, exports);
@@ -34300,7 +34463,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34300
34463
  exports.UniqueIdConverter = UniqueIdConverter;
34301
34464
  });
34302
34465
 
34303
- },{"./contracts":302,"./file-element":303}],308:[function(require,module,exports){
34466
+ },{"./contracts":306,"./file-element":307}],312:[function(require,module,exports){
34304
34467
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
34305
34468
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
34306
34469
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -34491,7 +34654,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34491
34654
  EventsProcess.ITEMS_TO_DEQUE = 1000;
34492
34655
  });
34493
34656
 
34494
- },{"../system-date":330,"../utils/validation-utils":335}],309:[function(require,module,exports){
34657
+ },{"../system-date":334,"../utils/validation-utils":339}],313:[function(require,module,exports){
34495
34658
  (function (factory) {
34496
34659
  if (typeof module === "object" && typeof module.exports === "object") {
34497
34660
  var v = factory(require, exports);
@@ -34547,7 +34710,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34547
34710
  exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
34548
34711
  });
34549
34712
 
34550
- },{"../../common/footprints-process-v6/hits-converter":315,"../utils/files-utils":333,"./location-formatter":317}],310:[function(require,module,exports){
34713
+ },{"../../common/footprints-process-v6/hits-converter":319,"../utils/files-utils":337,"./location-formatter":321}],314:[function(require,module,exports){
34551
34714
  (function (factory) {
34552
34715
  if (typeof module === "object" && typeof module.exports === "object") {
34553
34716
  var v = factory(require, exports);
@@ -34593,7 +34756,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34593
34756
  BufferSizeHelper.BYTES_IN_GB = 1024 * 1024 * 1024;
34594
34757
  });
34595
34758
 
34596
- },{}],311:[function(require,module,exports){
34759
+ },{}],315:[function(require,module,exports){
34597
34760
  (function (factory) {
34598
34761
  if (typeof module === "object" && typeof module.exports === "object") {
34599
34762
  var v = factory(require, exports);
@@ -34631,7 +34794,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34631
34794
  exports.CollectorFootprintsBuffer = CollectorFootprintsBuffer;
34632
34795
  });
34633
34796
 
34634
- },{"../agent-events/agent-events-contracts":280,"../contracts":301,"./footprints-buffer":313}],312:[function(require,module,exports){
34797
+ },{"../agent-events/agent-events-contracts":284,"../contracts":305,"./footprints-buffer":317}],316:[function(require,module,exports){
34635
34798
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
34636
34799
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
34637
34800
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -34728,7 +34891,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34728
34891
  exports.CollectorFootprintsProcess = CollectorFootprintsProcess;
34729
34892
  });
34730
34893
 
34731
- },{".":316,"../no-op-state-tracker":326}],313:[function(require,module,exports){
34894
+ },{".":320,"../no-op-state-tracker":330}],317:[function(require,module,exports){
34732
34895
  (function (factory) {
34733
34896
  if (typeof module === "object" && typeof module.exports === "object") {
34734
34897
  var v = factory(require, exports);
@@ -34849,7 +35012,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
34849
35012
  FootprintsBuffer.BUFFER_FULL = 'bufferFull';
34850
35013
  });
34851
35014
 
34852
- },{"../agent-events/agent-events-contracts":280,"../agent-events/cockpit-notifier":287,"./buffer-size-helper":310,"events":167}],314:[function(require,module,exports){
35015
+ },{"../agent-events/agent-events-contracts":284,"../agent-events/cockpit-notifier":291,"./buffer-size-helper":314,"events":168}],318:[function(require,module,exports){
34853
35016
  (function (global){(function (){
34854
35017
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
34855
35018
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -35037,7 +35200,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35037
35200
  });
35038
35201
 
35039
35202
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
35040
- },{"../agent-events/cockpit-notifier":287,"../constants/sl-env-vars":300,"../coverage-elements/original-module-loader":306}],315:[function(require,module,exports){
35203
+ },{"../agent-events/cockpit-notifier":291,"../constants/sl-env-vars":304,"../coverage-elements/original-module-loader":310}],319:[function(require,module,exports){
35041
35204
  (function (factory) {
35042
35205
  if (typeof module === "object" && typeof module.exports === "object") {
35043
35206
  var v = factory(require, exports);
@@ -35187,7 +35350,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35187
35350
  HitsConverter.BRANCH_ID_DEL = '|';
35188
35351
  });
35189
35352
 
35190
- },{"../agent-events/cockpit-notifier":287,"../constants/sl-env-vars":300,"../coverage-elements/new-id-resolver":305,"../coverage-elements/original-module-loader":306,"./hits-collector":314}],316:[function(require,module,exports){
35353
+ },{"../agent-events/cockpit-notifier":291,"../constants/sl-env-vars":304,"../coverage-elements/new-id-resolver":309,"../coverage-elements/original-module-loader":310,"./hits-collector":318}],320:[function(require,module,exports){
35191
35354
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
35192
35355
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
35193
35356
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -35487,7 +35650,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35487
35650
  FootprintsProcess.ALARM_FIRED = 'alarm';
35488
35651
  });
35489
35652
 
35490
- },{"../agent-events/agent-events-contracts":280,"../agent-events/agent-events-guard":282,"../agent-events/cockpit-notifier":287,"../constants/sl-env-vars":300,"../footprints-process/collection-interval":319,"../state-tracker":329,"./footprints-buffer":313}],317:[function(require,module,exports){
35653
+ },{"../agent-events/agent-events-contracts":284,"../agent-events/agent-events-guard":286,"../agent-events/cockpit-notifier":291,"../constants/sl-env-vars":304,"../footprints-process/collection-interval":323,"../state-tracker":333,"./footprints-buffer":317}],321:[function(require,module,exports){
35491
35654
  (function (factory) {
35492
35655
  if (typeof module === "object" && typeof module.exports === "object") {
35493
35656
  var v = factory(require, exports);
@@ -35521,7 +35684,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35521
35684
  }
35522
35685
  });
35523
35686
 
35524
- },{}],318:[function(require,module,exports){
35687
+ },{}],322:[function(require,module,exports){
35525
35688
  (function (process){(function (){
35526
35689
  (function (factory) {
35527
35690
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -35562,7 +35725,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35562
35725
  });
35563
35726
 
35564
35727
  }).call(this)}).call(this,require('_process'))
35565
- },{"_process":198}],319:[function(require,module,exports){
35728
+ },{"_process":201}],323:[function(require,module,exports){
35566
35729
  (function (factory) {
35567
35730
  if (typeof module === "object" && typeof module.exports === "object") {
35568
35731
  var v = factory(require, exports);
@@ -35600,7 +35763,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35600
35763
  exports.CollectionInterval = CollectionInterval;
35601
35764
  });
35602
35765
 
35603
- },{"../system-date":330}],320:[function(require,module,exports){
35766
+ },{"../system-date":334}],324:[function(require,module,exports){
35604
35767
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
35605
35768
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
35606
35769
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -35961,7 +36124,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
35961
36124
  BackendProxy.DEFAULT_HTTP_ATTEMPT_INTERVAL = 5 * 1000;
35962
36125
  });
35963
36126
 
35964
- },{"../constants/constants":299,"../utils/timer-utils":334,"../utils/validation-utils":335,"./contracts":321,"./entities-mapper":322,"./http-client":323,"./sl-routes":325}],321:[function(require,module,exports){
36127
+ },{"../constants/constants":303,"../utils/timer-utils":338,"../utils/validation-utils":339,"./contracts":325,"./entities-mapper":326,"./http-client":327,"./sl-routes":329}],325:[function(require,module,exports){
35965
36128
  (function (factory) {
35966
36129
  if (typeof module === "object" && typeof module.exports === "object") {
35967
36130
  var v = factory(require, exports);
@@ -36070,7 +36233,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36070
36233
  })(SealightsHaderValues = exports.SealightsHaderValues || (exports.SealightsHaderValues = {}));
36071
36234
  });
36072
36235
 
36073
- },{"../system-date":330}],322:[function(require,module,exports){
36236
+ },{"../system-date":334}],326:[function(require,module,exports){
36074
36237
  (function (factory) {
36075
36238
  if (typeof module === "object" && typeof module.exports === "object") {
36076
36239
  var v = factory(require, exports);
@@ -36096,7 +36259,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36096
36259
  exports.EntitiesMapper = EntitiesMapper;
36097
36260
  });
36098
36261
 
36099
- },{"./contracts":321}],323:[function(require,module,exports){
36262
+ },{"./contracts":325}],327:[function(require,module,exports){
36100
36263
  (function (process,Buffer){(function (){
36101
36264
  (function (factory) {
36102
36265
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -36313,7 +36476,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36313
36476
  });
36314
36477
 
36315
36478
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
36316
- },{"../../common/system-date":330,"../utils/validation-utils":335,"./contracts":321,"./http-verb":324,"_process":198,"buffer":163,"request":159,"zlib":161}],324:[function(require,module,exports){
36479
+ },{"../../common/system-date":334,"../utils/validation-utils":339,"./contracts":325,"./http-verb":328,"_process":201,"buffer":163,"request":159,"zlib":161}],328:[function(require,module,exports){
36317
36480
  (function (factory) {
36318
36481
  if (typeof module === "object" && typeof module.exports === "object") {
36319
36482
  var v = factory(require, exports);
@@ -36335,7 +36498,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36335
36498
  })(HttpVerb = exports.HttpVerb || (exports.HttpVerb = {}));
36336
36499
  });
36337
36500
 
36338
- },{}],325:[function(require,module,exports){
36501
+ },{}],329:[function(require,module,exports){
36339
36502
  (function (factory) {
36340
36503
  if (typeof module === "object" && typeof module.exports === "object") {
36341
36504
  var v = factory(require, exports);
@@ -36566,7 +36729,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36566
36729
  SLRoutes.ACTIVE = 'active';
36567
36730
  });
36568
36731
 
36569
- },{"../constants/constants":299,"../utils/validation-utils":335}],326:[function(require,module,exports){
36732
+ },{"../constants/constants":303,"../utils/validation-utils":339}],330:[function(require,module,exports){
36570
36733
  (function (factory) {
36571
36734
  if (typeof module === "object" && typeof module.exports === "object") {
36572
36735
  var v = factory(require, exports);
@@ -36598,7 +36761,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36598
36761
  exports.NoopStateTracker = NoopStateTracker;
36599
36762
  });
36600
36763
 
36601
- },{"./state-tracker-fpv6":328}],327:[function(require,module,exports){
36764
+ },{"./state-tracker-fpv6":332}],331:[function(require,module,exports){
36602
36765
  (function (factory) {
36603
36766
  if (typeof module === "object" && typeof module.exports === "object") {
36604
36767
  var v = factory(require, exports);
@@ -36645,7 +36808,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36645
36808
  exports.SourceMapsUtils = SourceMapsUtils;
36646
36809
  });
36647
36810
 
36648
- },{"fs":162,"source-map":222}],328:[function(require,module,exports){
36811
+ },{"fs":162,"source-map":226}],332:[function(require,module,exports){
36649
36812
  (function (factory) {
36650
36813
  if (typeof module === "object" && typeof module.exports === "object") {
36651
36814
  var v = factory(require, exports);
@@ -36678,7 +36841,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36678
36841
  exports.StateTrackerFpv6 = StateTrackerFpv6;
36679
36842
  });
36680
36843
 
36681
- },{"./state-tracker":329}],329:[function(require,module,exports){
36844
+ },{"./state-tracker":333}],333:[function(require,module,exports){
36682
36845
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
36683
36846
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
36684
36847
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -36955,7 +37118,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36955
37118
  StateTracker.NO_ACTIVE_EXECUTION = 'noActiveExecution';
36956
37119
  });
36957
37120
 
36958
- },{"./agent-events/agent-events-contracts":280,"./agent-events/cockpit-notifier":287,"./constants/sl-env-vars":300,"./utils/validation-utils":335,"events":167}],330:[function(require,module,exports){
37121
+ },{"./agent-events/agent-events-contracts":284,"./agent-events/cockpit-notifier":291,"./constants/sl-env-vars":304,"./utils/validation-utils":339,"events":168}],334:[function(require,module,exports){
36959
37122
  (function (factory) {
36960
37123
  if (typeof module === "object" && typeof module.exports === "object") {
36961
37124
  var v = factory(require, exports);
@@ -36981,7 +37144,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
36981
37144
  exports.getSystemDateValueOf = getSystemDateValueOf;
36982
37145
  });
36983
37146
 
36984
- },{}],331:[function(require,module,exports){
37147
+ },{}],335:[function(require,module,exports){
36985
37148
  (function (factory) {
36986
37149
  if (typeof module === "object" && typeof module.exports === "object") {
36987
37150
  var v = factory(require, exports);
@@ -37046,7 +37209,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
37046
37209
  DataCleansingUtils.REMOVED_VALUE_TEXT = '<real value removed due to security configuration>';
37047
37210
  });
37048
37211
 
37049
- },{}],332:[function(require,module,exports){
37212
+ },{}],336:[function(require,module,exports){
37050
37213
  (function (process){(function (){
37051
37214
  (function (factory) {
37052
37215
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -37085,7 +37248,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
37085
37248
  });
37086
37249
 
37087
37250
  }).call(this)}).call(this,require('_process'))
37088
- },{"_process":198}],333:[function(require,module,exports){
37251
+ },{"_process":201}],337:[function(require,module,exports){
37089
37252
  (function (factory) {
37090
37253
  if (typeof module === "object" && typeof module.exports === "object") {
37091
37254
  var v = factory(require, exports);
@@ -37139,7 +37302,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
37139
37302
  exports.FilesUtils = FilesUtils;
37140
37303
  });
37141
37304
 
37142
- },{"fs":162,"path":196}],334:[function(require,module,exports){
37305
+ },{"fs":162,"path":199}],338:[function(require,module,exports){
37143
37306
  (function (factory) {
37144
37307
  if (typeof module === "object" && typeof module.exports === "object") {
37145
37308
  var v = factory(require, exports);
@@ -37160,7 +37323,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
37160
37323
  exports.TimerUtils = TimerUtils;
37161
37324
  });
37162
37325
 
37163
- },{}],335:[function(require,module,exports){
37326
+ },{}],339:[function(require,module,exports){
37164
37327
  (function (factory) {
37165
37328
  if (typeof module === "object" && typeof module.exports === "object") {
37166
37329
  var v = factory(require, exports);
@@ -37193,7 +37356,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
37193
37356
  exports.ValidationUtils = ValidationUtils;
37194
37357
  });
37195
37358
 
37196
- },{"../constants/constants":299}],336:[function(require,module,exports){
37359
+ },{"../constants/constants":303}],340:[function(require,module,exports){
37197
37360
  (function (factory) {
37198
37361
  if (typeof module === "object" && typeof module.exports === "object") {
37199
37362
  var v = factory(require, exports);
@@ -37300,7 +37463,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
37300
37463
  exports.Watchdog = Watchdog;
37301
37464
  });
37302
37465
 
37303
- },{"events":167}],337:[function(require,module,exports){
37466
+ },{"events":168}],341:[function(require,module,exports){
37304
37467
  /**
37305
37468
  * The code was extracted from:
37306
37469
  * https://github.com/davidchambers/Base64.js
@@ -37340,7 +37503,7 @@ function polyfill (input) {
37340
37503
 
37341
37504
  module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
37342
37505
 
37343
- },{}],338:[function(require,module,exports){
37506
+ },{}],342:[function(require,module,exports){
37344
37507
  var atob = require('./atob');
37345
37508
 
37346
37509
  function b64DecodeUnicode(str) {
@@ -37375,7 +37538,7 @@ module.exports = function(str) {
37375
37538
  }
37376
37539
  };
37377
37540
 
37378
- },{"./atob":337}],339:[function(require,module,exports){
37541
+ },{"./atob":341}],343:[function(require,module,exports){
37379
37542
  'use strict';
37380
37543
 
37381
37544
  var base64_url_decode = require('./base64_url_decode');
@@ -37403,7 +37566,7 @@ module.exports = function (token,options) {
37403
37566
 
37404
37567
  module.exports.InvalidTokenError = InvalidTokenError;
37405
37568
 
37406
- },{"./base64_url_decode":338}],340:[function(require,module,exports){
37569
+ },{"./base64_url_decode":342}],344:[function(require,module,exports){
37407
37570
  var v1 = require('./v1');
37408
37571
  var v4 = require('./v4');
37409
37572
 
@@ -37413,7 +37576,7 @@ uuid.v4 = v4;
37413
37576
 
37414
37577
  module.exports = uuid;
37415
37578
 
37416
- },{"./v1":343,"./v4":344}],341:[function(require,module,exports){
37579
+ },{"./v1":347,"./v4":348}],345:[function(require,module,exports){
37417
37580
  /**
37418
37581
  * Convert array of 16 byte values to UUID string format of the form:
37419
37582
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -37438,7 +37601,7 @@ function bytesToUuid(buf, offset) {
37438
37601
 
37439
37602
  module.exports = bytesToUuid;
37440
37603
 
37441
- },{}],342:[function(require,module,exports){
37604
+ },{}],346:[function(require,module,exports){
37442
37605
  (function (global){(function (){
37443
37606
  // Unique ID creation requires a high quality random # generator. In the
37444
37607
  // browser this is a little complicated due to unknown quality of Math.random()
@@ -37475,7 +37638,7 @@ if (!rng) {
37475
37638
  module.exports = rng;
37476
37639
 
37477
37640
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
37478
- },{}],343:[function(require,module,exports){
37641
+ },{}],347:[function(require,module,exports){
37479
37642
  var rng = require('./lib/rng');
37480
37643
  var bytesToUuid = require('./lib/bytesToUuid');
37481
37644
 
@@ -37577,7 +37740,7 @@ function v1(options, buf, offset) {
37577
37740
 
37578
37741
  module.exports = v1;
37579
37742
 
37580
- },{"./lib/bytesToUuid":341,"./lib/rng":342}],344:[function(require,module,exports){
37743
+ },{"./lib/bytesToUuid":345,"./lib/rng":346}],348:[function(require,module,exports){
37581
37744
  var rng = require('./lib/rng');
37582
37745
  var bytesToUuid = require('./lib/bytesToUuid');
37583
37746
 
@@ -37608,4 +37771,4 @@ function v4(options, buf, offset) {
37608
37771
 
37609
37772
  module.exports = v4;
37610
37773
 
37611
- },{"./lib/bytesToUuid":341,"./lib/rng":342}]},{},[228]);
37774
+ },{"./lib/bytesToUuid":345,"./lib/rng":346}]},{},[232]);