slnodejs 6.1.149 → 6.1.154

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");
@@ -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);
@@ -46010,7 +46010,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46010
46010
  this.alarm.fire();
46011
46011
  }
46012
46012
  catch (e) {
46013
- this.logger.error('Alarm caught an exception: %s', e);
46013
+ this.logger.error('Alarm caught an exception: ', e);
46014
46014
  }
46015
46015
  if (this.options.autoReset) {
46016
46016
  this.context.reset();
@@ -46209,6 +46209,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46209
46209
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
46210
46210
  }
46211
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
+ };
46212
46219
  (function (factory) {
46213
46220
  if (typeof module === "object" && typeof module.exports === "object") {
46214
46221
  var v = factory(require, exports);
@@ -46232,7 +46239,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46232
46239
  var watchdog_1 = require("../watchdog");
46233
46240
  var system_date_1 = require("../system-date");
46234
46241
  var AgentEventsController = (function () {
46235
- function AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool) {
46242
+ function AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool, tags) {
46236
46243
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentConfig, 'agentConfig');
46237
46244
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentInstanceData, 'agentInstanceData');
46238
46245
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(logger, 'logger');
@@ -46241,6 +46248,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46241
46248
  this._agentInstanceData = agentInstanceData;
46242
46249
  this.shutDownRetries = 0;
46243
46250
  this.backendProxy = backendProxy || this.createBackendProxy();
46251
+ this.addTags(tags);
46244
46252
  this.addTool(tool);
46245
46253
  this.initWatchdog();
46246
46254
  this.submittedEventsMap = new Map();
@@ -46414,7 +46422,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46414
46422
  configurable: true
46415
46423
  });
46416
46424
  AgentEventsController.prototype.resolveTags = function () {
46417
- return [];
46425
+ return this._tags || [];
46426
+ };
46427
+ AgentEventsController.prototype.addTags = function (tags) {
46428
+ if (!tags)
46429
+ return;
46430
+ this._tags = __spreadArrays(this._tags || [], tags || []);
46418
46431
  };
46419
46432
  AgentEventsController.prototype.addTool = function (tollInfo) {
46420
46433
  if (!tollInfo)
@@ -46472,7 +46485,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46472
46485
  })(StartRequestStatus || (StartRequestStatus = {}));
46473
46486
  });
46474
46487
 
