slnodejs 6.1.147 → 6.1.156

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.
@@ -23622,7 +23622,7 @@ module.exports={
23622
23622
  "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
23623
23623
  "_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
23624
23624
  "_spec": "elliptic@^6.5.3",
23625
- "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
23625
+ "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
23626
23626
  "author": {
23627
23627
  "name": "Fedor Indutny",
23628
23628
  "email": "fedor@indutny.com"
@@ -42711,14 +42711,14 @@ function extend() {
42711
42711
  if (v !== undefined) module.exports = v;
42712
42712
  }
42713
42713
  else if (typeof define === "function" && define.amd) {
42714
- define(["require", "exports", "./state-tracker", "../../common/state-tracker", "./test-state-helper", "./entities/environment-data", "./services/http/http-client", "./services/json/json-client", "./istanbul-to-footprints-convertor", "./istanbul-to-footprints-convertor-v3", "./services/light-backend-proxy", "./footprints-queue-sender", "./watchdog", "./code-coverage-manager", "./browser-agent-instance", "./queues/footprints-items-queue", "./configuration-manager", "./logger/log-factory", "./basic-uuid-generator", "./window-timers-wrapper", "./color-cookie-handler", "./queues/queue", "./delegate", "./services/json/json-client-adapter", "./browser-events-process", "./browser-hits-converter", "./browser-agent-instance-fpv6", "./browser-hits-collector", "./sl-mapping-loader", "./services/json/noop-json-client", "../../common/agent-instance-data", "../../common/agent-events/agent-events-conracts", "../../common/agent-events/cockpit-notifier", "../../common/http/backend-proxy", "../../common/config-process/config-loader", "../../common/footprints-process-v6/relative-path-resolver", "../../common/footprints-process-v6/footprints-buffer", "../../common/footprints-process-v6/index", "../../common/config-process", "../../common/system-date"], factory);
42714
+ define(["require", "exports", "./state-tracker", "../../common/state-tracker-fpv6", "./test-state-helper", "./entities/environment-data", "./services/http/http-client", "./services/json/json-client", "./istanbul-to-footprints-convertor", "./istanbul-to-footprints-convertor-v3", "./services/light-backend-proxy", "./footprints-queue-sender", "./watchdog", "./code-coverage-manager", "./browser-agent-instance", "./queues/footprints-items-queue", "./configuration-manager", "./logger/log-factory", "./basic-uuid-generator", "./window-timers-wrapper", "./color-cookie-handler", "./queues/queue", "./delegate", "./services/json/json-client-adapter", "./browser-events-process", "./browser-hits-converter", "./browser-agent-instance-fpv6", "./browser-hits-collector", "./sl-mapping-loader", "./services/json/noop-json-client", "../../common/agent-instance-data", "../../common/agent-events/agent-events-conracts", "../../common/agent-events/cockpit-notifier", "../../common/http/backend-proxy", "../../common/config-process/config-loader", "../../common/footprints-process-v6/relative-path-resolver", "../../common/footprints-process-v6/footprints-buffer", "../../common/footprints-process-v6/index", "../../common/config-process", "../../common/system-date"], factory);
42715
42715
  }
42716
42716
  })(function (require, exports) {
42717
42717
  "use strict";
42718
42718
  Object.defineProperty(exports, "__esModule", { value: true });
42719
42719
  exports.AgentFactory = void 0;
42720
42720
  var state_tracker_1 = require("./state-tracker");
42721
- var state_tracker_2 = require("../../common/state-tracker");
42721
+ var state_tracker_fpv6_1 = require("../../common/state-tracker-fpv6");
42722
42722
  var test_state_helper_1 = require("./test-state-helper");
42723
42723
  var environment_data_1 = require("./entities/environment-data");
42724
42724
  var http_client_1 = require("./services/http/http-client");
@@ -42829,7 +42829,7 @@ function extend() {
42829
42829
  };
42830
42830
  AgentFactory.createJsonClient = function (window, featureDetection, configuration, agentInstanceData) {
42831
42831
  var httpClient = AgentFactory.createHttpClient(window, featureDetection, configuration);
42832
- return configuration.blockBrowserHttpTraffic ? new noop_json_client_1.NoopJsonClient(httpClient, configuration.token, agentInstanceData) : new json_client_1.JsonClient(httpClient, configuration.token, agentInstanceData);
42832
+ return configuration.blockBrowserHttpTraffic ? new noop_json_client_1.NoopJsonClient(httpClient, configuration, agentInstanceData) : new json_client_1.JsonClient(httpClient, configuration, agentInstanceData);
42833
42833
  };
42834
42834
  AgentFactory.createHttpClient = function (window, featureDetection, configuration) {
42835
42835
  var logger = AgentFactory.createLogger('HttpClient', configuration, window);
@@ -42945,14 +42945,14 @@ function extend() {
42945
42945
  };
42946
42946
  AgentFactory.createStateTrackerInfra = function (window, configuration, agentInstanceData, agentConfig, backendProxy, configProcess) {
42947
42947
  var watchdog = AgentFactory.createWatchdog(window, configuration, ACTIVE_EXECUTION_WATCHDOG, agentConfig.executionQueryIntervalSecs.value);
42948
- return new state_tracker_2.StateTracker(agentConfig, configProcess, watchdog, backendProxy, this.createLogger('stateTracker', configuration, window));
42948
+ return new state_tracker_fpv6_1.StateTrackerFpv6(agentConfig, configProcess, watchdog, backendProxy, this.createLogger('stateTracker', configuration, window));
42949
42949
  };
42950
42950
  return AgentFactory;
42951
42951
  }());
42952
42952
  exports.AgentFactory = AgentFactory;
42953
42953
  });
42954
42954
 