46475
- },{"../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){
46476
46489
  (function (process){(function (){
46477
46490
  (function (factory) {
46478
46491
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -46681,12 +46694,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46681
46694
  var CockpitNotifier = (function () {
46682
46695
  function CockpitNotifier() {
46683
46696
  }
46684
- CockpitNotifier.notifyStart = function (agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool) {
46697
+ CockpitNotifier.notifyStart = function (agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool, tags) {
46685
46698
  return __awaiter(this, void 0, void 0, function () {
46686
46699
  return __generator(this, function (_a) {
46687
46700
  switch (_a.label) {
46688
46701
  case 0:
46689
- 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);
46690
46703
  return [4, CockpitNotifier.controller.submitAgentStartedEvent(packageJsonFile)];
46691
46704
  case 1:
46692
46705
  _a.sent();
@@ -46845,7 +46858,7 @@ var __extends = (this && this.__extends) || (function () {
46845
46858
  });
46846
46859
 
46847
46860
  }).call(this)}).call(this,require('_process'))
46848
- },{"../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){
46849
46862
  (function (process){(function (){
46850
46863
  (function (factory) {
46851
46864
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -46997,7 +47010,7 @@ var __extends = (this && this.__extends) || (function () {
46997
47010
  });
46998
47011
 
46999
47012
  }).call(this)}).call(this,"/tsOutputs/common")
47000
- },{"./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){
47001
47014
  (function (process){(function (){
47002
47015
  (function (factory) {
47003
47016
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -47085,7 +47098,7 @@ var __extends = (this && this.__extends) || (function () {
47085
47098
  });
47086
47099
 
47087
47100
  }).call(this)}).call(this,require('_process'))
47088
- },{"./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){
47089
47102
  (function (process){(function (){
47090
47103
  (function (factory) {
47091
47104
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -47612,7 +47625,7 @@ var __extends = (this && this.__extends) || (function () {
47612
47625
  exports.ConfigProcess = ConfigProcess;
47613
47626
  });
47614
47627
 
47615
- },{"./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){
47616
47629
  (function (factory) {
47617
47630
  if (typeof module === "object" && typeof module.exports === "object") {
47618
47631
  var v = factory(require, exports);
@@ -47780,7 +47793,7 @@ var __extends = (this && this.__extends) || (function () {
47780
47793
  });
47781
47794
 
47782
47795
  }).call(this)}).call(this,require('_process'))
47783
- },{"../utils/parsing-utils":334,"_process":179}],306:[function(require,module,exports){
47796
+ },{"../utils/parsing-utils":335,"_process":179}],306:[function(require,module,exports){
47784
47797
  (function (factory) {
47785
47798
  if (typeof module === "object" && typeof module.exports === "object") {
47786
47799
  var v = factory(require, exports);
@@ -47970,7 +47983,7 @@ var __extends = (this && this.__extends) || (function () {
47970
47983
  exports.FileElement = FileElement;
47971
47984
  });
47972
47985
 
47973
- },{"../utils/validation-utils":336}],308:[function(require,module,exports){
47986
+ },{"../utils/validation-utils":337}],308:[function(require,module,exports){
47974
47987
  var __extends = (this && this.__extends) || (function () {
47975
47988
  var extendStatics = function (d, b) {
47976
47989
  extendStatics = Object.setPrototypeOf ||
@@ -48114,7 +48127,7 @@ var __extends = (this && this.__extends) || (function () {
48114
48127
  }
48115
48128
  });
48116
48129
 
48117
- },{"../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){
48118
48131
  (function (factory) {
48119
48132
  if (typeof module === "object" && typeof module.exports === "object") {
48120
48133
  var v = factory(require, exports);
@@ -48306,7 +48319,7 @@ var __extends = (this && this.__extends) || (function () {
48306
48319
  exports.OriginalModuleLoader = OriginalModuleLoader;
48307
48320
  });
48308
48321
 
48309
- },{"../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){
48310
48323
  (function (factory) {
48311
48324
  if (typeof module === "object" && typeof module.exports === "object") {
48312
48325
  var v = factory(require, exports);
@@ -48623,7 +48636,7 @@ var __assign = (this && this.__assign) || function () {
48623
48636
  exports.EventsCreator = EventsCreator;
48624
48637
  });
48625
48638
 
48626
- },{"../system-date":332,"./events-contracts":312}],314:[function(require,module,exports){
48639
+ },{"../system-date":333,"./events-contracts":312}],314:[function(require,module,exports){
48627
48640
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
48628
48641
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
48629
48642
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -48900,7 +48913,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
48900
48913
  exports.EventsProcess = EventsProcess;
48901
48914
  });
48902
48915
 
48903
- },{"../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){
48904
48917
  var __extends = (this && this.__extends) || (function () {
48905
48918
  var extendStatics = function (d, b) {
48906
48919
  extendStatics = Object.setPrototypeOf ||
@@ -48972,7 +48985,7 @@ var __extends = (this && this.__extends) || (function () {
48972
48985
  exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
48973
48986
  });
48974
48987
 
48975
- },{"../../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){
48976
48989
  (function (factory) {
48977
48990
  if (typeof module === "object" && typeof module.exports === "object") {
48978
48991
  var v = factory(require, exports);
@@ -49751,7 +49764,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
49751
49764
  exports.FootprintsProcess = FootprintsProcess;
49752
49765
  });
49753
49766
 
49754
- },{"../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){
49755
49768
  (function (factory) {
49756
49769
  if (typeof module === "object" && typeof module.exports === "object") {
49757
49770
  var v = factory(require, exports);
@@ -49866,7 +49879,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
49866
49879
  exports.CollectionInterval = CollectionInterval;
49867
49880
  });
49868
49881
 
49869
- },{"../system-date":332}],324:[function(require,module,exports){
49882
+ },{"../system-date":333}],324:[function(require,module,exports){
49870
49883
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
49871
49884
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
49872
49885
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -50285,7 +50298,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
50285
50298
  exports.BackendProxy = BackendProxy;
50286
50299
  });
50287
50300
 
50288
- },{"../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){
50289
50302
  var __extends = (this && this.__extends) || (function () {
50290
50303
  var extendStatics = function (d, b) {
50291
50304
  extendStatics = Object.setPrototypeOf ||
@@ -50453,7 +50466,7 @@ var __extends = (this && this.__extends) || (function () {
50453
50466
  })(ContentType = exports.ContentType || (exports.ContentType = {}));
50454
50467
  });
50455
50468
 
50456
- },{"../system-date":332}],326:[function(require,module,exports){
50469
+ },{"../system-date":333}],326:[function(require,module,exports){
50457
50470
  (function (factory) {
50458
50471
  if (typeof module === "object" && typeof module.exports === "object") {
50459
50472
  var v = factory(require, exports);
@@ -50685,7 +50698,7 @@ var __extends = (this && this.__extends) || (function () {
50685
50698
  });
50686
50699
 
50687
50700
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
50688
- },{"../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){
50689
50702
  (function (factory) {
50690
50703
  if (typeof module === "object" && typeof module.exports === "object") {
50691
50704
  var v = factory(require, exports);
@@ -50931,7 +50944,7 @@ var __extends = (this && this.__extends) || (function () {
50931
50944
  exports.SLRoutes = SLRoutes;
50932
50945
  });
50933
50946
 
50934
- },{"../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){
50935
50948
  (function (factory) {
50936
50949
  if (typeof module === "object" && typeof module.exports === "object") {
50937
50950
  var v = factory(require, exports);
@@ -50995,6 +51008,59 @@ var __extends = (this && this.__extends) || (function () {
50995
51008
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
50996
51009
  };
50997
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
+ })();
50998
51064
  var __assign = (this && this.__assign) || function () {
50999
51065
  __assign = Object.assign || function(t) {
51000
51066
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -51288,7 +51354,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51288
51354
  exports.StateTracker = StateTracker;
51289
51355
  });
51290
51356
 
51291
- },{"./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){
51292
51358
  (function (factory) {
51293
51359
  if (typeof module === "object" && typeof module.exports === "object") {
51294
51360
  var v = factory(require, exports);
@@ -51314,7 +51380,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51314
51380
  exports.getSystemDateValueOf = getSystemDateValueOf;
51315
51381
  });
51316
51382
 
51317
- },{}],333:[function(require,module,exports){
51383
+ },{}],334:[function(require,module,exports){
51318
51384
  (function (factory) {
51319
51385
  if (typeof module === "object" && typeof module.exports === "object") {
51320
51386
  var v = factory(require, exports);
@@ -51371,7 +51437,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51371
51437
  exports.FilesUtils = FilesUtils;
51372
51438
  });
51373
51439
 
51374
- },{"fs":69,"path":171}],334:[function(require,module,exports){
51440
+ },{"fs":69,"path":171}],335:[function(require,module,exports){
51375
51441
  (function (process){(function (){
51376
51442
  (function (factory) {
51377
51443
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -51414,7 +51480,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51414
51480
  });
51415
51481
 
51416
51482
  }).call(this)}).call(this,require('_process'))
51417
- },{"_process":179}],335:[function(require,module,exports){
51483
+ },{"_process":179}],336:[function(require,module,exports){
51418
51484
  (function (factory) {
51419
51485
  if (typeof module === "object" && typeof module.exports === "object") {
51420
51486
  var v = factory(require, exports);
@@ -51438,7 +51504,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51438
51504
  exports.TimerUtils = TimerUtils;
51439
51505
  });
51440
51506
 
51441
- },{}],336:[function(require,module,exports){
51507
+ },{}],337:[function(require,module,exports){
51442
51508
  (function (factory) {
51443
51509
  if (typeof module === "object" && typeof module.exports === "object") {
51444
51510
  var v = factory(require, exports);
@@ -51468,7 +51534,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51468
51534
  exports.ValidationUtils = ValidationUtils;
51469
51535
  });
51470
51536
 
51471
- },{"../constants/constants":304}],337:[function(require,module,exports){
51537
+ },{"../constants/constants":304}],338:[function(require,module,exports){
51472
51538
  var __extends = (this && this.__extends) || (function () {
51473
51539
  var extendStatics = function (d, b) {
51474
51540
  extendStatics = Object.setPrototypeOf ||
@@ -51589,7 +51655,7 @@ var __extends = (this && this.__extends) || (function () {
51589
51655
  exports.Watchdog = Watchdog;
51590
51656
  });
51591
51657
 
51592
- },{"events":110}],338:[function(require,module,exports){
51658
+ },{"events":110}],339:[function(require,module,exports){
51593
51659
  'use strict';
51594
51660
 
51595
51661
  var compileSchema = require('./compile')
@@ -52097,7 +52163,7 @@ function setLogger(self) {
52097
52163
 
52098
52164
  function noop() {}
52099
52165
 
52100
- },{"./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){
52101
52167
  'use strict';
52102
52168
 
52103
52169
 
@@ -52125,7 +52191,7 @@ Cache.prototype.clear = function Cache_clear() {
52125
52191
  this._cache = {};
52126
52192
  };
52127
52193
 
52128
- },{}],340:[function(require,module,exports){
52194
+ },{}],341:[function(require,module,exports){
52129
52195
  'use strict';
52130
52196
 
52131
52197
  var MissingRefError = require('./error_classes').MissingRef;
@@ -52217,7 +52283,7 @@ function compileAsync(schema, meta, callback) {
52217
52283
  }
52218
52284
  }
52219
52285
 
52220
- },{"./error_classes":341}],341:[function(require,module,exports){
52286
+ },{"./error_classes":342}],342:[function(require,module,exports){
52221
52287
  'use strict';
52222
52288
 
52223
52289
  var resolve = require('./resolve');
@@ -52253,7 +52319,7 @@ function errorSubclass(Subclass) {
52253
52319
  return Subclass;
52254
52320
  }
52255
52321
 
52256
- },{"./resolve":344}],342:[function(require,module,exports){
52322
+ },{"./resolve":345}],343:[function(require,module,exports){
52257
52323
  'use strict';
52258
52324
 
52259
52325
  var util = require('./util');
@@ -52397,7 +52463,7 @@ function regex(str) {
52397
52463
  }
52398
52464
  }
52399
52465
 
52400
- },{"./util":348}],343:[function(require,module,exports){
52466
+ },{"./util":349}],344:[function(require,module,exports){
52401
52467
  'use strict';
52402
52468
 
52403
52469
  var resolve = require('./resolve')
@@ -52786,7 +52852,7 @@ function vars(arr, statement) {
52786
52852
  return code;
52787
52853
  }
52788
52854
 
52789
- },{"../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){
52790
52856
  'use strict';
52791
52857
 
52792
52858
  var URI = require('uri-js')
@@ -53058,7 +53124,7 @@ function resolveIds(schema) {
53058
53124
  return localRefs;
53059
53125
  }
53060
53126
 
53061
- },{"./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){
53062
53128
  'use strict';
53063
53129
 
53064
53130
  var ruleModules = require('../dotjs')
@@ -53126,7 +53192,7 @@ module.exports = function rules() {
53126
53192
  return RULES;
53127
53193
  };
53128
53194
 
53129
- },{"../dotjs":365,"./util":348}],346:[function(require,module,exports){
53195
+ },{"../dotjs":366,"./util":349}],347:[function(require,module,exports){
53130
53196
  'use strict';
53131
53197
 
53132
53198
  var util = require('./util');
@@ -53137,7 +53203,7 @@ function SchemaObject(obj) {
53137
53203
  util.copy(obj, this);
53138
53204
  }
53139
53205
 
53140
- },{"./util":348}],347:[function(require,module,exports){
53206
+ },{"./util":349}],348:[function(require,module,exports){
53141
53207
  'use strict';
53142
53208
 
53143
53209
  // https://mathiasbynens.be/notes/javascript-encoding
@@ -53159,7 +53225,7 @@ module.exports = function ucs2length(str) {
53159
53225
  return length;
53160
53226
  };
53161
53227
 
53162
- },{}],348:[function(require,module,exports){
53228
+ },{}],349:[function(require,module,exports){
53163
53229
  'use strict';
53164
53230
 
53165
53231
 
@@ -53400,7 +53466,7 @@ function unescapeJsonPointer(str) {
53400
53466
  return str.replace(/~1/g, '/').replace(/~0/g, '~');
53401
53467
  }
53402
53468
 
53403
- },{"./ucs2length":347,"fast-deep-equal":401}],349:[function(require,module,exports){
53469
+ },{"./ucs2length":348,"fast-deep-equal":402}],350:[function(require,module,exports){
53404
53470
  'use strict';
53405
53471
 
53406
53472
  var KEYWORDS = [
@@ -53451,7 +53517,7 @@ module.exports = function (metaSchema, keywordsJsonPointers) {
53451
53517
  return metaSchema;
53452
53518
  };
53453
53519
 
53454
- },{}],350:[function(require,module,exports){
53520
+ },{}],351:[function(require,module,exports){
53455
53521
  'use strict';
53456
53522
 
53457
53523
  var metaSchema = require('./refs/json-schema-draft-07.json');
@@ -53490,7 +53556,7 @@ module.exports = {
53490
53556
  }
53491
53557
  };
53492
53558
 
53493
- },{"./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){
53494
53560
  'use strict';
53495
53561
  module.exports = function generate__limit(it, $keyword, $ruleType) {
53496
53562
  var out = ' ';
@@ -53655,7 +53721,7 @@ module.exports = function generate__limit(it, $keyword, $ruleType) {
53655
53721
  return out;
53656
53722
  }
53657
53723
 
53658
- },{}],352:[function(require,module,exports){
53724
+ },{}],353:[function(require,module,exports){
53659
53725
  'use strict';
53660
53726
  module.exports = function generate__limitItems(it, $keyword, $ruleType) {
53661
53727
  var out = ' ';
@@ -53737,7 +53803,7 @@ module.exports = function generate__limitItems(it, $keyword, $ruleType) {
53737
53803
  return out;
53738
53804
  }
53739
53805
 
53740
- },{}],353:[function(require,module,exports){
53806
+ },{}],354:[function(require,module,exports){
53741
53807
  'use strict';
53742
53808
  module.exports = function generate__limitLength(it, $keyword, $ruleType) {
53743
53809
  var out = ' ';
@@ -53824,7 +53890,7 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
53824
53890
  return out;
53825
53891
  }
53826
53892
 
53827
- },{}],354:[function(require,module,exports){
53893
+ },{}],355:[function(require,module,exports){
53828
53894
  'use strict';
53829
53895
  module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
53830
53896
  var out = ' ';
@@ -53906,7 +53972,7 @@ module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
53906
53972
  return out;
53907
53973
  }
53908
53974
 
53909
- },{}],355:[function(require,module,exports){
53975
+ },{}],356:[function(require,module,exports){
53910
53976
  'use strict';
53911
53977
  module.exports = function generate_allOf(it, $keyword, $ruleType) {
53912
53978
  var out = ' ';
@@ -53950,7 +54016,7 @@ module.exports = function generate_allOf(it, $keyword, $ruleType) {
53950
54016
  return out;
53951
54017
  }
53952
54018
 
53953
- },{}],356:[function(require,module,exports){
54019
+ },{}],357:[function(require,module,exports){
53954
54020
  'use strict';
53955
54021
  module.exports = function generate_anyOf(it, $keyword, $ruleType) {
53956
54022
  var out = ' ';
@@ -54025,7 +54091,7 @@ module.exports = function generate_anyOf(it, $keyword, $ruleType) {
54025
54091
  return out;
54026
54092
  }
54027
54093
 
54028
- },{}],357:[function(require,module,exports){
54094
+ },{}],358:[function(require,module,exports){
54029
54095
  'use strict';
54030
54096
  module.exports = function generate_comment(it, $keyword, $ruleType) {
54031
54097
  var out = ' ';
@@ -54041,7 +54107,7 @@ module.exports = function generate_comment(it, $keyword, $ruleType) {
54041
54107
  return out;
54042
54108
  }
54043
54109
 
54044
- },{}],358:[function(require,module,exports){
54110
+ },{}],359:[function(require,module,exports){
54045
54111
  'use strict';
54046
54112
  module.exports = function generate_const(it, $keyword, $ruleType) {
54047
54113
  var out = ' ';
@@ -54099,7 +54165,7 @@ module.exports = function generate_const(it, $keyword, $ruleType) {
54099
54165
  return out;
54100
54166
  }
54101
54167
 
54102
- },{}],359:[function(require,module,exports){
54168
+ },{}],360:[function(require,module,exports){
54103
54169
  'use strict';
54104
54170
  module.exports = function generate_contains(it, $keyword, $ruleType) {
54105
54171
  var out = ' ';
@@ -54182,7 +54248,7 @@ module.exports = function generate_contains(it, $keyword, $ruleType) {
54182
54248
  return out;
54183
54249
  }
54184
54250
 
54185
- },{}],360:[function(require,module,exports){
54251
+ },{}],361:[function(require,module,exports){
54186
54252
  'use strict';
54187
54253
  module.exports = function generate_custom(it, $keyword, $ruleType) {
54188
54254
  var out = ' ';
@@ -54412,7 +54478,7 @@ module.exports = function generate_custom(it, $keyword, $ruleType) {
54412
54478
  return out;
54413
54479
  }
54414
54480
 
54415
- },{}],361:[function(require,module,exports){
54481
+ },{}],362:[function(require,module,exports){
54416
54482
  'use strict';
54417
54483
  module.exports = function generate_dependencies(it, $keyword, $ruleType) {
54418
54484
  var out = ' ';
@@ -54582,7 +54648,7 @@ module.exports = function generate_dependencies(it, $keyword, $ruleType) {
54582
54648
  return out;
54583
54649
  }
54584
54650
 
54585
- },{}],362:[function(require,module,exports){
54651
+ },{}],363:[function(require,module,exports){
54586
54652
  'use strict';
54587
54653
  module.exports = function generate_enum(it, $keyword, $ruleType) {
54588
54654
  var out = ' ';
@@ -54650,7 +54716,7 @@ module.exports = function generate_enum(it, $keyword, $ruleType) {
54650
54716
  return out;
54651
54717
  }
54652
54718
 
54653
- },{}],363:[function(require,module,exports){
54719
+ },{}],364:[function(require,module,exports){
54654
54720
  'use strict';
54655
54721
  module.exports = function generate_format(it, $keyword, $ruleType) {
54656
54722
  var out = ' ';
@@ -54802,7 +54868,7 @@ module.exports = function generate_format(it, $keyword, $ruleType) {
54802
54868
  return out;
54803
54869
  }
54804
54870
 
54805
- },{}],364:[function(require,module,exports){
54871
+ },{}],365:[function(require,module,exports){
54806
54872
  'use strict';
54807
54873
  module.exports = function generate_if(it, $keyword, $ruleType) {
54808
54874
  var out = ' ';
@@ -54907,7 +54973,7 @@ module.exports = function generate_if(it, $keyword, $ruleType) {
54907
54973
  return out;
54908
54974
  }
54909
54975
 
54910
- },{}],365:[function(require,module,exports){
54976
+ },{}],366:[function(require,module,exports){
54911
54977
  'use strict';
54912
54978
 
54913
54979
  //all requires must be explicit because browserify won't work with dynamic requires
@@ -54942,7 +55008,7 @@ module.exports = {
54942
55008
  validate: require('./validate')
54943
55009
  };
54944
55010
 
54945
- },{"./_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){
54946
55012
  'use strict';
54947
55013
  module.exports = function generate_items(it, $keyword, $ruleType) {
54948
55014
  var out = ' ';
@@ -55084,7 +55150,7 @@ module.exports = function generate_items(it, $keyword, $ruleType) {
55084
55150
  return out;
55085
55151
  }
55086
55152
 
55087
- },{}],367:[function(require,module,exports){
55153
+ },{}],368:[function(require,module,exports){
55088
55154
  'use strict';
55089
55155
  module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
55090
55156
  var out = ' ';
@@ -55166,7 +55232,7 @@ module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
55166
55232
  return out;
55167
55233
  }
55168
55234
 
55169
- },{}],368:[function(require,module,exports){
55235
+ },{}],369:[function(require,module,exports){
55170
55236
  'use strict';
55171
55237
  module.exports = function generate_not(it, $keyword, $ruleType) {
55172
55238
  var out = ' ';
@@ -55252,7 +55318,7 @@ module.exports = function generate_not(it, $keyword, $ruleType) {
55252
55318
  return out;
55253
55319
  }
55254
55320
 
55255
- },{}],369:[function(require,module,exports){
55321
+ },{}],370:[function(require,module,exports){
55256
55322
  'use strict';
55257
55323
  module.exports = function generate_oneOf(it, $keyword, $ruleType) {
55258
55324
  var out = ' ';
@@ -55327,7 +55393,7 @@ module.exports = function generate_oneOf(it, $keyword, $ruleType) {
55327
55393
  return out;
55328
55394
  }
55329
55395
 
55330
- },{}],370:[function(require,module,exports){
55396
+ },{}],371:[function(require,module,exports){
55331
55397
  'use strict';
55332
55398
  module.exports = function generate_pattern(it, $keyword, $ruleType) {
55333
55399
  var out = ' ';
@@ -55404,7 +55470,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
55404
55470
  return out;
55405
55471
  }
55406
55472
 
55407
- },{}],371:[function(require,module,exports){
55473
+ },{}],372:[function(require,module,exports){
55408
55474
  'use strict';
55409
55475
  module.exports = function generate_properties(it, $keyword, $ruleType) {
55410
55476
  var out = ' ';
@@ -55741,7 +55807,7 @@ module.exports = function generate_properties(it, $keyword, $ruleType) {
55741
55807
  return out;
55742
55808
  }
55743
55809
 
55744
- },{}],372:[function(require,module,exports){
55810
+ },{}],373:[function(require,module,exports){
55745
55811
  'use strict';
55746
55812
  module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
55747
55813
  var out = ' ';
@@ -55824,7 +55890,7 @@ module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
55824
55890
  return out;
55825
55891
  }
55826
55892
 
55827
- },{}],373:[function(require,module,exports){
55893
+ },{}],374:[function(require,module,exports){
55828
55894
  'use strict';
55829
55895
  module.exports = function generate_ref(it, $keyword, $ruleType) {
55830
55896
  var out = ' ';
@@ -55950,7 +56016,7 @@ module.exports = function generate_ref(it, $keyword, $ruleType) {
55950
56016
  return out;
55951
56017
  }
55952
56018
 
55953
- },{}],374:[function(require,module,exports){
56019
+ },{}],375:[function(require,module,exports){
55954
56020
  'use strict';
55955
56021
  module.exports = function generate_required(it, $keyword, $ruleType) {
55956
56022
  var out = ' ';
@@ -56222,7 +56288,7 @@ module.exports = function generate_required(it, $keyword, $ruleType) {
56222
56288
  return out;
56223
56289
  }
56224
56290
 
56225
- },{}],375:[function(require,module,exports){
56291
+ },{}],376:[function(require,module,exports){
56226
56292
  'use strict';
56227
56293
  module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
56228
56294
  var out = ' ';
@@ -56310,7 +56376,7 @@ module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
56310
56376
  return out;
56311
56377
  }
56312
56378
 
56313
- },{}],376:[function(require,module,exports){
56379
+ },{}],377:[function(require,module,exports){
56314
56380
  'use strict';
56315
56381
  module.exports = function generate_validate(it, $keyword, $ruleType) {
56316
56382
  var out = '';
@@ -56794,7 +56860,7 @@ module.exports = function generate_validate(it, $keyword, $ruleType) {
56794
56860
  return out;
56795
56861
  }
56796
56862
 
56797
- },{}],377:[function(require,module,exports){
56863
+ },{}],378:[function(require,module,exports){
56798
56864
  'use strict';
56799
56865
 
56800
56866
  var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
@@ -56942,7 +57008,7 @@ function validateKeyword(definition, throwError) {
56942
57008
  return false;
56943
57009
  }
56944
57010
 
56945
- },{"./definition_schema":350,"./dotjs/custom":360}],378:[function(require,module,exports){
57011
+ },{"./definition_schema":351,"./dotjs/custom":361}],379:[function(require,module,exports){
56946
57012
  module.exports={
56947
57013
  "$schema": "http://json-schema.org/draft-07/schema#",
56948
57014
  "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -56961,7 +57027,7 @@ module.exports={
56961
57027
  "additionalProperties": false
56962
57028
  }
56963
57029
 
56964
- },{}],379:[function(require,module,exports){
57030
+ },{}],380:[function(require,module,exports){
56965
57031
  module.exports={
56966
57032
  "$schema": "http://json-schema.org/draft-06/schema#",
56967
57033
  "$id": "http://json-schema.org/draft-06/schema#",
@@ -57117,7 +57183,7 @@ module.exports={
57117
57183
  "default": {}
57118
57184
  }
57119
57185
 
57120
- },{}],380:[function(require,module,exports){
57186
+ },{}],381:[function(require,module,exports){
57121
57187
  module.exports={
57122
57188
  "$schema": "http://json-schema.org/draft-07/schema#",
57123
57189
  "$id": "http://json-schema.org/draft-07/schema#",
@@ -57287,7 +57353,7 @@ module.exports={
57287
57353
  "default": true
57288
57354
  }
57289
57355
 
57290
- },{}],381:[function(require,module,exports){
57356
+ },{}],382:[function(require,module,exports){
57291
57357
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57292
57358
 
57293
57359
 
@@ -57302,7 +57368,7 @@ module.exports = {
57302
57368
 
57303
57369
  };
57304
57370
 
57305
- },{}],382:[function(require,module,exports){
57371
+ },{}],383:[function(require,module,exports){
57306
57372
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57307
57373
 
57308
57374
  var errors = require('./errors');
@@ -57331,7 +57397,7 @@ for (var e in errors) {
57331
57397
  module.exports[e] = errors[e];
57332
57398
  }
57333
57399
 
57334
- },{"./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){
57335
57401
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57336
57402
 
57337
57403
  var assert = require('assert');
@@ -57595,7 +57661,7 @@ Reader.prototype._readTag = function (tag) {
57595
57661
 
57596
57662
  module.exports = Reader;
57597
57663
 
57598
- },{"./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){
57599
57665
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57600
57666
 
57601
57667
 
@@ -57633,7 +57699,7 @@ module.exports = {
57633
57699
  Context: 128
57634
57700
  };
57635
57701
 
57636
- },{}],385:[function(require,module,exports){
57702
+ },{}],386:[function(require,module,exports){
57637
57703
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57638
57704
 
57639
57705
  var assert = require('assert');
@@ -57952,7 +58018,7 @@ Writer.prototype._ensure = function (len) {
57952
58018
 
57953
58019
  module.exports = Writer;
57954
58020
 
57955
- },{"./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){
57956
58022
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57957
58023
 
57958
58024
  // If you have no idea what ASN.1 or BER is, see this:
@@ -57974,7 +58040,7 @@ module.exports = {
57974
58040
 
57975
58041
  };
57976
58042
 
57977
- },{"./ber/index":382}],387:[function(require,module,exports){
58043
+ },{"./ber/index":383}],388:[function(require,module,exports){
57978
58044
  (function (Buffer,process){(function (){
57979
58045
  // Copyright (c) 2012, Mark Cavage. All rights reserved.
57980
58046
  // Copyright 2015 Joyent, Inc.
@@ -58189,7 +58255,7 @@ function _setExports(ndebug) {
58189
58255
  module.exports = _setExports(process.env.NODE_NDEBUG);
58190
58256
 
58191
58257
  }).call(this)}).call(this,{"isBuffer":require("../../browser-agent/node_modules/is-buffer/index.js")},require('_process'))
58192
- },{"../../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){
58193
58259
 
58194
58260
  /*!
58195
58261
  * Copyright 2010 LearnBoost <dev@learnboost.com>
@@ -58403,7 +58469,7 @@ function canonicalizeResource (resource) {
58403
58469
  }
58404
58470
  module.exports.canonicalizeResource = canonicalizeResource
58405
58471
 
58406
- },{"crypto":81,"url":238}],389:[function(require,module,exports){
58472
+ },{"crypto":81,"url":238}],390:[function(require,module,exports){
58407
58473
  (function (process,Buffer){(function (){
58408
58474
  var aws4 = exports,
58409
58475
  url = require('url'),
@@ -58780,7 +58846,7 @@ aws4.sign = function(request, credentials) {
58780
58846
  }
58781
58847
 
58782
58848
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
58783
- },{"./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){
58784
58850
  module.exports = function(size) {
58785
58851
  return new LruCache(size)
58786
58852
  }
@@ -58878,7 +58944,7 @@ function DoublyLinkedNode(key, val) {
58878
58944
  this.next = null
58879
58945
  }
58880
58946
 
58881
- },{}],391:[function(require,module,exports){
58947
+ },{}],392:[function(require,module,exports){
58882
58948
  'use strict';
58883
58949
 
58884
58950
  var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash;
@@ -59436,7 +59502,7 @@ module.exports = {
59436
59502
  pbkdf: bcrypt_pbkdf
59437
59503
  };
59438
59504
 
59439
- },{"tweetnacl":504}],392:[function(require,module,exports){
59505
+ },{"tweetnacl":505}],393:[function(require,module,exports){
59440
59506
  function Caseless (dict) {
59441
59507
  this.dict = dict || {}
59442
59508
  }
@@ -59505,7 +59571,7 @@ module.exports.httpify = function (resp, headers) {
59505
59571
  return c
59506
59572
  }
59507
59573
 
59508
- },{}],393:[function(require,module,exports){
59574
+ },{}],394:[function(require,module,exports){
59509
59575
  (function (Buffer){(function (){
59510
59576
  var util = require('util');
59511
59577
  var Stream = require('stream').Stream;
@@ -59717,7 +59783,7 @@ CombinedStream.prototype._emitError = function(err) {
59717
59783
  };
59718
59784
 
59719
59785
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
59720
- },{"../../../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){
59721
59787
  (function (Buffer){(function (){
59722
59788
  // Copyright Joyent, Inc. and other Node contributors.
59723
59789
  //
@@ -59828,7 +59894,7 @@ function objectToString(o) {
59828
59894
  }
59829
59895
 
59830
59896
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
59831
- },{"../../../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){
59832
59898
  var Stream = require('stream').Stream;
59833
59899
  var util = require('util');
59834
59900
 
@@ -59937,7 +60003,7 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
59937
60003
  this.emit('error', new Error(message));
59938
60004
  };
59939
60005
 
59940
- },{"stream":229,"util":243}],396:[function(require,module,exports){
60006
+ },{"stream":229,"util":243}],397:[function(require,module,exports){
59941
60007
  var crypto = require("crypto");
59942
60008
  var BigInteger = require("jsbn").BigInteger;
59943
60009
  var ECPointFp = require("./lib/ec.js").ECPointFp;
@@ -59997,7 +60063,7 @@ exports.ECKey = function(curve, key, isPublic)
59997
60063
  }
59998
60064
 
59999
60065
 
60000
- },{"./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){
60001
60067
  // Basic Javascript Elliptic Curve implementation
60002
60068
  // Ported loosely from BouncyCastle's Java EC code
60003
60069
  // Only Fp curves implemented for now
@@ -60560,7 +60626,7 @@ var exports = {
60560
60626
 
60561
60627
  module.exports = exports
60562
60628
 
60563
- },{"jsbn":433}],398:[function(require,module,exports){
60629
+ },{"jsbn":434}],399:[function(require,module,exports){
60564
60630
  // Named EC curves
60565
60631
 
60566
60632
  // Requires ec.js, jsbn.js, and jsbn2.js
@@ -60732,7 +60798,7 @@ module.exports = {
60732
60798
  "secp256r1":secp256r1
60733
60799
  }
60734
60800
 
60735
- },{"./ec.js":397,"jsbn":433}],399:[function(require,module,exports){
60801
+ },{"./ec.js":398,"jsbn":434}],400:[function(require,module,exports){
60736
60802
  'use strict';
60737
60803
 
60738
60804
  var hasOwn = Object.prototype.hasOwnProperty;
@@ -60851,7 +60917,7 @@ module.exports = function extend() {
60851
60917
  return target;
60852
60918
  };
60853
60919
 
60854
- },{}],400:[function(require,module,exports){
60920
+ },{}],401:[function(require,module,exports){
60855
60921
  (function (process){(function (){
60856
60922
  /*
60857
60923
  * extsprintf.js: extended POSIX-style sprintf
@@ -61038,7 +61104,7 @@ function dumpException(ex)
61038
61104
  }
61039
61105
 
61040
61106
  }).call(this)}).call(this,require('_process'))
61041
- },{"_process":179,"assert":16,"util":243}],401:[function(require,module,exports){
61107
+ },{"_process":179,"assert":16,"util":243}],402:[function(require,module,exports){
61042
61108
  'use strict';
61043
61109
 
61044
61110
  // do not edit .js files directly - edit src/index.jst
@@ -61086,7 +61152,7 @@ module.exports = function equal(a, b) {
61086
61152
  return a!==a && b!==b;
61087
61153
  };
61088
61154
 
61089
- },{}],402:[function(require,module,exports){
61155
+ },{}],403:[function(require,module,exports){
61090
61156
  'use strict';
61091
61157
 
61092
61158
  module.exports = function (data, opts) {
@@ -61147,7 +61213,7 @@ module.exports = function (data, opts) {
61147
61213
  })(data);
61148
61214
  };
61149
61215
 
61150
- },{}],403:[function(require,module,exports){
61216
+ },{}],404:[function(require,module,exports){
61151
61217
  module.exports = ForeverAgent
61152
61218
  ForeverAgent.SSL = ForeverAgentSSL
61153
61219
 
@@ -61287,11 +61353,11 @@ function createConnectionSSL (port, host, options) {
61287
61353
  return tls.connect(options);
61288
61354
  }
61289
61355
 
61290
- },{"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){
61291
61357
  /* eslint-env browser */
61292
61358
  module.exports = typeof self == 'object' ? self.FormData : window.FormData;
61293
61359
 
61294
- },{}],405:[function(require,module,exports){
61360
+ },{}],406:[function(require,module,exports){
61295
61361
  module.exports={
61296
61362
  "$id": "afterRequest.json#",
61297
61363
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61323,7 +61389,7 @@ module.exports={
61323
61389
  }
61324
61390
  }
61325
61391
 
61326
- },{}],406:[function(require,module,exports){
61392
+ },{}],407:[function(require,module,exports){
61327
61393
  module.exports={
61328
61394
  "$id": "beforeRequest.json#",
61329
61395
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61355,7 +61421,7 @@ module.exports={
61355
61421
  }
61356
61422
  }
61357
61423
 
61358
- },{}],407:[function(require,module,exports){
61424
+ },{}],408:[function(require,module,exports){
61359
61425
  module.exports={
61360
61426
  "$id": "browser.json#",
61361
61427
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61377,7 +61443,7 @@ module.exports={
61377
61443
  }
61378
61444
  }
61379
61445
 
61380
- },{}],408:[function(require,module,exports){
61446
+ },{}],409:[function(require,module,exports){
61381
61447
  module.exports={
61382
61448
  "$id": "cache.json#",
61383
61449
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61400,7 +61466,7 @@ module.exports={
61400
61466
  }
61401
61467
  }
61402
61468
 
61403
- },{}],409:[function(require,module,exports){
61469
+ },{}],410:[function(require,module,exports){
61404
61470
  module.exports={
61405
61471
  "$id": "content.json#",
61406
61472
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61431,7 +61497,7 @@ module.exports={
61431
61497
  }
61432
61498
  }
61433
61499
 
61434
- },{}],410:[function(require,module,exports){
61500
+ },{}],411:[function(require,module,exports){
61435
61501
  module.exports={
61436
61502
  "$id": "cookie.json#",
61437
61503
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61469,7 +61535,7 @@ module.exports={
61469
61535
  }
61470
61536
  }
61471
61537
 
61472
- },{}],411:[function(require,module,exports){
61538
+ },{}],412:[function(require,module,exports){
61473
61539
  module.exports={
61474
61540
  "$id": "creator.json#",
61475
61541
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61491,7 +61557,7 @@ module.exports={
61491
61557
  }
61492
61558
  }
61493
61559
 
61494
- },{}],412:[function(require,module,exports){
61560
+ },{}],413:[function(require,module,exports){
61495
61561
  module.exports={
61496
61562
  "$id": "entry.json#",
61497
61563
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61546,7 +61612,7 @@ module.exports={
61546
61612
  }
61547
61613
  }
61548
61614
 
61549
- },{}],413:[function(require,module,exports){
61615
+ },{}],414:[function(require,module,exports){
61550
61616
  module.exports={
61551
61617
  "$id": "har.json#",
61552
61618
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61561,7 +61627,7 @@ module.exports={
61561
61627
  }
61562
61628
  }
61563
61629
 
61564
- },{}],414:[function(require,module,exports){
61630
+ },{}],415:[function(require,module,exports){
61565
61631
  module.exports={
61566
61632
  "$id": "header.json#",
61567
61633
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61583,7 +61649,7 @@ module.exports={
61583
61649
  }
61584
61650
  }
61585
61651
 
61586
- },{}],415:[function(require,module,exports){
61652
+ },{}],416:[function(require,module,exports){
61587
61653
  'use strict'
61588
61654
 
61589
61655
  module.exports = {
@@ -61607,7 +61673,7 @@ module.exports = {
61607
61673
  timings: require('./timings.json')
61608
61674
  }
61609
61675
 
61610
- },{"./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){
61611
61677
  module.exports={
61612
61678
  "$id": "log.json#",
61613
61679
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61645,7 +61711,7 @@ module.exports={
61645
61711
  }
61646
61712
  }
61647
61713
 
61648
- },{}],417:[function(require,module,exports){
61714
+ },{}],418:[function(require,module,exports){
61649
61715
  module.exports={
61650
61716
  "$id": "page.json#",
61651
61717
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61679,7 +61745,7 @@ module.exports={
61679
61745
  }
61680
61746
  }
61681
61747
 
61682
- },{}],418:[function(require,module,exports){
61748
+ },{}],419:[function(require,module,exports){
61683
61749
  module.exports={
61684
61750
  "$id": "pageTimings.json#",
61685
61751
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61699,7 +61765,7 @@ module.exports={
61699
61765
  }
61700
61766
  }
61701
61767
 
61702
- },{}],419:[function(require,module,exports){
61768
+ },{}],420:[function(require,module,exports){
61703
61769
  module.exports={
61704
61770
  "$id": "postData.json#",
61705
61771
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61744,7 +61810,7 @@ module.exports={
61744
61810
  }
61745
61811
  }
61746
61812
 
61747
- },{}],420:[function(require,module,exports){
61813
+ },{}],421:[function(require,module,exports){
61748
61814
  module.exports={
61749
61815
  "$id": "query.json#",
61750
61816
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61766,7 +61832,7 @@ module.exports={
61766
61832
  }
61767
61833
  }
61768
61834
 
61769
- },{}],421:[function(require,module,exports){
61835
+ },{}],422:[function(require,module,exports){
61770
61836
  module.exports={
61771
61837
  "$id": "request.json#",
61772
61838
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61825,7 +61891,7 @@ module.exports={
61825
61891
  }
61826
61892
  }
61827
61893
 
61828
- },{}],422:[function(require,module,exports){
61894
+ },{}],423:[function(require,module,exports){
61829
61895
  module.exports={
61830
61896
  "$id": "response.json#",
61831
61897
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61881,7 +61947,7 @@ module.exports={
61881
61947
  }
61882
61948
  }
61883
61949
 
61884
- },{}],423:[function(require,module,exports){
61950
+ },{}],424:[function(require,module,exports){
61885
61951
  module.exports={
61886
61952
  "$id": "timings.json#",
61887
61953
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61925,7 +61991,7 @@ module.exports={
61925
61991
  }
61926
61992
  }
61927
61993
 
61928
- },{}],424:[function(require,module,exports){
61994
+ },{}],425:[function(require,module,exports){
61929
61995
  function HARError (errors) {
61930
61996
  var message = 'validation failed'
61931
61997
 
@@ -61944,7 +62010,7 @@ HARError.prototype = Error.prototype
61944
62010
 
61945
62011
  module.exports = HARError
61946
62012
 
61947
- },{}],425:[function(require,module,exports){
62013
+ },{}],426:[function(require,module,exports){
61948
62014
  var Ajv = require('ajv')
61949
62015
  var HARError = require('./error')
61950
62016
  var schemas = require('har-schema')
@@ -62048,7 +62114,7 @@ exports.timings = function (data) {
62048
62114
  return validate('timings', data)
62049
62115
  }
62050
62116
 
62051
- },{"./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){
62052
62118
  // Copyright 2015 Joyent, Inc.
62053
62119
 
62054
62120
  var parser = require('./parser');
@@ -62079,7 +62145,7 @@ module.exports = {
62079
62145
  verifyHMAC: verify.verifyHMAC
62080
62146
  };
62081
62147
 
62082
- },{"./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){
62083
62149
  // Copyright 2012 Joyent, Inc. All rights reserved.
62084
62150
 
62085
62151
  var assert = require('assert-plus');
@@ -62396,7 +62462,7 @@ module.exports = {
62396
62462
 
62397
62463
  };
62398
62464
 
62399
- },{"./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){
62400
62466
  (function (Buffer){(function (){
62401
62467
  // Copyright 2012 Joyent, Inc. All rights reserved.
62402
62468
 
@@ -62801,7 +62867,7 @@ module.exports = {
62801
62867
  };
62802
62868
 
62803
62869
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
62804
- },{"../../../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){
62805
62871
  // Copyright 2012 Joyent, Inc. All rights reserved.
62806
62872
 
62807
62873
  var assert = require('assert-plus');
@@ -62915,7 +62981,7 @@ module.exports = {
62915
62981
  }
62916
62982
  };
62917
62983
 
62918
- },{"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){
62919
62985
  (function (Buffer){(function (){
62920
62986
  // Copyright 2015 Joyent, Inc.
62921
62987
 
@@ -63007,7 +63073,7 @@ module.exports = {
63007
63073
  };
63008
63074
 
63009
63075
  }).call(this)}).call(this,require("buffer").Buffer)
63010
- },{"./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){
63011
63077
  module.exports = isTypedArray
63012
63078
  isTypedArray.strict = isStrictTypedArray
63013
63079
  isTypedArray.loose = isLooseTypedArray
@@ -63050,7 +63116,7 @@ function isLooseTypedArray(arr) {
63050
63116
  return names[toString.call(arr)]
63051
63117
  }
63052
63118
 
63053
- },{}],432:[function(require,module,exports){
63119
+ },{}],433:[function(require,module,exports){
63054
63120
  var stream = require('stream')
63055
63121
 
63056
63122
 
@@ -63079,7 +63145,7 @@ module.exports.isReadable = isReadable
63079
63145
  module.exports.isWritable = isWritable
63080
63146
  module.exports.isDuplex = isDuplex
63081
63147
 
63082
- },{"stream":229}],433:[function(require,module,exports){
63148
+ },{"stream":229}],434:[function(require,module,exports){
63083
63149
  (function(){
63084
63150
 
63085
63151
  // Copyright (c) 2005 Tom Wu
@@ -64438,7 +64504,7 @@ module.exports.isDuplex = isDuplex
64438
64504
 
64439
64505
  }).call(this);
64440
64506
 
64441
- },{}],434:[function(require,module,exports){
64507
+ },{}],435:[function(require,module,exports){
64442
64508
  'use strict';
64443
64509
 
64444
64510
  var traverse = module.exports = function (schema, opts, cb) {
@@ -64529,7 +64595,7 @@ function escapeJsonPtr(str) {
64529
64595
  return str.replace(/~/g, '~0').replace(/\//g, '~1');
64530
64596
  }
64531
64597
 
64532
- },{}],435:[function(require,module,exports){
64598
+ },{}],436:[function(require,module,exports){
64533
64599
  /**
64534
64600
  * JSONSchema Validator - Validates JavaScript objects using JSON Schemas
64535
64601
  * (http://www.json.com/json-schema-proposal/)
@@ -64802,7 +64868,7 @@ exports.mustBeValid = function(result){
64802
64868
  return exports;
64803
64869
  }));
64804
64870
 
64805
- },{}],436:[function(require,module,exports){
64871
+ },{}],437:[function(require,module,exports){
64806
64872
  exports = module.exports = stringify
64807
64873
  exports.getSerialize = serializer
64808
64874
 
@@ -64831,7 +64897,7 @@ function serializer(replacer, cycleReplacer) {
64831
64897
  }
64832
64898
  }
64833
64899
 
64834
- },{}],437:[function(require,module,exports){
64900
+ },{}],438:[function(require,module,exports){
64835
64901
  /*
64836
64902
  * lib/jsprim.js: utilities for primitive JavaScript types
64837
64903
  */
@@ -65568,7 +65634,7 @@ function mergeObjects(provided, overrides, defaults)
65568
65634
  return (rv);
65569
65635
  }
65570
65636
 
65571
- },{"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){
65572
65638
  /**
65573
65639
  * The code was extracted from:
65574
65640
  * https://github.com/davidchambers/Base64.js
@@ -65608,7 +65674,7 @@ function polyfill (input) {
65608
65674
 
65609
65675
  module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
65610
65676
 
65611
- },{}],439:[function(require,module,exports){
65677
+ },{}],440:[function(require,module,exports){
65612
65678
  var atob = require('./atob');
65613
65679
 
65614
65680
  function b64DecodeUnicode(str) {
@@ -65643,7 +65709,7 @@ module.exports = function(str) {
65643
65709
  }
65644
65710
  };
65645
65711
 
65646
- },{"./atob":438}],440:[function(require,module,exports){
65712
+ },{"./atob":439}],441:[function(require,module,exports){
65647
65713
  'use strict';
65648
65714
 
65649
65715
  var base64_url_decode = require('./base64_url_decode');
@@ -65671,7 +65737,7 @@ module.exports = function (token,options) {
65671
65737
 
65672
65738
  module.exports.InvalidTokenError = InvalidTokenError;
65673
65739
 
65674
- },{"./base64_url_decode":439}],441:[function(require,module,exports){
65740
+ },{"./base64_url_decode":440}],442:[function(require,module,exports){
65675
65741
  module.exports={
65676
65742
  "application/1d-interleaved-parityfec": {
65677
65743
  "source": "iana"
@@ -74144,7 +74210,7 @@ module.exports={
74144
74210
  }
74145
74211
  }
74146
74212
 
74147
- },{}],442:[function(require,module,exports){
74213
+ },{}],443:[function(require,module,exports){
74148
74214
  /*!
74149
74215
  * mime-db
74150
74216
  * Copyright(c) 2014 Jonathan Ong
@@ -74157,7 +74223,7 @@ module.exports={
74157
74223
 
74158
74224
  module.exports = require('./db.json')
74159
74225
 
74160
- },{"./db.json":441}],443:[function(require,module,exports){
74226
+ },{"./db.json":442}],444:[function(require,module,exports){
74161
74227
  /*!
74162
74228
  * mime-types
74163
74229
  * Copyright(c) 2014 Jonathan Ong
@@ -74347,7 +74413,7 @@ function populateMaps (extensions, types) {
74347
74413
  })
74348
74414
  }
74349
74415
 
74350
- },{"mime-db":442,"path":171}],444:[function(require,module,exports){
74416
+ },{"mime-db":443,"path":171}],445:[function(require,module,exports){
74351
74417
  var crypto = require('crypto')
74352
74418
 
74353
74419
  function sha (key, body, algorithm) {
@@ -74494,7 +74560,7 @@ exports.plaintext = plaintext
74494
74560
  exports.sign = sign
74495
74561
  exports.rfc3986 = rfc3986
74496
74562
  exports.generateBase = generateBase
74497
- },{"crypto":81}],445:[function(require,module,exports){
74563
+ },{"crypto":81}],446:[function(require,module,exports){
74498
74564
  (function (process){(function (){
74499
74565
  // Generated by CoffeeScript 1.12.2
74500
74566
  (function() {
@@ -74534,7 +74600,7 @@ exports.generateBase = generateBase
74534
74600
 
74535
74601
 
74536
74602
  }).call(this)}).call(this,require('_process'))
74537
- },{"_process":179}],446:[function(require,module,exports){
74603
+ },{"_process":179}],447:[function(require,module,exports){
74538
74604
  module.exports=[
74539
74605
  "ac",
74540
74606
  "com.ac",
@@ -83369,7 +83435,7 @@ module.exports=[
83369
83435
  "virtualserver.io",
83370
83436
  "enterprisecloud.nu"
83371
83437
  ]
83372
- },{}],447:[function(require,module,exports){
83438
+ },{}],448:[function(require,module,exports){
83373
83439
  /*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
83374
83440
  'use strict';
83375
83441
 
@@ -83640,7 +83706,7 @@ exports.isValid = function (domain) {
83640
83706
  return Boolean(parsed.domain && parsed.listed);
83641
83707
  };
83642
83708
 
83643
- },{"./data/rules.json":446,"punycode":187}],448:[function(require,module,exports){
83709
+ },{"./data/rules.json":447,"punycode":187}],449:[function(require,module,exports){
83644
83710
  'use strict';
83645
83711
 
83646
83712
  var replace = String.prototype.replace;
@@ -83660,7 +83726,7 @@ module.exports = {
83660
83726
  RFC3986: 'RFC3986'
83661
83727
  };
83662
83728
 
83663
- },{}],449:[function(require,module,exports){
83729
+ },{}],450:[function(require,module,exports){
83664
83730
  'use strict';
83665
83731
 
83666
83732
  var stringify = require('./stringify');
@@ -83673,7 +83739,7 @@ module.exports = {
83673
83739
  stringify: stringify
83674
83740
  };
83675
83741
 
83676
- },{"./formats":448,"./parse":450,"./stringify":451}],450:[function(require,module,exports){
83742
+ },{"./formats":449,"./parse":451,"./stringify":452}],451:[function(require,module,exports){
83677
83743
  'use strict';
83678
83744
 
83679
83745
  var utils = require('./utils');
@@ -83850,7 +83916,7 @@ module.exports = function (str, opts) {
83850
83916
  return utils.compact(obj);
83851
83917
  };
83852
83918
 
83853
- },{"./utils":452}],451:[function(require,module,exports){
83919
+ },{"./utils":453}],452:[function(require,module,exports){
83854
83920
  'use strict';
83855
83921
 
83856
83922
  var utils = require('./utils');
@@ -84069,7 +84135,7 @@ module.exports = function (object, opts) {
84069
84135
  return joined.length > 0 ? prefix + joined : '';
84070
84136
  };
84071
84137
 
84072
- },{"./formats":448,"./utils":452}],452:[function(require,module,exports){
84138
+ },{"./formats":449,"./utils":453}],453:[function(require,module,exports){
84073
84139
  'use strict';
84074
84140
 
84075
84141
  var has = Object.prototype.hasOwnProperty;
@@ -84286,7 +84352,7 @@ module.exports = {
84286
84352
  merge: merge
84287
84353
  };
84288
84354
 
84289
- },{}],453:[function(require,module,exports){
84355
+ },{}],454:[function(require,module,exports){
84290
84356
  // Copyright 2010-2012 Mikeal Rogers
84291
84357
  //
84292
84358
  // Licensed under the Apache License, Version 2.0 (the "License");
@@ -84443,7 +84509,7 @@ Object.defineProperty(request, 'debug', {
84443
84509
  }
84444
84510
  })
84445
84511
 
84446
- },{"./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){
84447
84513
  'use strict'
84448
84514
 
84449
84515
  var caseless = require('caseless')
@@ -84612,7 +84678,7 @@ Auth.prototype.onResponse = function (response) {
84612
84678
 
84613
84679
  exports.Auth = Auth
84614
84680
 
84615
- },{"./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){
84616
84682
  'use strict'
84617
84683
 
84618
84684
  var tough = require('tough-cookie')
@@ -84652,7 +84718,7 @@ exports.jar = function (store) {
84652
84718
  return new RequestJar(store)
84653
84719
  }
84654
84720
 
84655
- },{"tough-cookie":496}],456:[function(require,module,exports){
84721
+ },{"tough-cookie":497}],457:[function(require,module,exports){
84656
84722
  (function (process){(function (){
84657
84723
  'use strict'
84658
84724
 
@@ -84735,7 +84801,7 @@ function getProxyFromURI (uri) {
84735
84801
  module.exports = getProxyFromURI
84736
84802
 
84737
84803
  }).call(this)}).call(this,require('_process'))
84738
- },{"_process":179}],457:[function(require,module,exports){
84804
+ },{"_process":179}],458:[function(require,module,exports){
84739
84805
  'use strict'
84740
84806
 
84741
84807
  var fs = require('fs')
@@ -84942,7 +85008,7 @@ Har.prototype.options = function (options) {
84942
85008
 
84943
85009
  exports.Har = Har
84944
85010
 
84945
- },{"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){
84946
85012
  'use strict'
84947
85013
 
84948
85014
  var crypto = require('crypto')
@@ -85033,7 +85099,7 @@ exports.header = function (uri, method, opts) {
85033
85099
  return header
85034
85100
  }
85035
85101
 
85036
- },{"crypto":81}],459:[function(require,module,exports){
85102
+ },{"crypto":81}],460:[function(require,module,exports){
85037
85103
  (function (process,setImmediate){(function (){
85038
85104
  'use strict'
85039
85105
 
@@ -85103,7 +85169,7 @@ exports.version = version
85103
85169
  exports.defer = defer
85104
85170
 
85105
85171
  }).call(this)}).call(this,require('_process'),require("timers").setImmediate)
85106
- },{"_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){
85107
85173
  'use strict'
85108
85174
 
85109
85175
  var uuid = require('uuid/v4')
@@ -85217,7 +85283,7 @@ Multipart.prototype.onRequest = function (options) {
85217
85283
 
85218
85284
  exports.Multipart = Multipart
85219
85285
 
85220
- },{"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){
85221
85287
  'use strict'
85222
85288
 
85223
85289
  var url = require('url')
@@ -85367,7 +85433,7 @@ OAuth.prototype.onRequest = function (_oauth) {
85367
85433
 
85368
85434
  exports.OAuth = OAuth
85369
85435
 
85370
- },{"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){
85371
85437
  'use strict'
85372
85438
 
85373
85439
  var qs = require('qs')
@@ -85419,7 +85485,7 @@ Querystring.prototype.unescape = querystring.unescape
85419
85485
 
85420
85486
  exports.Querystring = Querystring
85421
85487
 
85422
- },{"qs":449,"querystring":190}],463:[function(require,module,exports){
85488
+ },{"qs":450,"querystring":190}],464:[function(require,module,exports){
85423
85489
  'use strict'
85424
85490
 
85425
85491
  var url = require('url')
@@ -85575,7 +85641,7 @@ Redirect.prototype.onResponse = function (response) {
85575
85641
 
85576
85642
  exports.Redirect = Redirect
85577
85643
 
85578
- },{"url":238}],464:[function(require,module,exports){
85644
+ },{"url":238}],465:[function(require,module,exports){
85579
85645
  'use strict'
85580
85646
 
85581
85647
  var url = require('url')
@@ -85752,7 +85818,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
85752
85818
  Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
85753
85819
  exports.Tunnel = Tunnel
85754
85820
 
85755
- },{"tunnel-agent":503,"url":238}],465:[function(require,module,exports){
85821
+ },{"tunnel-agent":504,"url":238}],466:[function(require,module,exports){
85756
85822
  /**
85757
85823
  * Convert array of 16 byte values to UUID string format of the form:
85758
85824
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -85780,7 +85846,7 @@ function bytesToUuid(buf, offset) {
85780
85846
 
85781
85847
  module.exports = bytesToUuid;
85782
85848
 
85783
- },{}],466:[function(require,module,exports){
85849
+ },{}],467:[function(require,module,exports){
85784
85850
  // Unique ID creation requires a high quality random # generator. In the
85785
85851
  // browser this is a little complicated due to unknown quality of Math.random()
85786
85852
  // and inconsistent support for the `crypto` API. We do the best we can via
@@ -85816,7 +85882,7 @@ if (getRandomValues) {
85816
85882
  };
85817
85883
  }
85818
85884
 
85819
- },{}],467:[function(require,module,exports){
85885
+ },{}],468:[function(require,module,exports){
85820
85886
  var rng = require('./lib/rng');
85821
85887
  var bytesToUuid = require('./lib/bytesToUuid');
85822
85888
 
@@ -85847,7 +85913,7 @@ function v4(options, buf, offset) {
85847
85913
 
85848
85914
  module.exports = v4;
85849
85915
 
85850
- },{"./lib/bytesToUuid":465,"./lib/rng":466}],468:[function(require,module,exports){
85916
+ },{"./lib/bytesToUuid":466,"./lib/rng":467}],469:[function(require,module,exports){
85851
85917
  (function (process){(function (){
85852
85918
  'use strict'
85853
85919
 
@@ -87404,9 +87470,9 @@ Request.prototype.toJSON = requestToJSON
87404
87470
  module.exports = Request
87405
87471
 
87406
87472
  }).call(this)}).call(this,require('_process'))
87407
- },{"./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){
87408
87474
  arguments[4][202][0].apply(exports,arguments)
87409
- },{"buffer":71,"dup":202}],470:[function(require,module,exports){
87475
+ },{"buffer":71,"dup":202}],471:[function(require,module,exports){
87410
87476
  (function (process){(function (){
87411
87477
  /* eslint-disable node/no-deprecated-api */
87412
87478
 
@@ -87487,7 +87553,7 @@ if (!safer.constants) {
87487
87553
  module.exports = safer
87488
87554
 
87489
87555
  }).call(this)}).call(this,require('_process'))
87490
- },{"_process":179,"buffer":71}],471:[function(require,module,exports){
87556
+ },{"_process":179,"buffer":71}],472:[function(require,module,exports){
87491
87557
  // Copyright 2015 Joyent, Inc.
87492
87558
 
87493
87559
  var Buffer = require('safer-buffer').Buffer;
@@ -87657,7 +87723,7 @@ module.exports = {
87657
87723
  curves: curves
87658
87724
  };
87659
87725
 
87660
- },{"safer-buffer":470}],472:[function(require,module,exports){
87726
+ },{"safer-buffer":471}],473:[function(require,module,exports){
87661
87727
  // Copyright 2016 Joyent, Inc.
87662
87728
 
87663
87729
  module.exports = Certificate;
@@ -88069,7 +88135,7 @@ Certificate._oldVersionDetect = function (obj) {
88069
88135
  return ([1, 0]);
88070
88136
  };
88071
88137
 
88072
- },{"./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){
88073
88139
  // Copyright 2017 Joyent, Inc.
88074
88140
 
88075
88141
  module.exports = {
@@ -88468,7 +88534,7 @@ function generateECDSA(curve) {
88468
88534
  }
88469
88535
  }
88470
88536
 
88471
- },{"./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){
88472
88538
  // Copyright 2015 Joyent, Inc.
88473
88539
 
88474
88540
  module.exports = {
@@ -88562,7 +88628,7 @@ Signer.prototype.sign = function () {
88562
88628
  return (sigObj);
88563
88629
  };
88564
88630
 
88565
- },{"./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){
88566
88632
  // Copyright 2015 Joyent, Inc.
88567
88633
 
88568
88634
  var assert = require('assert-plus');
@@ -88648,7 +88714,7 @@ module.exports = {
88648
88714
  CertificateParseError: CertificateParseError
88649
88715
  };
88650
88716
 
88651
- },{"assert-plus":387,"util":243}],476:[function(require,module,exports){
88717
+ },{"assert-plus":388,"util":243}],477:[function(require,module,exports){
88652
88718
  // Copyright 2018 Joyent, Inc.
88653
88719
 
88654
88720
  module.exports = Fingerprint;
@@ -88870,7 +88936,7 @@ Fingerprint._oldVersionDetect = function (obj) {
88870
88936
  return ([1, 0]);
88871
88937
  };
88872
88938
 
88873
- },{"./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){
88874
88940
  // Copyright 2018 Joyent, Inc.
88875
88941
 
88876
88942
  module.exports = {
@@ -88996,7 +89062,7 @@ function write(key, options) {
88996
89062
  throw (new Error('"auto" format cannot be used for writing'));
88997
89063
  }
88998
89064
 
88999
- },{"../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){
89000
89066
  // Copyright 2017 Joyent, Inc.
89001
89067
 
89002
89068
  module.exports = {
@@ -89285,7 +89351,7 @@ function write(key, options) {
89285
89351
  }
89286
89352
  }
89287
89353
 
89288
- },{"../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){
89289
89355
  // Copyright 2017 Joyent, Inc.
89290
89356
 
89291
89357
  module.exports = {
@@ -89639,7 +89705,7 @@ function getCertType(key) {
89639
89705
  throw (new Error('Unsupported key type ' + key.type));
89640
89706
  }
89641
89707
 
89642
- },{"../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){
89643
89709
  // Copyright 2018 Joyent, Inc.
89644
89710
 
89645
89711
  module.exports = {
@@ -89931,7 +89997,7 @@ function write(key, options, type) {
89931
89997
  return (buf.slice(0, o));
89932
89998
  }
89933
89999
 
89934
- },{"../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){
89935
90001
  // Copyright 2015 Joyent, Inc.
89936
90002
 
89937
90003
  module.exports = {
@@ -90306,7 +90372,7 @@ function writePkcs1EdDSAPublic(der, key) {
90306
90372
  throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
90307
90373
  }
90308
90374
 
90309
- },{"../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){
90310
90376
  // Copyright 2018 Joyent, Inc.
90311
90377
 
90312
90378
  module.exports = {
@@ -90939,7 +91005,7 @@ function writePkcs8EdDSAPrivate(key, der) {
90939
91005
  der.endSequence();
90940
91006
  }
90941
91007
 
90942
- },{"../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){
90943
91009
  // Copyright 2018 Joyent, Inc.
90944
91010
 
90945
91011
  module.exports = {
@@ -91135,7 +91201,7 @@ function wrap(txt, len) {
91135
91201
  return (lines);
91136
91202
  }
91137
91203
 
91138
- },{"../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){
91139
91205
  // Copyright 2015 Joyent, Inc.
91140
91206
 
91141
91207
  module.exports = {
@@ -91303,7 +91369,7 @@ function write(key, options) {
91303
91369
  return (buf.toBuffer());
91304
91370
  }
91305
91371
 
91306
- },{"../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){
91307
91373
  // Copyright 2015 Joyent, Inc.
91308
91374
 
91309
91375
  module.exports = {
@@ -91567,7 +91633,7 @@ function write(key, options) {
91567
91633
  return (buf.slice(0, o));
91568
91634
  }
91569
91635
 
91570
- },{"../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){
91571
91637
  // Copyright 2015 Joyent, Inc.
91572
91638
 
91573
91639
  module.exports = {
@@ -91684,7 +91750,7 @@ function write(key, options) {
91684
91750
  return (Buffer.from(parts.join(' ')));
91685
91751
  }
91686
91752
 
91687
- },{"../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){
91688
91754
  // Copyright 2016 Joyent, Inc.
91689
91755
 
91690
91756
  var x509 = require('./x509');
@@ -91774,7 +91840,7 @@ function write(cert, options) {
91774
91840
  return (buf.slice(0, o));
91775
91841
  }
91776
91842
 
91777
- },{"../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){
91778
91844
  // Copyright 2017 Joyent, Inc.
91779
91845
 
91780
91846
  module.exports = {
@@ -92528,7 +92594,7 @@ function writeBitField(setBits, bitIndex) {
92528
92594
  return (bits);
92529
92595
  }
92530
92596
 
92531
- },{"../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){
92532
92598
  // Copyright 2017 Joyent, Inc.
92533
92599
 
92534
92600
  module.exports = Identity;
@@ -92903,7 +92969,7 @@ Identity._oldVersionDetect = function (obj) {
92903
92969
  return ([1, 0]);
92904
92970
  };
92905
92971
 
92906
- },{"./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){
92907
92973
  // Copyright 2015 Joyent, Inc.
92908
92974
 
92909
92975
  var Key = require('./key');
@@ -92945,7 +93011,7 @@ module.exports = {
92945
93011
  CertificateParseError: errs.CertificateParseError
92946
93012
  };
92947
93013
 
92948
- },{"./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){
92949
93015
  (function (Buffer){(function (){
92950
93016
  // Copyright 2018 Joyent, Inc.
92951
93017
 
@@ -93243,7 +93309,7 @@ Key._oldVersionDetect = function (obj) {
93243
93309
  };
93244
93310
 
93245
93311
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
93246
- },{"../../../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){
93247
93313
  // Copyright 2017 Joyent, Inc.
93248
93314
 
93249
93315
  module.exports = PrivateKey;
@@ -93492,7 +93558,7 @@ PrivateKey._oldVersionDetect = function (obj) {
93492
93558
  return ([1, 0]);
93493
93559
  };
93494
93560
 
93495
- },{"./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){
93496
93562
  // Copyright 2015 Joyent, Inc.
93497
93563
 
93498
93564
  module.exports = Signature;
@@ -93808,7 +93874,7 @@ Signature._oldVersionDetect = function (obj) {
93808
93874
  return ([1, 0]);
93809
93875
  };
93810
93876
 
93811
- },{"./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){
93812
93878
  // Copyright 2015 Joyent, Inc.
93813
93879
 
93814
93880
  module.exports = SSHBuffer;
@@ -93959,7 +94025,7 @@ SSHBuffer.prototype.write = function (buf) {
93959
94025
  this._offset += buf.length;
93960
94026
  };
93961
94027
 
93962
- },{"assert-plus":387,"safer-buffer":470}],495:[function(require,module,exports){
94028
+ },{"assert-plus":388,"safer-buffer":471}],496:[function(require,module,exports){
93963
94029
  // Copyright 2015 Joyent, Inc.
93964
94030
 
93965
94031
  module.exports = {
@@ -94365,7 +94431,7 @@ function opensshCipherInfo(cipher) {
94365
94431
  return (inf);
94366
94432
  }
94367
94433
 
94368
- },{"./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){
94369
94435
  /*!
94370
94436
  * Copyright (c) 2015, Salesforce.com, Inc.
94371
94437
  * All rights reserved.
@@ -95849,7 +95915,7 @@ exports.permuteDomain = require('./permuteDomain').permuteDomain;
95849
95915
  exports.permutePath = permutePath;
95850
95916
  exports.canonicalDomain = canonicalDomain;
95851
95917
 
95852
- },{"./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){
95853
95919
  /*!
95854
95920
  * Copyright (c) 2015, Salesforce.com, Inc.
95855
95921
  * All rights reserved.
@@ -96032,7 +96098,7 @@ MemoryCookieStore.prototype.getAllCookies = function(cb) {
96032
96098
  cb(null, cookies);
96033
96099
  };
96034
96100
 
96035
- },{"./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){
96036
96102
  /*!
96037
96103
  * Copyright (c) 2015, Salesforce.com, Inc.
96038
96104
  * All rights reserved.
@@ -96095,7 +96161,7 @@ function pathMatch (reqPath, cookiePath) {
96095
96161
 
96096
96162
  exports.pathMatch = pathMatch;
96097
96163
 
96098
- },{}],499:[function(require,module,exports){
96164
+ },{}],500:[function(require,module,exports){
96099
96165
  /*!
96100
96166
  * Copyright (c) 2015, Salesforce.com, Inc.
96101
96167
  * All rights reserved.
@@ -96153,7 +96219,7 @@ function permuteDomain (domain) {
96153
96219
 
96154
96220
  exports.permuteDomain = permuteDomain;
96155
96221
 
96156
- },{"./pubsuffix-psl":500}],500:[function(require,module,exports){
96222
+ },{"./pubsuffix-psl":501}],501:[function(require,module,exports){
96157
96223
  /*!
96158
96224
  * Copyright (c) 2018, Salesforce.com, Inc.
96159
96225
  * All rights reserved.
@@ -96193,7 +96259,7 @@ function getPublicSuffix(domain) {
96193
96259
 
96194
96260
  exports.getPublicSuffix = getPublicSuffix;
96195
96261
 
96196
- },{"psl":447}],501:[function(require,module,exports){
96262
+ },{"psl":448}],502:[function(require,module,exports){
96197
96263
  /*!
96198
96264
  * Copyright (c) 2015, Salesforce.com, Inc.
96199
96265
  * All rights reserved.
@@ -96270,11 +96336,11 @@ Store.prototype.getAllCookies = function(cb) {
96270
96336
  throw new Error('getAllCookies is not implemented (therefore jar cannot be serialized)');
96271
96337
  };
96272
96338
 
96273
- },{}],502:[function(require,module,exports){
96339
+ },{}],503:[function(require,module,exports){
96274
96340
  // generated by genversion
96275
96341
  module.exports = '2.5.0'
96276
96342
 
96277
- },{}],503:[function(require,module,exports){
96343
+ },{}],504:[function(require,module,exports){
96278
96344
  (function (process){(function (){
96279
96345
  'use strict'
96280
96346
 
@@ -96522,7 +96588,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
96522
96588
  exports.debug = debug // for test
96523
96589
 
96524
96590
  }).call(this)}).call(this,require('_process'))
96525
- },{"_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){
96526
96592
  (function(nacl) {
96527
96593
  'use strict';
96528
96594
 
@@ -98912,7 +98978,7 @@ nacl.setPRNG = function(fn) {
98912
98978
 
98913
98979
  })(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
98914
98980
 
98915
- },{"crypto":23}],505:[function(require,module,exports){
98981
+ },{"crypto":23}],506:[function(require,module,exports){
98916
98982
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
98917
98983
  (function (global, factory) {
98918
98984
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
@@ -100357,7 +100423,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
100357
100423
  })));
100358
100424
 
100359
100425
 
100360
- },{}],506:[function(require,module,exports){
100426
+ },{}],507:[function(require,module,exports){
100361
100427
  var v1 = require('./v1');
100362
100428
  var v4 = require('./v4');
100363
100429
 
@@ -100367,7 +100433,7 @@ uuid.v4 = v4;
100367
100433
 
100368
100434
  module.exports = uuid;
100369
100435
 
100370
- },{"./v1":509,"./v4":510}],507:[function(require,module,exports){
100436
+ },{"./v1":510,"./v4":511}],508:[function(require,module,exports){
100371
100437
  /**
100372
100438
  * Convert array of 16 byte values to UUID string format of the form:
100373
100439
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -100392,7 +100458,7 @@ function bytesToUuid(buf, offset) {
100392
100458
 
100393
100459
  module.exports = bytesToUuid;
100394
100460
 
100395
- },{}],508:[function(require,module,exports){
100461
+ },{}],509:[function(require,module,exports){
100396
100462
  (function (global){(function (){
100397
100463
  // Unique ID creation requires a high quality random # generator. In the
100398
100464
  // browser this is a little complicated due to unknown quality of Math.random()
@@ -100429,7 +100495,7 @@ if (!rng) {
100429
100495
  module.exports = rng;
100430
100496
 
100431
100497
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
100432
- },{}],509:[function(require,module,exports){
100498
+ },{}],510:[function(require,module,exports){
100433
100499
  var rng = require('./lib/rng');
100434
100500
  var bytesToUuid = require('./lib/bytesToUuid');
100435
100501
 
@@ -100531,7 +100597,7 @@ function v1(options, buf, offset) {
100531
100597
 
100532
100598
  module.exports = v1;
100533
100599
 
100534
- },{"./lib/bytesToUuid":507,"./lib/rng":508}],510:[function(require,module,exports){
100600
+ },{"./lib/bytesToUuid":508,"./lib/rng":509}],511:[function(require,module,exports){
100535
100601
  var rng = require('./lib/rng');
100536
100602
  var bytesToUuid = require('./lib/bytesToUuid');
100537
100603
 
@@ -100562,7 +100628,7 @@ function v4(options, buf, offset) {
100562
100628
 
100563
100629
  module.exports = v4;
100564
100630
 
100565
- },{"./lib/bytesToUuid":507,"./lib/rng":508}],511:[function(require,module,exports){
100631
+ },{"./lib/bytesToUuid":508,"./lib/rng":509}],512:[function(require,module,exports){
100566
100632
  /*
100567
100633
  * verror.js: richer JavaScript errors
100568
100634
  */
@@ -101015,4 +101081,4 @@ WError.prototype.cause = function we_cause(c)
101015
101081
  return (this.jse_cause);
101016
101082
  };
101017
101083
 
101018
- },{"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]);