42955
- },{"../../common/agent-events/agent-events-conracts":289,"../../common/agent-events/cockpit-notifier":294,"../../common/agent-instance-data":299,"../../common/config-process":303,"../../common/config-process/config-loader":300,"../../common/footprints-process-v6/footprints-buffer":317,"../../common/footprints-process-v6/index":320,"../../common/footprints-process-v6/relative-path-resolver":322,"../../common/http/backend-proxy":324,"../../common/state-tracker":331,"../../common/system-date":332,"./basic-uuid-generator":248,"./browser-agent-instance":250,"./browser-agent-instance-fpv6":249,"./browser-events-process":252,"./browser-hits-collector":253,"./browser-hits-converter":254,"./code-coverage-manager":255,"./color-cookie-handler":256,"./configuration-manager":258,"./delegate":261,"./entities/environment-data":264,"./footprints-queue-sender":267,"./istanbul-to-footprints-convertor":269,"./istanbul-to-footprints-convertor-v3":268,"./logger/log-factory":272,"./queues/footprints-items-queue":274,"./queues/queue":275,"./services/http/http-client":276,"./services/json/json-client":280,"./services/json/json-client-adapter":279,"./services/json/noop-json-client":281,"./services/light-backend-proxy":282,"./sl-mapping-loader":283,"./state-tracker":284,"./test-state-helper":285,"./watchdog":287,"./window-timers-wrapper":288}],248:[function(require,module,exports){
42955
+ },{"../../common/agent-events/agent-events-conracts":289,"../../common/agent-events/cockpit-notifier":294,"../../common/agent-instance-data":299,"../../common/config-process":303,"../../common/config-process/config-loader":300,"../../common/footprints-process-v6/footprints-buffer":317,"../../common/footprints-process-v6/index":320,"../../common/footprints-process-v6/relative-path-resolver":322,"../../common/http/backend-proxy":324,"../../common/state-tracker-fpv6":331,"../../common/system-date":333,"./basic-uuid-generator":248,"./browser-agent-instance":250,"./browser-agent-instance-fpv6":249,"./browser-events-process":252,"./browser-hits-collector":253,"./browser-hits-converter":254,"./code-coverage-manager":255,"./color-cookie-handler":256,"./configuration-manager":258,"./delegate":261,"./entities/environment-data":264,"./footprints-queue-sender":267,"./istanbul-to-footprints-convertor":269,"./istanbul-to-footprints-convertor-v3":268,"./logger/log-factory":272,"./queues/footprints-items-queue":274,"./queues/queue":275,"./services/http/http-client":276,"./services/json/json-client":280,"./services/json/json-client-adapter":279,"./services/json/noop-json-client":281,"./services/light-backend-proxy":282,"./sl-mapping-loader":283,"./state-tracker":284,"./test-state-helper":285,"./watchdog":287,"./window-timers-wrapper":288}],248:[function(require,module,exports){
42956
42956
  (function (factory) {
42957
42957
  if (typeof module === "object" && typeof module.exports === "object") {
42958
42958
  var v = factory(require, exports);
@@ -44405,7 +44405,7 @@ var __extends = (this && this.__extends) || (function () {
44405
44405
  exports.FootprintsQueueSender = FootprintsQueueSender;
44406
44406
  });
44407
44407
 
44408
- },{"../../common/agent-events/cockpit-notifier":294,"../../common/system-date":332,"./entities/footprints-item-data":265}],268:[function(require,module,exports){
44408
+ },{"../../common/agent-events/cockpit-notifier":294,"../../common/system-date":333,"./entities/footprints-item-data":265}],268:[function(require,module,exports){
44409
44409
  (function (factory) {
44410
44410
  if (typeof module === "object" && typeof module.exports === "object") {
44411
44411
  var v = factory(require, exports);
@@ -44664,7 +44664,7 @@ var __extends = (this && this.__extends) || (function () {
44664
44664
  exports.IstanbulToFootprintsConvertorV3 = IstanbulToFootprintsConvertorV3;
44665
44665
  });
44666
44666
 
44667
- },{"../../common/footprints-process-v6/location-formatter":321,"../../common/footprints-process/collection-interval":323,"../../common/system-date":332,"./logger/log-factory":272}],269:[function(require,module,exports){
44667
+ },{"../../common/footprints-process-v6/location-formatter":321,"../../common/footprints-process/collection-interval":323,"../../common/system-date":333,"./logger/log-factory":272}],269:[function(require,module,exports){
44668
44668
  (function (factory) {
44669
44669
  if (typeof module === "object" && typeof module.exports === "object") {
44670
44670
  var v = factory(require, exports);
@@ -44847,7 +44847,7 @@ var __extends = (this && this.__extends) || (function () {
44847
44847
  exports.KarmaHandler = KarmaHandler;
44848
44848
  });
44849
44849
 
44850
- },{"../../common/events-process/events-contracts":312,"../../common/events-process/events-creator":313,"../../common/utils/validation-utils":336,"./browser-agent-instance":250}],271:[function(require,module,exports){
44850
+ },{"../../common/events-process/events-contracts":312,"../../common/events-process/events-creator":313,"../../common/utils/validation-utils":337,"./browser-agent-instance":250}],271:[function(require,module,exports){
44851
44851
  (function (factory) {
44852
44852
  if (typeof module === "object" && typeof module.exports === "object") {
44853
44853
  var v = factory(require, exports);
@@ -45042,7 +45042,7 @@ var __extends = (this && this.__extends) || (function () {
45042
45042
  exports.ConsoleLogger = ConsoleLogger;
45043
45043
  });
45044
45044
 
45045
- },{"../../../common/system-date":332,"../configuration-override":259}],272:[function(require,module,exports){
45045
+ },{"../../../common/system-date":333,"../configuration-override":259}],272:[function(require,module,exports){
45046
45046
  (function (factory) {
45047
45047
  if (typeof module === "object" && typeof module.exports === "object") {
45048
45048
  var v = factory(require, exports);
@@ -45217,7 +45217,7 @@ var __extends = (this && this.__extends) || (function () {
45217
45217
  exports.FootprintsItemsQueue = FootprintsItemsQueue;
45218
45218
  });
45219
45219
 
45220
- },{"../../../common/system-date":332,"../delegate":261,"../entities/footprints-item-data":265}],275:[function(require,module,exports){
45220
+ },{"../../../common/system-date":333,"../delegate":261,"../entities/footprints-item-data":265}],275:[function(require,module,exports){
45221
45221
  (function (factory) {
45222
45222
  if (typeof module === "object" && typeof module.exports === "object") {
45223
45223
  var v = factory(require, exports);
@@ -45289,7 +45289,7 @@ var __extends = (this && this.__extends) || (function () {
45289
45289
  exports.Queue = Queue;
45290
45290
  });
45291
45291
 
45292
- },{"../../../common/utils/validation-utils":336}],276:[function(require,module,exports){
45292
+ },{"../../../common/utils/validation-utils":337}],276:[function(require,module,exports){
45293
45293
  (function (factory) {
45294
45294
  if (typeof module === "object" && typeof module.exports === "object") {
45295
45295
  var v = factory(require, exports);
@@ -45452,7 +45452,7 @@ var __extends = (this && this.__extends) || (function () {
45452
45452
  exports.JsonClientAdapter = JsonClientAdapter;
45453
45453
  });
45454
45454
 
45455
- },{"../../../../common/utils/validation-utils":336}],280:[function(require,module,exports){
45455
+ },{"../../../../common/utils/validation-utils":337}],280:[function(require,module,exports){
45456
45456
  (function (factory) {
45457
45457
  if (typeof module === "object" && typeof module.exports === "object") {
45458
45458
  var v = factory(require, exports);
@@ -45468,9 +45468,9 @@ var __extends = (this && this.__extends) || (function () {
45468
45468
  var http_request_1 = require("../http/http-request");
45469
45469
  var contracts_1 = require("../../../../common/http/contracts");
45470
45470
  var JsonClient = (function () {
45471
- function JsonClient(httpClient, token, agentInstanceData) {
45471
+ function JsonClient(httpClient, configuration, agentInstanceData) {
45472
45472
  this.httpClient = httpClient;
45473
- this.token = token;
45473
+ this.configuration = configuration;
45474
45474
  this.agentInstanceData = agentInstanceData;
45475
45475
  this.requestsInProgress = 0;
45476
45476
  this.requestsInProgress = 0;
@@ -45539,13 +45539,22 @@ var __extends = (this && this.__extends) || (function () {
45539
45539
  return this.requestsInProgress > 0;
45540
45540
  };
45541
45541
  JsonClient.prototype.getHeaders = function (contentType) {
45542
+ var _a, _b;
45542
45543
  var headers = [{ name: 'Content-Type', value: (contentType || contracts_1.ContentType.JSON) }];
45543
- headers.push({ name: 'sl-agentId', value: this.agentInstanceData.agentId });
45544
- if (this.token) {
45545
- headers.push({ name: 'Authorization', value: 'Bearer ' + this.token });
45544
+ headers.push({ name: 'sl-metadata', value: JSON.stringify(this.getSlMetadataHeaders()) });
45545
+ if ((_a = this === null || this === void 0 ? void 0 : this.configuration) === null || _a === void 0 ? void 0 : _a.token) {
45546
+ headers.push({ name: 'Authorization', value: 'Bearer ' + ((_b = this === null || this === void 0 ? void 0 : this.configuration) === null || _b === void 0 ? void 0 : _b.token) });
45546
45547
  }
45547
45548
  return headers;
45548
45549
  };
45550
+ JsonClient.prototype.getSlMetadataHeaders = function () {
45551
+ var _a;
45552
+ return {
45553
+ agentId: this.agentInstanceData.agentId,
45554
+ buildSessionId: (_a = this.configuration) === null || _a === void 0 ? void 0 : _a.buildSessionId,
45555
+ agentType: 'browser'
45556
+ };
45557
+ };
45549
45558
  return JsonClient;
45550
45559
  }());
45551
45560
  exports.JsonClient = JsonClient;
@@ -46001,7 +46010,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46001
46010
  this.alarm.fire();
46002
46011
  }
46003
46012
  catch (e) {
46004
- this.logger.error('Alarm caught an exception: %s', e);
46013
+ this.logger.error('Alarm caught an exception: ', e);
46005
46014
  }
46006
46015
  if (this.options.autoReset) {
46007
46016
  this.context.reset();
@@ -46200,6 +46209,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46200
46209
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
46201
46210
  }
46202
46211
  };
46212
+ var __spreadArrays = (this && this.__spreadArrays) || function () {
46213
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
46214
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
46215
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
46216
+ r[k] = a[j];
46217
+ return r;
46218
+ };
46203
46219
  (function (factory) {
46204
46220
  if (typeof module === "object" && typeof module.exports === "object") {
46205
46221
  var v = factory(require, exports);
@@ -46223,7 +46239,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46223
46239
  var watchdog_1 = require("../watchdog");
46224
46240
  var system_date_1 = require("../system-date");
46225
46241
  var AgentEventsController = (function () {
46226
- function AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool) {
46242
+ function AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool, tags) {
46227
46243
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentConfig, 'agentConfig');
46228
46244
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentInstanceData, 'agentInstanceData');
46229
46245
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(logger, 'logger');
@@ -46232,6 +46248,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46232
46248
  this._agentInstanceData = agentInstanceData;
46233
46249
  this.shutDownRetries = 0;
46234
46250
  this.backendProxy = backendProxy || this.createBackendProxy();
46251
+ this.addTags(tags);
46235
46252
  this.addTool(tool);
46236
46253
  this.initWatchdog();
46237
46254
  this.submittedEventsMap = new Map();
@@ -46405,7 +46422,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46405
46422
  configurable: true
46406
46423
  });
46407
46424
  AgentEventsController.prototype.resolveTags = function () {
46408
- return [];
46425
+ return this._tags || [];
46426
+ };
46427
+ AgentEventsController.prototype.addTags = function (tags) {
46428
+ if (!tags)
46429
+ return;
46430
+ this._tags = __spreadArrays(this._tags || [], tags || []);
46409
46431
  };
46410
46432
  AgentEventsController.prototype.addTool = function (tollInfo) {
46411
46433
  if (!tollInfo)
@@ -46463,7 +46485,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46463
46485
  })(StartRequestStatus || (StartRequestStatus = {}));
46464
46486
  });
46465
46487
 
46466
- },{"../http/backend-proxy":324,"../system-date":332,"../utils/validation-utils":336,"../watchdog":337,"./agent-events-conracts":289,"./agent-instance-info-builder":291,"./agent-start-info-builder":292,"./ci-info-builder":293,"./machine-info-builder":296,"./nodejs-env-info-builder":297}],291:[function(require,module,exports){
46488
+ },{"../http/backend-proxy":324,"../system-date":333,"../utils/validation-utils":337,"../watchdog":338,"./agent-events-conracts":289,"./agent-instance-info-builder":291,"./agent-start-info-builder":292,"./ci-info-builder":293,"./machine-info-builder":296,"./nodejs-env-info-builder":297}],291:[function(require,module,exports){
46467
46489
  (function (process){(function (){
46468
46490
  (function (factory) {
46469
46491
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -46672,12 +46694,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46672
46694
  var CockpitNotifier = (function () {
46673
46695
  function CockpitNotifier() {
46674
46696
  }
46675
- CockpitNotifier.notifyStart = function (agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool) {
46697
+ CockpitNotifier.notifyStart = function (agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool, tags) {
46676
46698
  return __awaiter(this, void 0, void 0, function () {
46677
46699
  return __generator(this, function (_a) {
46678
46700
  switch (_a.label) {
46679
46701
  case 0:
46680
- CockpitNotifier.controller = new agent_events_controller_1.AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool);
46702
+ CockpitNotifier.controller = new agent_events_controller_1.AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool, tags);
46681
46703
  return [4, CockpitNotifier.controller.submitAgentStartedEvent(packageJsonFile)];
46682
46704
  case 1:
46683
46705
  _a.sent();
@@ -46836,7 +46858,7 @@ var __extends = (this && this.__extends) || (function () {
46836
46858
  });
46837
46859
 
46838
46860
  }).call(this)}).call(this,require('_process'))
46839
- },{"../system-date":332,"_process":179,"os":154}],297:[function(require,module,exports){
46861
+ },{"../system-date":333,"_process":179,"os":154}],297:[function(require,module,exports){
46840
46862
  (function (process){(function (){
46841
46863
  (function (factory) {
46842
46864
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -46988,7 +47010,7 @@ var __extends = (this && this.__extends) || (function () {
46988
47010
  });
46989
47011
 
46990
47012
  }).call(this)}).call(this,"/tsOutputs/common")
46991
- },{"./agent-events/agent-events-conracts":289,"./agent-events/agent-instance-info-builder":291,"./utils/files-utils":333,"fs":69,"uuid":506}],300:[function(require,module,exports){
47013
+ },{"./agent-events/agent-events-conracts":289,"./agent-events/agent-instance-info-builder":291,"./utils/files-utils":334,"fs":69,"uuid":507}],300:[function(require,module,exports){
46992
47014
  (function (process){(function (){
46993
47015
  (function (factory) {
46994
47016
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -47076,7 +47098,7 @@ var __extends = (this && this.__extends) || (function () {
47076
47098
  });
47077
47099
 
47078
47100
  }).call(this)}).call(this,require('_process'))
47079
- },{"./config":302,"./config-system":301,"_process":179,"fs":69,"jwt-decode":440}],301:[function(require,module,exports){
47101
+ },{"./config":302,"./config-system":301,"_process":179,"fs":69,"jwt-decode":441}],301:[function(require,module,exports){
47080
47102
  (function (process){(function (){
47081
47103
  (function (factory) {
47082
47104
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -47603,7 +47625,7 @@ var __extends = (this && this.__extends) || (function () {
47603
47625
  exports.ConfigProcess = ConfigProcess;
47604
47626
  });
47605
47627
 
47606
- },{"./config-system":301,"events":110,"jwt-decode":440,"object-assign":153}],304:[function(require,module,exports){
47628
+ },{"./config-system":301,"events":110,"jwt-decode":441,"object-assign":153}],304:[function(require,module,exports){
47607
47629
  (function (factory) {
47608
47630
  if (typeof module === "object" && typeof module.exports === "object") {
47609
47631
  var v = factory(require, exports);
@@ -47771,7 +47793,7 @@ var __extends = (this && this.__extends) || (function () {
47771
47793
  });
47772
47794
 
47773
47795
  }).call(this)}).call(this,require('_process'))
47774
- },{"../utils/parsing-utils":334,"_process":179}],306:[function(require,module,exports){
47796
+ },{"../utils/parsing-utils":335,"_process":179}],306:[function(require,module,exports){
47775
47797
  (function (factory) {
47776
47798
  if (typeof module === "object" && typeof module.exports === "object") {
47777
47799
  var v = factory(require, exports);
@@ -47961,7 +47983,7 @@ var __extends = (this && this.__extends) || (function () {
47961
47983
  exports.FileElement = FileElement;
47962
47984
  });
47963
47985
 
47964
- },{"../utils/validation-utils":336}],308:[function(require,module,exports){
47986
+ },{"../utils/validation-utils":337}],308:[function(require,module,exports){
47965
47987
  var __extends = (this && this.__extends) || (function () {
47966
47988
  var extendStatics = function (d, b) {
47967
47989
  extendStatics = Object.setPrototypeOf ||
@@ -48105,7 +48127,7 @@ var __extends = (this && this.__extends) || (function () {
48105
48127
  }
48106
48128
  });
48107
48129
 
48108
- },{"../system-date":332,"../utils/files-utils":333,"./istanbul-unique-id-converter":308,"path":171}],310:[function(require,module,exports){
48130
+ },{"../system-date":333,"../utils/files-utils":334,"./istanbul-unique-id-converter":308,"path":171}],310:[function(require,module,exports){
48109
48131
  (function (factory) {
48110
48132
  if (typeof module === "object" && typeof module.exports === "object") {
48111
48133
  var v = factory(require, exports);
@@ -48297,7 +48319,7 @@ var __extends = (this && this.__extends) || (function () {
48297
48319
  exports.OriginalModuleLoader = OriginalModuleLoader;
48298
48320
  });
48299
48321
 
48300
- },{"../source-maps-utils":330,"../utils/files-utils":333,"../utils/validation-utils":336}],311:[function(require,module,exports){
48322
+ },{"../source-maps-utils":330,"../utils/files-utils":334,"../utils/validation-utils":337}],311:[function(require,module,exports){
48301
48323
  (function (factory) {
48302
48324
  if (typeof module === "object" && typeof module.exports === "object") {
48303
48325
  var v = factory(require, exports);
@@ -48614,7 +48636,7 @@ var __assign = (this && this.__assign) || function () {
48614
48636
  exports.EventsCreator = EventsCreator;
48615
48637
  });
48616
48638
 
48617
- },{"../system-date":332,"./events-contracts":312}],314:[function(require,module,exports){
48639
+ },{"../system-date":333,"./events-contracts":312}],314:[function(require,module,exports){
48618
48640
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
48619
48641
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
48620
48642
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -48891,7 +48913,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
48891
48913
  exports.EventsProcess = EventsProcess;
48892
48914
  });
48893
48915
 
48894
- },{"../system-date":332,"../utils/validation-utils":336}],315:[function(require,module,exports){
48916
+ },{"../system-date":333,"../utils/validation-utils":337}],315:[function(require,module,exports){
48895
48917
  var __extends = (this && this.__extends) || (function () {
48896
48918
  var extendStatics = function (d, b) {
48897
48919
  extendStatics = Object.setPrototypeOf ||
@@ -48963,7 +48985,7 @@ var __extends = (this && this.__extends) || (function () {
48963
48985
  exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
48964
48986
  });
48965
48987
 
48966
- },{"../../common/footprints-process-v6/hits-converter":319,"../utils/files-utils":333,"./location-formatter":321}],316:[function(require,module,exports){
48988
+ },{"../../common/footprints-process-v6/hits-converter":319,"../utils/files-utils":334,"./location-formatter":321}],316:[function(require,module,exports){
48967
48989
  (function (factory) {
48968
48990
  if (typeof module === "object" && typeof module.exports === "object") {
48969
48991
  var v = factory(require, exports);
@@ -49742,7 +49764,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
49742
49764
  exports.FootprintsProcess = FootprintsProcess;
49743
49765
  });
49744
49766
 
49745
- },{"../agent-events/agent-events-conracts":289,"../agent-events/cockpit-notifier":294,"../footprints-process/collection-interval":323,"../state-tracker":331,"./footprints-buffer":317}],321:[function(require,module,exports){
49767
+ },{"../agent-events/agent-events-conracts":289,"../agent-events/cockpit-notifier":294,"../footprints-process/collection-interval":323,"../state-tracker":332,"./footprints-buffer":317}],321:[function(require,module,exports){
49746
49768
  (function (factory) {
49747
49769
  if (typeof module === "object" && typeof module.exports === "object") {
49748
49770
  var v = factory(require, exports);
@@ -49857,7 +49879,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
49857
49879
  exports.CollectionInterval = CollectionInterval;
49858
49880
  });
49859
49881
 
49860
- },{"../system-date":332}],324:[function(require,module,exports){
49882
+ },{"../system-date":333}],324:[function(require,module,exports){
49861
49883
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
49862
49884
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
49863
49885
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -50276,7 +50298,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
50276
50298
  exports.BackendProxy = BackendProxy;
50277
50299
  });
50278
50300
 
50279
- },{"../constants/constants":304,"../constants/sl-env-vars":305,"../utils/timer-utils":335,"../utils/validation-utils":336,"./contracts":325,"./entities-mapper":326,"./http-client":327,"./sl-routes":329}],325:[function(require,module,exports){
50301
+ },{"../constants/constants":304,"../constants/sl-env-vars":305,"../utils/timer-utils":336,"../utils/validation-utils":337,"./contracts":325,"./entities-mapper":326,"./http-client":327,"./sl-routes":329}],325:[function(require,module,exports){
50280
50302
  var __extends = (this && this.__extends) || (function () {
50281
50303
  var extendStatics = function (d, b) {
50282
50304
  extendStatics = Object.setPrototypeOf ||
@@ -50444,7 +50466,7 @@ var __extends = (this && this.__extends) || (function () {
50444
50466
  })(ContentType = exports.ContentType || (exports.ContentType = {}));
50445
50467
  });
50446
50468
 
50447
- },{"../system-date":332}],326:[function(require,module,exports){
50469
+ },{"../system-date":333}],326:[function(require,module,exports){
50448
50470
  (function (factory) {
50449
50471
  if (typeof module === "object" && typeof module.exports === "object") {
50450
50472
  var v = factory(require, exports);
@@ -50676,7 +50698,7 @@ var __extends = (this && this.__extends) || (function () {
50676
50698
  });
50677
50699
 
50678
50700
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
50679
- },{"../constants/sl-env-vars":305,"../utils/validation-utils":336,"./contracts":325,"./http-verb":328,"_process":179,"buffer":71,"request":453,"uuid/v1":509,"zlib":68}],328:[function(require,module,exports){
50701
+ },{"../constants/sl-env-vars":305,"../utils/validation-utils":337,"./contracts":325,"./http-verb":328,"_process":179,"buffer":71,"request":454,"uuid/v1":510,"zlib":68}],328:[function(require,module,exports){
50680
50702
  (function (factory) {
50681
50703
  if (typeof module === "object" && typeof module.exports === "object") {
50682
50704
  var v = factory(require, exports);
@@ -50922,7 +50944,7 @@ var __extends = (this && this.__extends) || (function () {
50922
50944
  exports.SLRoutes = SLRoutes;
50923
50945
  });
50924
50946
 
50925
- },{"../constants/constants":304,"../utils/validation-utils":336}],330:[function(require,module,exports){
50947
+ },{"../constants/constants":304,"../utils/validation-utils":337}],330:[function(require,module,exports){
50926
50948
  (function (factory) {
50927
50949
  if (typeof module === "object" && typeof module.exports === "object") {
50928
50950
  var v = factory(require, exports);
@@ -50986,6 +51008,59 @@ var __extends = (this && this.__extends) || (function () {
50986
51008
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
50987
51009
  };
50988
51010
  })();
51011
+ (function (factory) {
51012
+ if (typeof module === "object" && typeof module.exports === "object") {
51013
+ var v = factory(require, exports);
51014
+ if (v !== undefined) module.exports = v;
51015
+ }
51016
+ else if (typeof define === "function" && define.amd) {
51017
+ define(["require", "exports", "./state-tracker"], factory);
51018
+ }
51019
+ })(function (require, exports) {
51020
+ "use strict";
51021
+ Object.defineProperty(exports, "__esModule", { value: true });
51022
+ exports.StateTrackerFpv6 = void 0;
51023
+ var state_tracker_1 = require("./state-tracker");
51024
+ var StateTrackerFpv6 = (function (_super) {
51025
+ __extends(StateTrackerFpv6, _super);
51026
+ function StateTrackerFpv6() {
51027
+ return _super !== null && _super.apply(this, arguments) || this;
51028
+ }
51029
+ StateTrackerFpv6.prototype.switchToAnonFootprints = function () {
51030
+ };
51031
+ StateTrackerFpv6.prototype.isAnonymousColor = function (testIdentifier) {
51032
+ return testIdentifier == null;
51033
+ };
51034
+ StateTrackerFpv6.prototype.checkTestStatusAtServer = function (async) {
51035
+ var _this = this;
51036
+ if (async === void 0) { async = true; }
51037
+ this.backendProxy.testExecutionV4(this.cfg.labId.value, async, this.getExecutionIdForQuery()).then(function (response) {
51038
+ _this.fireExecutionEvents(response.execution);
51039
+ _this.notifyCockpit(response.execution);
51040
+ _this.currentExecution = response.execution;
51041
+ }).catch(function (err) {
51042
+ _this.logger.warn("Error while checking test execution status " + err);
51043
+ });
51044
+ };
51045
+ return StateTrackerFpv6;
51046
+ }(state_tracker_1.StateTracker));
51047
+ exports.StateTrackerFpv6 = StateTrackerFpv6;
51048
+ });
51049
+
51050
+ },{"./state-tracker":332}],332:[function(require,module,exports){
51051
+ var __extends = (this && this.__extends) || (function () {
51052
+ var extendStatics = function (d, b) {
51053
+ extendStatics = Object.setPrototypeOf ||
51054
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
51055
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
51056
+ return extendStatics(d, b);
51057
+ };
51058
+ return function (d, b) {
51059
+ extendStatics(d, b);
51060
+ function __() { this.constructor = d; }
51061
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
51062
+ };
51063
+ })();
50989
51064
  var __assign = (this && this.__assign) || function () {
50990
51065
  __assign = Object.assign || function(t) {
50991
51066
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -51279,7 +51354,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51279
51354
  exports.StateTracker = StateTracker;
51280
51355
  });
51281
51356
 
51282
- },{"./agent-events/agent-events-conracts":289,"./agent-events/cockpit-notifier":294,"./constants/sl-env-vars":305,"./utils/validation-utils":336,"events":110}],332:[function(require,module,exports){
51357
+ },{"./agent-events/agent-events-conracts":289,"./agent-events/cockpit-notifier":294,"./constants/sl-env-vars":305,"./utils/validation-utils":337,"events":110}],333:[function(require,module,exports){
51283
51358
  (function (factory) {
51284
51359
  if (typeof module === "object" && typeof module.exports === "object") {
51285
51360
  var v = factory(require, exports);
@@ -51305,7 +51380,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51305
51380
  exports.getSystemDateValueOf = getSystemDateValueOf;
51306
51381
  });
51307
51382
 
51308
- },{}],333:[function(require,module,exports){
51383
+ },{}],334:[function(require,module,exports){
51309
51384
  (function (factory) {
51310
51385
  if (typeof module === "object" && typeof module.exports === "object") {
51311
51386
  var v = factory(require, exports);
@@ -51362,7 +51437,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51362
51437
  exports.FilesUtils = FilesUtils;
51363
51438
  });
51364
51439
 
51365
- },{"fs":69,"path":171}],334:[function(require,module,exports){
51440
+ },{"fs":69,"path":171}],335:[function(require,module,exports){
51366
51441
  (function (process){(function (){
51367
51442
  (function (factory) {
51368
51443
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -51405,7 +51480,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51405
51480
  });
51406
51481
 
51407
51482
  }).call(this)}).call(this,require('_process'))
51408
- },{"_process":179}],335:[function(require,module,exports){
51483
+ },{"_process":179}],336:[function(require,module,exports){
51409
51484
  (function (factory) {
51410
51485
  if (typeof module === "object" && typeof module.exports === "object") {
51411
51486
  var v = factory(require, exports);
@@ -51429,7 +51504,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51429
51504
  exports.TimerUtils = TimerUtils;
51430
51505
  });
51431
51506
 
51432
- },{}],336:[function(require,module,exports){
51507
+ },{}],337:[function(require,module,exports){
51433
51508
  (function (factory) {
51434
51509
  if (typeof module === "object" && typeof module.exports === "object") {
51435
51510
  var v = factory(require, exports);
@@ -51459,7 +51534,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51459
51534
  exports.ValidationUtils = ValidationUtils;
51460
51535
  });
51461
51536
 
51462
- },{"../constants/constants":304}],337:[function(require,module,exports){
51537
+ },{"../constants/constants":304}],338:[function(require,module,exports){
51463
51538
  var __extends = (this && this.__extends) || (function () {
51464
51539
  var extendStatics = function (d, b) {
51465
51540
  extendStatics = Object.setPrototypeOf ||
@@ -51580,7 +51655,7 @@ var __extends = (this && this.__extends) || (function () {
51580
51655
  exports.Watchdog = Watchdog;
51581
51656
  });
51582
51657
 
51583
- },{"events":110}],338:[function(require,module,exports){
51658
+ },{"events":110}],339:[function(require,module,exports){
51584
51659
  'use strict';
51585
51660
 
51586
51661
  var compileSchema = require('./compile')
@@ -52088,7 +52163,7 @@ function setLogger(self) {
52088
52163
 
52089
52164
  function noop() {}
52090
52165
 
52091
- },{"./cache":339,"./compile":343,"./compile/async":340,"./compile/error_classes":341,"./compile/formats":342,"./compile/resolve":344,"./compile/rules":345,"./compile/schema_obj":346,"./compile/util":348,"./data":349,"./keyword":377,"./refs/data.json":378,"./refs/json-schema-draft-07.json":380,"fast-json-stable-stringify":402}],339:[function(require,module,exports){
52166
+ },{"./cache":340,"./compile":344,"./compile/async":341,"./compile/error_classes":342,"./compile/formats":343,"./compile/resolve":345,"./compile/rules":346,"./compile/schema_obj":347,"./compile/util":349,"./data":350,"./keyword":378,"./refs/data.json":379,"./refs/json-schema-draft-07.json":381,"fast-json-stable-stringify":403}],340:[function(require,module,exports){
52092
52167
  'use strict';
52093
52168
 
52094
52169
 
@@ -52116,7 +52191,7 @@ Cache.prototype.clear = function Cache_clear() {
52116
52191
  this._cache = {};
52117
52192
  };
52118
52193
 
52119
- },{}],340:[function(require,module,exports){
52194
+ },{}],341:[function(require,module,exports){
52120
52195
  'use strict';
52121
52196
 
52122
52197
  var MissingRefError = require('./error_classes').MissingRef;
@@ -52208,7 +52283,7 @@ function compileAsync(schema, meta, callback) {
52208
52283
  }
52209
52284
  }
52210
52285
 
52211
- },{"./error_classes":341}],341:[function(require,module,exports){
52286
+ },{"./error_classes":342}],342:[function(require,module,exports){
52212
52287
  'use strict';
52213
52288
 
52214
52289
  var resolve = require('./resolve');
@@ -52244,7 +52319,7 @@ function errorSubclass(Subclass) {
52244
52319
  return Subclass;
52245
52320
  }
52246
52321
 
52247
- },{"./resolve":344}],342:[function(require,module,exports){
52322
+ },{"./resolve":345}],343:[function(require,module,exports){
52248
52323
  'use strict';
52249
52324
 
52250
52325
  var util = require('./util');
@@ -52388,7 +52463,7 @@ function regex(str) {
52388
52463
  }
52389
52464
  }
52390
52465
 
52391
- },{"./util":348}],343:[function(require,module,exports){
52466
+ },{"./util":349}],344:[function(require,module,exports){
52392
52467
  'use strict';
52393
52468
 
52394
52469
  var resolve = require('./resolve')
@@ -52777,7 +52852,7 @@ function vars(arr, statement) {
52777
52852
  return code;
52778
52853
  }
52779
52854
 
52780
- },{"../dotjs/validate":376,"./error_classes":341,"./resolve":344,"./util":348,"fast-deep-equal":401,"fast-json-stable-stringify":402}],344:[function(require,module,exports){
52855
+ },{"../dotjs/validate":377,"./error_classes":342,"./resolve":345,"./util":349,"fast-deep-equal":402,"fast-json-stable-stringify":403}],345:[function(require,module,exports){
52781
52856
  'use strict';
52782
52857
 
52783
52858
  var URI = require('uri-js')
@@ -53049,7 +53124,7 @@ function resolveIds(schema) {
53049
53124
  return localRefs;
53050
53125
  }
53051
53126
 
53052
- },{"./schema_obj":346,"./util":348,"fast-deep-equal":401,"json-schema-traverse":434,"uri-js":505}],345:[function(require,module,exports){
53127
+ },{"./schema_obj":347,"./util":349,"fast-deep-equal":402,"json-schema-traverse":435,"uri-js":506}],346:[function(require,module,exports){
53053
53128
  'use strict';
53054
53129
 
53055
53130
  var ruleModules = require('../dotjs')
@@ -53117,7 +53192,7 @@ module.exports = function rules() {
53117
53192
  return RULES;
53118
53193
  };
53119
53194
 
53120
- },{"../dotjs":365,"./util":348}],346:[function(require,module,exports){
53195
+ },{"../dotjs":366,"./util":349}],347:[function(require,module,exports){
53121
53196
  'use strict';
53122
53197
 
53123
53198
  var util = require('./util');
@@ -53128,7 +53203,7 @@ function SchemaObject(obj) {
53128
53203
  util.copy(obj, this);
53129
53204
  }
53130
53205
 
53131
- },{"./util":348}],347:[function(require,module,exports){
53206
+ },{"./util":349}],348:[function(require,module,exports){
53132
53207
  'use strict';
53133
53208
 
53134
53209
  // https://mathiasbynens.be/notes/javascript-encoding
@@ -53150,7 +53225,7 @@ module.exports = function ucs2length(str) {
53150
53225
  return length;
53151
53226
  };
53152
53227
 
53153
- },{}],348:[function(require,module,exports){
53228
+ },{}],349:[function(require,module,exports){
53154
53229
  'use strict';
53155
53230
 
53156
53231
 
@@ -53391,7 +53466,7 @@ function unescapeJsonPointer(str) {
53391
53466
  return str.replace(/~1/g, '/').replace(/~0/g, '~');
53392
53467
  }
53393
53468
 
53394
- },{"./ucs2length":347,"fast-deep-equal":401}],349:[function(require,module,exports){
53469
+ },{"./ucs2length":348,"fast-deep-equal":402}],350:[function(require,module,exports){
53395
53470
  'use strict';
53396
53471
 
53397
53472
  var KEYWORDS = [
@@ -53442,7 +53517,7 @@ module.exports = function (metaSchema, keywordsJsonPointers) {
53442
53517
  return metaSchema;
53443
53518
  };
53444
53519
 
53445
- },{}],350:[function(require,module,exports){
53520
+ },{}],351:[function(require,module,exports){
53446
53521
  'use strict';
53447
53522
 
53448
53523
  var metaSchema = require('./refs/json-schema-draft-07.json');
@@ -53481,7 +53556,7 @@ module.exports = {
53481
53556
  }
53482
53557
  };
53483
53558
 
53484
- },{"./refs/json-schema-draft-07.json":380}],351:[function(require,module,exports){
53559
+ },{"./refs/json-schema-draft-07.json":381}],352:[function(require,module,exports){
53485
53560
  'use strict';
53486
53561
  module.exports = function generate__limit(it, $keyword, $ruleType) {
53487
53562
  var out = ' ';
@@ -53646,7 +53721,7 @@ module.exports = function generate__limit(it, $keyword, $ruleType) {
53646
53721
  return out;
53647
53722
  }
53648
53723
 
53649
- },{}],352:[function(require,module,exports){
53724
+ },{}],353:[function(require,module,exports){
53650
53725
  'use strict';
53651
53726
  module.exports = function generate__limitItems(it, $keyword, $ruleType) {
53652
53727
  var out = ' ';
@@ -53728,7 +53803,7 @@ module.exports = function generate__limitItems(it, $keyword, $ruleType) {
53728
53803
  return out;
53729
53804
  }
53730
53805
 
53731
- },{}],353:[function(require,module,exports){
53806
+ },{}],354:[function(require,module,exports){
53732
53807
  'use strict';
53733
53808
  module.exports = function generate__limitLength(it, $keyword, $ruleType) {
53734
53809
  var out = ' ';
@@ -53815,7 +53890,7 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
53815
53890
  return out;
53816
53891
  }
53817
53892
 
53818
- },{}],354:[function(require,module,exports){
53893
+ },{}],355:[function(require,module,exports){
53819
53894
  'use strict';
53820
53895
  module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
53821
53896
  var out = ' ';
@@ -53897,7 +53972,7 @@ module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
53897
53972
  return out;
53898
53973
  }
53899
53974
 
53900
- },{}],355:[function(require,module,exports){
53975
+ },{}],356:[function(require,module,exports){
53901
53976
  'use strict';
53902
53977
  module.exports = function generate_allOf(it, $keyword, $ruleType) {
53903
53978
  var out = ' ';
@@ -53941,7 +54016,7 @@ module.exports = function generate_allOf(it, $keyword, $ruleType) {
53941
54016
  return out;
53942
54017
  }
53943
54018
 
53944
- },{}],356:[function(require,module,exports){
54019
+ },{}],357:[function(require,module,exports){
53945
54020
  'use strict';
53946
54021
  module.exports = function generate_anyOf(it, $keyword, $ruleType) {
53947
54022
  var out = ' ';
@@ -54016,7 +54091,7 @@ module.exports = function generate_anyOf(it, $keyword, $ruleType) {
54016
54091
  return out;
54017
54092
  }
54018
54093
 
54019
- },{}],357:[function(require,module,exports){
54094
+ },{}],358:[function(require,module,exports){
54020
54095
  'use strict';
54021
54096
  module.exports = function generate_comment(it, $keyword, $ruleType) {
54022
54097
  var out = ' ';
@@ -54032,7 +54107,7 @@ module.exports = function generate_comment(it, $keyword, $ruleType) {
54032
54107
  return out;
54033
54108
  }
54034
54109
 
54035
- },{}],358:[function(require,module,exports){
54110
+ },{}],359:[function(require,module,exports){
54036
54111
  'use strict';
54037
54112
  module.exports = function generate_const(it, $keyword, $ruleType) {
54038
54113
  var out = ' ';
@@ -54090,7 +54165,7 @@ module.exports = function generate_const(it, $keyword, $ruleType) {
54090
54165
  return out;
54091
54166
  }
54092
54167
 
54093
- },{}],359:[function(require,module,exports){
54168
+ },{}],360:[function(require,module,exports){
54094
54169
  'use strict';
54095
54170
  module.exports = function generate_contains(it, $keyword, $ruleType) {
54096
54171
  var out = ' ';
@@ -54173,7 +54248,7 @@ module.exports = function generate_contains(it, $keyword, $ruleType) {
54173
54248
  return out;
54174
54249
  }
54175
54250
 
54176
- },{}],360:[function(require,module,exports){
54251
+ },{}],361:[function(require,module,exports){
54177
54252
  'use strict';
54178
54253
  module.exports = function generate_custom(it, $keyword, $ruleType) {
54179
54254
  var out = ' ';
@@ -54403,7 +54478,7 @@ module.exports = function generate_custom(it, $keyword, $ruleType) {
54403
54478
  return out;
54404
54479
  }
54405
54480
 
54406
- },{}],361:[function(require,module,exports){
54481
+ },{}],362:[function(require,module,exports){
54407
54482
  'use strict';
54408
54483
  module.exports = function generate_dependencies(it, $keyword, $ruleType) {
54409
54484
  var out = ' ';
@@ -54573,7 +54648,7 @@ module.exports = function generate_dependencies(it, $keyword, $ruleType) {
54573
54648
  return out;
54574
54649
  }
54575
54650
 
54576
- },{}],362:[function(require,module,exports){
54651
+ },{}],363:[function(require,module,exports){
54577
54652
  'use strict';
54578
54653
  module.exports = function generate_enum(it, $keyword, $ruleType) {
54579
54654
  var out = ' ';
@@ -54641,7 +54716,7 @@ module.exports = function generate_enum(it, $keyword, $ruleType) {
54641
54716
  return out;
54642
54717
  }
54643
54718
 
54644
- },{}],363:[function(require,module,exports){
54719
+ },{}],364:[function(require,module,exports){
54645
54720
  'use strict';
54646
54721
  module.exports = function generate_format(it, $keyword, $ruleType) {
54647
54722
  var out = ' ';
@@ -54793,7 +54868,7 @@ module.exports = function generate_format(it, $keyword, $ruleType) {
54793
54868
  return out;
54794
54869
  }
54795
54870
 
54796
- },{}],364:[function(require,module,exports){
54871
+ },{}],365:[function(require,module,exports){
54797
54872
  'use strict';
54798
54873
  module.exports = function generate_if(it, $keyword, $ruleType) {
54799
54874
  var out = ' ';
@@ -54898,7 +54973,7 @@ module.exports = function generate_if(it, $keyword, $ruleType) {
54898
54973
  return out;
54899
54974
  }
54900
54975
 
54901
- },{}],365:[function(require,module,exports){
54976
+ },{}],366:[function(require,module,exports){
54902
54977
  'use strict';
54903
54978
 
54904
54979
  //all requires must be explicit because browserify won't work with dynamic requires
@@ -54933,7 +55008,7 @@ module.exports = {
54933
55008
  validate: require('./validate')
54934
55009
  };
54935
55010
 
54936
- },{"./_limit":351,"./_limitItems":352,"./_limitLength":353,"./_limitProperties":354,"./allOf":355,"./anyOf":356,"./comment":357,"./const":358,"./contains":359,"./dependencies":361,"./enum":362,"./format":363,"./if":364,"./items":366,"./multipleOf":367,"./not":368,"./oneOf":369,"./pattern":370,"./properties":371,"./propertyNames":372,"./ref":373,"./required":374,"./uniqueItems":375,"./validate":376}],366:[function(require,module,exports){
55011
+ },{"./_limit":352,"./_limitItems":353,"./_limitLength":354,"./_limitProperties":355,"./allOf":356,"./anyOf":357,"./comment":358,"./const":359,"./contains":360,"./dependencies":362,"./enum":363,"./format":364,"./if":365,"./items":367,"./multipleOf":368,"./not":369,"./oneOf":370,"./pattern":371,"./properties":372,"./propertyNames":373,"./ref":374,"./required":375,"./uniqueItems":376,"./validate":377}],367:[function(require,module,exports){
54937
55012
  'use strict';
54938
55013
  module.exports = function generate_items(it, $keyword, $ruleType) {
54939
55014
  var out = ' ';
@@ -55075,7 +55150,7 @@ module.exports = function generate_items(it, $keyword, $ruleType) {
55075
55150
  return out;
55076
55151
  }
55077
55152
 
55078
- },{}],367:[function(require,module,exports){
55153
+ },{}],368:[function(require,module,exports){
55079
55154
  'use strict';
55080
55155
  module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
55081
55156
  var out = ' ';
@@ -55157,7 +55232,7 @@ module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
55157
55232
  return out;
55158
55233
  }
55159
55234
 
55160
- },{}],368:[function(require,module,exports){
55235
+ },{}],369:[function(require,module,exports){
55161
55236
  'use strict';
55162
55237
  module.exports = function generate_not(it, $keyword, $ruleType) {
55163
55238
  var out = ' ';
@@ -55243,7 +55318,7 @@ module.exports = function generate_not(it, $keyword, $ruleType) {
55243
55318
  return out;
55244
55319
  }
55245
55320
 
55246
- },{}],369:[function(require,module,exports){
55321
+ },{}],370:[function(require,module,exports){
55247
55322
  'use strict';
55248
55323
  module.exports = function generate_oneOf(it, $keyword, $ruleType) {
55249
55324
  var out = ' ';
@@ -55318,7 +55393,7 @@ module.exports = function generate_oneOf(it, $keyword, $ruleType) {
55318
55393
  return out;
55319
55394
  }
55320
55395
 
55321
- },{}],370:[function(require,module,exports){
55396
+ },{}],371:[function(require,module,exports){
55322
55397
  'use strict';
55323
55398
  module.exports = function generate_pattern(it, $keyword, $ruleType) {
55324
55399
  var out = ' ';
@@ -55395,7 +55470,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
55395
55470
  return out;
55396
55471
  }
55397
55472
 
55398
- },{}],371:[function(require,module,exports){
55473
+ },{}],372:[function(require,module,exports){
55399
55474
  'use strict';
55400
55475
  module.exports = function generate_properties(it, $keyword, $ruleType) {
55401
55476
  var out = ' ';
@@ -55732,7 +55807,7 @@ module.exports = function generate_properties(it, $keyword, $ruleType) {
55732
55807
  return out;
55733
55808
  }
55734
55809
 
55735
- },{}],372:[function(require,module,exports){
55810
+ },{}],373:[function(require,module,exports){
55736
55811
  'use strict';
55737
55812
  module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
55738
55813
  var out = ' ';
@@ -55815,7 +55890,7 @@ module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
55815
55890
  return out;
55816
55891
  }
55817
55892
 
55818
- },{}],373:[function(require,module,exports){
55893
+ },{}],374:[function(require,module,exports){
55819
55894
  'use strict';
55820
55895
  module.exports = function generate_ref(it, $keyword, $ruleType) {
55821
55896
  var out = ' ';
@@ -55941,7 +56016,7 @@ module.exports = function generate_ref(it, $keyword, $ruleType) {
55941
56016
  return out;
55942
56017
  }
55943
56018
 
55944
- },{}],374:[function(require,module,exports){
56019
+ },{}],375:[function(require,module,exports){
55945
56020
  'use strict';
55946
56021
  module.exports = function generate_required(it, $keyword, $ruleType) {
55947
56022
  var out = ' ';
@@ -56213,7 +56288,7 @@ module.exports = function generate_required(it, $keyword, $ruleType) {
56213
56288
  return out;
56214
56289
  }
56215
56290
 
56216
- },{}],375:[function(require,module,exports){
56291
+ },{}],376:[function(require,module,exports){
56217
56292
  'use strict';
56218
56293
  module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
56219
56294
  var out = ' ';
@@ -56301,7 +56376,7 @@ module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
56301
56376
  return out;
56302
56377
  }
56303
56378
 
56304
- },{}],376:[function(require,module,exports){
56379
+ },{}],377:[function(require,module,exports){
56305
56380
  'use strict';
56306
56381
  module.exports = function generate_validate(it, $keyword, $ruleType) {
56307
56382
  var out = '';
@@ -56785,7 +56860,7 @@ module.exports = function generate_validate(it, $keyword, $ruleType) {
56785
56860
  return out;
56786
56861
  }
56787
56862
 
56788
- },{}],377:[function(require,module,exports){
56863
+ },{}],378:[function(require,module,exports){
56789
56864
  'use strict';
56790
56865
 
56791
56866
  var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
@@ -56933,7 +57008,7 @@ function validateKeyword(definition, throwError) {
56933
57008
  return false;
56934
57009
  }
56935
57010
 
56936
- },{"./definition_schema":350,"./dotjs/custom":360}],378:[function(require,module,exports){
57011
+ },{"./definition_schema":351,"./dotjs/custom":361}],379:[function(require,module,exports){
56937
57012
  module.exports={
56938
57013
  "$schema": "http://json-schema.org/draft-07/schema#",
56939
57014
  "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -56952,7 +57027,7 @@ module.exports={
56952
57027
  "additionalProperties": false
56953
57028
  }
56954
57029
 
56955
- },{}],379:[function(require,module,exports){
57030
+ },{}],380:[function(require,module,exports){
56956
57031
  module.exports={
56957
57032
  "$schema": "http://json-schema.org/draft-06/schema#",
56958
57033
  "$id": "http://json-schema.org/draft-06/schema#",
@@ -57108,7 +57183,7 @@ module.exports={
57108
57183
  "default": {}
57109
57184
  }
57110
57185
 
57111
- },{}],380:[function(require,module,exports){
57186
+ },{}],381:[function(require,module,exports){
57112
57187
  module.exports={
57113
57188
  "$schema": "http://json-schema.org/draft-07/schema#",
57114
57189
  "$id": "http://json-schema.org/draft-07/schema#",
@@ -57278,7 +57353,7 @@ module.exports={
57278
57353
  "default": true
57279
57354
  }
57280
57355
 
57281
- },{}],381:[function(require,module,exports){
57356
+ },{}],382:[function(require,module,exports){
57282
57357
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57283
57358
 
57284
57359
 
@@ -57293,7 +57368,7 @@ module.exports = {
57293
57368
 
57294
57369
  };
57295
57370
 
57296
- },{}],382:[function(require,module,exports){
57371
+ },{}],383:[function(require,module,exports){
57297
57372
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57298
57373
 
57299
57374
  var errors = require('./errors');
@@ -57322,7 +57397,7 @@ for (var e in errors) {
57322
57397
  module.exports[e] = errors[e];
57323
57398
  }
57324
57399
 
57325
- },{"./errors":381,"./reader":383,"./types":384,"./writer":385}],383:[function(require,module,exports){
57400
+ },{"./errors":382,"./reader":384,"./types":385,"./writer":386}],384:[function(require,module,exports){
57326
57401
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57327
57402
 
57328
57403
  var assert = require('assert');
@@ -57586,7 +57661,7 @@ Reader.prototype._readTag = function (tag) {
57586
57661
 
57587
57662
  module.exports = Reader;
57588
57663
 
57589
- },{"./errors":381,"./types":384,"assert":16,"safer-buffer":470}],384:[function(require,module,exports){
57664
+ },{"./errors":382,"./types":385,"assert":16,"safer-buffer":471}],385:[function(require,module,exports){
57590
57665
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57591
57666
 
57592
57667
 
@@ -57624,7 +57699,7 @@ module.exports = {
57624
57699
  Context: 128
57625
57700
  };
57626
57701
 
57627
- },{}],385:[function(require,module,exports){
57702
+ },{}],386:[function(require,module,exports){
57628
57703
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57629
57704
 
57630
57705
  var assert = require('assert');
@@ -57943,7 +58018,7 @@ Writer.prototype._ensure = function (len) {
57943
58018
 
57944
58019
  module.exports = Writer;
57945
58020
 
57946
- },{"./errors":381,"./types":384,"assert":16,"safer-buffer":470}],386:[function(require,module,exports){
58021
+ },{"./errors":382,"./types":385,"assert":16,"safer-buffer":471}],387:[function(require,module,exports){
57947
58022
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57948
58023
 
57949
58024
  // If you have no idea what ASN.1 or BER is, see this:
@@ -57965,7 +58040,7 @@ module.exports = {
57965
58040
 
57966
58041
  };
57967
58042
 
57968
- },{"./ber/index":382}],387:[function(require,module,exports){
58043
+ },{"./ber/index":383}],388:[function(require,module,exports){
57969
58044
  (function (Buffer,process){(function (){
57970
58045
  // Copyright (c) 2012, Mark Cavage. All rights reserved.
57971
58046
  // Copyright 2015 Joyent, Inc.
@@ -58180,7 +58255,7 @@ function _setExports(ndebug) {
58180
58255
  module.exports = _setExports(process.env.NODE_NDEBUG);
58181
58256
 
58182
58257
  }).call(this)}).call(this,{"isBuffer":require("../../browser-agent/node_modules/is-buffer/index.js")},require('_process'))
58183
- },{"../../browser-agent/node_modules/is-buffer/index.js":146,"_process":179,"assert":16,"stream":229,"util":243}],388:[function(require,module,exports){
58258
+ },{"../../browser-agent/node_modules/is-buffer/index.js":146,"_process":179,"assert":16,"stream":229,"util":243}],389:[function(require,module,exports){
58184
58259
 
58185
58260
  /*!
58186
58261
  * Copyright 2010 LearnBoost <dev@learnboost.com>
@@ -58394,7 +58469,7 @@ function canonicalizeResource (resource) {
58394
58469
  }
58395
58470
  module.exports.canonicalizeResource = canonicalizeResource
58396
58471
 
58397
- },{"crypto":81,"url":238}],389:[function(require,module,exports){
58472
+ },{"crypto":81,"url":238}],390:[function(require,module,exports){
58398
58473
  (function (process,Buffer){(function (){
58399
58474
  var aws4 = exports,
58400
58475
  url = require('url'),
@@ -58771,7 +58846,7 @@ aws4.sign = function(request, credentials) {
58771
58846
  }
58772
58847
 
58773
58848
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
58774
- },{"./lru":390,"_process":179,"buffer":71,"crypto":81,"querystring":190,"url":238}],390:[function(require,module,exports){
58849
+ },{"./lru":391,"_process":179,"buffer":71,"crypto":81,"querystring":190,"url":238}],391:[function(require,module,exports){
58775
58850
  module.exports = function(size) {
58776
58851
  return new LruCache(size)
58777
58852
  }
@@ -58869,7 +58944,7 @@ function DoublyLinkedNode(key, val) {
58869
58944
  this.next = null
58870
58945
  }
58871
58946
 
58872
- },{}],391:[function(require,module,exports){
58947
+ },{}],392:[function(require,module,exports){
58873
58948
  'use strict';
58874
58949
 
58875
58950
  var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash;
@@ -59427,7 +59502,7 @@ module.exports = {
59427
59502
  pbkdf: bcrypt_pbkdf
59428
59503
  };
59429
59504
 
59430
- },{"tweetnacl":504}],392:[function(require,module,exports){
59505
+ },{"tweetnacl":505}],393:[function(require,module,exports){
59431
59506
  function Caseless (dict) {
59432
59507
  this.dict = dict || {}
59433
59508
  }
@@ -59496,7 +59571,7 @@ module.exports.httpify = function (resp, headers) {
59496
59571
  return c
59497
59572
  }
59498
59573
 
59499
- },{}],393:[function(require,module,exports){
59574
+ },{}],394:[function(require,module,exports){
59500
59575
  (function (Buffer){(function (){
59501
59576
  var util = require('util');
59502
59577
  var Stream = require('stream').Stream;
@@ -59708,7 +59783,7 @@ CombinedStream.prototype._emitError = function(err) {
59708
59783
  };
59709
59784
 
59710
59785
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
59711
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"delayed-stream":395,"stream":229,"util":243}],394:[function(require,module,exports){
59786
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"delayed-stream":396,"stream":229,"util":243}],395:[function(require,module,exports){
59712
59787
  (function (Buffer){(function (){
59713
59788
  // Copyright Joyent, Inc. and other Node contributors.
59714
59789
  //
@@ -59819,7 +59894,7 @@ function objectToString(o) {
59819
59894
  }
59820
59895
 
59821
59896
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
59822
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146}],395:[function(require,module,exports){
59897
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146}],396:[function(require,module,exports){
59823
59898
  var Stream = require('stream').Stream;
59824
59899
  var util = require('util');
59825
59900
 
@@ -59928,7 +60003,7 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
59928
60003
  this.emit('error', new Error(message));
59929
60004
  };
59930
60005
 
59931
- },{"stream":229,"util":243}],396:[function(require,module,exports){
60006
+ },{"stream":229,"util":243}],397:[function(require,module,exports){
59932
60007
  var crypto = require("crypto");
59933
60008
  var BigInteger = require("jsbn").BigInteger;
59934
60009
  var ECPointFp = require("./lib/ec.js").ECPointFp;
@@ -59988,7 +60063,7 @@ exports.ECKey = function(curve, key, isPublic)
59988
60063
  }
59989
60064
 
59990
60065
 
59991
- },{"./lib/ec.js":397,"./lib/sec.js":398,"crypto":81,"jsbn":433,"safer-buffer":470}],397:[function(require,module,exports){
60066
+ },{"./lib/ec.js":398,"./lib/sec.js":399,"crypto":81,"jsbn":434,"safer-buffer":471}],398:[function(require,module,exports){
59992
60067
  // Basic Javascript Elliptic Curve implementation
59993
60068
  // Ported loosely from BouncyCastle's Java EC code
59994
60069
  // Only Fp curves implemented for now
@@ -60551,7 +60626,7 @@ var exports = {
60551
60626
 
60552
60627
  module.exports = exports
60553
60628
 
60554
- },{"jsbn":433}],398:[function(require,module,exports){
60629
+ },{"jsbn":434}],399:[function(require,module,exports){
60555
60630
  // Named EC curves
60556
60631
 
60557
60632
  // Requires ec.js, jsbn.js, and jsbn2.js
@@ -60723,7 +60798,7 @@ module.exports = {
60723
60798
  "secp256r1":secp256r1
60724
60799
  }
60725
60800
 
60726
- },{"./ec.js":397,"jsbn":433}],399:[function(require,module,exports){
60801
+ },{"./ec.js":398,"jsbn":434}],400:[function(require,module,exports){
60727
60802
  'use strict';
60728
60803
 
60729
60804
  var hasOwn = Object.prototype.hasOwnProperty;
@@ -60842,7 +60917,7 @@ module.exports = function extend() {
60842
60917
  return target;
60843
60918
  };
60844
60919
 
60845
- },{}],400:[function(require,module,exports){
60920
+ },{}],401:[function(require,module,exports){
60846
60921
  (function (process){(function (){
60847
60922
  /*
60848
60923
  * extsprintf.js: extended POSIX-style sprintf
@@ -61029,7 +61104,7 @@ function dumpException(ex)
61029
61104
  }
61030
61105
 
61031
61106
  }).call(this)}).call(this,require('_process'))
61032
- },{"_process":179,"assert":16,"util":243}],401:[function(require,module,exports){
61107
+ },{"_process":179,"assert":16,"util":243}],402:[function(require,module,exports){
61033
61108
  'use strict';
61034
61109
 
61035
61110
  // do not edit .js files directly - edit src/index.jst
@@ -61077,7 +61152,7 @@ module.exports = function equal(a, b) {
61077
61152
  return a!==a && b!==b;
61078
61153
  };
61079
61154
 
61080
- },{}],402:[function(require,module,exports){
61155
+ },{}],403:[function(require,module,exports){
61081
61156
  'use strict';
61082
61157
 
61083
61158
  module.exports = function (data, opts) {
@@ -61138,7 +61213,7 @@ module.exports = function (data, opts) {
61138
61213
  })(data);
61139
61214
  };
61140
61215
 
61141
- },{}],403:[function(require,module,exports){
61216
+ },{}],404:[function(require,module,exports){
61142
61217
  module.exports = ForeverAgent
61143
61218
  ForeverAgent.SSL = ForeverAgentSSL
61144
61219
 
@@ -61278,11 +61353,11 @@ function createConnectionSSL (port, host, options) {
61278
61353
  return tls.connect(options);
61279
61354
  }
61280
61355
 
61281
- },{"http":230,"https":142,"net":69,"tls":69,"util":243}],404:[function(require,module,exports){
61356
+ },{"http":230,"https":142,"net":69,"tls":69,"util":243}],405:[function(require,module,exports){
61282
61357
  /* eslint-env browser */
61283
61358
  module.exports = typeof self == 'object' ? self.FormData : window.FormData;
61284
61359
 
61285
- },{}],405:[function(require,module,exports){
61360
+ },{}],406:[function(require,module,exports){
61286
61361
  module.exports={
61287
61362
  "$id": "afterRequest.json#",
61288
61363
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61314,7 +61389,7 @@ module.exports={
61314
61389
  }
61315
61390
  }
61316
61391
 
61317
- },{}],406:[function(require,module,exports){
61392
+ },{}],407:[function(require,module,exports){
61318
61393
  module.exports={
61319
61394
  "$id": "beforeRequest.json#",
61320
61395
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61346,7 +61421,7 @@ module.exports={
61346
61421
  }
61347
61422
  }
61348
61423
 
61349
- },{}],407:[function(require,module,exports){
61424
+ },{}],408:[function(require,module,exports){
61350
61425
  module.exports={
61351
61426
  "$id": "browser.json#",
61352
61427
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61368,7 +61443,7 @@ module.exports={
61368
61443
  }
61369
61444
  }
61370
61445
 
61371
- },{}],408:[function(require,module,exports){
61446
+ },{}],409:[function(require,module,exports){
61372
61447
  module.exports={
61373
61448
  "$id": "cache.json#",
61374
61449
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61391,7 +61466,7 @@ module.exports={
61391
61466
  }
61392
61467
  }
61393
61468
 
61394
- },{}],409:[function(require,module,exports){
61469
+ },{}],410:[function(require,module,exports){
61395
61470
  module.exports={
61396
61471
  "$id": "content.json#",
61397
61472
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61422,7 +61497,7 @@ module.exports={
61422
61497
  }
61423
61498
  }
61424
61499
 
61425
- },{}],410:[function(require,module,exports){
61500
+ },{}],411:[function(require,module,exports){
61426
61501
  module.exports={
61427
61502
  "$id": "cookie.json#",
61428
61503
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61460,7 +61535,7 @@ module.exports={
61460
61535
  }
61461
61536
  }
61462
61537
 
61463
- },{}],411:[function(require,module,exports){
61538
+ },{}],412:[function(require,module,exports){
61464
61539
  module.exports={
61465
61540
  "$id": "creator.json#",
61466
61541
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61482,7 +61557,7 @@ module.exports={
61482
61557
  }
61483
61558
  }
61484
61559
 
61485
- },{}],412:[function(require,module,exports){
61560
+ },{}],413:[function(require,module,exports){
61486
61561
  module.exports={
61487
61562
  "$id": "entry.json#",
61488
61563
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61537,7 +61612,7 @@ module.exports={
61537
61612
  }
61538
61613
  }
61539
61614
 
61540
- },{}],413:[function(require,module,exports){
61615
+ },{}],414:[function(require,module,exports){
61541
61616
  module.exports={
61542
61617
  "$id": "har.json#",
61543
61618
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61552,7 +61627,7 @@ module.exports={
61552
61627
  }
61553
61628
  }
61554
61629
 
61555
- },{}],414:[function(require,module,exports){
61630
+ },{}],415:[function(require,module,exports){
61556
61631
  module.exports={
61557
61632
  "$id": "header.json#",
61558
61633
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61574,7 +61649,7 @@ module.exports={
61574
61649
  }
61575
61650
  }
61576
61651
 
61577
- },{}],415:[function(require,module,exports){
61652
+ },{}],416:[function(require,module,exports){
61578
61653
  'use strict'
61579
61654
 
61580
61655
  module.exports = {
@@ -61598,7 +61673,7 @@ module.exports = {
61598
61673
  timings: require('./timings.json')
61599
61674
  }
61600
61675
 
61601
- },{"./afterRequest.json":405,"./beforeRequest.json":406,"./browser.json":407,"./cache.json":408,"./content.json":409,"./cookie.json":410,"./creator.json":411,"./entry.json":412,"./har.json":413,"./header.json":414,"./log.json":416,"./page.json":417,"./pageTimings.json":418,"./postData.json":419,"./query.json":420,"./request.json":421,"./response.json":422,"./timings.json":423}],416:[function(require,module,exports){
61676
+ },{"./afterRequest.json":406,"./beforeRequest.json":407,"./browser.json":408,"./cache.json":409,"./content.json":410,"./cookie.json":411,"./creator.json":412,"./entry.json":413,"./har.json":414,"./header.json":415,"./log.json":417,"./page.json":418,"./pageTimings.json":419,"./postData.json":420,"./query.json":421,"./request.json":422,"./response.json":423,"./timings.json":424}],417:[function(require,module,exports){
61602
61677
  module.exports={
61603
61678
  "$id": "log.json#",
61604
61679
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61636,7 +61711,7 @@ module.exports={
61636
61711
  }
61637
61712
  }
61638
61713
 
61639
- },{}],417:[function(require,module,exports){
61714
+ },{}],418:[function(require,module,exports){
61640
61715
  module.exports={
61641
61716
  "$id": "page.json#",
61642
61717
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61670,7 +61745,7 @@ module.exports={
61670
61745
  }
61671
61746
  }
61672
61747
 
61673
- },{}],418:[function(require,module,exports){
61748
+ },{}],419:[function(require,module,exports){
61674
61749
  module.exports={
61675
61750
  "$id": "pageTimings.json#",
61676
61751
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61690,7 +61765,7 @@ module.exports={
61690
61765
  }
61691
61766
  }
61692
61767
 
61693
- },{}],419:[function(require,module,exports){
61768
+ },{}],420:[function(require,module,exports){
61694
61769
  module.exports={
61695
61770
  "$id": "postData.json#",
61696
61771
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61735,7 +61810,7 @@ module.exports={
61735
61810
  }
61736
61811
  }
61737
61812
 
61738
- },{}],420:[function(require,module,exports){
61813
+ },{}],421:[function(require,module,exports){
61739
61814
  module.exports={
61740
61815
  "$id": "query.json#",
61741
61816
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61757,7 +61832,7 @@ module.exports={
61757
61832
  }
61758
61833
  }
61759
61834
 
61760
- },{}],421:[function(require,module,exports){
61835
+ },{}],422:[function(require,module,exports){
61761
61836
  module.exports={
61762
61837
  "$id": "request.json#",
61763
61838
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61816,7 +61891,7 @@ module.exports={
61816
61891
  }
61817
61892
  }
61818
61893
 
61819
- },{}],422:[function(require,module,exports){
61894
+ },{}],423:[function(require,module,exports){
61820
61895
  module.exports={
61821
61896
  "$id": "response.json#",
61822
61897
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61872,7 +61947,7 @@ module.exports={
61872
61947
  }
61873
61948
  }
61874
61949
 
61875
- },{}],423:[function(require,module,exports){
61950
+ },{}],424:[function(require,module,exports){
61876
61951
  module.exports={
61877
61952
  "$id": "timings.json#",
61878
61953
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61916,7 +61991,7 @@ module.exports={
61916
61991
  }
61917
61992
  }
61918
61993
 
61919
- },{}],424:[function(require,module,exports){
61994
+ },{}],425:[function(require,module,exports){
61920
61995
  function HARError (errors) {
61921
61996
  var message = 'validation failed'
61922
61997
 
@@ -61935,7 +62010,7 @@ HARError.prototype = Error.prototype
61935
62010
 
61936
62011
  module.exports = HARError
61937
62012
 
61938
- },{}],425:[function(require,module,exports){
62013
+ },{}],426:[function(require,module,exports){
61939
62014
  var Ajv = require('ajv')
61940
62015
  var HARError = require('./error')
61941
62016
  var schemas = require('har-schema')
@@ -62039,7 +62114,7 @@ exports.timings = function (data) {
62039
62114
  return validate('timings', data)
62040
62115
  }
62041
62116
 
62042
- },{"./error":424,"ajv":338,"ajv/lib/refs/json-schema-draft-06.json":379,"har-schema":415}],426:[function(require,module,exports){
62117
+ },{"./error":425,"ajv":339,"ajv/lib/refs/json-schema-draft-06.json":380,"har-schema":416}],427:[function(require,module,exports){
62043
62118
  // Copyright 2015 Joyent, Inc.
62044
62119
 
62045
62120
  var parser = require('./parser');
@@ -62070,7 +62145,7 @@ module.exports = {
62070
62145
  verifyHMAC: verify.verifyHMAC
62071
62146
  };
62072
62147
 
62073
- },{"./parser":427,"./signer":428,"./utils":429,"./verify":430}],427:[function(require,module,exports){
62148
+ },{"./parser":428,"./signer":429,"./utils":430,"./verify":431}],428:[function(require,module,exports){
62074
62149
  // Copyright 2012 Joyent, Inc. All rights reserved.
62075
62150
 
62076
62151
  var assert = require('assert-plus');
@@ -62387,7 +62462,7 @@ module.exports = {
62387
62462
 
62388
62463
  };
62389
62464
 
62390
- },{"./utils":429,"assert-plus":387,"util":243}],428:[function(require,module,exports){
62465
+ },{"./utils":430,"assert-plus":388,"util":243}],429:[function(require,module,exports){
62391
62466
  (function (Buffer){(function (){
62392
62467
  // Copyright 2012 Joyent, Inc. All rights reserved.
62393
62468
 
@@ -62792,7 +62867,7 @@ module.exports = {
62792
62867
  };
62793
62868
 
62794
62869
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
62795
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./utils":429,"assert-plus":387,"crypto":81,"http":230,"jsprim":437,"sshpk":490,"util":243}],429:[function(require,module,exports){
62870
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./utils":430,"assert-plus":388,"crypto":81,"http":230,"jsprim":438,"sshpk":491,"util":243}],430:[function(require,module,exports){
62796
62871
  // Copyright 2012 Joyent, Inc. All rights reserved.
62797
62872
 
62798
62873
  var assert = require('assert-plus');
@@ -62906,7 +62981,7 @@ module.exports = {
62906
62981
  }
62907
62982
  };
62908
62983
 
62909
- },{"assert-plus":387,"sshpk":490,"util":243}],430:[function(require,module,exports){
62984
+ },{"assert-plus":388,"sshpk":491,"util":243}],431:[function(require,module,exports){
62910
62985
  (function (Buffer){(function (){
62911
62986
  // Copyright 2015 Joyent, Inc.
62912
62987
 
@@ -62998,7 +63073,7 @@ module.exports = {
62998
63073
  };
62999
63074
 
63000
63075
  }).call(this)}).call(this,require("buffer").Buffer)
63001
- },{"./utils":429,"assert-plus":387,"buffer":71,"crypto":81,"sshpk":490}],431:[function(require,module,exports){
63076
+ },{"./utils":430,"assert-plus":388,"buffer":71,"crypto":81,"sshpk":491}],432:[function(require,module,exports){
63002
63077
  module.exports = isTypedArray
63003
63078
  isTypedArray.strict = isStrictTypedArray
63004
63079
  isTypedArray.loose = isLooseTypedArray
@@ -63041,7 +63116,7 @@ function isLooseTypedArray(arr) {
63041
63116
  return names[toString.call(arr)]
63042
63117
  }
63043
63118
 
63044
- },{}],432:[function(require,module,exports){
63119
+ },{}],433:[function(require,module,exports){
63045
63120
  var stream = require('stream')
63046
63121
 
63047
63122
 
@@ -63070,7 +63145,7 @@ module.exports.isReadable = isReadable
63070
63145
  module.exports.isWritable = isWritable
63071
63146
  module.exports.isDuplex = isDuplex
63072
63147
 
63073
- },{"stream":229}],433:[function(require,module,exports){
63148
+ },{"stream":229}],434:[function(require,module,exports){
63074
63149
  (function(){
63075
63150
 
63076
63151
  // Copyright (c) 2005 Tom Wu
@@ -64429,7 +64504,7 @@ module.exports.isDuplex = isDuplex
64429
64504
 
64430
64505
  }).call(this);
64431
64506
 
64432
- },{}],434:[function(require,module,exports){
64507
+ },{}],435:[function(require,module,exports){
64433
64508
  'use strict';
64434
64509
 
64435
64510
  var traverse = module.exports = function (schema, opts, cb) {
@@ -64520,7 +64595,7 @@ function escapeJsonPtr(str) {
64520
64595
  return str.replace(/~/g, '~0').replace(/\//g, '~1');
64521
64596
  }
64522
64597
 
64523
- },{}],435:[function(require,module,exports){
64598
+ },{}],436:[function(require,module,exports){
64524
64599
  /**
64525
64600
  * JSONSchema Validator - Validates JavaScript objects using JSON Schemas
64526
64601
  * (http://www.json.com/json-schema-proposal/)
@@ -64793,7 +64868,7 @@ exports.mustBeValid = function(result){
64793
64868
  return exports;
64794
64869
  }));
64795
64870
 
64796
- },{}],436:[function(require,module,exports){
64871
+ },{}],437:[function(require,module,exports){
64797
64872
  exports = module.exports = stringify
64798
64873
  exports.getSerialize = serializer
64799
64874
 
@@ -64822,7 +64897,7 @@ function serializer(replacer, cycleReplacer) {
64822
64897
  }
64823
64898
  }
64824
64899
 
64825
- },{}],437:[function(require,module,exports){
64900
+ },{}],438:[function(require,module,exports){
64826
64901
  /*
64827
64902
  * lib/jsprim.js: utilities for primitive JavaScript types
64828
64903
  */
@@ -65559,7 +65634,7 @@ function mergeObjects(provided, overrides, defaults)
65559
65634
  return (rv);
65560
65635
  }
65561
65636
 
65562
- },{"assert-plus":387,"extsprintf":400,"json-schema":435,"util":243,"verror":511}],438:[function(require,module,exports){
65637
+ },{"assert-plus":388,"extsprintf":401,"json-schema":436,"util":243,"verror":512}],439:[function(require,module,exports){
65563
65638
  /**
65564
65639
  * The code was extracted from:
65565
65640
  * https://github.com/davidchambers/Base64.js
@@ -65599,7 +65674,7 @@ function polyfill (input) {
65599
65674
 
65600
65675
  module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
65601
65676
 
65602
- },{}],439:[function(require,module,exports){
65677
+ },{}],440:[function(require,module,exports){
65603
65678
  var atob = require('./atob');
65604
65679
 
65605
65680
  function b64DecodeUnicode(str) {
@@ -65634,7 +65709,7 @@ module.exports = function(str) {
65634
65709
  }
65635
65710
  };
65636
65711
 
65637
- },{"./atob":438}],440:[function(require,module,exports){
65712
+ },{"./atob":439}],441:[function(require,module,exports){
65638
65713
  'use strict';
65639
65714
 
65640
65715
  var base64_url_decode = require('./base64_url_decode');
@@ -65662,7 +65737,7 @@ module.exports = function (token,options) {
65662
65737
 
65663
65738
  module.exports.InvalidTokenError = InvalidTokenError;
65664
65739
 
65665
- },{"./base64_url_decode":439}],441:[function(require,module,exports){
65740
+ },{"./base64_url_decode":440}],442:[function(require,module,exports){
65666
65741
  module.exports={
65667
65742
  "application/1d-interleaved-parityfec": {
65668
65743
  "source": "iana"
@@ -74135,7 +74210,7 @@ module.exports={
74135
74210
  }
74136
74211
  }
74137
74212
 
74138
- },{}],442:[function(require,module,exports){
74213
+ },{}],443:[function(require,module,exports){
74139
74214
  /*!
74140
74215
  * mime-db
74141
74216
  * Copyright(c) 2014 Jonathan Ong
@@ -74148,7 +74223,7 @@ module.exports={
74148
74223
 
74149
74224
  module.exports = require('./db.json')
74150
74225
 
74151
- },{"./db.json":441}],443:[function(require,module,exports){
74226
+ },{"./db.json":442}],444:[function(require,module,exports){
74152
74227
  /*!
74153
74228
  * mime-types
74154
74229
  * Copyright(c) 2014 Jonathan Ong
@@ -74338,7 +74413,7 @@ function populateMaps (extensions, types) {
74338
74413
  })
74339
74414
  }
74340
74415
 
74341
- },{"mime-db":442,"path":171}],444:[function(require,module,exports){
74416
+ },{"mime-db":443,"path":171}],445:[function(require,module,exports){
74342
74417
  var crypto = require('crypto')
74343
74418
 
74344
74419
  function sha (key, body, algorithm) {
@@ -74485,7 +74560,7 @@ exports.plaintext = plaintext
74485
74560
  exports.sign = sign
74486
74561
  exports.rfc3986 = rfc3986
74487
74562
  exports.generateBase = generateBase
74488
- },{"crypto":81}],445:[function(require,module,exports){
74563
+ },{"crypto":81}],446:[function(require,module,exports){
74489
74564
  (function (process){(function (){
74490
74565
  // Generated by CoffeeScript 1.12.2
74491
74566
  (function() {
@@ -74525,7 +74600,7 @@ exports.generateBase = generateBase
74525
74600
 
74526
74601
 
74527
74602
  }).call(this)}).call(this,require('_process'))
74528
- },{"_process":179}],446:[function(require,module,exports){
74603
+ },{"_process":179}],447:[function(require,module,exports){
74529
74604
  module.exports=[
74530
74605
  "ac",
74531
74606
  "com.ac",
@@ -83360,7 +83435,7 @@ module.exports=[
83360
83435
  "virtualserver.io",
83361
83436
  "enterprisecloud.nu"
83362
83437
  ]
83363
- },{}],447:[function(require,module,exports){
83438
+ },{}],448:[function(require,module,exports){
83364
83439
  /*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
83365
83440
  'use strict';
83366
83441
 
@@ -83631,7 +83706,7 @@ exports.isValid = function (domain) {
83631
83706
  return Boolean(parsed.domain && parsed.listed);
83632
83707
  };
83633
83708
 
83634
- },{"./data/rules.json":446,"punycode":187}],448:[function(require,module,exports){
83709
+ },{"./data/rules.json":447,"punycode":187}],449:[function(require,module,exports){
83635
83710
  'use strict';
83636
83711
 
83637
83712
  var replace = String.prototype.replace;
@@ -83651,7 +83726,7 @@ module.exports = {
83651
83726
  RFC3986: 'RFC3986'
83652
83727
  };
83653
83728
 
83654
- },{}],449:[function(require,module,exports){
83729
+ },{}],450:[function(require,module,exports){
83655
83730
  'use strict';
83656
83731
 
83657
83732
  var stringify = require('./stringify');
@@ -83664,7 +83739,7 @@ module.exports = {
83664
83739
  stringify: stringify
83665
83740
  };
83666
83741
 
83667
- },{"./formats":448,"./parse":450,"./stringify":451}],450:[function(require,module,exports){
83742
+ },{"./formats":449,"./parse":451,"./stringify":452}],451:[function(require,module,exports){
83668
83743
  'use strict';
83669
83744
 
83670
83745
  var utils = require('./utils');
@@ -83841,7 +83916,7 @@ module.exports = function (str, opts) {
83841
83916
  return utils.compact(obj);
83842
83917
  };
83843
83918
 
83844
- },{"./utils":452}],451:[function(require,module,exports){
83919
+ },{"./utils":453}],452:[function(require,module,exports){
83845
83920
  'use strict';
83846
83921
 
83847
83922
  var utils = require('./utils');
@@ -84060,7 +84135,7 @@ module.exports = function (object, opts) {
84060
84135
  return joined.length > 0 ? prefix + joined : '';
84061
84136
  };
84062
84137
 
84063
- },{"./formats":448,"./utils":452}],452:[function(require,module,exports){
84138
+ },{"./formats":449,"./utils":453}],453:[function(require,module,exports){
84064
84139
  'use strict';
84065
84140
 
84066
84141
  var has = Object.prototype.hasOwnProperty;
@@ -84277,7 +84352,7 @@ module.exports = {
84277
84352
  merge: merge
84278
84353
  };
84279
84354
 
84280
- },{}],453:[function(require,module,exports){
84355
+ },{}],454:[function(require,module,exports){
84281
84356
  // Copyright 2010-2012 Mikeal Rogers
84282
84357
  //
84283
84358
  // Licensed under the Apache License, Version 2.0 (the "License");
@@ -84434,7 +84509,7 @@ Object.defineProperty(request, 'debug', {
84434
84509
  }
84435
84510
  })
84436
84511
 
84437
- },{"./lib/cookies":455,"./lib/helpers":459,"./request":468,"extend":399}],454:[function(require,module,exports){
84512
+ },{"./lib/cookies":456,"./lib/helpers":460,"./request":469,"extend":400}],455:[function(require,module,exports){
84438
84513
  'use strict'
84439
84514
 
84440
84515
  var caseless = require('caseless')
@@ -84603,7 +84678,7 @@ Auth.prototype.onResponse = function (response) {
84603
84678
 
84604
84679
  exports.Auth = Auth
84605
84680
 
84606
- },{"./helpers":459,"caseless":392,"uuid/v4":467}],455:[function(require,module,exports){
84681
+ },{"./helpers":460,"caseless":393,"uuid/v4":468}],456:[function(require,module,exports){
84607
84682
  'use strict'
84608
84683
 
84609
84684
  var tough = require('tough-cookie')
@@ -84643,7 +84718,7 @@ exports.jar = function (store) {
84643
84718
  return new RequestJar(store)
84644
84719
  }
84645
84720
 
84646
- },{"tough-cookie":496}],456:[function(require,module,exports){
84721
+ },{"tough-cookie":497}],457:[function(require,module,exports){
84647
84722
  (function (process){(function (){
84648
84723
  'use strict'
84649
84724
 
@@ -84726,7 +84801,7 @@ function getProxyFromURI (uri) {
84726
84801
  module.exports = getProxyFromURI
84727
84802
 
84728
84803
  }).call(this)}).call(this,require('_process'))
84729
- },{"_process":179}],457:[function(require,module,exports){
84804
+ },{"_process":179}],458:[function(require,module,exports){
84730
84805
  'use strict'
84731
84806
 
84732
84807
  var fs = require('fs')
@@ -84933,7 +85008,7 @@ Har.prototype.options = function (options) {
84933
85008
 
84934
85009
  exports.Har = Har
84935
85010
 
84936
- },{"extend":399,"fs":69,"har-validator":425,"querystring":190}],458:[function(require,module,exports){
85011
+ },{"extend":400,"fs":69,"har-validator":426,"querystring":190}],459:[function(require,module,exports){
84937
85012
  'use strict'
84938
85013
 
84939
85014
  var crypto = require('crypto')
@@ -85024,7 +85099,7 @@ exports.header = function (uri, method, opts) {
85024
85099
  return header
85025
85100
  }
85026
85101
 
85027
- },{"crypto":81}],459:[function(require,module,exports){
85102
+ },{"crypto":81}],460:[function(require,module,exports){
85028
85103
  (function (process,setImmediate){(function (){
85029
85104
  'use strict'
85030
85105
 
@@ -85094,7 +85169,7 @@ exports.version = version
85094
85169
  exports.defer = defer
85095
85170
 
85096
85171
  }).call(this)}).call(this,require('_process'),require("timers").setImmediate)
85097
- },{"_process":179,"crypto":81,"json-stringify-safe":436,"safe-buffer":469,"timers":236}],460:[function(require,module,exports){
85172
+ },{"_process":179,"crypto":81,"json-stringify-safe":437,"safe-buffer":470,"timers":236}],461:[function(require,module,exports){
85098
85173
  'use strict'
85099
85174
 
85100
85175
  var uuid = require('uuid/v4')
@@ -85208,7 +85283,7 @@ Multipart.prototype.onRequest = function (options) {
85208
85283
 
85209
85284
  exports.Multipart = Multipart
85210
85285
 
85211
- },{"combined-stream":393,"isstream":432,"safe-buffer":469,"uuid/v4":467}],461:[function(require,module,exports){
85286
+ },{"combined-stream":394,"isstream":433,"safe-buffer":470,"uuid/v4":468}],462:[function(require,module,exports){
85212
85287
  'use strict'
85213
85288
 
85214
85289
  var url = require('url')
@@ -85358,7 +85433,7 @@ OAuth.prototype.onRequest = function (_oauth) {
85358
85433
 
85359
85434
  exports.OAuth = OAuth
85360
85435
 
85361
- },{"caseless":392,"crypto":81,"oauth-sign":444,"qs":449,"safe-buffer":469,"url":238,"uuid/v4":467}],462:[function(require,module,exports){
85436
+ },{"caseless":393,"crypto":81,"oauth-sign":445,"qs":450,"safe-buffer":470,"url":238,"uuid/v4":468}],463:[function(require,module,exports){
85362
85437
  'use strict'
85363
85438
 
85364
85439
  var qs = require('qs')
@@ -85410,7 +85485,7 @@ Querystring.prototype.unescape = querystring.unescape
85410
85485
 
85411
85486
  exports.Querystring = Querystring
85412
85487
 
85413
- },{"qs":449,"querystring":190}],463:[function(require,module,exports){
85488
+ },{"qs":450,"querystring":190}],464:[function(require,module,exports){
85414
85489
  'use strict'
85415
85490
 
85416
85491
  var url = require('url')
@@ -85566,7 +85641,7 @@ Redirect.prototype.onResponse = function (response) {
85566
85641
 
85567
85642
  exports.Redirect = Redirect
85568
85643
 
85569
- },{"url":238}],464:[function(require,module,exports){
85644
+ },{"url":238}],465:[function(require,module,exports){
85570
85645
  'use strict'
85571
85646
 
85572
85647
  var url = require('url')
@@ -85743,7 +85818,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
85743
85818
  Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
85744
85819
  exports.Tunnel = Tunnel
85745
85820
 
85746
- },{"tunnel-agent":503,"url":238}],465:[function(require,module,exports){
85821
+ },{"tunnel-agent":504,"url":238}],466:[function(require,module,exports){
85747
85822
  /**
85748
85823
  * Convert array of 16 byte values to UUID string format of the form:
85749
85824
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -85771,7 +85846,7 @@ function bytesToUuid(buf, offset) {
85771
85846
 
85772
85847
  module.exports = bytesToUuid;
85773
85848
 
85774
- },{}],466:[function(require,module,exports){
85849
+ },{}],467:[function(require,module,exports){
85775
85850
  // Unique ID creation requires a high quality random # generator. In the
85776
85851
  // browser this is a little complicated due to unknown quality of Math.random()
85777
85852
  // and inconsistent support for the `crypto` API. We do the best we can via
@@ -85807,7 +85882,7 @@ if (getRandomValues) {
85807
85882
  };
85808
85883
  }
85809
85884
 
85810
- },{}],467:[function(require,module,exports){
85885
+ },{}],468:[function(require,module,exports){
85811
85886
  var rng = require('./lib/rng');
85812
85887
  var bytesToUuid = require('./lib/bytesToUuid');
85813
85888
 
@@ -85838,7 +85913,7 @@ function v4(options, buf, offset) {
85838
85913
 
85839
85914
  module.exports = v4;
85840
85915
 
85841
- },{"./lib/bytesToUuid":465,"./lib/rng":466}],468:[function(require,module,exports){
85916
+ },{"./lib/bytesToUuid":466,"./lib/rng":467}],469:[function(require,module,exports){
85842
85917
  (function (process){(function (){
85843
85918
  'use strict'
85844
85919
 
@@ -87395,9 +87470,9 @@ Request.prototype.toJSON = requestToJSON
87395
87470
  module.exports = Request
87396
87471
 
87397
87472
  }).call(this)}).call(this,require('_process'))
87398
- },{"./lib/auth":454,"./lib/cookies":455,"./lib/getProxyFromURI":456,"./lib/har":457,"./lib/hawk":458,"./lib/helpers":459,"./lib/multipart":460,"./lib/oauth":461,"./lib/querystring":462,"./lib/redirect":463,"./lib/tunnel":464,"_process":179,"aws-sign2":388,"aws4":389,"caseless":392,"extend":399,"forever-agent":403,"form-data":404,"http":230,"http-signature":426,"https":142,"is-typedarray":431,"isstream":432,"mime-types":443,"performance-now":445,"safe-buffer":469,"stream":229,"url":238,"util":243,"zlib":68}],469:[function(require,module,exports){
87473
+ },{"./lib/auth":455,"./lib/cookies":456,"./lib/getProxyFromURI":457,"./lib/har":458,"./lib/hawk":459,"./lib/helpers":460,"./lib/multipart":461,"./lib/oauth":462,"./lib/querystring":463,"./lib/redirect":464,"./lib/tunnel":465,"_process":179,"aws-sign2":389,"aws4":390,"caseless":393,"extend":400,"forever-agent":404,"form-data":405,"http":230,"http-signature":427,"https":142,"is-typedarray":432,"isstream":433,"mime-types":444,"performance-now":446,"safe-buffer":470,"stream":229,"url":238,"util":243,"zlib":68}],470:[function(require,module,exports){
87399
87474
  arguments[4][202][0].apply(exports,arguments)
87400
- },{"buffer":71,"dup":202}],470:[function(require,module,exports){
87475
+ },{"buffer":71,"dup":202}],471:[function(require,module,exports){
87401
87476
  (function (process){(function (){
87402
87477
  /* eslint-disable node/no-deprecated-api */
87403
87478
 
@@ -87478,7 +87553,7 @@ if (!safer.constants) {
87478
87553
  module.exports = safer
87479
87554
 
87480
87555
  }).call(this)}).call(this,require('_process'))
87481
- },{"_process":179,"buffer":71}],471:[function(require,module,exports){
87556
+ },{"_process":179,"buffer":71}],472:[function(require,module,exports){
87482
87557
  // Copyright 2015 Joyent, Inc.
87483
87558
 
87484
87559
  var Buffer = require('safer-buffer').Buffer;
@@ -87648,7 +87723,7 @@ module.exports = {
87648
87723
  curves: curves
87649
87724
  };
87650
87725
 
87651
- },{"safer-buffer":470}],472:[function(require,module,exports){
87726
+ },{"safer-buffer":471}],473:[function(require,module,exports){
87652
87727
  // Copyright 2016 Joyent, Inc.
87653
87728
 
87654
87729
  module.exports = Certificate;
@@ -88060,7 +88135,7 @@ Certificate._oldVersionDetect = function (obj) {
88060
88135
  return ([1, 0]);
88061
88136
  };
88062
88137
 
88063
- },{"./algs":471,"./errors":475,"./fingerprint":476,"./formats/openssh-cert":479,"./formats/x509":488,"./formats/x509-pem":487,"./identity":489,"./key":491,"./private-key":492,"./signature":493,"./utils":495,"assert-plus":387,"crypto":81,"safer-buffer":470,"util":243}],473:[function(require,module,exports){
88138
+ },{"./algs":472,"./errors":476,"./fingerprint":477,"./formats/openssh-cert":480,"./formats/x509":489,"./formats/x509-pem":488,"./identity":490,"./key":492,"./private-key":493,"./signature":494,"./utils":496,"assert-plus":388,"crypto":81,"safer-buffer":471,"util":243}],474:[function(require,module,exports){
88064
88139
  // Copyright 2017 Joyent, Inc.
88065
88140
 
88066
88141
  module.exports = {
@@ -88459,7 +88534,7 @@ function generateECDSA(curve) {
88459
88534
  }
88460
88535
  }
88461
88536
 
88462
- },{"./algs":471,"./key":491,"./private-key":492,"./utils":495,"assert-plus":387,"crypto":81,"ecc-jsbn":396,"ecc-jsbn/lib/ec":397,"jsbn":433,"safer-buffer":470,"tweetnacl":504}],474:[function(require,module,exports){
88537
+ },{"./algs":472,"./key":492,"./private-key":493,"./utils":496,"assert-plus":388,"crypto":81,"ecc-jsbn":397,"ecc-jsbn/lib/ec":398,"jsbn":434,"safer-buffer":471,"tweetnacl":505}],475:[function(require,module,exports){
88463
88538
  // Copyright 2015 Joyent, Inc.
88464
88539
 
88465
88540
  module.exports = {
@@ -88553,7 +88628,7 @@ Signer.prototype.sign = function () {
88553
88628
  return (sigObj);
88554
88629
  };
88555
88630
 
88556
- },{"./signature":493,"assert-plus":387,"safer-buffer":470,"stream":229,"tweetnacl":504,"util":243}],475:[function(require,module,exports){
88631
+ },{"./signature":494,"assert-plus":388,"safer-buffer":471,"stream":229,"tweetnacl":505,"util":243}],476:[function(require,module,exports){
88557
88632
  // Copyright 2015 Joyent, Inc.
88558
88633
 
88559
88634
  var assert = require('assert-plus');
@@ -88639,7 +88714,7 @@ module.exports = {
88639
88714
  CertificateParseError: CertificateParseError
88640
88715
  };
88641
88716
 
88642
- },{"assert-plus":387,"util":243}],476:[function(require,module,exports){
88717
+ },{"assert-plus":388,"util":243}],477:[function(require,module,exports){
88643
88718
  // Copyright 2018 Joyent, Inc.
88644
88719
 
88645
88720
  module.exports = Fingerprint;
@@ -88861,7 +88936,7 @@ Fingerprint._oldVersionDetect = function (obj) {
88861
88936
  return ([1, 0]);
88862
88937
  };
88863
88938
 
88864
- },{"./algs":471,"./certificate":472,"./errors":475,"./key":491,"./private-key":492,"./utils":495,"assert-plus":387,"crypto":81,"safer-buffer":470}],477:[function(require,module,exports){
88939
+ },{"./algs":472,"./certificate":473,"./errors":476,"./key":492,"./private-key":493,"./utils":496,"assert-plus":388,"crypto":81,"safer-buffer":471}],478:[function(require,module,exports){
88865
88940
  // Copyright 2018 Joyent, Inc.
88866
88941
 
88867
88942
  module.exports = {
@@ -88987,7 +89062,7 @@ function write(key, options) {
88987
89062
  throw (new Error('"auto" format cannot be used for writing'));
88988
89063
  }
88989
89064
 
88990
- },{"../key":491,"../private-key":492,"../utils":495,"./dnssec":478,"./pem":480,"./putty":483,"./rfc4253":484,"./ssh":486,"assert-plus":387,"safer-buffer":470}],478:[function(require,module,exports){
89065
+ },{"../key":492,"../private-key":493,"../utils":496,"./dnssec":479,"./pem":481,"./putty":484,"./rfc4253":485,"./ssh":487,"assert-plus":388,"safer-buffer":471}],479:[function(require,module,exports){
88991
89066
  // Copyright 2017 Joyent, Inc.
88992
89067
 
88993
89068
  module.exports = {
@@ -89276,7 +89351,7 @@ function write(key, options) {
89276
89351
  }
89277
89352
  }
89278
89353
 
89279
- },{"../dhe":473,"../key":491,"../private-key":492,"../ssh-buffer":494,"../utils":495,"assert-plus":387,"safer-buffer":470}],479:[function(require,module,exports){
89354
+ },{"../dhe":474,"../key":492,"../private-key":493,"../ssh-buffer":495,"../utils":496,"assert-plus":388,"safer-buffer":471}],480:[function(require,module,exports){
89280
89355
  // Copyright 2017 Joyent, Inc.
89281
89356
 
89282
89357
  module.exports = {
@@ -89630,7 +89705,7 @@ function getCertType(key) {
89630
89705
  throw (new Error('Unsupported key type ' + key.type));
89631
89706
  }
89632
89707
 
89633
- },{"../algs":471,"../certificate":472,"../identity":489,"../key":491,"../private-key":492,"../signature":493,"../ssh-buffer":494,"../utils":495,"./rfc4253":484,"assert-plus":387,"crypto":81,"safer-buffer":470}],480:[function(require,module,exports){
89708
+ },{"../algs":472,"../certificate":473,"../identity":490,"../key":492,"../private-key":493,"../signature":494,"../ssh-buffer":495,"../utils":496,"./rfc4253":485,"assert-plus":388,"crypto":81,"safer-buffer":471}],481:[function(require,module,exports){
89634
89709
  // Copyright 2018 Joyent, Inc.
89635
89710
 
89636
89711
  module.exports = {
@@ -89922,7 +89997,7 @@ function write(key, options, type) {
89922
89997
  return (buf.slice(0, o));
89923
89998
  }
89924
89999
 
89925
- },{"../algs":471,"../errors":475,"../key":491,"../private-key":492,"../utils":495,"./pkcs1":481,"./pkcs8":482,"./rfc4253":484,"./ssh-private":485,"asn1":386,"assert-plus":387,"crypto":81,"safer-buffer":470}],481:[function(require,module,exports){
90000
+ },{"../algs":472,"../errors":476,"../key":492,"../private-key":493,"../utils":496,"./pkcs1":482,"./pkcs8":483,"./rfc4253":485,"./ssh-private":486,"asn1":387,"assert-plus":388,"crypto":81,"safer-buffer":471}],482:[function(require,module,exports){
89926
90001
  // Copyright 2015 Joyent, Inc.
89927
90002
 
89928
90003
  module.exports = {
@@ -90297,7 +90372,7 @@ function writePkcs1EdDSAPublic(der, key) {
90297
90372
  throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
90298
90373
  }
90299
90374
 
90300
- },{"../algs":471,"../key":491,"../private-key":492,"../utils":495,"./pem":480,"./pkcs8":482,"asn1":386,"assert-plus":387,"safer-buffer":470}],482:[function(require,module,exports){
90375
+ },{"../algs":472,"../key":492,"../private-key":493,"../utils":496,"./pem":481,"./pkcs8":483,"asn1":387,"assert-plus":388,"safer-buffer":471}],483:[function(require,module,exports){
90301
90376
  // Copyright 2018 Joyent, Inc.
90302
90377
 
90303
90378
  module.exports = {
@@ -90930,7 +91005,7 @@ function writePkcs8EdDSAPrivate(key, der) {
90930
91005
  der.endSequence();
90931
91006
  }
90932
91007
 
90933
- },{"../algs":471,"../key":491,"../private-key":492,"../utils":495,"./pem":480,"asn1":386,"assert-plus":387,"safer-buffer":470}],483:[function(require,module,exports){
91008
+ },{"../algs":472,"../key":492,"../private-key":493,"../utils":496,"./pem":481,"asn1":387,"assert-plus":388,"safer-buffer":471}],484:[function(require,module,exports){
90934
91009
  // Copyright 2018 Joyent, Inc.
90935
91010
 
90936
91011
  module.exports = {
@@ -91126,7 +91201,7 @@ function wrap(txt, len) {
91126
91201
  return (lines);
91127
91202
  }
91128
91203
 
91129
- },{"../errors":475,"../key":491,"../private-key":492,"../ssh-buffer":494,"./rfc4253":484,"assert-plus":387,"crypto":81,"safer-buffer":470}],484:[function(require,module,exports){
91204
+ },{"../errors":476,"../key":492,"../private-key":493,"../ssh-buffer":495,"./rfc4253":485,"assert-plus":388,"crypto":81,"safer-buffer":471}],485:[function(require,module,exports){
91130
91205
  // Copyright 2015 Joyent, Inc.
91131
91206
 
91132
91207
  module.exports = {
@@ -91294,7 +91369,7 @@ function write(key, options) {
91294
91369
  return (buf.toBuffer());
91295
91370
  }
91296
91371
 
91297
- },{"../algs":471,"../key":491,"../private-key":492,"../ssh-buffer":494,"../utils":495,"assert-plus":387,"safer-buffer":470}],485:[function(require,module,exports){
91372
+ },{"../algs":472,"../key":492,"../private-key":493,"../ssh-buffer":495,"../utils":496,"assert-plus":388,"safer-buffer":471}],486:[function(require,module,exports){
91298
91373
  // Copyright 2015 Joyent, Inc.
91299
91374
 
91300
91375
  module.exports = {
@@ -91558,7 +91633,7 @@ function write(key, options) {
91558
91633
  return (buf.slice(0, o));
91559
91634
  }
91560
91635
 
91561
- },{"../algs":471,"../errors":475,"../key":491,"../private-key":492,"../ssh-buffer":494,"../utils":495,"./pem":480,"./rfc4253":484,"asn1":386,"assert-plus":387,"bcrypt-pbkdf":391,"crypto":81,"safer-buffer":470}],486:[function(require,module,exports){
91636
+ },{"../algs":472,"../errors":476,"../key":492,"../private-key":493,"../ssh-buffer":495,"../utils":496,"./pem":481,"./rfc4253":485,"asn1":387,"assert-plus":388,"bcrypt-pbkdf":392,"crypto":81,"safer-buffer":471}],487:[function(require,module,exports){
91562
91637
  // Copyright 2015 Joyent, Inc.
91563
91638
 
91564
91639
  module.exports = {
@@ -91675,7 +91750,7 @@ function write(key, options) {
91675
91750
  return (Buffer.from(parts.join(' ')));
91676
91751
  }
91677
91752
 
91678
- },{"../key":491,"../private-key":492,"../utils":495,"./rfc4253":484,"./ssh-private":485,"assert-plus":387,"safer-buffer":470}],487:[function(require,module,exports){
91753
+ },{"../key":492,"../private-key":493,"../utils":496,"./rfc4253":485,"./ssh-private":486,"assert-plus":388,"safer-buffer":471}],488:[function(require,module,exports){
91679
91754
  // Copyright 2016 Joyent, Inc.
91680
91755
 
91681
91756
  var x509 = require('./x509');
@@ -91765,7 +91840,7 @@ function write(cert, options) {
91765
91840
  return (buf.slice(0, o));
91766
91841
  }
91767
91842
 
91768
- },{"../algs":471,"../certificate":472,"../identity":489,"../key":491,"../private-key":492,"../signature":493,"../utils":495,"./pem":480,"./x509":488,"asn1":386,"assert-plus":387,"safer-buffer":470}],488:[function(require,module,exports){
91843
+ },{"../algs":472,"../certificate":473,"../identity":490,"../key":492,"../private-key":493,"../signature":494,"../utils":496,"./pem":481,"./x509":489,"asn1":387,"assert-plus":388,"safer-buffer":471}],489:[function(require,module,exports){
91769
91844
  // Copyright 2017 Joyent, Inc.
91770
91845
 
91771
91846
  module.exports = {
@@ -92519,7 +92594,7 @@ function writeBitField(setBits, bitIndex) {
92519
92594
  return (bits);
92520
92595
  }
92521
92596
 
92522
- },{"../algs":471,"../certificate":472,"../identity":489,"../key":491,"../private-key":492,"../signature":493,"../utils":495,"./pem":480,"./pkcs8":482,"asn1":386,"assert-plus":387,"safer-buffer":470}],489:[function(require,module,exports){
92597
+ },{"../algs":472,"../certificate":473,"../identity":490,"../key":492,"../private-key":493,"../signature":494,"../utils":496,"./pem":481,"./pkcs8":483,"asn1":387,"assert-plus":388,"safer-buffer":471}],490:[function(require,module,exports){
92523
92598
  // Copyright 2017 Joyent, Inc.
92524
92599
 
92525
92600
  module.exports = Identity;
@@ -92894,7 +92969,7 @@ Identity._oldVersionDetect = function (obj) {
92894
92969
  return ([1, 0]);
92895
92970
  };
92896
92971
 
92897
- },{"./algs":471,"./errors":475,"./fingerprint":476,"./signature":493,"./utils":495,"asn1":386,"assert-plus":387,"crypto":81,"safer-buffer":470,"util":243}],490:[function(require,module,exports){
92972
+ },{"./algs":472,"./errors":476,"./fingerprint":477,"./signature":494,"./utils":496,"asn1":387,"assert-plus":388,"crypto":81,"safer-buffer":471,"util":243}],491:[function(require,module,exports){
92898
92973
  // Copyright 2015 Joyent, Inc.
92899
92974
 
92900
92975
  var Key = require('./key');
@@ -92936,7 +93011,7 @@ module.exports = {
92936
93011
  CertificateParseError: errs.CertificateParseError
92937
93012
  };
92938
93013
 
92939
- },{"./certificate":472,"./errors":475,"./fingerprint":476,"./identity":489,"./key":491,"./private-key":492,"./signature":493}],491:[function(require,module,exports){
93014
+ },{"./certificate":473,"./errors":476,"./fingerprint":477,"./identity":490,"./key":492,"./private-key":493,"./signature":494}],492:[function(require,module,exports){
92940
93015
  (function (Buffer){(function (){
92941
93016
  // Copyright 2018 Joyent, Inc.
92942
93017
 
@@ -93234,7 +93309,7 @@ Key._oldVersionDetect = function (obj) {
93234
93309
  };
93235
93310
 
93236
93311
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
93237
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./algs":471,"./dhe":473,"./ed-compat":474,"./errors":475,"./fingerprint":476,"./formats/auto":477,"./formats/dnssec":478,"./formats/pem":480,"./formats/pkcs1":481,"./formats/pkcs8":482,"./formats/putty":483,"./formats/rfc4253":484,"./formats/ssh":486,"./formats/ssh-private":485,"./private-key":492,"./signature":493,"./utils":495,"assert-plus":387,"crypto":81}],492:[function(require,module,exports){
93312
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./algs":472,"./dhe":474,"./ed-compat":475,"./errors":476,"./fingerprint":477,"./formats/auto":478,"./formats/dnssec":479,"./formats/pem":481,"./formats/pkcs1":482,"./formats/pkcs8":483,"./formats/putty":484,"./formats/rfc4253":485,"./formats/ssh":487,"./formats/ssh-private":486,"./private-key":493,"./signature":494,"./utils":496,"assert-plus":388,"crypto":81}],493:[function(require,module,exports){
93238
93313
  // Copyright 2017 Joyent, Inc.
93239
93314
 
93240
93315
  module.exports = PrivateKey;
@@ -93483,7 +93558,7 @@ PrivateKey._oldVersionDetect = function (obj) {
93483
93558
  return ([1, 0]);
93484
93559
  };
93485
93560
 
93486
- },{"./algs":471,"./dhe":473,"./ed-compat":474,"./errors":475,"./fingerprint":476,"./formats/auto":477,"./formats/dnssec":478,"./formats/pem":480,"./formats/pkcs1":481,"./formats/pkcs8":482,"./formats/putty":483,"./formats/rfc4253":484,"./formats/ssh-private":485,"./key":491,"./signature":493,"./utils":495,"assert-plus":387,"crypto":81,"safer-buffer":470,"tweetnacl":504,"util":243}],493:[function(require,module,exports){
93561
+ },{"./algs":472,"./dhe":474,"./ed-compat":475,"./errors":476,"./fingerprint":477,"./formats/auto":478,"./formats/dnssec":479,"./formats/pem":481,"./formats/pkcs1":482,"./formats/pkcs8":483,"./formats/putty":484,"./formats/rfc4253":485,"./formats/ssh-private":486,"./key":492,"./signature":494,"./utils":496,"assert-plus":388,"crypto":81,"safer-buffer":471,"tweetnacl":505,"util":243}],494:[function(require,module,exports){
93487
93562
  // Copyright 2015 Joyent, Inc.
93488
93563
 
93489
93564
  module.exports = Signature;
@@ -93799,7 +93874,7 @@ Signature._oldVersionDetect = function (obj) {
93799
93874
  return ([1, 0]);
93800
93875
  };
93801
93876
 
93802
- },{"./algs":471,"./errors":475,"./ssh-buffer":494,"./utils":495,"asn1":386,"assert-plus":387,"crypto":81,"safer-buffer":470}],494:[function(require,module,exports){
93877
+ },{"./algs":472,"./errors":476,"./ssh-buffer":495,"./utils":496,"asn1":387,"assert-plus":388,"crypto":81,"safer-buffer":471}],495:[function(require,module,exports){
93803
93878
  // Copyright 2015 Joyent, Inc.
93804
93879
 
93805
93880
  module.exports = SSHBuffer;
@@ -93950,7 +94025,7 @@ SSHBuffer.prototype.write = function (buf) {
93950
94025
  this._offset += buf.length;
93951
94026
  };
93952
94027
 
93953
- },{"assert-plus":387,"safer-buffer":470}],495:[function(require,module,exports){
94028
+ },{"assert-plus":388,"safer-buffer":471}],496:[function(require,module,exports){
93954
94029
  // Copyright 2015 Joyent, Inc.
93955
94030
 
93956
94031
  module.exports = {
@@ -94356,7 +94431,7 @@ function opensshCipherInfo(cipher) {
94356
94431
  return (inf);
94357
94432
  }
94358
94433
 
94359
- },{"./algs":471,"./key":491,"./private-key":492,"asn1":386,"assert-plus":387,"crypto":81,"ecc-jsbn/lib/ec":397,"jsbn":433,"safer-buffer":470,"tweetnacl":504}],496:[function(require,module,exports){
94434
+ },{"./algs":472,"./key":492,"./private-key":493,"asn1":387,"assert-plus":388,"crypto":81,"ecc-jsbn/lib/ec":398,"jsbn":434,"safer-buffer":471,"tweetnacl":505}],497:[function(require,module,exports){
94360
94435
  /*!
94361
94436
  * Copyright (c) 2015, Salesforce.com, Inc.
94362
94437
  * All rights reserved.
@@ -95840,7 +95915,7 @@ exports.permuteDomain = require('./permuteDomain').permuteDomain;
95840
95915
  exports.permutePath = permutePath;
95841
95916
  exports.canonicalDomain = canonicalDomain;
95842
95917
 
95843
- },{"./memstore":497,"./pathMatch":498,"./permuteDomain":499,"./pubsuffix-psl":500,"./store":501,"./version":502,"net":69,"punycode":187,"url":238,"util":243}],497:[function(require,module,exports){
95918
+ },{"./memstore":498,"./pathMatch":499,"./permuteDomain":500,"./pubsuffix-psl":501,"./store":502,"./version":503,"net":69,"punycode":187,"url":238,"util":243}],498:[function(require,module,exports){
95844
95919
  /*!
95845
95920
  * Copyright (c) 2015, Salesforce.com, Inc.
95846
95921
  * All rights reserved.
@@ -96023,7 +96098,7 @@ MemoryCookieStore.prototype.getAllCookies = function(cb) {
96023
96098
  cb(null, cookies);
96024
96099
  };
96025
96100
 
96026
- },{"./pathMatch":498,"./permuteDomain":499,"./store":501,"util":243}],498:[function(require,module,exports){
96101
+ },{"./pathMatch":499,"./permuteDomain":500,"./store":502,"util":243}],499:[function(require,module,exports){
96027
96102
  /*!
96028
96103
  * Copyright (c) 2015, Salesforce.com, Inc.
96029
96104
  * All rights reserved.
@@ -96086,7 +96161,7 @@ function pathMatch (reqPath, cookiePath) {
96086
96161
 
96087
96162
  exports.pathMatch = pathMatch;
96088
96163
 
96089
- },{}],499:[function(require,module,exports){
96164
+ },{}],500:[function(require,module,exports){
96090
96165
  /*!
96091
96166
  * Copyright (c) 2015, Salesforce.com, Inc.
96092
96167
  * All rights reserved.
@@ -96144,7 +96219,7 @@ function permuteDomain (domain) {
96144
96219
 
96145
96220
  exports.permuteDomain = permuteDomain;
96146
96221
 
96147
- },{"./pubsuffix-psl":500}],500:[function(require,module,exports){
96222
+ },{"./pubsuffix-psl":501}],501:[function(require,module,exports){
96148
96223
  /*!
96149
96224
  * Copyright (c) 2018, Salesforce.com, Inc.
96150
96225
  * All rights reserved.
@@ -96184,7 +96259,7 @@ function getPublicSuffix(domain) {
96184
96259
 
96185
96260
  exports.getPublicSuffix = getPublicSuffix;
96186
96261
 
96187
- },{"psl":447}],501:[function(require,module,exports){
96262
+ },{"psl":448}],502:[function(require,module,exports){
96188
96263
  /*!
96189
96264
  * Copyright (c) 2015, Salesforce.com, Inc.
96190
96265
  * All rights reserved.
@@ -96261,11 +96336,11 @@ Store.prototype.getAllCookies = function(cb) {
96261
96336
  throw new Error('getAllCookies is not implemented (therefore jar cannot be serialized)');
96262
96337
  };
96263
96338
 
96264
- },{}],502:[function(require,module,exports){
96339
+ },{}],503:[function(require,module,exports){
96265
96340
  // generated by genversion
96266
96341
  module.exports = '2.5.0'
96267
96342
 
96268
- },{}],503:[function(require,module,exports){
96343
+ },{}],504:[function(require,module,exports){
96269
96344
  (function (process){(function (){
96270
96345
  'use strict'
96271
96346
 
@@ -96513,7 +96588,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
96513
96588
  exports.debug = debug // for test
96514
96589
 
96515
96590
  }).call(this)}).call(this,require('_process'))
96516
- },{"_process":179,"assert":16,"events":110,"http":230,"https":142,"net":69,"safe-buffer":469,"tls":69,"util":243}],504:[function(require,module,exports){
96591
+ },{"_process":179,"assert":16,"events":110,"http":230,"https":142,"net":69,"safe-buffer":470,"tls":69,"util":243}],505:[function(require,module,exports){
96517
96592
  (function(nacl) {
96518
96593
  'use strict';
96519
96594
 
@@ -98903,7 +98978,7 @@ nacl.setPRNG = function(fn) {
98903
98978
 
98904
98979
  })(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
98905
98980
 
98906
- },{"crypto":23}],505:[function(require,module,exports){
98981
+ },{"crypto":23}],506:[function(require,module,exports){
98907
98982
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
98908
98983
  (function (global, factory) {
98909
98984
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
@@ -100348,7 +100423,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
100348
100423
  })));
100349
100424
 
100350
100425
 
100351
- },{}],506:[function(require,module,exports){
100426
+ },{}],507:[function(require,module,exports){
100352
100427
  var v1 = require('./v1');
100353
100428
  var v4 = require('./v4');
100354
100429
 
@@ -100358,7 +100433,7 @@ uuid.v4 = v4;
100358
100433
 
100359
100434
  module.exports = uuid;
100360
100435
 
100361
- },{"./v1":509,"./v4":510}],507:[function(require,module,exports){
100436
+ },{"./v1":510,"./v4":511}],508:[function(require,module,exports){
100362
100437
  /**
100363
100438
  * Convert array of 16 byte values to UUID string format of the form:
100364
100439
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -100383,7 +100458,7 @@ function bytesToUuid(buf, offset) {
100383
100458
 
100384
100459
  module.exports = bytesToUuid;
100385
100460
 
100386
- },{}],508:[function(require,module,exports){
100461
+ },{}],509:[function(require,module,exports){
100387
100462
  (function (global){(function (){
100388
100463
  // Unique ID creation requires a high quality random # generator. In the
100389
100464
  // browser this is a little complicated due to unknown quality of Math.random()
@@ -100420,7 +100495,7 @@ if (!rng) {
100420
100495
  module.exports = rng;
100421
100496
 
100422
100497
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
100423
- },{}],509:[function(require,module,exports){
100498
+ },{}],510:[function(require,module,exports){
100424
100499
  var rng = require('./lib/rng');
100425
100500
  var bytesToUuid = require('./lib/bytesToUuid');
100426
100501
 
@@ -100522,7 +100597,7 @@ function v1(options, buf, offset) {
100522
100597
 
100523
100598
  module.exports = v1;
100524
100599
 
100525
- },{"./lib/bytesToUuid":507,"./lib/rng":508}],510:[function(require,module,exports){
100600
+ },{"./lib/bytesToUuid":508,"./lib/rng":509}],511:[function(require,module,exports){
100526
100601
  var rng = require('./lib/rng');
100527
100602
  var bytesToUuid = require('./lib/bytesToUuid');
100528
100603
 
@@ -100553,7 +100628,7 @@ function v4(options, buf, offset) {
100553
100628
 
100554
100629
  module.exports = v4;
100555
100630
 
100556
- },{"./lib/bytesToUuid":507,"./lib/rng":508}],511:[function(require,module,exports){
100631
+ },{"./lib/bytesToUuid":508,"./lib/rng":509}],512:[function(require,module,exports){
100557
100632
  /*
100558
100633
  * verror.js: richer JavaScript errors
100559
100634
  */
@@ -101006,4 +101081,4 @@ WError.prototype.cause = function we_cause(c)
101006
101081
  return (this.jse_cause);
101007
101082
  };
101008
101083
 
101009
- },{"assert-plus":387,"core-util-is":394,"extsprintf":400,"util":243}]},{},[246]);
101084
+ },{"assert-plus":388,"core-util-is":395,"extsprintf":401,"util":243}]},{},[246]);