slnodejs 6.1.643 → 6.1.650
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser-agent/dist/browser-agent-all.js +582 -318
- package/browser-agent/dist/browser-agent-all.min.js +4 -4
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/cli-parse/agent-time-synchronizer.d.ts +13 -0
- package/tsOutputs/cli-parse/agent-time-synchronizer.js +53 -0
- package/tsOutputs/cli-parse/agent-time-synchronizer.js.map +1 -0
- package/tsOutputs/cli-parse/executors/base-executor.js +7 -1
- package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-end-executor.js +2 -1
- package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/test-listener-executor.js +15 -0
- package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-contracts.d.ts +1 -0
- package/tsOutputs/common/agent-events/agent-events-contracts.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-controller.d.ts +2 -1
- package/tsOutputs/common/agent-events/agent-events-controller.js +4 -1
- package/tsOutputs/common/agent-events/agent-events-controller.js.map +1 -1
- package/tsOutputs/common/agent-events/cockpit-notifier.d.ts +2 -2
- package/tsOutputs/common/agent-events/cockpit-notifier.js +4 -4
- package/tsOutputs/common/agent-events/cockpit-notifier.js.map +1 -1
- package/tsOutputs/common/agent-events/dry-run-agent-events-controller.js +2 -1
- package/tsOutputs/common/agent-events/dry-run-agent-events-controller.js.map +1 -1
- package/tsOutputs/common/agent-time.d.ts +22 -0
- package/tsOutputs/common/agent-time.js +59 -0
- package/tsOutputs/common/agent-time.js.map +1 -0
- package/tsOutputs/common/config-process/config-loader.js +4 -0
- package/tsOutputs/common/config-process/config-loader.js.map +1 -1
- package/tsOutputs/common/config-process/config.d.ts +1 -0
- package/tsOutputs/common/config-process/config.js +1 -0
- package/tsOutputs/common/config-process/config.js.map +1 -1
- package/tsOutputs/common/contracts.d.ts +6 -0
- package/tsOutputs/common/contracts.js.map +1 -1
- package/tsOutputs/common/http/backend-proxy.d.ts +2 -1
- package/tsOutputs/common/http/backend-proxy.js +11 -0
- package/tsOutputs/common/http/backend-proxy.js.map +1 -1
- package/tsOutputs/common/http/sl-routes.d.ts +3 -0
- package/tsOutputs/common/http/sl-routes.js +5 -0
- package/tsOutputs/common/http/sl-routes.js.map +1 -1
- package/tsOutputs/common/system-date.d.ts +3 -1
- package/tsOutputs/common/system-date.js +11 -2
- package/tsOutputs/common/system-date.js.map +1 -1
- package/tsOutputs/common/utils/token-data-builder.js +8 -1
- package/tsOutputs/common/utils/token-data-builder.js.map +1 -1
- package/tsOutputs/test-listener/agent.js +1 -1
- package/tsOutputs/test-listener/agent.js.map +1 -1
- package/tsOutputs/test-listener/remote-agent.js +1 -1
- package/tsOutputs/test-listener/remote-agent.js.map +1 -1
|
@@ -33811,7 +33811,7 @@ module.exports={
|
|
|
33811
33811
|
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
|
|
33812
33812
|
"_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
|
|
33813
33813
|
"_spec": "elliptic@^6.5.4",
|
|
33814
|
-
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
|
|
33814
|
+
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
|
|
33815
33815
|
"author": {
|
|
33816
33816
|
"name": "Fedor Indutny",
|
|
33817
33817
|
"email": "fedor@indutny.com"
|
|
@@ -57793,14 +57793,14 @@ function extend() {
|
|
|
57793
57793
|
}
|
|
57794
57794
|
});
|
|
57795
57795
|
|
|
57796
|
-
},{"./lib/browser-agent":
|
|
57796
|
+
},{"./lib/browser-agent":458,"./lib/config":465,"./lib/configuration-override":467,"./lib/events-bridge":480,"./lib/events-bridge/context-message-manager":475,"./lib/feature-detection":483,"./lib/logger/log-factory":488}],454:[function(require,module,exports){
|
|
57797
57797
|
(function (factory) {
|
|
57798
57798
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57799
57799
|
var v = factory(require, exports);
|
|
57800
57800
|
if (v !== undefined) module.exports = v;
|
|
57801
57801
|
}
|
|
57802
57802
|
else if (typeof define === "function" && define.amd) {
|
|
57803
|
-
define(["require", "exports", "./state-tracker", "../../common/state-tracker-fpv6", "../../common/no-op-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", "./queues/footprints-items-queue", "./configuration-manager", "./logger/log-factory", "./basic-uuid-generator", "./window-timers-wrapper", "./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-contracts", "../../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/collector-footprints-buffer", "../../common/footprints-process-v6/index", "../../common/footprints-process-v6/collector-footprints-process", "../../common/config-process", "../../common/config-process/no-op-config-process", "
|
|
57803
|
+
define(["require", "exports", "./state-tracker", "../../common/state-tracker-fpv6", "../../common/no-op-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", "./queues/footprints-items-queue", "./configuration-manager", "./logger/log-factory", "./basic-uuid-generator", "./window-timers-wrapper", "./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-contracts", "../../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/collector-footprints-buffer", "../../common/footprints-process-v6/index", "../../common/footprints-process-v6/collector-footprints-process", "../../common/config-process", "../../common/config-process/no-op-config-process", "./browser-footprints-buffer", "./color-context-manager", "./system-date", "./agent-time-synchronizer", "../../common/agent-time"], factory);
|
|
57804
57804
|
}
|
|
57805
57805
|
})(function (require, exports) {
|
|
57806
57806
|
"use strict";
|
|
@@ -57844,9 +57844,11 @@ function extend() {
|
|
|
57844
57844
|
const collector_footprints_process_1 = require("../../common/footprints-process-v6/collector-footprints-process");
|
|
57845
57845
|
const config_process_1 = require("../../common/config-process");
|
|
57846
57846
|
const no_op_config_process_1 = require("../../common/config-process/no-op-config-process");
|
|
57847
|
-
const system_date_1 = require("../../common/system-date");
|
|
57848
57847
|
const browser_footprints_buffer_1 = require("./browser-footprints-buffer");
|
|
57849
57848
|
const color_context_manager_1 = require("./color-context-manager");
|
|
57849
|
+
const system_date_1 = require("./system-date");
|
|
57850
|
+
const agent_time_synchronizer_1 = require("./agent-time-synchronizer");
|
|
57851
|
+
const agent_time_1 = require("../../common/agent-time");
|
|
57850
57852
|
const FOOTPRINTS_SENDER_WATCHDOG = 'FootPrintsSenderWatchdog';
|
|
57851
57853
|
const FOOTPRINTS_FLUSH_WATCHDOG = 'FootprintsFlushWatchdog';
|
|
57852
57854
|
const ACTIVE_EXECUTION_WATCHDOG = 'ActiveExecutionWatchdog';
|
|
@@ -57864,18 +57866,20 @@ function extend() {
|
|
|
57864
57866
|
const agentConfiguration = this.createAgentConfiguration(configuration);
|
|
57865
57867
|
const backendProxy = this.createBackendProxy(agentConfiguration, agentInstanceData, window, featureDetection, configuration);
|
|
57866
57868
|
const eventProcess = this.createEventProcess(window, featureDetection, configuration, agentConfiguration, agentInstanceData, backendProxy);
|
|
57867
|
-
|
|
57869
|
+
const agentTimeSynchronizer = this.createAgentTimeSynchronizer(logger, agentConfiguration, configuration, agentInstanceData, window, featureDetection);
|
|
57870
|
+
AgentFactory.notifyAgentStart(agentConfiguration, agentInstanceData, logger, agent_time_synchronizer_1.AgentTimeSynchronizer.getOffset, backendProxy, basicConfiguration);
|
|
57871
|
+
agentTimeSynchronizer.initiateClockSync().catch(err => logger.error(err));
|
|
57868
57872
|
if (basicConfiguration.collectorUrl) {
|
|
57869
57873
|
return this.createFootprintsOnlyInstance(window, featureDetection, configuration, agentInstanceData, logger, agentConfiguration, backendProxy, eventProcess);
|
|
57870
57874
|
}
|
|
57871
57875
|
return this.createBrowserAgentInstanceFPV6(window, featureDetection, configuration, agentInstanceData, logger, agentConfiguration, backendProxy, eventProcess);
|
|
57872
57876
|
}
|
|
57873
|
-
static notifyAgentStart(agentConfiguration, agentInstanceData, logger, backendProxy, basicConfiguration) {
|
|
57877
|
+
static notifyAgentStart(agentConfiguration, agentInstanceData, logger, getSystemOffset, backendProxy, basicConfiguration) {
|
|
57874
57878
|
if (basicConfiguration.collectorUrl) {
|
|
57875
|
-
cockpit_notifier_1.CockpitNotifier.notifyStartNoOp(agentConfiguration, agentInstanceData, logger, {}, backendProxy);
|
|
57879
|
+
cockpit_notifier_1.CockpitNotifier.notifyStartNoOp(agentConfiguration, agentInstanceData, logger, getSystemOffset, {}, backendProxy);
|
|
57876
57880
|
}
|
|
57877
57881
|
else {
|
|
57878
|
-
cockpit_notifier_1.CockpitNotifier.notifyStart(agentConfiguration, agentInstanceData, logger, {}, backendProxy, undefined, undefined, this.getColorContextManager());
|
|
57882
|
+
cockpit_notifier_1.CockpitNotifier.notifyStart(agentConfiguration, agentInstanceData, logger, getSystemOffset, {}, backendProxy, undefined, undefined, this.getColorContextManager());
|
|
57879
57883
|
}
|
|
57880
57884
|
}
|
|
57881
57885
|
static createBrowserAgentInstanceFPV6(window, featureDetection, configuration, agentInstanceData, logger, agentConfig, backendProxy, eventsProcess) {
|
|
@@ -58069,11 +58073,72 @@ function extend() {
|
|
|
58069
58073
|
const watchdog = AgentFactory.createWatchdog(window, configuration, ACTIVE_EXECUTION_WATCHDOG, agentConfig.executionQueryIntervalSecs.value);
|
|
58070
58074
|
return new no_op_state_tracker_1.NoopStateTracker(agentConfig, configProcess, watchdog, backendProxy, this.createLogger('stateTracker', configuration, window));
|
|
58071
58075
|
}
|
|
58076
|
+
static createAgentTimeSynchronizer(logger, agentConfig, configuration, agentInstanceData, window, featureDetection) {
|
|
58077
|
+
const agentConfigModified = JSON.parse(JSON.stringify(agentConfig));
|
|
58078
|
+
agentConfigModified.server.value = agentConfig.origin.value;
|
|
58079
|
+
agentConfigModified.httpTimeout.value = agent_time_1.AgentTime.DEFAULT_TIMEOUT;
|
|
58080
|
+
const configModified = JSON.parse(JSON.stringify(configuration));
|
|
58081
|
+
configModified.server = agentConfig.origin.value;
|
|
58082
|
+
const timeSyncBackendProxy = this.createBackendProxy(agentConfigModified, agentInstanceData, window, featureDetection, configModified);
|
|
58083
|
+
return agent_time_synchronizer_1.AgentTimeSynchronizer.getCreateAgentTimeSynchronizer(agent_time_1.AgentTime.DEFAULT_SYNC_INTERVAL_SEC, logger, timeSyncBackendProxy);
|
|
58084
|
+
}
|
|
58072
58085
|
}
|
|
58073
58086
|
exports.AgentFactory = AgentFactory;
|
|
58074
58087
|
});
|
|
58075
58088
|
|
|
58076
|
-
},{"../../common/agent-events/agent-events-contracts":
|
|
58089
|
+
},{"../../common/agent-events/agent-events-contracts":508,"../../common/agent-events/cockpit-notifier":515,"../../common/agent-instance-data":521,"../../common/agent-time":522,"../../common/config-process":526,"../../common/config-process/config-loader":523,"../../common/config-process/no-op-config-process":527,"../../common/footprints-process-v6/collector-footprints-buffer":540,"../../common/footprints-process-v6/collector-footprints-process":541,"../../common/footprints-process-v6/index":545,"../../common/footprints-process-v6/relative-path-resolver":547,"../../common/http/backend-proxy":549,"../../common/no-op-state-tracker":555,"../../common/state-tracker-fpv6":557,"./agent-time-synchronizer":455,"./basic-uuid-generator":456,"./browser-agent-instance-fpv6":457,"./browser-events-process":459,"./browser-footprints-buffer":460,"./browser-hits-collector":461,"./browser-hits-converter":462,"./code-coverage-manager":463,"./color-context-manager":464,"./configuration-manager":466,"./delegate":469,"./entities/environment-data":472,"./footprints-queue-sender":484,"./istanbul-to-footprints-convertor":486,"./istanbul-to-footprints-convertor-v3":485,"./logger/log-factory":488,"./queues/footprints-items-queue":490,"./queues/queue":491,"./services/http/http-client":492,"./services/json/json-client":496,"./services/json/json-client-adapter":495,"./services/json/noop-json-client":497,"./services/light-backend-proxy":498,"./sl-mapping-loader":499,"./state-tracker":500,"./system-date":501,"./test-state-helper":502,"./watchdog":504,"./window-timers-wrapper":505}],455:[function(require,module,exports){
|
|
58090
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58091
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58092
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
58093
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
58094
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
58095
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
58096
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
58097
|
+
});
|
|
58098
|
+
};
|
|
58099
|
+
(function (factory) {
|
|
58100
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58101
|
+
var v = factory(require, exports);
|
|
58102
|
+
if (v !== undefined) module.exports = v;
|
|
58103
|
+
}
|
|
58104
|
+
else if (typeof define === "function" && define.amd) {
|
|
58105
|
+
define(["require", "exports", "../../common/agent-time", "./system-date"], factory);
|
|
58106
|
+
}
|
|
58107
|
+
})(function (require, exports) {
|
|
58108
|
+
"use strict";
|
|
58109
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58110
|
+
exports.AgentTimeSynchronizer = void 0;
|
|
58111
|
+
const agent_time_1 = require("../../common/agent-time");
|
|
58112
|
+
const system_date_1 = require("./system-date");
|
|
58113
|
+
class AgentTimeSynchronizer extends agent_time_1.AgentTime {
|
|
58114
|
+
constructor(syncIntervalSec, logger, backendProxy) {
|
|
58115
|
+
super(syncIntervalSec, logger);
|
|
58116
|
+
this.backendProxy = backendProxy;
|
|
58117
|
+
}
|
|
58118
|
+
static getCreateAgentTimeSynchronizer(syncIntervalSec, logger, backendProxy) {
|
|
58119
|
+
return (this._instance ||
|
|
58120
|
+
(this._instance = new this(syncIntervalSec, logger, backendProxy)));
|
|
58121
|
+
}
|
|
58122
|
+
getSynchronizationTime() {
|
|
58123
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
58124
|
+
const timeSyncResult = { offset: 0 };
|
|
58125
|
+
try {
|
|
58126
|
+
const time = yield this.backendProxy.getSyncedTime((0, system_date_1.getSystemDateValueOf)());
|
|
58127
|
+
if (time === null || time === void 0 ? void 0 : time.offset) {
|
|
58128
|
+
timeSyncResult.offset = Number(time.offset);
|
|
58129
|
+
}
|
|
58130
|
+
}
|
|
58131
|
+
catch (error) {
|
|
58132
|
+
this.logger.error(error);
|
|
58133
|
+
}
|
|
58134
|
+
return timeSyncResult;
|
|
58135
|
+
});
|
|
58136
|
+
}
|
|
58137
|
+
}
|
|
58138
|
+
exports.AgentTimeSynchronizer = AgentTimeSynchronizer;
|
|
58139
|
+
});
|
|
58140
|
+
|
|
58141
|
+
},{"../../common/agent-time":522,"./system-date":501}],456:[function(require,module,exports){
|
|
58077
58142
|
(function (factory) {
|
|
58078
58143
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58079
58144
|
var v = factory(require, exports);
|
|
@@ -58098,7 +58163,7 @@ function extend() {
|
|
|
58098
58163
|
exports.BasicUuidGenerator = BasicUuidGenerator;
|
|
58099
58164
|
});
|
|
58100
58165
|
|
|
58101
|
-
},{}],
|
|
58166
|
+
},{}],457:[function(require,module,exports){
|
|
58102
58167
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58103
58168
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58104
58169
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -58265,7 +58330,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58265
58330
|
exports.BrowserAgentInstanceFpv6 = BrowserAgentInstanceFpv6;
|
|
58266
58331
|
});
|
|
58267
58332
|
|
|
58268
|
-
},{"../../common/agent-events/cockpit-notifier":
|
|
58333
|
+
},{"../../common/agent-events/cockpit-notifier":515,"../../common/http/sl-routes":554,"./basic-uuid-generator":456,"./config":465,"./feature-detection":483}],458:[function(require,module,exports){
|
|
58269
58334
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58270
58335
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58271
58336
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -58354,7 +58419,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58354
58419
|
exports.BrowserAgent = BrowserAgent;
|
|
58355
58420
|
});
|
|
58356
58421
|
|
|
58357
|
-
},{"./agent-factory":454,"./events-bridge/context-message-manager":
|
|
58422
|
+
},{"./agent-factory":454,"./events-bridge/context-message-manager":475,"./logger/log-factory":488}],459:[function(require,module,exports){
|
|
58358
58423
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58359
58424
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58360
58425
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -58401,7 +58466,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58401
58466
|
exports.BrowserEventsProcess = BrowserEventsProcess;
|
|
58402
58467
|
});
|
|
58403
58468
|
|
|
58404
|
-
},{"../../common/events-process":
|
|
58469
|
+
},{"../../common/events-process":537}],460:[function(require,module,exports){
|
|
58405
58470
|
(function (factory) {
|
|
58406
58471
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58407
58472
|
var v = factory(require, exports);
|
|
@@ -58446,7 +58511,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58446
58511
|
exports.BrowserFootprintsBuffer = BrowserFootprintsBuffer;
|
|
58447
58512
|
});
|
|
58448
58513
|
|
|
58449
|
-
},{"../../common/contracts":
|
|
58514
|
+
},{"../../common/contracts":530,"../../common/footprints-process-v6/footprints-buffer":542,"./events-bridge/context-message-manager":475}],461:[function(require,module,exports){
|
|
58450
58515
|
(function (factory) {
|
|
58451
58516
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58452
58517
|
var v = factory(require, exports);
|
|
@@ -58477,7 +58542,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58477
58542
|
exports.BrowserHitsCollector = BrowserHitsCollector;
|
|
58478
58543
|
});
|
|
58479
58544
|
|
|
58480
|
-
},{"../../common/footprints-process-v6/hits-collector":
|
|
58545
|
+
},{"../../common/footprints-process-v6/hits-collector":543}],462:[function(require,module,exports){
|
|
58481
58546
|
(function (factory) {
|
|
58482
58547
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58483
58548
|
var v = factory(require, exports);
|
|
@@ -58503,7 +58568,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58503
58568
|
exports.BrowserHitsConverter = BrowserHitsConverter;
|
|
58504
58569
|
});
|
|
58505
58570
|
|
|
58506
|
-
},{"../../common/footprints-process-v6/base-browser-hits-converter":
|
|
58571
|
+
},{"../../common/footprints-process-v6/base-browser-hits-converter":538}],463:[function(require,module,exports){
|
|
58507
58572
|
(function (factory) {
|
|
58508
58573
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58509
58574
|
var v = factory(require, exports);
|
|
@@ -58612,7 +58677,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58612
58677
|
exports.CodeCoverageManager = CodeCoverageManager;
|
|
58613
58678
|
});
|
|
58614
58679
|
|
|
58615
|
-
},{}],
|
|
58680
|
+
},{}],464:[function(require,module,exports){
|
|
58616
58681
|
(function (factory) {
|
|
58617
58682
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58618
58683
|
var v = factory(require, exports);
|
|
@@ -58666,7 +58731,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58666
58731
|
exports.ColorContextManager = ColorContextManager;
|
|
58667
58732
|
});
|
|
58668
58733
|
|
|
58669
|
-
},{}],
|
|
58734
|
+
},{}],465:[function(require,module,exports){
|
|
58670
58735
|
(function (factory) {
|
|
58671
58736
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58672
58737
|
var v = factory(require, exports);
|
|
@@ -58679,11 +58744,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58679
58744
|
"use strict";
|
|
58680
58745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58681
58746
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
58682
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
58747
|
+
exports.SL_AGENT_VERSION = '6.1.650';
|
|
58683
58748
|
exports.SL_AGENT_TYPE = 'browser';
|
|
58684
58749
|
});
|
|
58685
58750
|
|
|
58686
|
-
},{}],
|
|
58751
|
+
},{}],466:[function(require,module,exports){
|
|
58687
58752
|
(function (factory) {
|
|
58688
58753
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58689
58754
|
var v = factory(require, exports);
|
|
@@ -58820,7 +58885,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58820
58885
|
ConfigurationManager.LAB_ID_KEY = '__sl.labId__';
|
|
58821
58886
|
});
|
|
58822
58887
|
|
|
58823
|
-
},{"./entities/configuration-data":
|
|
58888
|
+
},{"./entities/configuration-data":471}],467:[function(require,module,exports){
|
|
58824
58889
|
(function (factory) {
|
|
58825
58890
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58826
58891
|
var v = factory(require, exports);
|
|
@@ -58871,7 +58936,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58871
58936
|
exports.ConfigurationOverride = ConfigurationOverride;
|
|
58872
58937
|
});
|
|
58873
58938
|
|
|
58874
|
-
},{"./logger/console-logger":
|
|
58939
|
+
},{"./logger/console-logger":487,"events":279}],468:[function(require,module,exports){
|
|
58875
58940
|
(function (factory) {
|
|
58876
58941
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58877
58942
|
var v = factory(require, exports);
|
|
@@ -58891,7 +58956,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58891
58956
|
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
58892
58957
|
});
|
|
58893
58958
|
|
|
58894
|
-
},{}],
|
|
58959
|
+
},{}],469:[function(require,module,exports){
|
|
58895
58960
|
(function (factory) {
|
|
58896
58961
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58897
58962
|
var v = factory(require, exports);
|
|
@@ -58925,7 +58990,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58925
58990
|
exports.Delegate = Delegate;
|
|
58926
58991
|
});
|
|
58927
58992
|
|
|
58928
|
-
},{}],
|
|
58993
|
+
},{}],470:[function(require,module,exports){
|
|
58929
58994
|
(function (factory) {
|
|
58930
58995
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58931
58996
|
var v = factory(require, exports);
|
|
@@ -58943,7 +59008,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58943
59008
|
exports.BasicConfigurationData = BasicConfigurationData;
|
|
58944
59009
|
});
|
|
58945
59010
|
|
|
58946
|
-
},{}],
|
|
59011
|
+
},{}],471:[function(require,module,exports){
|
|
58947
59012
|
(function (factory) {
|
|
58948
59013
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58949
59014
|
var v = factory(require, exports);
|
|
@@ -58967,7 +59032,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58967
59032
|
exports.ConfigurationData = ConfigurationData;
|
|
58968
59033
|
});
|
|
58969
59034
|
|
|
58970
|
-
},{"./basic-configuation-data":
|
|
59035
|
+
},{"./basic-configuation-data":470}],472:[function(require,module,exports){
|
|
58971
59036
|
(function (factory) {
|
|
58972
59037
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58973
59038
|
var v = factory(require, exports);
|
|
@@ -58999,7 +59064,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58999
59064
|
exports.EnvironmentData = EnvironmentData;
|
|
59000
59065
|
});
|
|
59001
59066
|
|
|
59002
|
-
},{"../config":
|
|
59067
|
+
},{"../config":465}],473:[function(require,module,exports){
|
|
59003
59068
|
(function (factory) {
|
|
59004
59069
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59005
59070
|
var v = factory(require, exports);
|
|
@@ -59017,7 +59082,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59017
59082
|
exports.FootprintsItemData = FootprintsItemData;
|
|
59018
59083
|
});
|
|
59019
59084
|
|
|
59020
|
-
},{}],
|
|
59085
|
+
},{}],474:[function(require,module,exports){
|
|
59021
59086
|
(function (factory) {
|
|
59022
59087
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59023
59088
|
var v = factory(require, exports);
|
|
@@ -59061,14 +59126,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59061
59126
|
exports.relativePathRegex = new RegExp('^(?!www\\.|(?:http|ftp)s?://|[A-Za-z]:\\\\|//).*');
|
|
59062
59127
|
});
|
|
59063
59128
|
|
|
59064
|
-
},{}],
|
|
59129
|
+
},{}],475:[function(require,module,exports){
|
|
59065
59130
|
(function (factory) {
|
|
59066
59131
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59067
59132
|
var v = factory(require, exports);
|
|
59068
59133
|
if (v !== undefined) module.exports = v;
|
|
59069
59134
|
}
|
|
59070
59135
|
else if (typeof define === "function" && define.amd) {
|
|
59071
|
-
define(["require", "exports", "../../../common/agent-events/cockpit-notifier", "../../../common/agent-events/agent-events-contracts", "
|
|
59136
|
+
define(["require", "exports", "../../../common/agent-events/cockpit-notifier", "../../../common/agent-events/agent-events-contracts", "../system-date"], factory);
|
|
59072
59137
|
}
|
|
59073
59138
|
})(function (require, exports) {
|
|
59074
59139
|
"use strict";
|
|
@@ -59076,7 +59141,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59076
59141
|
exports.ContextMessageManager = exports.CONTEXT_EVENTS_KEYS = void 0;
|
|
59077
59142
|
const cockpit_notifier_1 = require("../../../common/agent-events/cockpit-notifier");
|
|
59078
59143
|
const agent_events_contracts_1 = require("../../../common/agent-events/agent-events-contracts");
|
|
59079
|
-
const system_date_1 = require("
|
|
59144
|
+
const system_date_1 = require("../system-date");
|
|
59080
59145
|
var CONTEXT_EVENTS_KEYS;
|
|
59081
59146
|
(function (CONTEXT_EVENTS_KEYS) {
|
|
59082
59147
|
CONTEXT_EVENTS_KEYS["SET_EVENTS_RECEIVED"] = "setEventsReceived";
|
|
@@ -59197,7 +59262,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59197
59262
|
ContextMessageManager.DEFAULT_SEND_INTERVAL = 60 * 1000;
|
|
59198
59263
|
});
|
|
59199
59264
|
|
|
59200
|
-
},{"../../../common/agent-events/agent-events-contracts":
|
|
59265
|
+
},{"../../../common/agent-events/agent-events-contracts":508,"../../../common/agent-events/cockpit-notifier":515,"../system-date":501}],476:[function(require,module,exports){
|
|
59201
59266
|
(function (factory) {
|
|
59202
59267
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59203
59268
|
var v = factory(require, exports);
|
|
@@ -59235,7 +59300,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59235
59300
|
exports.deleteCookie = deleteCookie;
|
|
59236
59301
|
});
|
|
59237
59302
|
|
|
59238
|
-
},{}],
|
|
59303
|
+
},{}],477:[function(require,module,exports){
|
|
59239
59304
|
(function (factory) {
|
|
59240
59305
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59241
59306
|
var v = factory(require, exports);
|
|
@@ -59402,7 +59467,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59402
59467
|
exports.deleteBaggageHandler = deleteBaggageHandler;
|
|
59403
59468
|
});
|
|
59404
59469
|
|
|
59405
|
-
},{"../../../common/agent-events/cockpit-notifier":
|
|
59470
|
+
},{"../../../common/agent-events/cockpit-notifier":515,"../agent-factory":454,"./const":474,"./context-message-manager":475,"./cookie-utils":476,"./utils":482,"@opentelemetry/api":18}],478:[function(require,module,exports){
|
|
59406
59471
|
(function (factory) {
|
|
59407
59472
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59408
59473
|
var v = factory(require, exports);
|
|
@@ -59472,7 +59537,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59472
59537
|
exports.CustomFetchInstrumentation = CustomFetchInstrumentation;
|
|
59473
59538
|
});
|
|
59474
59539
|
|
|
59475
|
-
},{"../context-message-manager":
|
|
59540
|
+
},{"../context-message-manager":475,"../utils":482,"@opentelemetry/instrumentation-fetch":89}],479:[function(require,module,exports){
|
|
59476
59541
|
(function (factory) {
|
|
59477
59542
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59478
59543
|
var v = factory(require, exports);
|
|
@@ -59524,7 +59589,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59524
59589
|
exports.CustomXMLHttpRequestInstrumentation = CustomXMLHttpRequestInstrumentation;
|
|
59525
59590
|
});
|
|
59526
59591
|
|
|
59527
|
-
},{"../context-message-manager":
|
|
59592
|
+
},{"../context-message-manager":475,"../utils":482,"@opentelemetry/instrumentation-xml-http-request":93}],480:[function(require,module,exports){
|
|
59528
59593
|
(function (factory) {
|
|
59529
59594
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59530
59595
|
var v = factory(require, exports);
|
|
@@ -59556,7 +59621,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59556
59621
|
exports.registerEventsBridge = registerEventsBridge;
|
|
59557
59622
|
});
|
|
59558
59623
|
|
|
59559
|
-
},{"./const":
|
|
59624
|
+
},{"./const":474,"./events":477,"./otel":481}],481:[function(require,module,exports){
|
|
59560
59625
|
(function (factory) {
|
|
59561
59626
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59562
59627
|
var v = factory(require, exports);
|
|
@@ -59591,7 +59656,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59591
59656
|
exports.registerOpenTelemetry = registerOpenTelemetry;
|
|
59592
59657
|
});
|
|
59593
59658
|
|
|
59594
|
-
},{"../../../common/agent-events/cockpit-notifier":
|
|
59659
|
+
},{"../../../common/agent-events/cockpit-notifier":515,"./implementations/CustomFetchInstrumentation":478,"./implementations/CustomXMLHttpRequestInstrumentation":479,"@opentelemetry/instrumentation":98}],482:[function(require,module,exports){
|
|
59595
59660
|
(function (factory) {
|
|
59596
59661
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59597
59662
|
var v = factory(require, exports);
|
|
@@ -59680,7 +59745,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59680
59745
|
exports.isSealightsAPI = isSealightsAPI;
|
|
59681
59746
|
});
|
|
59682
59747
|
|
|
59683
|
-
},{"./const":
|
|
59748
|
+
},{"./const":474}],483:[function(require,module,exports){
|
|
59684
59749
|
(function (factory) {
|
|
59685
59750
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59686
59751
|
var v = factory(require, exports);
|
|
@@ -59718,21 +59783,21 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59718
59783
|
exports.FeatureDetection = FeatureDetection;
|
|
59719
59784
|
});
|
|
59720
59785
|
|
|
59721
|
-
},{}],
|
|
59786
|
+
},{}],484:[function(require,module,exports){
|
|
59722
59787
|
(function (factory) {
|
|
59723
59788
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59724
59789
|
var v = factory(require, exports);
|
|
59725
59790
|
if (v !== undefined) module.exports = v;
|
|
59726
59791
|
}
|
|
59727
59792
|
else if (typeof define === "function" && define.amd) {
|
|
59728
|
-
define(["require", "exports", "./entities/footprints-item-data", "
|
|
59793
|
+
define(["require", "exports", "./entities/footprints-item-data", "./system-date"], factory);
|
|
59729
59794
|
}
|
|
59730
59795
|
})(function (require, exports) {
|
|
59731
59796
|
"use strict";
|
|
59732
59797
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59733
59798
|
exports.FootprintsQueueSender = void 0;
|
|
59734
59799
|
const footprints_item_data_1 = require("./entities/footprints-item-data");
|
|
59735
|
-
const system_date_1 = require("
|
|
59800
|
+
const system_date_1 = require("./system-date");
|
|
59736
59801
|
class FootprintsQueueSender {
|
|
59737
59802
|
constructor(watchdog, lightBackendProxy, codeCoverageManager, stateTracker, testStateHelper, environmentData, configuration, footprintsQueue, window, logger, slMappingLoader) {
|
|
59738
59803
|
this.watchdog = watchdog;
|
|
@@ -59923,14 +59988,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59923
59988
|
exports.FootprintsQueueSender = FootprintsQueueSender;
|
|
59924
59989
|
});
|
|
59925
59990
|
|
|
59926
|
-
},{"
|
|
59991
|
+
},{"./entities/footprints-item-data":473,"./system-date":501}],485:[function(require,module,exports){
|
|
59927
59992
|
(function (factory) {
|
|
59928
59993
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59929
59994
|
var v = factory(require, exports);
|
|
59930
59995
|
if (v !== undefined) module.exports = v;
|
|
59931
59996
|
}
|
|
59932
59997
|
else if (typeof define === "function" && define.amd) {
|
|
59933
|
-
define(["require", "exports", "./logger/log-factory", "../../common/footprints-process-v6/location-formatter", "../../common/footprints-process/collection-interval", "
|
|
59998
|
+
define(["require", "exports", "./logger/log-factory", "../../common/footprints-process-v6/location-formatter", "../../common/footprints-process/collection-interval", "./system-date"], factory);
|
|
59934
59999
|
}
|
|
59935
60000
|
})(function (require, exports) {
|
|
59936
60001
|
"use strict";
|
|
@@ -59939,7 +60004,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59939
60004
|
const log_factory_1 = require("./logger/log-factory");
|
|
59940
60005
|
const location_formatter_1 = require("../../common/footprints-process-v6/location-formatter");
|
|
59941
60006
|
const collection_interval_1 = require("../../common/footprints-process/collection-interval");
|
|
59942
|
-
const system_date_1 = require("
|
|
60007
|
+
const system_date_1 = require("./system-date");
|
|
59943
60008
|
class IstanbulToFootprintsConvertorV3 {
|
|
59944
60009
|
constructor(window, cfg) {
|
|
59945
60010
|
this.window = window;
|
|
@@ -60178,7 +60243,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60178
60243
|
exports.IstanbulToFootprintsConvertorV3 = IstanbulToFootprintsConvertorV3;
|
|
60179
60244
|
});
|
|
60180
60245
|
|
|
60181
|
-
},{"../../common/footprints-process-v6/location-formatter":
|
|
60246
|
+
},{"../../common/footprints-process-v6/location-formatter":546,"../../common/footprints-process/collection-interval":548,"./logger/log-factory":488,"./system-date":501}],486:[function(require,module,exports){
|
|
60182
60247
|
(function (factory) {
|
|
60183
60248
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60184
60249
|
var v = factory(require, exports);
|
|
@@ -60284,20 +60349,20 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60284
60349
|
exports.IstanbulToFootprintsConverter = IstanbulToFootprintsConverter;
|
|
60285
60350
|
});
|
|
60286
60351
|
|
|
60287
|
-
},{"./utils":
|
|
60352
|
+
},{"./utils":503}],487:[function(require,module,exports){
|
|
60288
60353
|
(function (factory) {
|
|
60289
60354
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60290
60355
|
var v = factory(require, exports);
|
|
60291
60356
|
if (v !== undefined) module.exports = v;
|
|
60292
60357
|
}
|
|
60293
60358
|
else if (typeof define === "function" && define.amd) {
|
|
60294
|
-
define(["require", "exports", "
|
|
60359
|
+
define(["require", "exports", "../system-date", "../configuration-override"], factory);
|
|
60295
60360
|
}
|
|
60296
60361
|
})(function (require, exports) {
|
|
60297
60362
|
"use strict";
|
|
60298
60363
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60299
60364
|
exports.ConsoleLogger = exports.LogLevels = void 0;
|
|
60300
|
-
const system_date_1 = require("
|
|
60365
|
+
const system_date_1 = require("../system-date");
|
|
60301
60366
|
const configuration_override_1 = require("../configuration-override");
|
|
60302
60367
|
var LogLevels;
|
|
60303
60368
|
(function (LogLevels) {
|
|
@@ -60475,7 +60540,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60475
60540
|
exports.ConsoleLogger = ConsoleLogger;
|
|
60476
60541
|
});
|
|
60477
60542
|
|
|
60478
|
-
},{"
|
|
60543
|
+
},{"../configuration-override":467,"../system-date":501}],488:[function(require,module,exports){
|
|
60479
60544
|
(function (factory) {
|
|
60480
60545
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60481
60546
|
var v = factory(require, exports);
|
|
@@ -60505,7 +60570,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60505
60570
|
exports.LogFactory = LogFactory;
|
|
60506
60571
|
});
|
|
60507
60572
|
|
|
60508
|
-
},{"./console-logger":
|
|
60573
|
+
},{"./console-logger":487,"./null-logger":489}],489:[function(require,module,exports){
|
|
60509
60574
|
(function (factory) {
|
|
60510
60575
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60511
60576
|
var v = factory(require, exports);
|
|
@@ -60562,14 +60627,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60562
60627
|
NullLogger.INSTANCE = new NullLogger();
|
|
60563
60628
|
});
|
|
60564
60629
|
|
|
60565
|
-
},{}],
|
|
60630
|
+
},{}],490:[function(require,module,exports){
|
|
60566
60631
|
(function (factory) {
|
|
60567
60632
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60568
60633
|
var v = factory(require, exports);
|
|
60569
60634
|
if (v !== undefined) module.exports = v;
|
|
60570
60635
|
}
|
|
60571
60636
|
else if (typeof define === "function" && define.amd) {
|
|
60572
|
-
define(["require", "exports", "../entities/footprints-item-data", "../delegate", "
|
|
60637
|
+
define(["require", "exports", "../entities/footprints-item-data", "../delegate", "../system-date"], factory);
|
|
60573
60638
|
}
|
|
60574
60639
|
})(function (require, exports) {
|
|
60575
60640
|
"use strict";
|
|
@@ -60577,7 +60642,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60577
60642
|
exports.FootprintsItemsQueue = void 0;
|
|
60578
60643
|
const footprints_item_data_1 = require("../entities/footprints-item-data");
|
|
60579
60644
|
const delegate_1 = require("../delegate");
|
|
60580
|
-
const system_date_1 = require("
|
|
60645
|
+
const system_date_1 = require("../system-date");
|
|
60581
60646
|
class FootprintsItemsQueue {
|
|
60582
60647
|
constructor(configuration) {
|
|
60583
60648
|
this.maxItemsInQueue = 500;
|
|
@@ -60643,7 +60708,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60643
60708
|
exports.FootprintsItemsQueue = FootprintsItemsQueue;
|
|
60644
60709
|
});
|
|
60645
60710
|
|
|
60646
|
-
},{"
|
|
60711
|
+
},{"../delegate":469,"../entities/footprints-item-data":473,"../system-date":501}],491:[function(require,module,exports){
|
|
60647
60712
|
(function (factory) {
|
|
60648
60713
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60649
60714
|
var v = factory(require, exports);
|
|
@@ -60710,7 +60775,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60710
60775
|
Queue.DEFAULT_MAX_ITEMS_IN_QUEUE = 1000;
|
|
60711
60776
|
});
|
|
60712
60777
|
|
|
60713
|
-
},{"../../../common/utils/validation-utils":
|
|
60778
|
+
},{"../../../common/utils/validation-utils":564}],492:[function(require,module,exports){
|
|
60714
60779
|
(function (factory) {
|
|
60715
60780
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60716
60781
|
var v = factory(require, exports);
|
|
@@ -60773,7 +60838,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60773
60838
|
exports.HttpClient = HttpClient;
|
|
60774
60839
|
});
|
|
60775
60840
|
|
|
60776
|
-
},{"./http-response":
|
|
60841
|
+
},{"./http-response":494}],493:[function(require,module,exports){
|
|
60777
60842
|
(function (factory) {
|
|
60778
60843
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60779
60844
|
var v = factory(require, exports);
|
|
@@ -60794,7 +60859,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60794
60859
|
exports.HttpRequest = HttpRequest;
|
|
60795
60860
|
});
|
|
60796
60861
|
|
|
60797
|
-
},{}],
|
|
60862
|
+
},{}],494:[function(require,module,exports){
|
|
60798
60863
|
(function (factory) {
|
|
60799
60864
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60800
60865
|
var v = factory(require, exports);
|
|
@@ -60812,7 +60877,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60812
60877
|
exports.HttpResponse = HttpResponse;
|
|
60813
60878
|
});
|
|
60814
60879
|
|
|
60815
|
-
},{}],
|
|
60880
|
+
},{}],495:[function(require,module,exports){
|
|
60816
60881
|
(function (factory) {
|
|
60817
60882
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60818
60883
|
var v = factory(require, exports);
|
|
@@ -60874,7 +60939,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60874
60939
|
exports.JsonClientAdapter = JsonClientAdapter;
|
|
60875
60940
|
});
|
|
60876
60941
|
|
|
60877
|
-
},{"../../../../common/utils/validation-utils":
|
|
60942
|
+
},{"../../../../common/utils/validation-utils":564}],496:[function(require,module,exports){
|
|
60878
60943
|
(function (factory) {
|
|
60879
60944
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60880
60945
|
var v = factory(require, exports);
|
|
@@ -61007,7 +61072,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61007
61072
|
exports.JsonClient = JsonClient;
|
|
61008
61073
|
});
|
|
61009
61074
|
|
|
61010
|
-
},{"../../../../common/agent-events/agent-events-contracts":
|
|
61075
|
+
},{"../../../../common/agent-events/agent-events-contracts":508,"../../../../common/http/contracts":550,"../http/http-request":493}],497:[function(require,module,exports){
|
|
61011
61076
|
(function (factory) {
|
|
61012
61077
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61013
61078
|
var v = factory(require, exports);
|
|
@@ -61035,7 +61100,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61035
61100
|
exports.NoopJsonClient = NoopJsonClient;
|
|
61036
61101
|
});
|
|
61037
61102
|
|
|
61038
|
-
},{"../../logger/log-factory":
|
|
61103
|
+
},{"../../logger/log-factory":488,"./json-client":496}],498:[function(require,module,exports){
|
|
61039
61104
|
(function (factory) {
|
|
61040
61105
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61041
61106
|
var v = factory(require, exports);
|
|
@@ -61075,7 +61140,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61075
61140
|
exports.LightBackendProxy = LightBackendProxy;
|
|
61076
61141
|
});
|
|
61077
61142
|
|
|
61078
|
-
},{}],
|
|
61143
|
+
},{}],499:[function(require,module,exports){
|
|
61079
61144
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61080
61145
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61081
61146
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -61144,7 +61209,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61144
61209
|
exports.SlMappingLoader = SlMappingLoader;
|
|
61145
61210
|
});
|
|
61146
61211
|
|
|
61147
|
-
},{"../../common/agent-events/cockpit-notifier":
|
|
61212
|
+
},{"../../common/agent-events/cockpit-notifier":515,"../../common/contracts":530}],500:[function(require,module,exports){
|
|
61148
61213
|
(function (factory) {
|
|
61149
61214
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61150
61215
|
var v = factory(require, exports);
|
|
@@ -61267,7 +61332,38 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61267
61332
|
StateTracker.ANONYMOUS_FOOTPRINTS_COLOR = '00000000-0000-0000-0000-000000000000/__init';
|
|
61268
61333
|
});
|
|
61269
61334
|
|
|
61270
|
-
},{"./contracts":
|
|
61335
|
+
},{"./contracts":468,"./delegate":469}],501:[function(require,module,exports){
|
|
61336
|
+
(function (factory) {
|
|
61337
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61338
|
+
var v = factory(require, exports);
|
|
61339
|
+
if (v !== undefined) module.exports = v;
|
|
61340
|
+
}
|
|
61341
|
+
else if (typeof define === "function" && define.amd) {
|
|
61342
|
+
define(["require", "exports", "./agent-time-synchronizer"], factory);
|
|
61343
|
+
}
|
|
61344
|
+
})(function (require, exports) {
|
|
61345
|
+
"use strict";
|
|
61346
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61347
|
+
exports.getSystemDateValueOf = exports.getSystemDateValueOfLocal = exports.getSystemDate = void 0;
|
|
61348
|
+
const agent_time_synchronizer_1 = require("./agent-time-synchronizer");
|
|
61349
|
+
const SystemDate = Date;
|
|
61350
|
+
const SystemDateValueOf = Date.prototype.valueOf;
|
|
61351
|
+
function getSystemDate() {
|
|
61352
|
+
return new SystemDate();
|
|
61353
|
+
}
|
|
61354
|
+
exports.getSystemDate = getSystemDate;
|
|
61355
|
+
function getSystemDateValueOfLocal() {
|
|
61356
|
+
const date = getSystemDate();
|
|
61357
|
+
return SystemDateValueOf.call(date);
|
|
61358
|
+
}
|
|
61359
|
+
exports.getSystemDateValueOfLocal = getSystemDateValueOfLocal;
|
|
61360
|
+
function getSystemDateValueOf() {
|
|
61361
|
+
return agent_time_synchronizer_1.AgentTimeSynchronizer.getOffset() + getSystemDateValueOfLocal();
|
|
61362
|
+
}
|
|
61363
|
+
exports.getSystemDateValueOf = getSystemDateValueOf;
|
|
61364
|
+
});
|
|
61365
|
+
|
|
61366
|
+
},{"./agent-time-synchronizer":455}],502:[function(require,module,exports){
|
|
61271
61367
|
(function (factory) {
|
|
61272
61368
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61273
61369
|
var v = factory(require, exports);
|
|
@@ -61301,7 +61397,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61301
61397
|
exports.TestStateHelper = TestStateHelper;
|
|
61302
61398
|
});
|
|
61303
61399
|
|
|
61304
|
-
},{}],
|
|
61400
|
+
},{}],503:[function(require,module,exports){
|
|
61305
61401
|
(function (factory) {
|
|
61306
61402
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61307
61403
|
var v = factory(require, exports);
|
|
@@ -61349,7 +61445,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61349
61445
|
exports.Utils = Utils;
|
|
61350
61446
|
});
|
|
61351
61447
|
|
|
61352
|
-
},{"path":370}],
|
|
61448
|
+
},{"path":370}],504:[function(require,module,exports){
|
|
61353
61449
|
(function (factory) {
|
|
61354
61450
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61355
61451
|
var v = factory(require, exports);
|
|
@@ -61434,7 +61530,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61434
61530
|
exports.Watchdog = Watchdog;
|
|
61435
61531
|
});
|
|
61436
61532
|
|
|
61437
|
-
},{"./delegate":
|
|
61533
|
+
},{"./delegate":469}],505:[function(require,module,exports){
|
|
61438
61534
|
(function (factory) {
|
|
61439
61535
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61440
61536
|
var v = factory(require, exports);
|
|
@@ -61469,7 +61565,71 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61469
61565
|
exports.WindowTimersWrapper = WindowTimersWrapper;
|
|
61470
61566
|
});
|
|
61471
61567
|
|
|
61472
|
-
},{}],
|
|
61568
|
+
},{}],506:[function(require,module,exports){
|
|
61569
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61570
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61571
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
61572
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
61573
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
61574
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
61575
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
61576
|
+
});
|
|
61577
|
+
};
|
|
61578
|
+
(function (factory) {
|
|
61579
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61580
|
+
var v = factory(require, exports);
|
|
61581
|
+
if (v !== undefined) module.exports = v;
|
|
61582
|
+
}
|
|
61583
|
+
else if (typeof define === "function" && define.amd) {
|
|
61584
|
+
define(["require", "exports", "../common/http/http-client", "../common/http/backend-proxy", "../common/system-date", "../common/agent-time"], factory);
|
|
61585
|
+
}
|
|
61586
|
+
})(function (require, exports) {
|
|
61587
|
+
"use strict";
|
|
61588
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
61589
|
+
exports.AgentTimeSynchronizer = void 0;
|
|
61590
|
+
const http_client_1 = require("../common/http/http-client");
|
|
61591
|
+
const backend_proxy_1 = require("../common/http/backend-proxy");
|
|
61592
|
+
const system_date_1 = require("../common/system-date");
|
|
61593
|
+
const agent_time_1 = require("../common/agent-time");
|
|
61594
|
+
class AgentTimeSynchronizer extends agent_time_1.AgentTime {
|
|
61595
|
+
constructor(syncIntervalSec, logger, agentBaseData, agentInstanceData) {
|
|
61596
|
+
super(syncIntervalSec, logger);
|
|
61597
|
+
this.agentBaseData = agentBaseData;
|
|
61598
|
+
this.agentInstanceData = agentInstanceData;
|
|
61599
|
+
}
|
|
61600
|
+
static getCreateAgentTimeSynchronizer(syncIntervalSec, logger, agentBaseData, agentInstanceData) {
|
|
61601
|
+
return (this._instance ||
|
|
61602
|
+
(this._instance = new this(syncIntervalSec, logger, agentBaseData, agentInstanceData)));
|
|
61603
|
+
}
|
|
61604
|
+
getSynchronizationTime() {
|
|
61605
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
61606
|
+
const timeSyncResult = { offset: 0 };
|
|
61607
|
+
const config = Object.assign(Object.assign({}, this.agentBaseData), { server: this.agentBaseData.origin, defaultTimeout: agent_time_1.AgentTime.DEFAULT_TIMEOUT });
|
|
61608
|
+
const httpClientMetadata = {
|
|
61609
|
+
agentId: this.agentInstanceData.agentId,
|
|
61610
|
+
buildSessionId: this.agentBaseData.buildSessionId,
|
|
61611
|
+
agentType: this.agentInstanceData.agentType,
|
|
61612
|
+
agentTechnology: this.agentInstanceData.technology,
|
|
61613
|
+
};
|
|
61614
|
+
const httpClient = new http_client_1.HttpClient(config, httpClientMetadata, this.logger);
|
|
61615
|
+
const backendProxy = new backend_proxy_1.BackendProxy(this.agentInstanceData, config, this.logger, httpClient);
|
|
61616
|
+
try {
|
|
61617
|
+
const time = yield backendProxy.getSyncedTime((0, system_date_1.getSystemDateValueOf)());
|
|
61618
|
+
if (time === null || time === void 0 ? void 0 : time.offset) {
|
|
61619
|
+
timeSyncResult.offset = Number(time.offset);
|
|
61620
|
+
}
|
|
61621
|
+
}
|
|
61622
|
+
catch (error) {
|
|
61623
|
+
this.logger.error(error);
|
|
61624
|
+
}
|
|
61625
|
+
return timeSyncResult;
|
|
61626
|
+
});
|
|
61627
|
+
}
|
|
61628
|
+
}
|
|
61629
|
+
exports.AgentTimeSynchronizer = AgentTimeSynchronizer;
|
|
61630
|
+
});
|
|
61631
|
+
|
|
61632
|
+
},{"../common/agent-time":522,"../common/http/backend-proxy":549,"../common/http/http-client":552,"../common/system-date":559}],507:[function(require,module,exports){
|
|
61473
61633
|
(function (factory) {
|
|
61474
61634
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61475
61635
|
var v = factory(require, exports);
|
|
@@ -61512,7 +61672,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61512
61672
|
})(COMMAND_ARGS = exports.COMMAND_ARGS || (exports.COMMAND_ARGS = {}));
|
|
61513
61673
|
});
|
|
61514
61674
|
|
|
61515
|
-
},{}],
|
|
61675
|
+
},{}],508:[function(require,module,exports){
|
|
61516
61676
|
(function (factory) {
|
|
61517
61677
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61518
61678
|
var v = factory(require, exports);
|
|
@@ -61578,7 +61738,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61578
61738
|
})(AgentTechnologies = exports.AgentTechnologies || (exports.AgentTechnologies = {}));
|
|
61579
61739
|
});
|
|
61580
61740
|
|
|
61581
|
-
},{}],
|
|
61741
|
+
},{}],509:[function(require,module,exports){
|
|
61582
61742
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61583
61743
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61584
61744
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -61613,12 +61773,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61613
61773
|
const browser_info_builder_1 = require("./browser-info-builder");
|
|
61614
61774
|
const data_cleansing_utils_1 = require("../utils/data-cleansing-utils");
|
|
61615
61775
|
class AgentEventsController {
|
|
61616
|
-
constructor(agentConfig, agentInstanceData, logger, backendProxy, tool, tags, colorContextManager) {
|
|
61776
|
+
constructor(agentConfig, agentInstanceData, logger, getSystemOffset, backendProxy, tool, tags, colorContextManager) {
|
|
61777
|
+
this.getSystemOffset = getSystemOffset;
|
|
61617
61778
|
this.colorContextManager = colorContextManager;
|
|
61618
61779
|
this.active = false;
|
|
61619
61780
|
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentConfig, 'agentConfig');
|
|
61620
61781
|
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentInstanceData, 'agentInstanceData');
|
|
61621
61782
|
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(logger, 'logger');
|
|
61783
|
+
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(getSystemOffset, 'getSystemOffset');
|
|
61622
61784
|
this._agentConfig = agentConfig;
|
|
61623
61785
|
this._logger = logger;
|
|
61624
61786
|
this._agentInstanceData = agentInstanceData;
|
|
@@ -61807,6 +61969,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61807
61969
|
return {
|
|
61808
61970
|
type: type,
|
|
61809
61971
|
utcTimestamp_ms: (0, system_date_1.getSystemDateValueOf)(),
|
|
61972
|
+
difftime: this.getSystemOffset(),
|
|
61810
61973
|
data: cleanData,
|
|
61811
61974
|
colorName: (_a = this.colorContextManager) === null || _a === void 0 ? void 0 : _a.getTestName()
|
|
61812
61975
|
};
|
|
@@ -61826,7 +61989,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61826
61989
|
})(StartRequestStatus || (StartRequestStatus = {}));
|
|
61827
61990
|
});
|
|
61828
61991
|
|
|
61829
|
-
},{"../http/backend-proxy":
|
|
61992
|
+
},{"../http/backend-proxy":549,"../system-date":559,"../utils/data-cleansing-utils":560,"../utils/validation-utils":564,"../watchdog":565,"./agent-events-contracts":508,"./agent-instance-info-builder":511,"./agent-start-info-builder":512,"./browser-info-builder":513,"./ci-info-builder":514,"./machine-info-builder":517,"./nodejs-env-info-builder":519}],510:[function(require,module,exports){
|
|
61830
61993
|
(function (factory) {
|
|
61831
61994
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61832
61995
|
var v = factory(require, exports);
|
|
@@ -61859,7 +62022,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61859
62022
|
AgentEventsGuard.EVENT_CODE_TO_LAST_CALL = new Map();
|
|
61860
62023
|
});
|
|
61861
62024
|
|
|
61862
|
-
},{"../system-date":
|
|
62025
|
+
},{"../system-date":559,"./cockpit-notifier":515}],511:[function(require,module,exports){
|
|
61863
62026
|
(function (process){(function (){
|
|
61864
62027
|
(function (factory) {
|
|
61865
62028
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62072,7 +62235,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62072
62235
|
});
|
|
62073
62236
|
|
|
62074
62237
|
}).call(this)}).call(this,require('_process'))
|
|
62075
|
-
},{"./sensitive-data-filter":
|
|
62238
|
+
},{"./sensitive-data-filter":520,"_process":378}],512:[function(require,module,exports){
|
|
62076
62239
|
(function (factory) {
|
|
62077
62240
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62078
62241
|
var v = factory(require, exports);
|
|
@@ -62115,7 +62278,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62115
62278
|
exports.AgentStartInfoBuilder = AgentStartInfoBuilder;
|
|
62116
62279
|
});
|
|
62117
62280
|
|
|
62118
|
-
},{"../utils/data-cleansing-utils":
|
|
62281
|
+
},{"../utils/data-cleansing-utils":560}],513:[function(require,module,exports){
|
|
62119
62282
|
(function (factory) {
|
|
62120
62283
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62121
62284
|
var v = factory(require, exports);
|
|
@@ -62148,7 +62311,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62148
62311
|
exports.BrowserInfoBuilder = BrowserInfoBuilder;
|
|
62149
62312
|
});
|
|
62150
62313
|
|
|
62151
|
-
},{"../system-date":
|
|
62314
|
+
},{"../system-date":559}],514:[function(require,module,exports){
|
|
62152
62315
|
(function (process){(function (){
|
|
62153
62316
|
(function (factory) {
|
|
62154
62317
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62190,7 +62353,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62190
62353
|
});
|
|
62191
62354
|
|
|
62192
62355
|
}).call(this)}).call(this,require('_process'))
|
|
62193
|
-
},{"_process":378}],
|
|
62356
|
+
},{"_process":378}],515:[function(require,module,exports){
|
|
62194
62357
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
62195
62358
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
62196
62359
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -62216,15 +62379,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62216
62379
|
const dry_run_agent_events_controller_1 = require("./dry-run-agent-events-controller");
|
|
62217
62380
|
const no_op_agent_events_controller_1 = require("./no-op-agent-events-controller");
|
|
62218
62381
|
class CockpitNotifier {
|
|
62219
|
-
static notifyStart(agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool, tags, colorContextManager) {
|
|
62382
|
+
static notifyStart(agentConfig, agentInstanceData, logger, getSystemOffset, packageJsonFile, backendProxy, tool, tags, colorContextManager) {
|
|
62220
62383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
62221
|
-
CockpitNotifier.controller = new agent_events_controller_1.AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool, tags, colorContextManager);
|
|
62384
|
+
CockpitNotifier.controller = new agent_events_controller_1.AgentEventsController(agentConfig, agentInstanceData, logger, getSystemOffset, backendProxy, tool, tags, colorContextManager);
|
|
62222
62385
|
yield CockpitNotifier.controller.submitAgentStartedEvent(packageJsonFile);
|
|
62223
62386
|
});
|
|
62224
62387
|
}
|
|
62225
|
-
static notifyStartNoOp(agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool, tags) {
|
|
62388
|
+
static notifyStartNoOp(agentConfig, agentInstanceData, logger, getSystemOffset, packageJsonFile, backendProxy, tool, tags) {
|
|
62226
62389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
62227
|
-
CockpitNotifier.controller = new no_op_agent_events_controller_1.NoOpAgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool, tags);
|
|
62390
|
+
CockpitNotifier.controller = new no_op_agent_events_controller_1.NoOpAgentEventsController(agentConfig, agentInstanceData, logger, getSystemOffset, backendProxy, tool, tags);
|
|
62228
62391
|
});
|
|
62229
62392
|
}
|
|
62230
62393
|
static notifyShutdown() {
|
|
@@ -62276,14 +62439,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62276
62439
|
CockpitNotifier.controllerNullLogged = false;
|
|
62277
62440
|
});
|
|
62278
62441
|
|
|
62279
|
-
},{"./agent-events-controller":
|
|
62442
|
+
},{"./agent-events-controller":509,"./dry-run-agent-events-controller":516,"./no-op-agent-events-controller":518}],516:[function(require,module,exports){
|
|
62280
62443
|
(function (factory) {
|
|
62281
62444
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62282
62445
|
var v = factory(require, exports);
|
|
62283
62446
|
if (v !== undefined) module.exports = v;
|
|
62284
62447
|
}
|
|
62285
62448
|
else if (typeof define === "function" && define.amd) {
|
|
62286
|
-
define(["require", "exports", "./agent-events-contracts", "./agent-events-controller", "../config-process/config", "../agent-instance-data"], factory);
|
|
62449
|
+
define(["require", "exports", "./agent-events-contracts", "./agent-events-controller", "../config-process/config", "../agent-instance-data", "../system-date"], factory);
|
|
62287
62450
|
}
|
|
62288
62451
|
})(function (require, exports) {
|
|
62289
62452
|
"use strict";
|
|
@@ -62293,9 +62456,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62293
62456
|
const agent_events_controller_1 = require("./agent-events-controller");
|
|
62294
62457
|
const config_1 = require("../config-process/config");
|
|
62295
62458
|
const agent_instance_data_1 = require("../agent-instance-data");
|
|
62459
|
+
const system_date_1 = require("../system-date");
|
|
62296
62460
|
class DryRunAgentEventsController extends agent_events_controller_1.AgentEventsController {
|
|
62297
62461
|
constructor(logger, proxy) {
|
|
62298
|
-
super(new config_1.AgentConfig(), new agent_instance_data_1.AgentInstanceData(agent_events_contracts_1.AgentTypes.SLNODEJS, agent_events_contracts_1.AgentTechnologies.NODEJS), logger, proxy, null);
|
|
62462
|
+
super(new config_1.AgentConfig(), new agent_instance_data_1.AgentInstanceData(agent_events_contracts_1.AgentTypes.SLNODEJS, agent_events_contracts_1.AgentTechnologies.NODEJS), logger, system_date_1.getSystemOffset, proxy, null);
|
|
62299
62463
|
}
|
|
62300
62464
|
submitAgentStartedEvent(packageJsonFile) {
|
|
62301
62465
|
return Promise.resolve(undefined);
|
|
@@ -62304,7 +62468,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62304
62468
|
exports.DryRunAgentEventsController = DryRunAgentEventsController;
|
|
62305
62469
|
});
|
|
62306
62470
|
|
|
62307
|
-
},{"../agent-instance-data":
|
|
62471
|
+
},{"../agent-instance-data":521,"../config-process/config":525,"../system-date":559,"./agent-events-contracts":508,"./agent-events-controller":509}],517:[function(require,module,exports){
|
|
62308
62472
|
(function (process){(function (){
|
|
62309
62473
|
(function (factory) {
|
|
62310
62474
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62356,7 +62520,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62356
62520
|
});
|
|
62357
62521
|
|
|
62358
62522
|
}).call(this)}).call(this,require('_process'))
|
|
62359
|
-
},{"../footprints-process-v6/buffer-size-helper":
|
|
62523
|
+
},{"../footprints-process-v6/buffer-size-helper":539,"../system-date":559,"_process":378,"os":338}],518:[function(require,module,exports){
|
|
62360
62524
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
62361
62525
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
62362
62526
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -62414,7 +62578,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62414
62578
|
exports.NoOpAgentEventsController = NoOpAgentEventsController;
|
|
62415
62579
|
});
|
|
62416
62580
|
|
|
62417
|
-
},{"./agent-events-controller":
|
|
62581
|
+
},{"./agent-events-controller":509}],519:[function(require,module,exports){
|
|
62418
62582
|
(function (process){(function (){
|
|
62419
62583
|
(function (factory) {
|
|
62420
62584
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62449,7 +62613,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62449
62613
|
});
|
|
62450
62614
|
|
|
62451
62615
|
}).call(this)}).call(this,require('_process'))
|
|
62452
|
-
},{"_process":378}],
|
|
62616
|
+
},{"_process":378}],520:[function(require,module,exports){
|
|
62453
62617
|
(function (factory) {
|
|
62454
62618
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62455
62619
|
var v = factory(require, exports);
|
|
@@ -62514,7 +62678,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62514
62678
|
exports.isSensitive = isSensitive;
|
|
62515
62679
|
});
|
|
62516
62680
|
|
|
62517
|
-
},{}],
|
|
62681
|
+
},{}],521:[function(require,module,exports){
|
|
62518
62682
|
(function (__dirname){(function (){
|
|
62519
62683
|
(function (factory) {
|
|
62520
62684
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62574,7 +62738,77 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62574
62738
|
});
|
|
62575
62739
|
|
|
62576
62740
|
}).call(this)}).call(this,"/tsOutputs/common")
|
|
62577
|
-
},{"./agent-events/agent-events-contracts":
|
|
62741
|
+
},{"./agent-events/agent-events-contracts":508,"./agent-events/agent-instance-info-builder":511,"./utils/files-utils":562,"fs":227,"uuid":741}],522:[function(require,module,exports){
|
|
62742
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
62743
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
62744
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
62745
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
62746
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
62747
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
62748
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
62749
|
+
});
|
|
62750
|
+
};
|
|
62751
|
+
(function (factory) {
|
|
62752
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62753
|
+
var v = factory(require, exports);
|
|
62754
|
+
if (v !== undefined) module.exports = v;
|
|
62755
|
+
}
|
|
62756
|
+
else if (typeof define === "function" && define.amd) {
|
|
62757
|
+
define(["require", "exports"], factory);
|
|
62758
|
+
}
|
|
62759
|
+
})(function (require, exports) {
|
|
62760
|
+
"use strict";
|
|
62761
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
62762
|
+
exports.AgentTime = void 0;
|
|
62763
|
+
class AgentTime {
|
|
62764
|
+
constructor(syncIntervalSec, logger) {
|
|
62765
|
+
this.MIN_SYNC_INTERVAL = 10 * 1000;
|
|
62766
|
+
syncIntervalSec = syncIntervalSec * 1000;
|
|
62767
|
+
this.logger = logger;
|
|
62768
|
+
if (syncIntervalSec < this.MIN_SYNC_INTERVAL) {
|
|
62769
|
+
this.logger.warn(`Sync interval from remote config too small ${syncIntervalSec}sec. Using default minimum interval of ${this.MIN_SYNC_INTERVAL / 1000}sec.`);
|
|
62770
|
+
this.syncIntervalSec = this.MIN_SYNC_INTERVAL;
|
|
62771
|
+
}
|
|
62772
|
+
else {
|
|
62773
|
+
this.syncIntervalSec = syncIntervalSec
|
|
62774
|
+
? syncIntervalSec * 1000
|
|
62775
|
+
: AgentTime.DEFAULT_SYNC_INTERVAL;
|
|
62776
|
+
}
|
|
62777
|
+
}
|
|
62778
|
+
static getOffset() {
|
|
62779
|
+
var _a, _b;
|
|
62780
|
+
return (_b = (_a = this._instance) === null || _a === void 0 ? void 0 : _a.timeSyncOffset) !== null && _b !== void 0 ? _b : 0;
|
|
62781
|
+
}
|
|
62782
|
+
initiateClockSync() {
|
|
62783
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
62784
|
+
yield this.syncTime();
|
|
62785
|
+
this.startSynchronization();
|
|
62786
|
+
});
|
|
62787
|
+
}
|
|
62788
|
+
syncTime() {
|
|
62789
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
62790
|
+
const { offset } = yield this.getSynchronizationTime();
|
|
62791
|
+
this.timeSyncOffset = offset;
|
|
62792
|
+
});
|
|
62793
|
+
}
|
|
62794
|
+
startSynchronization() {
|
|
62795
|
+
if (this.intervalStarted)
|
|
62796
|
+
return;
|
|
62797
|
+
const runSynchronizer = () => {
|
|
62798
|
+
this.syncTime();
|
|
62799
|
+
setTimeout(runSynchronizer, this.syncIntervalSec);
|
|
62800
|
+
};
|
|
62801
|
+
setTimeout(runSynchronizer, this.syncIntervalSec);
|
|
62802
|
+
this.intervalStarted = true;
|
|
62803
|
+
}
|
|
62804
|
+
}
|
|
62805
|
+
exports.AgentTime = AgentTime;
|
|
62806
|
+
AgentTime.DEFAULT_SYNC_INTERVAL_SEC = 60;
|
|
62807
|
+
AgentTime.DEFAULT_SYNC_INTERVAL = AgentTime.DEFAULT_SYNC_INTERVAL_SEC * 1000;
|
|
62808
|
+
AgentTime.DEFAULT_TIMEOUT = 4000;
|
|
62809
|
+
});
|
|
62810
|
+
|
|
62811
|
+
},{}],523:[function(require,module,exports){
|
|
62578
62812
|
(function (process){(function (){
|
|
62579
62813
|
(function (factory) {
|
|
62580
62814
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62657,6 +62891,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62657
62891
|
if (!agentCfg.server.hasValue) {
|
|
62658
62892
|
agentCfg.server.value = tokenData['x-sl-server'];
|
|
62659
62893
|
}
|
|
62894
|
+
if (!agentCfg.origin.hasValue) {
|
|
62895
|
+
const { origin } = new URL(agentCfg.server.value);
|
|
62896
|
+
agentCfg.origin.value = origin;
|
|
62897
|
+
}
|
|
62660
62898
|
agentCfg.customerId.value = customerId;
|
|
62661
62899
|
}
|
|
62662
62900
|
catch (err) {
|
|
@@ -62667,7 +62905,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62667
62905
|
});
|
|
62668
62906
|
|
|
62669
62907
|
}).call(this)}).call(this,require('_process'))
|
|
62670
|
-
},{"../../cli-parse/contracts":
|
|
62908
|
+
},{"../../cli-parse/contracts":507,"../constants/sl-env-vars":529,"./config":525,"./config-system":524,"_process":378,"fs":227,"jwt-decode":668}],524:[function(require,module,exports){
|
|
62671
62909
|
(function (process){(function (){
|
|
62672
62910
|
(function (factory) {
|
|
62673
62911
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62949,7 +63187,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62949
63187
|
});
|
|
62950
63188
|
|
|
62951
63189
|
}).call(this)}).call(this,require('_process'))
|
|
62952
|
-
},{"_process":378,"fs":227}],
|
|
63190
|
+
},{"_process":378,"fs":227}],525:[function(require,module,exports){
|
|
62953
63191
|
(function (factory) {
|
|
62954
63192
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62955
63193
|
var v = factory(require, exports);
|
|
@@ -62970,6 +63208,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62970
63208
|
this.buildSessionId = new config_system_1.StringConfigKey(false);
|
|
62971
63209
|
this.tokenFile = new config_system_1.StringConfigKey(false);
|
|
62972
63210
|
this.server = new config_system_1.StringConfigKey(false);
|
|
63211
|
+
this.origin = new config_system_1.StringConfigKey(false);
|
|
62973
63212
|
this.proxy = new config_system_1.StringConfigKey(false);
|
|
62974
63213
|
this.interval = new config_system_1.NumberConfigKey(false, 10000);
|
|
62975
63214
|
this.testStatusCheckInterval = new config_system_1.NumberConfigKey(false, 30000);
|
|
@@ -63025,7 +63264,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63025
63264
|
exports.AgentConfigWithRuntimeArgs = AgentConfigWithRuntimeArgs;
|
|
63026
63265
|
});
|
|
63027
63266
|
|
|
63028
|
-
},{"./config-system":
|
|
63267
|
+
},{"./config-system":524}],526:[function(require,module,exports){
|
|
63029
63268
|
(function (factory) {
|
|
63030
63269
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63031
63270
|
var v = factory(require, exports);
|
|
@@ -63142,7 +63381,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63142
63381
|
exports.ConfigProcess = ConfigProcess;
|
|
63143
63382
|
});
|
|
63144
63383
|
|
|
63145
|
-
},{"./config-system":
|
|
63384
|
+
},{"./config-system":524,"events":279,"jwt-decode":668,"object-assign":331}],527:[function(require,module,exports){
|
|
63146
63385
|
(function (factory) {
|
|
63147
63386
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63148
63387
|
var v = factory(require, exports);
|
|
@@ -63170,7 +63409,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63170
63409
|
exports.NoopConfigProcess = NoopConfigProcess;
|
|
63171
63410
|
});
|
|
63172
63411
|
|
|
63173
|
-
},{"./index":
|
|
63412
|
+
},{"./index":526}],528:[function(require,module,exports){
|
|
63174
63413
|
(function (factory) {
|
|
63175
63414
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63176
63415
|
var v = factory(require, exports);
|
|
@@ -63205,7 +63444,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63205
63444
|
_a);
|
|
63206
63445
|
});
|
|
63207
63446
|
|
|
63208
|
-
},{}],
|
|
63447
|
+
},{}],529:[function(require,module,exports){
|
|
63209
63448
|
(function (process){(function (){
|
|
63210
63449
|
(function (factory) {
|
|
63211
63450
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -63342,7 +63581,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63342
63581
|
});
|
|
63343
63582
|
|
|
63344
63583
|
}).call(this)}).call(this,require('_process'))
|
|
63345
|
-
},{"../footprints-process-v6/buffer-size-helper":
|
|
63584
|
+
},{"../footprints-process-v6/buffer-size-helper":539,"../utils/env-var-parsing":561,"_process":378}],530:[function(require,module,exports){
|
|
63346
63585
|
(function (factory) {
|
|
63347
63586
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63348
63587
|
var v = factory(require, exports);
|
|
@@ -63362,7 +63601,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63362
63601
|
})(FootprintsMapping = exports.FootprintsMapping || (exports.FootprintsMapping = {}));
|
|
63363
63602
|
});
|
|
63364
63603
|
|
|
63365
|
-
},{}],
|
|
63604
|
+
},{}],531:[function(require,module,exports){
|
|
63366
63605
|
(function (factory) {
|
|
63367
63606
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63368
63607
|
var v = factory(require, exports);
|
|
@@ -63382,7 +63621,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63382
63621
|
})(ElementType = exports.ElementType || (exports.ElementType = {}));
|
|
63383
63622
|
});
|
|
63384
63623
|
|
|
63385
|
-
},{}],
|
|
63624
|
+
},{}],532:[function(require,module,exports){
|
|
63386
63625
|
(function (factory) {
|
|
63387
63626
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63388
63627
|
var v = factory(require, exports);
|
|
@@ -63515,7 +63754,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63515
63754
|
exports.FileElement = FileElement;
|
|
63516
63755
|
});
|
|
63517
63756
|
|
|
63518
|
-
},{"../utils/validation-utils":
|
|
63757
|
+
},{"../utils/validation-utils":564}],533:[function(require,module,exports){
|
|
63519
63758
|
(function (factory) {
|
|
63520
63759
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63521
63760
|
var v = factory(require, exports);
|
|
@@ -63585,7 +63824,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63585
63824
|
exports.IstanbulUniqueIdConverter = IstanbulUniqueIdConverter;
|
|
63586
63825
|
});
|
|
63587
63826
|
|
|
63588
|
-
},{"./contracts":
|
|
63827
|
+
},{"./contracts":531,"./unique-id-converter":536}],534:[function(require,module,exports){
|
|
63589
63828
|
(function (factory) {
|
|
63590
63829
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63591
63830
|
var v = factory(require, exports);
|
|
@@ -63642,7 +63881,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63642
63881
|
}
|
|
63643
63882
|
});
|
|
63644
63883
|
|
|
63645
|
-
},{"../system-date":
|
|
63884
|
+
},{"../system-date":559,"../utils/files-utils":562,"./istanbul-unique-id-converter":533,"path":370}],535:[function(require,module,exports){
|
|
63646
63885
|
(function (factory) {
|
|
63647
63886
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63648
63887
|
var v = factory(require, exports);
|
|
@@ -63826,7 +64065,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63826
64065
|
exports.OriginalModuleLoader = OriginalModuleLoader;
|
|
63827
64066
|
});
|
|
63828
64067
|
|
|
63829
|
-
},{"../source-maps-utils":
|
|
64068
|
+
},{"../source-maps-utils":556,"../utils/files-utils":562,"../utils/validation-utils":564}],536:[function(require,module,exports){
|
|
63830
64069
|
(function (factory) {
|
|
63831
64070
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63832
64071
|
var v = factory(require, exports);
|
|
@@ -64038,7 +64277,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64038
64277
|
exports.UniqueIdConverter = UniqueIdConverter;
|
|
64039
64278
|
});
|
|
64040
64279
|
|
|
64041
|
-
},{"./contracts":
|
|
64280
|
+
},{"./contracts":531,"./file-element":532}],537:[function(require,module,exports){
|
|
64042
64281
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64043
64282
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
64044
64283
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -64229,7 +64468,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64229
64468
|
EventsProcess.ITEMS_TO_DEQUE = 1000;
|
|
64230
64469
|
});
|
|
64231
64470
|
|
|
64232
|
-
},{"../system-date":
|
|
64471
|
+
},{"../system-date":559,"../utils/validation-utils":564}],538:[function(require,module,exports){
|
|
64233
64472
|
(function (factory) {
|
|
64234
64473
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64235
64474
|
var v = factory(require, exports);
|
|
@@ -64285,7 +64524,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64285
64524
|
exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
|
|
64286
64525
|
});
|
|
64287
64526
|
|
|
64288
|
-
},{"../../common/footprints-process-v6/hits-converter":
|
|
64527
|
+
},{"../../common/footprints-process-v6/hits-converter":544,"../utils/files-utils":562,"./location-formatter":546}],539:[function(require,module,exports){
|
|
64289
64528
|
(function (factory) {
|
|
64290
64529
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64291
64530
|
var v = factory(require, exports);
|
|
@@ -64331,7 +64570,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64331
64570
|
BufferSizeHelper.BYTES_IN_GB = 1024 * 1024 * 1024;
|
|
64332
64571
|
});
|
|
64333
64572
|
|
|
64334
|
-
},{}],
|
|
64573
|
+
},{}],540:[function(require,module,exports){
|
|
64335
64574
|
(function (factory) {
|
|
64336
64575
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64337
64576
|
var v = factory(require, exports);
|
|
@@ -64369,7 +64608,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64369
64608
|
exports.CollectorFootprintsBuffer = CollectorFootprintsBuffer;
|
|
64370
64609
|
});
|
|
64371
64610
|
|
|
64372
|
-
},{"../agent-events/agent-events-contracts":
|
|
64611
|
+
},{"../agent-events/agent-events-contracts":508,"../contracts":530,"./footprints-buffer":542}],541:[function(require,module,exports){
|
|
64373
64612
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64374
64613
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
64375
64614
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -64466,7 +64705,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64466
64705
|
exports.CollectorFootprintsProcess = CollectorFootprintsProcess;
|
|
64467
64706
|
});
|
|
64468
64707
|
|
|
64469
|
-
},{".":
|
|
64708
|
+
},{".":545,"../no-op-state-tracker":555}],542:[function(require,module,exports){
|
|
64470
64709
|
(function (factory) {
|
|
64471
64710
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64472
64711
|
var v = factory(require, exports);
|
|
@@ -64587,7 +64826,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64587
64826
|
FootprintsBuffer.BUFFER_FULL = 'bufferFull';
|
|
64588
64827
|
});
|
|
64589
64828
|
|
|
64590
|
-
},{"../agent-events/agent-events-contracts":
|
|
64829
|
+
},{"../agent-events/agent-events-contracts":508,"../agent-events/cockpit-notifier":515,"./buffer-size-helper":539,"events":279}],543:[function(require,module,exports){
|
|
64591
64830
|
(function (global){(function (){
|
|
64592
64831
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64593
64832
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -64775,7 +65014,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64775
65014
|
});
|
|
64776
65015
|
|
|
64777
65016
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
64778
|
-
},{"../agent-events/cockpit-notifier":
|
|
65017
|
+
},{"../agent-events/cockpit-notifier":515,"../constants/sl-env-vars":529,"../coverage-elements/original-module-loader":535}],544:[function(require,module,exports){
|
|
64779
65018
|
(function (factory) {
|
|
64780
65019
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64781
65020
|
var v = factory(require, exports);
|
|
@@ -64925,7 +65164,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64925
65164
|
HitsConverter.BRANCH_ID_DEL = '|';
|
|
64926
65165
|
});
|
|
64927
65166
|
|
|
64928
|
-
},{"../agent-events/cockpit-notifier":
|
|
65167
|
+
},{"../agent-events/cockpit-notifier":515,"../constants/sl-env-vars":529,"../coverage-elements/new-id-resolver":534,"../coverage-elements/original-module-loader":535,"./hits-collector":543}],545:[function(require,module,exports){
|
|
64929
65168
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64930
65169
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
64931
65170
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -65228,7 +65467,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65228
65467
|
FootprintsProcess.ALARM_FIRED = 'alarm';
|
|
65229
65468
|
});
|
|
65230
65469
|
|
|
65231
|
-
},{"../agent-events/agent-events-contracts":
|
|
65470
|
+
},{"../agent-events/agent-events-contracts":508,"../agent-events/agent-events-guard":510,"../agent-events/cockpit-notifier":515,"../constants/sl-env-vars":529,"../footprints-process/collection-interval":548,"../state-tracker":558,"./footprints-buffer":542}],546:[function(require,module,exports){
|
|
65232
65471
|
(function (factory) {
|
|
65233
65472
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65234
65473
|
var v = factory(require, exports);
|
|
@@ -65262,7 +65501,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65262
65501
|
}
|
|
65263
65502
|
});
|
|
65264
65503
|
|
|
65265
|
-
},{}],
|
|
65504
|
+
},{}],547:[function(require,module,exports){
|
|
65266
65505
|
(function (process){(function (){
|
|
65267
65506
|
(function (factory) {
|
|
65268
65507
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -65303,7 +65542,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65303
65542
|
});
|
|
65304
65543
|
|
|
65305
65544
|
}).call(this)}).call(this,require('_process'))
|
|
65306
|
-
},{"_process":378}],
|
|
65545
|
+
},{"_process":378}],548:[function(require,module,exports){
|
|
65307
65546
|
(function (factory) {
|
|
65308
65547
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65309
65548
|
var v = factory(require, exports);
|
|
@@ -65341,7 +65580,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65341
65580
|
exports.CollectionInterval = CollectionInterval;
|
|
65342
65581
|
});
|
|
65343
65582
|
|
|
65344
|
-
},{"../system-date":
|
|
65583
|
+
},{"../system-date":559}],549:[function(require,module,exports){
|
|
65345
65584
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
65346
65585
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
65347
65586
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -65700,13 +65939,24 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65700
65939
|
return true;
|
|
65701
65940
|
return false;
|
|
65702
65941
|
}
|
|
65942
|
+
getSyncedTime(currentTime) {
|
|
65943
|
+
return new Promise((resolve, reject) => {
|
|
65944
|
+
const url = sl_routes_1.SLRoutes.syncTypeRoute(currentTime);
|
|
65945
|
+
this.client.get(url, (err, body) => {
|
|
65946
|
+
if (err) {
|
|
65947
|
+
return reject(err);
|
|
65948
|
+
}
|
|
65949
|
+
return resolve(body);
|
|
65950
|
+
});
|
|
65951
|
+
});
|
|
65952
|
+
}
|
|
65703
65953
|
}
|
|
65704
65954
|
exports.BackendProxy = BackendProxy;
|
|
65705
65955
|
BackendProxy.DEFAULT_HTTP_MAX_ATTEMPTS = 6;
|
|
65706
65956
|
BackendProxy.DEFAULT_HTTP_ATTEMPT_INTERVAL = 5 * 1000;
|
|
65707
65957
|
});
|
|
65708
65958
|
|
|
65709
|
-
},{"../constants/constants":
|
|
65959
|
+
},{"../constants/constants":528,"../utils/timer-utils":563,"../utils/validation-utils":564,"./contracts":550,"./entities-mapper":551,"./http-client":552,"./sl-routes":554}],550:[function(require,module,exports){
|
|
65710
65960
|
(function (factory) {
|
|
65711
65961
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65712
65962
|
var v = factory(require, exports);
|
|
@@ -65823,7 +66073,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65823
66073
|
})(SealightsHaderValues = exports.SealightsHaderValues || (exports.SealightsHaderValues = {}));
|
|
65824
66074
|
});
|
|
65825
66075
|
|
|
65826
|
-
},{"../system-date":
|
|
66076
|
+
},{"../system-date":559}],551:[function(require,module,exports){
|
|
65827
66077
|
(function (factory) {
|
|
65828
66078
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65829
66079
|
var v = factory(require, exports);
|
|
@@ -65849,7 +66099,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65849
66099
|
exports.EntitiesMapper = EntitiesMapper;
|
|
65850
66100
|
});
|
|
65851
66101
|
|
|
65852
|
-
},{"./contracts":
|
|
66102
|
+
},{"./contracts":550}],552:[function(require,module,exports){
|
|
65853
66103
|
(function (process,Buffer){(function (){
|
|
65854
66104
|
(function (factory) {
|
|
65855
66105
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -66075,7 +66325,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66075
66325
|
});
|
|
66076
66326
|
|
|
66077
66327
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
66078
|
-
},{"../../common/system-date":
|
|
66328
|
+
},{"../../common/system-date":559,"../utils/validation-utils":564,"./contracts":550,"./http-verb":553,"_process":378,"buffer":229,"sl-request":686,"zlib":226}],553:[function(require,module,exports){
|
|
66079
66329
|
(function (factory) {
|
|
66080
66330
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66081
66331
|
var v = factory(require, exports);
|
|
@@ -66097,7 +66347,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66097
66347
|
})(HttpVerb = exports.HttpVerb || (exports.HttpVerb = {}));
|
|
66098
66348
|
});
|
|
66099
66349
|
|
|
66100
|
-
},{}],
|
|
66350
|
+
},{}],554:[function(require,module,exports){
|
|
66101
66351
|
(function (factory) {
|
|
66102
66352
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66103
66353
|
var v = factory(require, exports);
|
|
@@ -66294,6 +66544,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66294
66544
|
paramString += '&';
|
|
66295
66545
|
return paramString;
|
|
66296
66546
|
}
|
|
66547
|
+
static syncTypeRoute(currentTime) {
|
|
66548
|
+
return SLRoutes.SLASH + SLRoutes.CLOCK + SLRoutes.SLASH + SLRoutes.SYNC + SLRoutes.buildQueryParams({ time: currentTime });
|
|
66549
|
+
}
|
|
66297
66550
|
}
|
|
66298
66551
|
exports.SLRoutes = SLRoutes;
|
|
66299
66552
|
SLRoutes.SLASH = '/';
|
|
@@ -66326,9 +66579,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66326
66579
|
SLRoutes.LAB_IDS = 'lab-ids';
|
|
66327
66580
|
SLRoutes.BUILD_SESSIONS = 'build-sessions';
|
|
66328
66581
|
SLRoutes.ACTIVE = 'active';
|
|
66582
|
+
SLRoutes.CLOCK = 'clock';
|
|
66583
|
+
SLRoutes.SYNC = 'sync';
|
|
66329
66584
|
});
|
|
66330
66585
|
|
|
66331
|
-
},{"../constants/constants":
|
|
66586
|
+
},{"../constants/constants":528,"../utils/validation-utils":564}],555:[function(require,module,exports){
|
|
66332
66587
|
(function (factory) {
|
|
66333
66588
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66334
66589
|
var v = factory(require, exports);
|
|
@@ -66360,7 +66615,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66360
66615
|
exports.NoopStateTracker = NoopStateTracker;
|
|
66361
66616
|
});
|
|
66362
66617
|
|
|
66363
|
-
},{"./state-tracker-fpv6":
|
|
66618
|
+
},{"./state-tracker-fpv6":557}],556:[function(require,module,exports){
|
|
66364
66619
|
(function (factory) {
|
|
66365
66620
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66366
66621
|
var v = factory(require, exports);
|
|
@@ -66407,7 +66662,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66407
66662
|
exports.SourceMapsUtils = SourceMapsUtils;
|
|
66408
66663
|
});
|
|
66409
66664
|
|
|
66410
|
-
},{"fs":227,"source-map":436}],
|
|
66665
|
+
},{"fs":227,"source-map":436}],557:[function(require,module,exports){
|
|
66411
66666
|
(function (factory) {
|
|
66412
66667
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66413
66668
|
var v = factory(require, exports);
|
|
@@ -66440,7 +66695,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66440
66695
|
exports.StateTrackerFpv6 = StateTrackerFpv6;
|
|
66441
66696
|
});
|
|
66442
66697
|
|
|
66443
|
-
},{"./state-tracker":
|
|
66698
|
+
},{"./state-tracker":558}],558:[function(require,module,exports){
|
|
66444
66699
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
66445
66700
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
66446
66701
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -66717,33 +66972,42 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66717
66972
|
StateTracker.NO_ACTIVE_EXECUTION = 'noActiveExecution';
|
|
66718
66973
|
});
|
|
66719
66974
|
|
|
66720
|
-
},{"./agent-events/agent-events-contracts":
|
|
66975
|
+
},{"./agent-events/agent-events-contracts":508,"./agent-events/cockpit-notifier":515,"./constants/sl-env-vars":529,"./utils/validation-utils":564,"events":279}],559:[function(require,module,exports){
|
|
66721
66976
|
(function (factory) {
|
|
66722
66977
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66723
66978
|
var v = factory(require, exports);
|
|
66724
66979
|
if (v !== undefined) module.exports = v;
|
|
66725
66980
|
}
|
|
66726
66981
|
else if (typeof define === "function" && define.amd) {
|
|
66727
|
-
define(["require", "exports"], factory);
|
|
66982
|
+
define(["require", "exports", "../cli-parse/agent-time-synchronizer"], factory);
|
|
66728
66983
|
}
|
|
66729
66984
|
})(function (require, exports) {
|
|
66730
66985
|
"use strict";
|
|
66731
66986
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
66732
|
-
exports.getSystemDateValueOf = exports.getSystemDate = void 0;
|
|
66987
|
+
exports.getSystemOffset = exports.getSystemDateValueOf = exports.getSystemDateValueOfLocal = exports.getSystemDate = void 0;
|
|
66988
|
+
const agent_time_synchronizer_1 = require("../cli-parse/agent-time-synchronizer");
|
|
66733
66989
|
const SystemDate = Date;
|
|
66734
66990
|
const SystemDateValueOf = Date.prototype.valueOf;
|
|
66735
66991
|
function getSystemDate() {
|
|
66736
66992
|
return new SystemDate();
|
|
66737
66993
|
}
|
|
66738
66994
|
exports.getSystemDate = getSystemDate;
|
|
66739
|
-
function
|
|
66995
|
+
function getSystemDateValueOfLocal() {
|
|
66740
66996
|
const date = getSystemDate();
|
|
66741
66997
|
return SystemDateValueOf.call(date);
|
|
66742
66998
|
}
|
|
66999
|
+
exports.getSystemDateValueOfLocal = getSystemDateValueOfLocal;
|
|
67000
|
+
function getSystemDateValueOf() {
|
|
67001
|
+
return agent_time_synchronizer_1.AgentTimeSynchronizer.getOffset() + getSystemDateValueOfLocal();
|
|
67002
|
+
}
|
|
66743
67003
|
exports.getSystemDateValueOf = getSystemDateValueOf;
|
|
67004
|
+
function getSystemOffset() {
|
|
67005
|
+
return agent_time_synchronizer_1.AgentTimeSynchronizer.getOffset();
|
|
67006
|
+
}
|
|
67007
|
+
exports.getSystemOffset = getSystemOffset;
|
|
66744
67008
|
});
|
|
66745
67009
|
|
|
66746
|
-
},{}],
|
|
67010
|
+
},{"../cli-parse/agent-time-synchronizer":506}],560:[function(require,module,exports){
|
|
66747
67011
|
(function (factory) {
|
|
66748
67012
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66749
67013
|
var v = factory(require, exports);
|
|
@@ -66808,7 +67072,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66808
67072
|
DataCleansingUtils.REMOVED_VALUE_TEXT = '<real value removed due to security configuration>';
|
|
66809
67073
|
});
|
|
66810
67074
|
|
|
66811
|
-
},{}],
|
|
67075
|
+
},{}],561:[function(require,module,exports){
|
|
66812
67076
|
(function (process){(function (){
|
|
66813
67077
|
(function (factory) {
|
|
66814
67078
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -66847,7 +67111,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66847
67111
|
});
|
|
66848
67112
|
|
|
66849
67113
|
}).call(this)}).call(this,require('_process'))
|
|
66850
|
-
},{"_process":378}],
|
|
67114
|
+
},{"_process":378}],562:[function(require,module,exports){
|
|
66851
67115
|
(function (factory) {
|
|
66852
67116
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66853
67117
|
var v = factory(require, exports);
|
|
@@ -66901,7 +67165,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66901
67165
|
exports.FilesUtils = FilesUtils;
|
|
66902
67166
|
});
|
|
66903
67167
|
|
|
66904
|
-
},{"fs":227,"path":370}],
|
|
67168
|
+
},{"fs":227,"path":370}],563:[function(require,module,exports){
|
|
66905
67169
|
(function (factory) {
|
|
66906
67170
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66907
67171
|
var v = factory(require, exports);
|
|
@@ -66922,7 +67186,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66922
67186
|
exports.TimerUtils = TimerUtils;
|
|
66923
67187
|
});
|
|
66924
67188
|
|
|
66925
|
-
},{}],
|
|
67189
|
+
},{}],564:[function(require,module,exports){
|
|
66926
67190
|
(function (factory) {
|
|
66927
67191
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66928
67192
|
var v = factory(require, exports);
|
|
@@ -66955,7 +67219,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66955
67219
|
exports.ValidationUtils = ValidationUtils;
|
|
66956
67220
|
});
|
|
66957
67221
|
|
|
66958
|
-
},{"../constants/constants":
|
|
67222
|
+
},{"../constants/constants":528}],565:[function(require,module,exports){
|
|
66959
67223
|
(function (factory) {
|
|
66960
67224
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66961
67225
|
var v = factory(require, exports);
|
|
@@ -67062,7 +67326,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
67062
67326
|
exports.Watchdog = Watchdog;
|
|
67063
67327
|
});
|
|
67064
67328
|
|
|
67065
|
-
},{"events":279}],
|
|
67329
|
+
},{"events":279}],566:[function(require,module,exports){
|
|
67066
67330
|
'use strict';
|
|
67067
67331
|
|
|
67068
67332
|
var compileSchema = require('./compile')
|
|
@@ -67570,7 +67834,7 @@ function setLogger(self) {
|
|
|
67570
67834
|
|
|
67571
67835
|
function noop() {}
|
|
67572
67836
|
|
|
67573
|
-
},{"./cache":
|
|
67837
|
+
},{"./cache":567,"./compile":571,"./compile/async":568,"./compile/error_classes":569,"./compile/formats":570,"./compile/resolve":572,"./compile/rules":573,"./compile/schema_obj":574,"./compile/util":576,"./data":577,"./keyword":605,"./refs/data.json":606,"./refs/json-schema-draft-07.json":608,"fast-json-stable-stringify":630}],567:[function(require,module,exports){
|
|
67574
67838
|
'use strict';
|
|
67575
67839
|
|
|
67576
67840
|
|
|
@@ -67598,7 +67862,7 @@ Cache.prototype.clear = function Cache_clear() {
|
|
|
67598
67862
|
this._cache = {};
|
|
67599
67863
|
};
|
|
67600
67864
|
|
|
67601
|
-
},{}],
|
|
67865
|
+
},{}],568:[function(require,module,exports){
|
|
67602
67866
|
'use strict';
|
|
67603
67867
|
|
|
67604
67868
|
var MissingRefError = require('./error_classes').MissingRef;
|
|
@@ -67690,7 +67954,7 @@ function compileAsync(schema, meta, callback) {
|
|
|
67690
67954
|
}
|
|
67691
67955
|
}
|
|
67692
67956
|
|
|
67693
|
-
},{"./error_classes":
|
|
67957
|
+
},{"./error_classes":569}],569:[function(require,module,exports){
|
|
67694
67958
|
'use strict';
|
|
67695
67959
|
|
|
67696
67960
|
var resolve = require('./resolve');
|
|
@@ -67726,7 +67990,7 @@ function errorSubclass(Subclass) {
|
|
|
67726
67990
|
return Subclass;
|
|
67727
67991
|
}
|
|
67728
67992
|
|
|
67729
|
-
},{"./resolve":
|
|
67993
|
+
},{"./resolve":572}],570:[function(require,module,exports){
|
|
67730
67994
|
'use strict';
|
|
67731
67995
|
|
|
67732
67996
|
var util = require('./util');
|
|
@@ -67870,7 +68134,7 @@ function regex(str) {
|
|
|
67870
68134
|
}
|
|
67871
68135
|
}
|
|
67872
68136
|
|
|
67873
|
-
},{"./util":
|
|
68137
|
+
},{"./util":576}],571:[function(require,module,exports){
|
|
67874
68138
|
'use strict';
|
|
67875
68139
|
|
|
67876
68140
|
var resolve = require('./resolve')
|
|
@@ -68259,7 +68523,7 @@ function vars(arr, statement) {
|
|
|
68259
68523
|
return code;
|
|
68260
68524
|
}
|
|
68261
68525
|
|
|
68262
|
-
},{"../dotjs/validate":
|
|
68526
|
+
},{"../dotjs/validate":604,"./error_classes":569,"./resolve":572,"./util":576,"fast-deep-equal":629,"fast-json-stable-stringify":630}],572:[function(require,module,exports){
|
|
68263
68527
|
'use strict';
|
|
68264
68528
|
|
|
68265
68529
|
var URI = require('uri-js')
|
|
@@ -68531,7 +68795,7 @@ function resolveIds(schema) {
|
|
|
68531
68795
|
return localRefs;
|
|
68532
68796
|
}
|
|
68533
68797
|
|
|
68534
|
-
},{"./schema_obj":
|
|
68798
|
+
},{"./schema_obj":574,"./util":576,"fast-deep-equal":629,"json-schema-traverse":662,"uri-js":739}],573:[function(require,module,exports){
|
|
68535
68799
|
'use strict';
|
|
68536
68800
|
|
|
68537
68801
|
var ruleModules = require('../dotjs')
|
|
@@ -68599,7 +68863,7 @@ module.exports = function rules() {
|
|
|
68599
68863
|
return RULES;
|
|
68600
68864
|
};
|
|
68601
68865
|
|
|
68602
|
-
},{"../dotjs":
|
|
68866
|
+
},{"../dotjs":593,"./util":576}],574:[function(require,module,exports){
|
|
68603
68867
|
'use strict';
|
|
68604
68868
|
|
|
68605
68869
|
var util = require('./util');
|
|
@@ -68610,7 +68874,7 @@ function SchemaObject(obj) {
|
|
|
68610
68874
|
util.copy(obj, this);
|
|
68611
68875
|
}
|
|
68612
68876
|
|
|
68613
|
-
},{"./util":
|
|
68877
|
+
},{"./util":576}],575:[function(require,module,exports){
|
|
68614
68878
|
'use strict';
|
|
68615
68879
|
|
|
68616
68880
|
// https://mathiasbynens.be/notes/javascript-encoding
|
|
@@ -68632,7 +68896,7 @@ module.exports = function ucs2length(str) {
|
|
|
68632
68896
|
return length;
|
|
68633
68897
|
};
|
|
68634
68898
|
|
|
68635
|
-
},{}],
|
|
68899
|
+
},{}],576:[function(require,module,exports){
|
|
68636
68900
|
'use strict';
|
|
68637
68901
|
|
|
68638
68902
|
|
|
@@ -68873,7 +69137,7 @@ function unescapeJsonPointer(str) {
|
|
|
68873
69137
|
return str.replace(/~1/g, '/').replace(/~0/g, '~');
|
|
68874
69138
|
}
|
|
68875
69139
|
|
|
68876
|
-
},{"./ucs2length":
|
|
69140
|
+
},{"./ucs2length":575,"fast-deep-equal":629}],577:[function(require,module,exports){
|
|
68877
69141
|
'use strict';
|
|
68878
69142
|
|
|
68879
69143
|
var KEYWORDS = [
|
|
@@ -68924,7 +69188,7 @@ module.exports = function (metaSchema, keywordsJsonPointers) {
|
|
|
68924
69188
|
return metaSchema;
|
|
68925
69189
|
};
|
|
68926
69190
|
|
|
68927
|
-
},{}],
|
|
69191
|
+
},{}],578:[function(require,module,exports){
|
|
68928
69192
|
'use strict';
|
|
68929
69193
|
|
|
68930
69194
|
var metaSchema = require('./refs/json-schema-draft-07.json');
|
|
@@ -68963,7 +69227,7 @@ module.exports = {
|
|
|
68963
69227
|
}
|
|
68964
69228
|
};
|
|
68965
69229
|
|
|
68966
|
-
},{"./refs/json-schema-draft-07.json":
|
|
69230
|
+
},{"./refs/json-schema-draft-07.json":608}],579:[function(require,module,exports){
|
|
68967
69231
|
'use strict';
|
|
68968
69232
|
module.exports = function generate__limit(it, $keyword, $ruleType) {
|
|
68969
69233
|
var out = ' ';
|
|
@@ -69128,7 +69392,7 @@ module.exports = function generate__limit(it, $keyword, $ruleType) {
|
|
|
69128
69392
|
return out;
|
|
69129
69393
|
}
|
|
69130
69394
|
|
|
69131
|
-
},{}],
|
|
69395
|
+
},{}],580:[function(require,module,exports){
|
|
69132
69396
|
'use strict';
|
|
69133
69397
|
module.exports = function generate__limitItems(it, $keyword, $ruleType) {
|
|
69134
69398
|
var out = ' ';
|
|
@@ -69210,7 +69474,7 @@ module.exports = function generate__limitItems(it, $keyword, $ruleType) {
|
|
|
69210
69474
|
return out;
|
|
69211
69475
|
}
|
|
69212
69476
|
|
|
69213
|
-
},{}],
|
|
69477
|
+
},{}],581:[function(require,module,exports){
|
|
69214
69478
|
'use strict';
|
|
69215
69479
|
module.exports = function generate__limitLength(it, $keyword, $ruleType) {
|
|
69216
69480
|
var out = ' ';
|
|
@@ -69297,7 +69561,7 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
|
|
|
69297
69561
|
return out;
|
|
69298
69562
|
}
|
|
69299
69563
|
|
|
69300
|
-
},{}],
|
|
69564
|
+
},{}],582:[function(require,module,exports){
|
|
69301
69565
|
'use strict';
|
|
69302
69566
|
module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
|
|
69303
69567
|
var out = ' ';
|
|
@@ -69379,7 +69643,7 @@ module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
|
|
|
69379
69643
|
return out;
|
|
69380
69644
|
}
|
|
69381
69645
|
|
|
69382
|
-
},{}],
|
|
69646
|
+
},{}],583:[function(require,module,exports){
|
|
69383
69647
|
'use strict';
|
|
69384
69648
|
module.exports = function generate_allOf(it, $keyword, $ruleType) {
|
|
69385
69649
|
var out = ' ';
|
|
@@ -69423,7 +69687,7 @@ module.exports = function generate_allOf(it, $keyword, $ruleType) {
|
|
|
69423
69687
|
return out;
|
|
69424
69688
|
}
|
|
69425
69689
|
|
|
69426
|
-
},{}],
|
|
69690
|
+
},{}],584:[function(require,module,exports){
|
|
69427
69691
|
'use strict';
|
|
69428
69692
|
module.exports = function generate_anyOf(it, $keyword, $ruleType) {
|
|
69429
69693
|
var out = ' ';
|
|
@@ -69498,7 +69762,7 @@ module.exports = function generate_anyOf(it, $keyword, $ruleType) {
|
|
|
69498
69762
|
return out;
|
|
69499
69763
|
}
|
|
69500
69764
|
|
|
69501
|
-
},{}],
|
|
69765
|
+
},{}],585:[function(require,module,exports){
|
|
69502
69766
|
'use strict';
|
|
69503
69767
|
module.exports = function generate_comment(it, $keyword, $ruleType) {
|
|
69504
69768
|
var out = ' ';
|
|
@@ -69514,7 +69778,7 @@ module.exports = function generate_comment(it, $keyword, $ruleType) {
|
|
|
69514
69778
|
return out;
|
|
69515
69779
|
}
|
|
69516
69780
|
|
|
69517
|
-
},{}],
|
|
69781
|
+
},{}],586:[function(require,module,exports){
|
|
69518
69782
|
'use strict';
|
|
69519
69783
|
module.exports = function generate_const(it, $keyword, $ruleType) {
|
|
69520
69784
|
var out = ' ';
|
|
@@ -69572,7 +69836,7 @@ module.exports = function generate_const(it, $keyword, $ruleType) {
|
|
|
69572
69836
|
return out;
|
|
69573
69837
|
}
|
|
69574
69838
|
|
|
69575
|
-
},{}],
|
|
69839
|
+
},{}],587:[function(require,module,exports){
|
|
69576
69840
|
'use strict';
|
|
69577
69841
|
module.exports = function generate_contains(it, $keyword, $ruleType) {
|
|
69578
69842
|
var out = ' ';
|
|
@@ -69655,7 +69919,7 @@ module.exports = function generate_contains(it, $keyword, $ruleType) {
|
|
|
69655
69919
|
return out;
|
|
69656
69920
|
}
|
|
69657
69921
|
|
|
69658
|
-
},{}],
|
|
69922
|
+
},{}],588:[function(require,module,exports){
|
|
69659
69923
|
'use strict';
|
|
69660
69924
|
module.exports = function generate_custom(it, $keyword, $ruleType) {
|
|
69661
69925
|
var out = ' ';
|
|
@@ -69885,7 +70149,7 @@ module.exports = function generate_custom(it, $keyword, $ruleType) {
|
|
|
69885
70149
|
return out;
|
|
69886
70150
|
}
|
|
69887
70151
|
|
|
69888
|
-
},{}],
|
|
70152
|
+
},{}],589:[function(require,module,exports){
|
|
69889
70153
|
'use strict';
|
|
69890
70154
|
module.exports = function generate_dependencies(it, $keyword, $ruleType) {
|
|
69891
70155
|
var out = ' ';
|
|
@@ -70055,7 +70319,7 @@ module.exports = function generate_dependencies(it, $keyword, $ruleType) {
|
|
|
70055
70319
|
return out;
|
|
70056
70320
|
}
|
|
70057
70321
|
|
|
70058
|
-
},{}],
|
|
70322
|
+
},{}],590:[function(require,module,exports){
|
|
70059
70323
|
'use strict';
|
|
70060
70324
|
module.exports = function generate_enum(it, $keyword, $ruleType) {
|
|
70061
70325
|
var out = ' ';
|
|
@@ -70123,7 +70387,7 @@ module.exports = function generate_enum(it, $keyword, $ruleType) {
|
|
|
70123
70387
|
return out;
|
|
70124
70388
|
}
|
|
70125
70389
|
|
|
70126
|
-
},{}],
|
|
70390
|
+
},{}],591:[function(require,module,exports){
|
|
70127
70391
|
'use strict';
|
|
70128
70392
|
module.exports = function generate_format(it, $keyword, $ruleType) {
|
|
70129
70393
|
var out = ' ';
|
|
@@ -70275,7 +70539,7 @@ module.exports = function generate_format(it, $keyword, $ruleType) {
|
|
|
70275
70539
|
return out;
|
|
70276
70540
|
}
|
|
70277
70541
|
|
|
70278
|
-
},{}],
|
|
70542
|
+
},{}],592:[function(require,module,exports){
|
|
70279
70543
|
'use strict';
|
|
70280
70544
|
module.exports = function generate_if(it, $keyword, $ruleType) {
|
|
70281
70545
|
var out = ' ';
|
|
@@ -70380,7 +70644,7 @@ module.exports = function generate_if(it, $keyword, $ruleType) {
|
|
|
70380
70644
|
return out;
|
|
70381
70645
|
}
|
|
70382
70646
|
|
|
70383
|
-
},{}],
|
|
70647
|
+
},{}],593:[function(require,module,exports){
|
|
70384
70648
|
'use strict';
|
|
70385
70649
|
|
|
70386
70650
|
//all requires must be explicit because browserify won't work with dynamic requires
|
|
@@ -70415,7 +70679,7 @@ module.exports = {
|
|
|
70415
70679
|
validate: require('./validate')
|
|
70416
70680
|
};
|
|
70417
70681
|
|
|
70418
|
-
},{"./_limit":
|
|
70682
|
+
},{"./_limit":579,"./_limitItems":580,"./_limitLength":581,"./_limitProperties":582,"./allOf":583,"./anyOf":584,"./comment":585,"./const":586,"./contains":587,"./dependencies":589,"./enum":590,"./format":591,"./if":592,"./items":594,"./multipleOf":595,"./not":596,"./oneOf":597,"./pattern":598,"./properties":599,"./propertyNames":600,"./ref":601,"./required":602,"./uniqueItems":603,"./validate":604}],594:[function(require,module,exports){
|
|
70419
70683
|
'use strict';
|
|
70420
70684
|
module.exports = function generate_items(it, $keyword, $ruleType) {
|
|
70421
70685
|
var out = ' ';
|
|
@@ -70557,7 +70821,7 @@ module.exports = function generate_items(it, $keyword, $ruleType) {
|
|
|
70557
70821
|
return out;
|
|
70558
70822
|
}
|
|
70559
70823
|
|
|
70560
|
-
},{}],
|
|
70824
|
+
},{}],595:[function(require,module,exports){
|
|
70561
70825
|
'use strict';
|
|
70562
70826
|
module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
|
|
70563
70827
|
var out = ' ';
|
|
@@ -70639,7 +70903,7 @@ module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
|
|
|
70639
70903
|
return out;
|
|
70640
70904
|
}
|
|
70641
70905
|
|
|
70642
|
-
},{}],
|
|
70906
|
+
},{}],596:[function(require,module,exports){
|
|
70643
70907
|
'use strict';
|
|
70644
70908
|
module.exports = function generate_not(it, $keyword, $ruleType) {
|
|
70645
70909
|
var out = ' ';
|
|
@@ -70725,7 +70989,7 @@ module.exports = function generate_not(it, $keyword, $ruleType) {
|
|
|
70725
70989
|
return out;
|
|
70726
70990
|
}
|
|
70727
70991
|
|
|
70728
|
-
},{}],
|
|
70992
|
+
},{}],597:[function(require,module,exports){
|
|
70729
70993
|
'use strict';
|
|
70730
70994
|
module.exports = function generate_oneOf(it, $keyword, $ruleType) {
|
|
70731
70995
|
var out = ' ';
|
|
@@ -70800,7 +71064,7 @@ module.exports = function generate_oneOf(it, $keyword, $ruleType) {
|
|
|
70800
71064
|
return out;
|
|
70801
71065
|
}
|
|
70802
71066
|
|
|
70803
|
-
},{}],
|
|
71067
|
+
},{}],598:[function(require,module,exports){
|
|
70804
71068
|
'use strict';
|
|
70805
71069
|
module.exports = function generate_pattern(it, $keyword, $ruleType) {
|
|
70806
71070
|
var out = ' ';
|
|
@@ -70877,7 +71141,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
|
|
|
70877
71141
|
return out;
|
|
70878
71142
|
}
|
|
70879
71143
|
|
|
70880
|
-
},{}],
|
|
71144
|
+
},{}],599:[function(require,module,exports){
|
|
70881
71145
|
'use strict';
|
|
70882
71146
|
module.exports = function generate_properties(it, $keyword, $ruleType) {
|
|
70883
71147
|
var out = ' ';
|
|
@@ -71214,7 +71478,7 @@ module.exports = function generate_properties(it, $keyword, $ruleType) {
|
|
|
71214
71478
|
return out;
|
|
71215
71479
|
}
|
|
71216
71480
|
|
|
71217
|
-
},{}],
|
|
71481
|
+
},{}],600:[function(require,module,exports){
|
|
71218
71482
|
'use strict';
|
|
71219
71483
|
module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
|
|
71220
71484
|
var out = ' ';
|
|
@@ -71297,7 +71561,7 @@ module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
|
|
|
71297
71561
|
return out;
|
|
71298
71562
|
}
|
|
71299
71563
|
|
|
71300
|
-
},{}],
|
|
71564
|
+
},{}],601:[function(require,module,exports){
|
|
71301
71565
|
'use strict';
|
|
71302
71566
|
module.exports = function generate_ref(it, $keyword, $ruleType) {
|
|
71303
71567
|
var out = ' ';
|
|
@@ -71423,7 +71687,7 @@ module.exports = function generate_ref(it, $keyword, $ruleType) {
|
|
|
71423
71687
|
return out;
|
|
71424
71688
|
}
|
|
71425
71689
|
|
|
71426
|
-
},{}],
|
|
71690
|
+
},{}],602:[function(require,module,exports){
|
|
71427
71691
|
'use strict';
|
|
71428
71692
|
module.exports = function generate_required(it, $keyword, $ruleType) {
|
|
71429
71693
|
var out = ' ';
|
|
@@ -71695,7 +71959,7 @@ module.exports = function generate_required(it, $keyword, $ruleType) {
|
|
|
71695
71959
|
return out;
|
|
71696
71960
|
}
|
|
71697
71961
|
|
|
71698
|
-
},{}],
|
|
71962
|
+
},{}],603:[function(require,module,exports){
|
|
71699
71963
|
'use strict';
|
|
71700
71964
|
module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
|
|
71701
71965
|
var out = ' ';
|
|
@@ -71783,7 +72047,7 @@ module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
|
|
|
71783
72047
|
return out;
|
|
71784
72048
|
}
|
|
71785
72049
|
|
|
71786
|
-
},{}],
|
|
72050
|
+
},{}],604:[function(require,module,exports){
|
|
71787
72051
|
'use strict';
|
|
71788
72052
|
module.exports = function generate_validate(it, $keyword, $ruleType) {
|
|
71789
72053
|
var out = '';
|
|
@@ -72267,7 +72531,7 @@ module.exports = function generate_validate(it, $keyword, $ruleType) {
|
|
|
72267
72531
|
return out;
|
|
72268
72532
|
}
|
|
72269
72533
|
|
|
72270
|
-
},{}],
|
|
72534
|
+
},{}],605:[function(require,module,exports){
|
|
72271
72535
|
'use strict';
|
|
72272
72536
|
|
|
72273
72537
|
var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
|
|
@@ -72415,7 +72679,7 @@ function validateKeyword(definition, throwError) {
|
|
|
72415
72679
|
return false;
|
|
72416
72680
|
}
|
|
72417
72681
|
|
|
72418
|
-
},{"./definition_schema":
|
|
72682
|
+
},{"./definition_schema":578,"./dotjs/custom":588}],606:[function(require,module,exports){
|
|
72419
72683
|
module.exports={
|
|
72420
72684
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
72421
72685
|
"$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -72434,7 +72698,7 @@ module.exports={
|
|
|
72434
72698
|
"additionalProperties": false
|
|
72435
72699
|
}
|
|
72436
72700
|
|
|
72437
|
-
},{}],
|
|
72701
|
+
},{}],607:[function(require,module,exports){
|
|
72438
72702
|
module.exports={
|
|
72439
72703
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
72440
72704
|
"$id": "http://json-schema.org/draft-06/schema#",
|
|
@@ -72590,7 +72854,7 @@ module.exports={
|
|
|
72590
72854
|
"default": {}
|
|
72591
72855
|
}
|
|
72592
72856
|
|
|
72593
|
-
},{}],
|
|
72857
|
+
},{}],608:[function(require,module,exports){
|
|
72594
72858
|
module.exports={
|
|
72595
72859
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
72596
72860
|
"$id": "http://json-schema.org/draft-07/schema#",
|
|
@@ -72760,7 +73024,7 @@ module.exports={
|
|
|
72760
73024
|
"default": true
|
|
72761
73025
|
}
|
|
72762
73026
|
|
|
72763
|
-
},{}],
|
|
73027
|
+
},{}],609:[function(require,module,exports){
|
|
72764
73028
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72765
73029
|
|
|
72766
73030
|
|
|
@@ -72775,7 +73039,7 @@ module.exports = {
|
|
|
72775
73039
|
|
|
72776
73040
|
};
|
|
72777
73041
|
|
|
72778
|
-
},{}],
|
|
73042
|
+
},{}],610:[function(require,module,exports){
|
|
72779
73043
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72780
73044
|
|
|
72781
73045
|
var errors = require('./errors');
|
|
@@ -72804,7 +73068,7 @@ for (var e in errors) {
|
|
|
72804
73068
|
module.exports[e] = errors[e];
|
|
72805
73069
|
}
|
|
72806
73070
|
|
|
72807
|
-
},{"./errors":
|
|
73071
|
+
},{"./errors":609,"./reader":611,"./types":612,"./writer":613}],611:[function(require,module,exports){
|
|
72808
73072
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72809
73073
|
|
|
72810
73074
|
var assert = require('assert');
|
|
@@ -73068,7 +73332,7 @@ Reader.prototype._readTag = function (tag) {
|
|
|
73068
73332
|
|
|
73069
73333
|
module.exports = Reader;
|
|
73070
73334
|
|
|
73071
|
-
},{"./errors":
|
|
73335
|
+
},{"./errors":609,"./types":612,"assert":172,"safer-buffer":685}],612:[function(require,module,exports){
|
|
73072
73336
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
73073
73337
|
|
|
73074
73338
|
|
|
@@ -73106,7 +73370,7 @@ module.exports = {
|
|
|
73106
73370
|
Context: 128
|
|
73107
73371
|
};
|
|
73108
73372
|
|
|
73109
|
-
},{}],
|
|
73373
|
+
},{}],613:[function(require,module,exports){
|
|
73110
73374
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
73111
73375
|
|
|
73112
73376
|
var assert = require('assert');
|
|
@@ -73425,7 +73689,7 @@ Writer.prototype._ensure = function (len) {
|
|
|
73425
73689
|
|
|
73426
73690
|
module.exports = Writer;
|
|
73427
73691
|
|
|
73428
|
-
},{"./errors":
|
|
73692
|
+
},{"./errors":609,"./types":612,"assert":172,"safer-buffer":685}],614:[function(require,module,exports){
|
|
73429
73693
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
73430
73694
|
|
|
73431
73695
|
// If you have no idea what ASN.1 or BER is, see this:
|
|
@@ -73447,7 +73711,7 @@ module.exports = {
|
|
|
73447
73711
|
|
|
73448
73712
|
};
|
|
73449
73713
|
|
|
73450
|
-
},{"./ber/index":
|
|
73714
|
+
},{"./ber/index":610}],615:[function(require,module,exports){
|
|
73451
73715
|
(function (Buffer,process){(function (){
|
|
73452
73716
|
// Copyright (c) 2012, Mark Cavage. All rights reserved.
|
|
73453
73717
|
// Copyright 2015 Joyent, Inc.
|
|
@@ -73662,7 +73926,7 @@ function _setExports(ndebug) {
|
|
|
73662
73926
|
module.exports = _setExports(process.env.NODE_NDEBUG);
|
|
73663
73927
|
|
|
73664
73928
|
}).call(this)}).call(this,{"isBuffer":require("../../browser-agent/node_modules/is-buffer/index.js")},require('_process'))
|
|
73665
|
-
},{"../../browser-agent/node_modules/is-buffer/index.js":324,"_process":378,"assert":172,"stream":437,"util":450}],
|
|
73929
|
+
},{"../../browser-agent/node_modules/is-buffer/index.js":324,"_process":378,"assert":172,"stream":437,"util":450}],616:[function(require,module,exports){
|
|
73666
73930
|
|
|
73667
73931
|
/*!
|
|
73668
73932
|
* Copyright 2010 LearnBoost <dev@learnboost.com>
|
|
@@ -73876,7 +74140,7 @@ function canonicalizeResource (resource) {
|
|
|
73876
74140
|
}
|
|
73877
74141
|
module.exports.canonicalizeResource = canonicalizeResource
|
|
73878
74142
|
|
|
73879
|
-
},{"crypto":241,"url":446}],
|
|
74143
|
+
},{"crypto":241,"url":446}],617:[function(require,module,exports){
|
|
73880
74144
|
(function (process,Buffer){(function (){
|
|
73881
74145
|
var aws4 = exports,
|
|
73882
74146
|
url = require('url'),
|
|
@@ -74261,7 +74525,7 @@ aws4.sign = function(request, credentials) {
|
|
|
74261
74525
|
}
|
|
74262
74526
|
|
|
74263
74527
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
74264
|
-
},{"./lru":
|
|
74528
|
+
},{"./lru":618,"_process":378,"buffer":229,"crypto":241,"querystring":394,"url":446}],618:[function(require,module,exports){
|
|
74265
74529
|
module.exports = function(size) {
|
|
74266
74530
|
return new LruCache(size)
|
|
74267
74531
|
}
|
|
@@ -74359,7 +74623,7 @@ function DoublyLinkedNode(key, val) {
|
|
|
74359
74623
|
this.next = null
|
|
74360
74624
|
}
|
|
74361
74625
|
|
|
74362
|
-
},{}],
|
|
74626
|
+
},{}],619:[function(require,module,exports){
|
|
74363
74627
|
'use strict';
|
|
74364
74628
|
|
|
74365
74629
|
var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash;
|
|
@@ -74917,7 +75181,7 @@ module.exports = {
|
|
|
74917
75181
|
pbkdf: bcrypt_pbkdf
|
|
74918
75182
|
};
|
|
74919
75183
|
|
|
74920
|
-
},{"tweetnacl":
|
|
75184
|
+
},{"tweetnacl":737}],620:[function(require,module,exports){
|
|
74921
75185
|
function Caseless (dict) {
|
|
74922
75186
|
this.dict = dict || {}
|
|
74923
75187
|
}
|
|
@@ -74986,7 +75250,7 @@ module.exports.httpify = function (resp, headers) {
|
|
|
74986
75250
|
return c
|
|
74987
75251
|
}
|
|
74988
75252
|
|
|
74989
|
-
},{}],
|
|
75253
|
+
},{}],621:[function(require,module,exports){
|
|
74990
75254
|
(function (Buffer){(function (){
|
|
74991
75255
|
var util = require('util');
|
|
74992
75256
|
var Stream = require('stream').Stream;
|
|
@@ -75198,7 +75462,7 @@ CombinedStream.prototype._emitError = function(err) {
|
|
|
75198
75462
|
};
|
|
75199
75463
|
|
|
75200
75464
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
75201
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":324,"delayed-stream":
|
|
75465
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":324,"delayed-stream":623,"stream":437,"util":450}],622:[function(require,module,exports){
|
|
75202
75466
|
(function (Buffer){(function (){
|
|
75203
75467
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
75204
75468
|
//
|
|
@@ -75309,7 +75573,7 @@ function objectToString(o) {
|
|
|
75309
75573
|
}
|
|
75310
75574
|
|
|
75311
75575
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
75312
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":324}],
|
|
75576
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":324}],623:[function(require,module,exports){
|
|
75313
75577
|
var Stream = require('stream').Stream;
|
|
75314
75578
|
var util = require('util');
|
|
75315
75579
|
|
|
@@ -75418,7 +75682,7 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
|
|
|
75418
75682
|
this.emit('error', new Error(message));
|
|
75419
75683
|
};
|
|
75420
75684
|
|
|
75421
|
-
},{"stream":437,"util":450}],
|
|
75685
|
+
},{"stream":437,"util":450}],624:[function(require,module,exports){
|
|
75422
75686
|
var crypto = require("crypto");
|
|
75423
75687
|
var BigInteger = require("jsbn").BigInteger;
|
|
75424
75688
|
var ECPointFp = require("./lib/ec.js").ECPointFp;
|
|
@@ -75478,7 +75742,7 @@ exports.ECKey = function(curve, key, isPublic)
|
|
|
75478
75742
|
}
|
|
75479
75743
|
|
|
75480
75744
|
|
|
75481
|
-
},{"./lib/ec.js":
|
|
75745
|
+
},{"./lib/ec.js":625,"./lib/sec.js":626,"crypto":241,"jsbn":661,"safer-buffer":685}],625:[function(require,module,exports){
|
|
75482
75746
|
// Basic Javascript Elliptic Curve implementation
|
|
75483
75747
|
// Ported loosely from BouncyCastle's Java EC code
|
|
75484
75748
|
// Only Fp curves implemented for now
|
|
@@ -76041,7 +76305,7 @@ var exports = {
|
|
|
76041
76305
|
|
|
76042
76306
|
module.exports = exports
|
|
76043
76307
|
|
|
76044
|
-
},{"jsbn":
|
|
76308
|
+
},{"jsbn":661}],626:[function(require,module,exports){
|
|
76045
76309
|
// Named EC curves
|
|
76046
76310
|
|
|
76047
76311
|
// Requires ec.js, jsbn.js, and jsbn2.js
|
|
@@ -76213,7 +76477,7 @@ module.exports = {
|
|
|
76213
76477
|
"secp256r1":secp256r1
|
|
76214
76478
|
}
|
|
76215
76479
|
|
|
76216
|
-
},{"./ec.js":
|
|
76480
|
+
},{"./ec.js":625,"jsbn":661}],627:[function(require,module,exports){
|
|
76217
76481
|
'use strict';
|
|
76218
76482
|
|
|
76219
76483
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -76332,7 +76596,7 @@ module.exports = function extend() {
|
|
|
76332
76596
|
return target;
|
|
76333
76597
|
};
|
|
76334
76598
|
|
|
76335
|
-
},{}],
|
|
76599
|
+
},{}],628:[function(require,module,exports){
|
|
76336
76600
|
(function (process){(function (){
|
|
76337
76601
|
/*
|
|
76338
76602
|
* extsprintf.js: extended POSIX-style sprintf
|
|
@@ -76519,7 +76783,7 @@ function dumpException(ex)
|
|
|
76519
76783
|
}
|
|
76520
76784
|
|
|
76521
76785
|
}).call(this)}).call(this,require('_process'))
|
|
76522
|
-
},{"_process":378,"assert":172,"util":450}],
|
|
76786
|
+
},{"_process":378,"assert":172,"util":450}],629:[function(require,module,exports){
|
|
76523
76787
|
'use strict';
|
|
76524
76788
|
|
|
76525
76789
|
// do not edit .js files directly - edit src/index.jst
|
|
@@ -76567,7 +76831,7 @@ module.exports = function equal(a, b) {
|
|
|
76567
76831
|
return a!==a && b!==b;
|
|
76568
76832
|
};
|
|
76569
76833
|
|
|
76570
|
-
},{}],
|
|
76834
|
+
},{}],630:[function(require,module,exports){
|
|
76571
76835
|
'use strict';
|
|
76572
76836
|
|
|
76573
76837
|
module.exports = function (data, opts) {
|
|
@@ -76628,7 +76892,7 @@ module.exports = function (data, opts) {
|
|
|
76628
76892
|
})(data);
|
|
76629
76893
|
};
|
|
76630
76894
|
|
|
76631
|
-
},{}],
|
|
76895
|
+
},{}],631:[function(require,module,exports){
|
|
76632
76896
|
module.exports = ForeverAgent
|
|
76633
76897
|
ForeverAgent.SSL = ForeverAgentSSL
|
|
76634
76898
|
|
|
@@ -76768,11 +77032,11 @@ function createConnectionSSL (port, host, options) {
|
|
|
76768
77032
|
return tls.connect(options);
|
|
76769
77033
|
}
|
|
76770
77034
|
|
|
76771
|
-
},{"http":438,"https":320,"net":227,"tls":227,"util":450}],
|
|
77035
|
+
},{"http":438,"https":320,"net":227,"tls":227,"util":450}],632:[function(require,module,exports){
|
|
76772
77036
|
/* eslint-env browser */
|
|
76773
77037
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
76774
77038
|
|
|
76775
|
-
},{}],
|
|
77039
|
+
},{}],633:[function(require,module,exports){
|
|
76776
77040
|
module.exports={
|
|
76777
77041
|
"$id": "afterRequest.json#",
|
|
76778
77042
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76804,7 +77068,7 @@ module.exports={
|
|
|
76804
77068
|
}
|
|
76805
77069
|
}
|
|
76806
77070
|
|
|
76807
|
-
},{}],
|
|
77071
|
+
},{}],634:[function(require,module,exports){
|
|
76808
77072
|
module.exports={
|
|
76809
77073
|
"$id": "beforeRequest.json#",
|
|
76810
77074
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76836,7 +77100,7 @@ module.exports={
|
|
|
76836
77100
|
}
|
|
76837
77101
|
}
|
|
76838
77102
|
|
|
76839
|
-
},{}],
|
|
77103
|
+
},{}],635:[function(require,module,exports){
|
|
76840
77104
|
module.exports={
|
|
76841
77105
|
"$id": "browser.json#",
|
|
76842
77106
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76858,7 +77122,7 @@ module.exports={
|
|
|
76858
77122
|
}
|
|
76859
77123
|
}
|
|
76860
77124
|
|
|
76861
|
-
},{}],
|
|
77125
|
+
},{}],636:[function(require,module,exports){
|
|
76862
77126
|
module.exports={
|
|
76863
77127
|
"$id": "cache.json#",
|
|
76864
77128
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76881,7 +77145,7 @@ module.exports={
|
|
|
76881
77145
|
}
|
|
76882
77146
|
}
|
|
76883
77147
|
|
|
76884
|
-
},{}],
|
|
77148
|
+
},{}],637:[function(require,module,exports){
|
|
76885
77149
|
module.exports={
|
|
76886
77150
|
"$id": "content.json#",
|
|
76887
77151
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76912,7 +77176,7 @@ module.exports={
|
|
|
76912
77176
|
}
|
|
76913
77177
|
}
|
|
76914
77178
|
|
|
76915
|
-
},{}],
|
|
77179
|
+
},{}],638:[function(require,module,exports){
|
|
76916
77180
|
module.exports={
|
|
76917
77181
|
"$id": "cookie.json#",
|
|
76918
77182
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76950,7 +77214,7 @@ module.exports={
|
|
|
76950
77214
|
}
|
|
76951
77215
|
}
|
|
76952
77216
|
|
|
76953
|
-
},{}],
|
|
77217
|
+
},{}],639:[function(require,module,exports){
|
|
76954
77218
|
module.exports={
|
|
76955
77219
|
"$id": "creator.json#",
|
|
76956
77220
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76972,7 +77236,7 @@ module.exports={
|
|
|
76972
77236
|
}
|
|
76973
77237
|
}
|
|
76974
77238
|
|
|
76975
|
-
},{}],
|
|
77239
|
+
},{}],640:[function(require,module,exports){
|
|
76976
77240
|
module.exports={
|
|
76977
77241
|
"$id": "entry.json#",
|
|
76978
77242
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77027,7 +77291,7 @@ module.exports={
|
|
|
77027
77291
|
}
|
|
77028
77292
|
}
|
|
77029
77293
|
|
|
77030
|
-
},{}],
|
|
77294
|
+
},{}],641:[function(require,module,exports){
|
|
77031
77295
|
module.exports={
|
|
77032
77296
|
"$id": "har.json#",
|
|
77033
77297
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77042,7 +77306,7 @@ module.exports={
|
|
|
77042
77306
|
}
|
|
77043
77307
|
}
|
|
77044
77308
|
|
|
77045
|
-
},{}],
|
|
77309
|
+
},{}],642:[function(require,module,exports){
|
|
77046
77310
|
module.exports={
|
|
77047
77311
|
"$id": "header.json#",
|
|
77048
77312
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77064,7 +77328,7 @@ module.exports={
|
|
|
77064
77328
|
}
|
|
77065
77329
|
}
|
|
77066
77330
|
|
|
77067
|
-
},{}],
|
|
77331
|
+
},{}],643:[function(require,module,exports){
|
|
77068
77332
|
'use strict'
|
|
77069
77333
|
|
|
77070
77334
|
module.exports = {
|
|
@@ -77088,7 +77352,7 @@ module.exports = {
|
|
|
77088
77352
|
timings: require('./timings.json')
|
|
77089
77353
|
}
|
|
77090
77354
|
|
|
77091
|
-
},{"./afterRequest.json":
|
|
77355
|
+
},{"./afterRequest.json":633,"./beforeRequest.json":634,"./browser.json":635,"./cache.json":636,"./content.json":637,"./cookie.json":638,"./creator.json":639,"./entry.json":640,"./har.json":641,"./header.json":642,"./log.json":644,"./page.json":645,"./pageTimings.json":646,"./postData.json":647,"./query.json":648,"./request.json":649,"./response.json":650,"./timings.json":651}],644:[function(require,module,exports){
|
|
77092
77356
|
module.exports={
|
|
77093
77357
|
"$id": "log.json#",
|
|
77094
77358
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77126,7 +77390,7 @@ module.exports={
|
|
|
77126
77390
|
}
|
|
77127
77391
|
}
|
|
77128
77392
|
|
|
77129
|
-
},{}],
|
|
77393
|
+
},{}],645:[function(require,module,exports){
|
|
77130
77394
|
module.exports={
|
|
77131
77395
|
"$id": "page.json#",
|
|
77132
77396
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77160,7 +77424,7 @@ module.exports={
|
|
|
77160
77424
|
}
|
|
77161
77425
|
}
|
|
77162
77426
|
|
|
77163
|
-
},{}],
|
|
77427
|
+
},{}],646:[function(require,module,exports){
|
|
77164
77428
|
module.exports={
|
|
77165
77429
|
"$id": "pageTimings.json#",
|
|
77166
77430
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77180,7 +77444,7 @@ module.exports={
|
|
|
77180
77444
|
}
|
|
77181
77445
|
}
|
|
77182
77446
|
|
|
77183
|
-
},{}],
|
|
77447
|
+
},{}],647:[function(require,module,exports){
|
|
77184
77448
|
module.exports={
|
|
77185
77449
|
"$id": "postData.json#",
|
|
77186
77450
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77225,7 +77489,7 @@ module.exports={
|
|
|
77225
77489
|
}
|
|
77226
77490
|
}
|
|
77227
77491
|
|
|
77228
|
-
},{}],
|
|
77492
|
+
},{}],648:[function(require,module,exports){
|
|
77229
77493
|
module.exports={
|
|
77230
77494
|
"$id": "query.json#",
|
|
77231
77495
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77247,7 +77511,7 @@ module.exports={
|
|
|
77247
77511
|
}
|
|
77248
77512
|
}
|
|
77249
77513
|
|
|
77250
|
-
},{}],
|
|
77514
|
+
},{}],649:[function(require,module,exports){
|
|
77251
77515
|
module.exports={
|
|
77252
77516
|
"$id": "request.json#",
|
|
77253
77517
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77306,7 +77570,7 @@ module.exports={
|
|
|
77306
77570
|
}
|
|
77307
77571
|
}
|
|
77308
77572
|
|
|
77309
|
-
},{}],
|
|
77573
|
+
},{}],650:[function(require,module,exports){
|
|
77310
77574
|
module.exports={
|
|
77311
77575
|
"$id": "response.json#",
|
|
77312
77576
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77362,7 +77626,7 @@ module.exports={
|
|
|
77362
77626
|
}
|
|
77363
77627
|
}
|
|
77364
77628
|
|
|
77365
|
-
},{}],
|
|
77629
|
+
},{}],651:[function(require,module,exports){
|
|
77366
77630
|
module.exports={
|
|
77367
77631
|
"$id": "timings.json#",
|
|
77368
77632
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77406,7 +77670,7 @@ module.exports={
|
|
|
77406
77670
|
}
|
|
77407
77671
|
}
|
|
77408
77672
|
|
|
77409
|
-
},{}],
|
|
77673
|
+
},{}],652:[function(require,module,exports){
|
|
77410
77674
|
function HARError (errors) {
|
|
77411
77675
|
var message = 'validation failed'
|
|
77412
77676
|
|
|
@@ -77425,7 +77689,7 @@ HARError.prototype = Error.prototype
|
|
|
77425
77689
|
|
|
77426
77690
|
module.exports = HARError
|
|
77427
77691
|
|
|
77428
|
-
},{}],
|
|
77692
|
+
},{}],653:[function(require,module,exports){
|
|
77429
77693
|
var Ajv = require('ajv')
|
|
77430
77694
|
var HARError = require('./error')
|
|
77431
77695
|
var schemas = require('har-schema')
|
|
@@ -77529,7 +77793,7 @@ exports.timings = function (data) {
|
|
|
77529
77793
|
return validate('timings', data)
|
|
77530
77794
|
}
|
|
77531
77795
|
|
|
77532
|
-
},{"./error":
|
|
77796
|
+
},{"./error":652,"ajv":566,"ajv/lib/refs/json-schema-draft-06.json":607,"har-schema":643}],654:[function(require,module,exports){
|
|
77533
77797
|
// Copyright 2015 Joyent, Inc.
|
|
77534
77798
|
|
|
77535
77799
|
var parser = require('./parser');
|
|
@@ -77560,7 +77824,7 @@ module.exports = {
|
|
|
77560
77824
|
verifyHMAC: verify.verifyHMAC
|
|
77561
77825
|
};
|
|
77562
77826
|
|
|
77563
|
-
},{"./parser":
|
|
77827
|
+
},{"./parser":655,"./signer":656,"./utils":657,"./verify":658}],655:[function(require,module,exports){
|
|
77564
77828
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
77565
77829
|
|
|
77566
77830
|
var assert = require('assert-plus');
|
|
@@ -77877,7 +78141,7 @@ module.exports = {
|
|
|
77877
78141
|
|
|
77878
78142
|
};
|
|
77879
78143
|
|
|
77880
|
-
},{"./utils":
|
|
78144
|
+
},{"./utils":657,"assert-plus":615,"util":450}],656:[function(require,module,exports){
|
|
77881
78145
|
(function (Buffer){(function (){
|
|
77882
78146
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
77883
78147
|
|
|
@@ -78282,7 +78546,7 @@ module.exports = {
|
|
|
78282
78546
|
};
|
|
78283
78547
|
|
|
78284
78548
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
78285
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":324,"./utils":
|
|
78549
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":324,"./utils":657,"assert-plus":615,"crypto":241,"http":438,"jsprim":665,"sshpk":721,"util":450}],657:[function(require,module,exports){
|
|
78286
78550
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
78287
78551
|
|
|
78288
78552
|
var assert = require('assert-plus');
|
|
@@ -78396,7 +78660,7 @@ module.exports = {
|
|
|
78396
78660
|
}
|
|
78397
78661
|
};
|
|
78398
78662
|
|
|
78399
|
-
},{"assert-plus":
|
|
78663
|
+
},{"assert-plus":615,"sshpk":721,"util":450}],658:[function(require,module,exports){
|
|
78400
78664
|
(function (Buffer){(function (){
|
|
78401
78665
|
// Copyright 2015 Joyent, Inc.
|
|
78402
78666
|
|
|
@@ -78488,7 +78752,7 @@ module.exports = {
|
|
|
78488
78752
|
};
|
|
78489
78753
|
|
|
78490
78754
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
78491
|
-
},{"./utils":
|
|
78755
|
+
},{"./utils":657,"assert-plus":615,"buffer":229,"crypto":241,"sshpk":721}],659:[function(require,module,exports){
|
|
78492
78756
|
module.exports = isTypedArray
|
|
78493
78757
|
isTypedArray.strict = isStrictTypedArray
|
|
78494
78758
|
isTypedArray.loose = isLooseTypedArray
|
|
@@ -78531,7 +78795,7 @@ function isLooseTypedArray(arr) {
|
|
|
78531
78795
|
return names[toString.call(arr)]
|
|
78532
78796
|
}
|
|
78533
78797
|
|
|
78534
|
-
},{}],
|
|
78798
|
+
},{}],660:[function(require,module,exports){
|
|
78535
78799
|
var stream = require('stream')
|
|
78536
78800
|
|
|
78537
78801
|
|
|
@@ -78560,7 +78824,7 @@ module.exports.isReadable = isReadable
|
|
|
78560
78824
|
module.exports.isWritable = isWritable
|
|
78561
78825
|
module.exports.isDuplex = isDuplex
|
|
78562
78826
|
|
|
78563
|
-
},{"stream":437}],
|
|
78827
|
+
},{"stream":437}],661:[function(require,module,exports){
|
|
78564
78828
|
(function(){
|
|
78565
78829
|
|
|
78566
78830
|
// Copyright (c) 2005 Tom Wu
|
|
@@ -79919,7 +80183,7 @@ module.exports.isDuplex = isDuplex
|
|
|
79919
80183
|
|
|
79920
80184
|
}).call(this);
|
|
79921
80185
|
|
|
79922
|
-
},{}],
|
|
80186
|
+
},{}],662:[function(require,module,exports){
|
|
79923
80187
|
'use strict';
|
|
79924
80188
|
|
|
79925
80189
|
var traverse = module.exports = function (schema, opts, cb) {
|
|
@@ -80010,7 +80274,7 @@ function escapeJsonPtr(str) {
|
|
|
80010
80274
|
return str.replace(/~/g, '~0').replace(/\//g, '~1');
|
|
80011
80275
|
}
|
|
80012
80276
|
|
|
80013
|
-
},{}],
|
|
80277
|
+
},{}],663:[function(require,module,exports){
|
|
80014
80278
|
/**
|
|
80015
80279
|
* JSONSchema Validator - Validates JavaScript objects using JSON Schemas
|
|
80016
80280
|
* (http://www.json.com/json-schema-proposal/)
|
|
@@ -80283,7 +80547,7 @@ exports.mustBeValid = function(result){
|
|
|
80283
80547
|
return exports;
|
|
80284
80548
|
}));
|
|
80285
80549
|
|
|
80286
|
-
},{}],
|
|
80550
|
+
},{}],664:[function(require,module,exports){
|
|
80287
80551
|
exports = module.exports = stringify
|
|
80288
80552
|
exports.getSerialize = serializer
|
|
80289
80553
|
|
|
@@ -80312,7 +80576,7 @@ function serializer(replacer, cycleReplacer) {
|
|
|
80312
80576
|
}
|
|
80313
80577
|
}
|
|
80314
80578
|
|
|
80315
|
-
},{}],
|
|
80579
|
+
},{}],665:[function(require,module,exports){
|
|
80316
80580
|
/*
|
|
80317
80581
|
* lib/jsprim.js: utilities for primitive JavaScript types
|
|
80318
80582
|
*/
|
|
@@ -81049,7 +81313,7 @@ function mergeObjects(provided, overrides, defaults)
|
|
|
81049
81313
|
return (rv);
|
|
81050
81314
|
}
|
|
81051
81315
|
|
|
81052
|
-
},{"assert-plus":
|
|
81316
|
+
},{"assert-plus":615,"extsprintf":628,"json-schema":663,"util":450,"verror":746}],666:[function(require,module,exports){
|
|
81053
81317
|
/**
|
|
81054
81318
|
* The code was extracted from:
|
|
81055
81319
|
* https://github.com/davidchambers/Base64.js
|
|
@@ -81089,7 +81353,7 @@ function polyfill (input) {
|
|
|
81089
81353
|
|
|
81090
81354
|
module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
|
|
81091
81355
|
|
|
81092
|
-
},{}],
|
|
81356
|
+
},{}],667:[function(require,module,exports){
|
|
81093
81357
|
var atob = require('./atob');
|
|
81094
81358
|
|
|
81095
81359
|
function b64DecodeUnicode(str) {
|
|
@@ -81124,7 +81388,7 @@ module.exports = function(str) {
|
|
|
81124
81388
|
}
|
|
81125
81389
|
};
|
|
81126
81390
|
|
|
81127
|
-
},{"./atob":
|
|
81391
|
+
},{"./atob":666}],668:[function(require,module,exports){
|
|
81128
81392
|
'use strict';
|
|
81129
81393
|
|
|
81130
81394
|
var base64_url_decode = require('./base64_url_decode');
|
|
@@ -81152,7 +81416,7 @@ module.exports = function (token,options) {
|
|
|
81152
81416
|
|
|
81153
81417
|
module.exports.InvalidTokenError = InvalidTokenError;
|
|
81154
81418
|
|
|
81155
|
-
},{"./base64_url_decode":
|
|
81419
|
+
},{"./base64_url_decode":667}],669:[function(require,module,exports){
|
|
81156
81420
|
module.exports={
|
|
81157
81421
|
"application/1d-interleaved-parityfec": {
|
|
81158
81422
|
"source": "iana"
|
|
@@ -89673,7 +89937,7 @@ module.exports={
|
|
|
89673
89937
|
}
|
|
89674
89938
|
}
|
|
89675
89939
|
|
|
89676
|
-
},{}],
|
|
89940
|
+
},{}],670:[function(require,module,exports){
|
|
89677
89941
|
/*!
|
|
89678
89942
|
* mime-db
|
|
89679
89943
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -89687,7 +89951,7 @@ module.exports={
|
|
|
89687
89951
|
|
|
89688
89952
|
module.exports = require('./db.json')
|
|
89689
89953
|
|
|
89690
|
-
},{"./db.json":
|
|
89954
|
+
},{"./db.json":669}],671:[function(require,module,exports){
|
|
89691
89955
|
/*!
|
|
89692
89956
|
* mime-types
|
|
89693
89957
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -89877,7 +90141,7 @@ function populateMaps (extensions, types) {
|
|
|
89877
90141
|
})
|
|
89878
90142
|
}
|
|
89879
90143
|
|
|
89880
|
-
},{"mime-db":
|
|
90144
|
+
},{"mime-db":670,"path":370}],672:[function(require,module,exports){
|
|
89881
90145
|
var crypto = require('crypto')
|
|
89882
90146
|
|
|
89883
90147
|
function sha (key, body, algorithm) {
|
|
@@ -90024,7 +90288,7 @@ exports.plaintext = plaintext
|
|
|
90024
90288
|
exports.sign = sign
|
|
90025
90289
|
exports.rfc3986 = rfc3986
|
|
90026
90290
|
exports.generateBase = generateBase
|
|
90027
|
-
},{"crypto":241}],
|
|
90291
|
+
},{"crypto":241}],673:[function(require,module,exports){
|
|
90028
90292
|
(function (process){(function (){
|
|
90029
90293
|
// Generated by CoffeeScript 1.12.2
|
|
90030
90294
|
(function() {
|
|
@@ -90064,7 +90328,7 @@ exports.generateBase = generateBase
|
|
|
90064
90328
|
|
|
90065
90329
|
|
|
90066
90330
|
}).call(this)}).call(this,require('_process'))
|
|
90067
|
-
},{"_process":378}],
|
|
90331
|
+
},{"_process":378}],674:[function(require,module,exports){
|
|
90068
90332
|
module.exports=[
|
|
90069
90333
|
"ac",
|
|
90070
90334
|
"com.ac",
|
|
@@ -99441,7 +99705,7 @@ module.exports=[
|
|
|
99441
99705
|
"virtualserver.io",
|
|
99442
99706
|
"enterprisecloud.nu"
|
|
99443
99707
|
]
|
|
99444
|
-
},{}],
|
|
99708
|
+
},{}],675:[function(require,module,exports){
|
|
99445
99709
|
/*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
|
|
99446
99710
|
'use strict';
|
|
99447
99711
|
|
|
@@ -99712,7 +99976,7 @@ exports.isValid = function (domain) {
|
|
|
99712
99976
|
return Boolean(parsed.domain && parsed.listed);
|
|
99713
99977
|
};
|
|
99714
99978
|
|
|
99715
|
-
},{"./data/rules.json":
|
|
99979
|
+
},{"./data/rules.json":674,"punycode":386}],676:[function(require,module,exports){
|
|
99716
99980
|
'use strict';
|
|
99717
99981
|
|
|
99718
99982
|
/** Highest positive signed 32-bit float value */
|
|
@@ -100157,7 +100421,7 @@ const punycode = {
|
|
|
100157
100421
|
|
|
100158
100422
|
module.exports = punycode;
|
|
100159
100423
|
|
|
100160
|
-
},{}],
|
|
100424
|
+
},{}],677:[function(require,module,exports){
|
|
100161
100425
|
'use strict';
|
|
100162
100426
|
|
|
100163
100427
|
var replace = String.prototype.replace;
|
|
@@ -100177,9 +100441,9 @@ module.exports = {
|
|
|
100177
100441
|
RFC3986: 'RFC3986'
|
|
100178
100442
|
};
|
|
100179
100443
|
|
|
100180
|
-
},{}],
|
|
100444
|
+
},{}],678:[function(require,module,exports){
|
|
100181
100445
|
arguments[4][388][0].apply(exports,arguments)
|
|
100182
|
-
},{"./formats":
|
|
100446
|
+
},{"./formats":677,"./parse":679,"./stringify":680,"dup":388}],679:[function(require,module,exports){
|
|
100183
100447
|
'use strict';
|
|
100184
100448
|
|
|
100185
100449
|
var utils = require('./utils');
|
|
@@ -100356,7 +100620,7 @@ module.exports = function (str, opts) {
|
|
|
100356
100620
|
return utils.compact(obj);
|
|
100357
100621
|
};
|
|
100358
100622
|
|
|
100359
|
-
},{"./utils":
|
|
100623
|
+
},{"./utils":681}],680:[function(require,module,exports){
|
|
100360
100624
|
'use strict';
|
|
100361
100625
|
|
|
100362
100626
|
var utils = require('./utils');
|
|
@@ -100575,7 +100839,7 @@ module.exports = function (object, opts) {
|
|
|
100575
100839
|
return joined.length > 0 ? prefix + joined : '';
|
|
100576
100840
|
};
|
|
100577
100841
|
|
|
100578
|
-
},{"./formats":
|
|
100842
|
+
},{"./formats":677,"./utils":681}],681:[function(require,module,exports){
|
|
100579
100843
|
'use strict';
|
|
100580
100844
|
|
|
100581
100845
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -100792,7 +101056,7 @@ module.exports = {
|
|
|
100792
101056
|
merge: merge
|
|
100793
101057
|
};
|
|
100794
101058
|
|
|
100795
|
-
},{}],
|
|
101059
|
+
},{}],682:[function(require,module,exports){
|
|
100796
101060
|
'use strict';
|
|
100797
101061
|
|
|
100798
101062
|
var has = Object.prototype.hasOwnProperty
|
|
@@ -100912,7 +101176,7 @@ function querystringify(obj, prefix) {
|
|
|
100912
101176
|
exports.stringify = querystringify;
|
|
100913
101177
|
exports.parse = querystring;
|
|
100914
101178
|
|
|
100915
|
-
},{}],
|
|
101179
|
+
},{}],683:[function(require,module,exports){
|
|
100916
101180
|
'use strict';
|
|
100917
101181
|
|
|
100918
101182
|
/**
|
|
@@ -100952,11 +101216,11 @@ module.exports = function required(port, protocol) {
|
|
|
100952
101216
|
return port !== 0;
|
|
100953
101217
|
};
|
|
100954
101218
|
|
|
100955
|
-
},{}],
|
|
101219
|
+
},{}],684:[function(require,module,exports){
|
|
100956
101220
|
arguments[4][406][0].apply(exports,arguments)
|
|
100957
|
-
},{"buffer":229,"dup":406}],
|
|
101221
|
+
},{"buffer":229,"dup":406}],685:[function(require,module,exports){
|
|
100958
101222
|
arguments[4][414][0].apply(exports,arguments)
|
|
100959
|
-
},{"_process":378,"buffer":229,"dup":414}],
|
|
101223
|
+
},{"_process":378,"buffer":229,"dup":414}],686:[function(require,module,exports){
|
|
100960
101224
|
// Copyright 2010-2012 Mikeal Rogers
|
|
100961
101225
|
//
|
|
100962
101226
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -101113,7 +101377,7 @@ Object.defineProperty(request, 'debug', {
|
|
|
101113
101377
|
}
|
|
101114
101378
|
})
|
|
101115
101379
|
|
|
101116
|
-
},{"./lib/cookies":
|
|
101380
|
+
},{"./lib/cookies":688,"./lib/helpers":692,"./request":701,"extend":627}],687:[function(require,module,exports){
|
|
101117
101381
|
'use strict'
|
|
101118
101382
|
|
|
101119
101383
|
var caseless = require('caseless')
|
|
@@ -101282,7 +101546,7 @@ Auth.prototype.onResponse = function (response) {
|
|
|
101282
101546
|
|
|
101283
101547
|
exports.Auth = Auth
|
|
101284
101548
|
|
|
101285
|
-
},{"./helpers":
|
|
101549
|
+
},{"./helpers":692,"caseless":620,"uuid/v4":700}],688:[function(require,module,exports){
|
|
101286
101550
|
'use strict'
|
|
101287
101551
|
|
|
101288
101552
|
var tough = require('tough-cookie')
|
|
@@ -101322,7 +101586,7 @@ exports.jar = function (store) {
|
|
|
101322
101586
|
return new RequestJar(store)
|
|
101323
101587
|
}
|
|
101324
101588
|
|
|
101325
|
-
},{"tough-cookie":
|
|
101589
|
+
},{"tough-cookie":727}],689:[function(require,module,exports){
|
|
101326
101590
|
(function (process){(function (){
|
|
101327
101591
|
'use strict'
|
|
101328
101592
|
|
|
@@ -101405,7 +101669,7 @@ function getProxyFromURI (uri) {
|
|
|
101405
101669
|
module.exports = getProxyFromURI
|
|
101406
101670
|
|
|
101407
101671
|
}).call(this)}).call(this,require('_process'))
|
|
101408
|
-
},{"_process":378}],
|
|
101672
|
+
},{"_process":378}],690:[function(require,module,exports){
|
|
101409
101673
|
'use strict'
|
|
101410
101674
|
|
|
101411
101675
|
var fs = require('fs')
|
|
@@ -101612,7 +101876,7 @@ Har.prototype.options = function (options) {
|
|
|
101612
101876
|
|
|
101613
101877
|
exports.Har = Har
|
|
101614
101878
|
|
|
101615
|
-
},{"extend":
|
|
101879
|
+
},{"extend":627,"fs":227,"har-validator":653,"querystring":394}],691:[function(require,module,exports){
|
|
101616
101880
|
'use strict'
|
|
101617
101881
|
|
|
101618
101882
|
var crypto = require('crypto')
|
|
@@ -101703,7 +101967,7 @@ exports.header = function (uri, method, opts) {
|
|
|
101703
101967
|
return header
|
|
101704
101968
|
}
|
|
101705
101969
|
|
|
101706
|
-
},{"crypto":241}],
|
|
101970
|
+
},{"crypto":241}],692:[function(require,module,exports){
|
|
101707
101971
|
(function (process,setImmediate){(function (){
|
|
101708
101972
|
'use strict'
|
|
101709
101973
|
|
|
@@ -101773,7 +102037,7 @@ exports.version = version
|
|
|
101773
102037
|
exports.defer = defer
|
|
101774
102038
|
|
|
101775
102039
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
101776
|
-
},{"_process":378,"crypto":241,"json-stringify-safe":
|
|
102040
|
+
},{"_process":378,"crypto":241,"json-stringify-safe":664,"safe-buffer":684,"timers":444}],693:[function(require,module,exports){
|
|
101777
102041
|
'use strict'
|
|
101778
102042
|
|
|
101779
102043
|
var uuid = require('uuid/v4')
|
|
@@ -101887,7 +102151,7 @@ Multipart.prototype.onRequest = function (options) {
|
|
|
101887
102151
|
|
|
101888
102152
|
exports.Multipart = Multipart
|
|
101889
102153
|
|
|
101890
|
-
},{"combined-stream":
|
|
102154
|
+
},{"combined-stream":621,"isstream":660,"safe-buffer":684,"uuid/v4":700}],694:[function(require,module,exports){
|
|
101891
102155
|
'use strict'
|
|
101892
102156
|
|
|
101893
102157
|
var url = require('url')
|
|
@@ -102037,7 +102301,7 @@ OAuth.prototype.onRequest = function (_oauth) {
|
|
|
102037
102301
|
|
|
102038
102302
|
exports.OAuth = OAuth
|
|
102039
102303
|
|
|
102040
|
-
},{"caseless":
|
|
102304
|
+
},{"caseless":620,"crypto":241,"oauth-sign":672,"qs":678,"safe-buffer":684,"url":446,"uuid/v4":700}],695:[function(require,module,exports){
|
|
102041
102305
|
'use strict'
|
|
102042
102306
|
|
|
102043
102307
|
var qs = require('qs')
|
|
@@ -102089,7 +102353,7 @@ Querystring.prototype.unescape = querystring.unescape
|
|
|
102089
102353
|
|
|
102090
102354
|
exports.Querystring = Querystring
|
|
102091
102355
|
|
|
102092
|
-
},{"qs":
|
|
102356
|
+
},{"qs":678,"querystring":394}],696:[function(require,module,exports){
|
|
102093
102357
|
'use strict'
|
|
102094
102358
|
|
|
102095
102359
|
var url = require('url')
|
|
@@ -102245,7 +102509,7 @@ Redirect.prototype.onResponse = function (response) {
|
|
|
102245
102509
|
|
|
102246
102510
|
exports.Redirect = Redirect
|
|
102247
102511
|
|
|
102248
|
-
},{"url":446}],
|
|
102512
|
+
},{"url":446}],697:[function(require,module,exports){
|
|
102249
102513
|
'use strict'
|
|
102250
102514
|
|
|
102251
102515
|
var url = require('url')
|
|
@@ -102422,7 +102686,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
|
|
|
102422
102686
|
Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
|
|
102423
102687
|
exports.Tunnel = Tunnel
|
|
102424
102688
|
|
|
102425
|
-
},{"tunnel-agent":
|
|
102689
|
+
},{"tunnel-agent":736,"url":446}],698:[function(require,module,exports){
|
|
102426
102690
|
/**
|
|
102427
102691
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
102428
102692
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -102450,7 +102714,7 @@ function bytesToUuid(buf, offset) {
|
|
|
102450
102714
|
|
|
102451
102715
|
module.exports = bytesToUuid;
|
|
102452
102716
|
|
|
102453
|
-
},{}],
|
|
102717
|
+
},{}],699:[function(require,module,exports){
|
|
102454
102718
|
// Unique ID creation requires a high quality random # generator. In the
|
|
102455
102719
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
102456
102720
|
// and inconsistent support for the `crypto` API. We do the best we can via
|
|
@@ -102486,7 +102750,7 @@ if (getRandomValues) {
|
|
|
102486
102750
|
};
|
|
102487
102751
|
}
|
|
102488
102752
|
|
|
102489
|
-
},{}],
|
|
102753
|
+
},{}],700:[function(require,module,exports){
|
|
102490
102754
|
var rng = require('./lib/rng');
|
|
102491
102755
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
102492
102756
|
|
|
@@ -102517,7 +102781,7 @@ function v4(options, buf, offset) {
|
|
|
102517
102781
|
|
|
102518
102782
|
module.exports = v4;
|
|
102519
102783
|
|
|
102520
|
-
},{"./lib/bytesToUuid":
|
|
102784
|
+
},{"./lib/bytesToUuid":698,"./lib/rng":699}],701:[function(require,module,exports){
|
|
102521
102785
|
(function (process){(function (){
|
|
102522
102786
|
'use strict'
|
|
102523
102787
|
|
|
@@ -104074,7 +104338,7 @@ Request.prototype.toJSON = requestToJSON
|
|
|
104074
104338
|
module.exports = Request
|
|
104075
104339
|
|
|
104076
104340
|
}).call(this)}).call(this,require('_process'))
|
|
104077
|
-
},{"./lib/auth":
|
|
104341
|
+
},{"./lib/auth":687,"./lib/cookies":688,"./lib/getProxyFromURI":689,"./lib/har":690,"./lib/hawk":691,"./lib/helpers":692,"./lib/multipart":693,"./lib/oauth":694,"./lib/querystring":695,"./lib/redirect":696,"./lib/tunnel":697,"_process":378,"aws-sign2":616,"aws4":617,"caseless":620,"extend":627,"forever-agent":631,"form-data":632,"http":438,"http-signature":654,"https":320,"is-typedarray":659,"isstream":660,"mime-types":671,"performance-now":673,"safe-buffer":684,"stream":437,"url":446,"util":450,"zlib":226}],702:[function(require,module,exports){
|
|
104078
104342
|
// Copyright 2015 Joyent, Inc.
|
|
104079
104343
|
|
|
104080
104344
|
var Buffer = require('safer-buffer').Buffer;
|
|
@@ -104244,7 +104508,7 @@ module.exports = {
|
|
|
104244
104508
|
curves: curves
|
|
104245
104509
|
};
|
|
104246
104510
|
|
|
104247
|
-
},{"safer-buffer":
|
|
104511
|
+
},{"safer-buffer":685}],703:[function(require,module,exports){
|
|
104248
104512
|
// Copyright 2016 Joyent, Inc.
|
|
104249
104513
|
|
|
104250
104514
|
module.exports = Certificate;
|
|
@@ -104656,7 +104920,7 @@ Certificate._oldVersionDetect = function (obj) {
|
|
|
104656
104920
|
return ([1, 0]);
|
|
104657
104921
|
};
|
|
104658
104922
|
|
|
104659
|
-
},{"./algs":
|
|
104923
|
+
},{"./algs":702,"./errors":706,"./fingerprint":707,"./formats/openssh-cert":710,"./formats/x509":719,"./formats/x509-pem":718,"./identity":720,"./key":722,"./private-key":723,"./signature":724,"./utils":726,"assert-plus":615,"crypto":241,"safer-buffer":685,"util":450}],704:[function(require,module,exports){
|
|
104660
104924
|
// Copyright 2017 Joyent, Inc.
|
|
104661
104925
|
|
|
104662
104926
|
module.exports = {
|
|
@@ -105055,7 +105319,7 @@ function generateECDSA(curve) {
|
|
|
105055
105319
|
}
|
|
105056
105320
|
}
|
|
105057
105321
|
|
|
105058
|
-
},{"./algs":
|
|
105322
|
+
},{"./algs":702,"./key":722,"./private-key":723,"./utils":726,"assert-plus":615,"crypto":241,"ecc-jsbn":624,"ecc-jsbn/lib/ec":625,"jsbn":661,"safer-buffer":685,"tweetnacl":737}],705:[function(require,module,exports){
|
|
105059
105323
|
// Copyright 2015 Joyent, Inc.
|
|
105060
105324
|
|
|
105061
105325
|
module.exports = {
|
|
@@ -105149,7 +105413,7 @@ Signer.prototype.sign = function () {
|
|
|
105149
105413
|
return (sigObj);
|
|
105150
105414
|
};
|
|
105151
105415
|
|
|
105152
|
-
},{"./signature":
|
|
105416
|
+
},{"./signature":724,"assert-plus":615,"safer-buffer":685,"stream":437,"tweetnacl":737,"util":450}],706:[function(require,module,exports){
|
|
105153
105417
|
// Copyright 2015 Joyent, Inc.
|
|
105154
105418
|
|
|
105155
105419
|
var assert = require('assert-plus');
|
|
@@ -105235,7 +105499,7 @@ module.exports = {
|
|
|
105235
105499
|
CertificateParseError: CertificateParseError
|
|
105236
105500
|
};
|
|
105237
105501
|
|
|
105238
|
-
},{"assert-plus":
|
|
105502
|
+
},{"assert-plus":615,"util":450}],707:[function(require,module,exports){
|
|
105239
105503
|
// Copyright 2018 Joyent, Inc.
|
|
105240
105504
|
|
|
105241
105505
|
module.exports = Fingerprint;
|
|
@@ -105457,7 +105721,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|
|
105457
105721
|
return ([1, 0]);
|
|
105458
105722
|
};
|
|
105459
105723
|
|
|
105460
|
-
},{"./algs":
|
|
105724
|
+
},{"./algs":702,"./certificate":703,"./errors":706,"./key":722,"./private-key":723,"./utils":726,"assert-plus":615,"crypto":241,"safer-buffer":685}],708:[function(require,module,exports){
|
|
105461
105725
|
// Copyright 2018 Joyent, Inc.
|
|
105462
105726
|
|
|
105463
105727
|
module.exports = {
|
|
@@ -105583,7 +105847,7 @@ function write(key, options) {
|
|
|
105583
105847
|
throw (new Error('"auto" format cannot be used for writing'));
|
|
105584
105848
|
}
|
|
105585
105849
|
|
|
105586
|
-
},{"../key":
|
|
105850
|
+
},{"../key":722,"../private-key":723,"../utils":726,"./dnssec":709,"./pem":711,"./putty":714,"./rfc4253":715,"./ssh":717,"assert-plus":615,"safer-buffer":685}],709:[function(require,module,exports){
|
|
105587
105851
|
// Copyright 2017 Joyent, Inc.
|
|
105588
105852
|
|
|
105589
105853
|
module.exports = {
|
|
@@ -105872,7 +106136,7 @@ function write(key, options) {
|
|
|
105872
106136
|
}
|
|
105873
106137
|
}
|
|
105874
106138
|
|
|
105875
|
-
},{"../dhe":
|
|
106139
|
+
},{"../dhe":704,"../key":722,"../private-key":723,"../ssh-buffer":725,"../utils":726,"assert-plus":615,"safer-buffer":685}],710:[function(require,module,exports){
|
|
105876
106140
|
// Copyright 2017 Joyent, Inc.
|
|
105877
106141
|
|
|
105878
106142
|
module.exports = {
|
|
@@ -106226,7 +106490,7 @@ function getCertType(key) {
|
|
|
106226
106490
|
throw (new Error('Unsupported key type ' + key.type));
|
|
106227
106491
|
}
|
|
106228
106492
|
|
|
106229
|
-
},{"../algs":
|
|
106493
|
+
},{"../algs":702,"../certificate":703,"../identity":720,"../key":722,"../private-key":723,"../signature":724,"../ssh-buffer":725,"../utils":726,"./rfc4253":715,"assert-plus":615,"crypto":241,"safer-buffer":685}],711:[function(require,module,exports){
|
|
106230
106494
|
// Copyright 2018 Joyent, Inc.
|
|
106231
106495
|
|
|
106232
106496
|
module.exports = {
|
|
@@ -106518,7 +106782,7 @@ function write(key, options, type) {
|
|
|
106518
106782
|
return (buf.slice(0, o));
|
|
106519
106783
|
}
|
|
106520
106784
|
|
|
106521
|
-
},{"../algs":
|
|
106785
|
+
},{"../algs":702,"../errors":706,"../key":722,"../private-key":723,"../utils":726,"./pkcs1":712,"./pkcs8":713,"./rfc4253":715,"./ssh-private":716,"asn1":614,"assert-plus":615,"crypto":241,"safer-buffer":685}],712:[function(require,module,exports){
|
|
106522
106786
|
// Copyright 2015 Joyent, Inc.
|
|
106523
106787
|
|
|
106524
106788
|
module.exports = {
|
|
@@ -106893,7 +107157,7 @@ function writePkcs1EdDSAPublic(der, key) {
|
|
|
106893
107157
|
throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
|
|
106894
107158
|
}
|
|
106895
107159
|
|
|
106896
|
-
},{"../algs":
|
|
107160
|
+
},{"../algs":702,"../key":722,"../private-key":723,"../utils":726,"./pem":711,"./pkcs8":713,"asn1":614,"assert-plus":615,"safer-buffer":685}],713:[function(require,module,exports){
|
|
106897
107161
|
// Copyright 2018 Joyent, Inc.
|
|
106898
107162
|
|
|
106899
107163
|
module.exports = {
|
|
@@ -107538,7 +107802,7 @@ function writePkcs8EdDSAPrivate(key, der) {
|
|
|
107538
107802
|
utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1);
|
|
107539
107803
|
}
|
|
107540
107804
|
|
|
107541
|
-
},{"../algs":
|
|
107805
|
+
},{"../algs":702,"../key":722,"../private-key":723,"../utils":726,"./pem":711,"asn1":614,"assert-plus":615,"safer-buffer":685}],714:[function(require,module,exports){
|
|
107542
107806
|
// Copyright 2018 Joyent, Inc.
|
|
107543
107807
|
|
|
107544
107808
|
module.exports = {
|
|
@@ -107734,7 +107998,7 @@ function wrap(txt, len) {
|
|
|
107734
107998
|
return (lines);
|
|
107735
107999
|
}
|
|
107736
108000
|
|
|
107737
|
-
},{"../errors":
|
|
108001
|
+
},{"../errors":706,"../key":722,"../private-key":723,"../ssh-buffer":725,"./rfc4253":715,"assert-plus":615,"crypto":241,"safer-buffer":685}],715:[function(require,module,exports){
|
|
107738
108002
|
// Copyright 2015 Joyent, Inc.
|
|
107739
108003
|
|
|
107740
108004
|
module.exports = {
|
|
@@ -107902,7 +108166,7 @@ function write(key, options) {
|
|
|
107902
108166
|
return (buf.toBuffer());
|
|
107903
108167
|
}
|
|
107904
108168
|
|
|
107905
|
-
},{"../algs":
|
|
108169
|
+
},{"../algs":702,"../key":722,"../private-key":723,"../ssh-buffer":725,"../utils":726,"assert-plus":615,"safer-buffer":685}],716:[function(require,module,exports){
|
|
107906
108170
|
// Copyright 2015 Joyent, Inc.
|
|
107907
108171
|
|
|
107908
108172
|
module.exports = {
|
|
@@ -108166,7 +108430,7 @@ function write(key, options) {
|
|
|
108166
108430
|
return (buf.slice(0, o));
|
|
108167
108431
|
}
|
|
108168
108432
|
|
|
108169
|
-
},{"../algs":
|
|
108433
|
+
},{"../algs":702,"../errors":706,"../key":722,"../private-key":723,"../ssh-buffer":725,"../utils":726,"./pem":711,"./rfc4253":715,"asn1":614,"assert-plus":615,"bcrypt-pbkdf":619,"crypto":241,"safer-buffer":685}],717:[function(require,module,exports){
|
|
108170
108434
|
// Copyright 2015 Joyent, Inc.
|
|
108171
108435
|
|
|
108172
108436
|
module.exports = {
|
|
@@ -108283,7 +108547,7 @@ function write(key, options) {
|
|
|
108283
108547
|
return (Buffer.from(parts.join(' ')));
|
|
108284
108548
|
}
|
|
108285
108549
|
|
|
108286
|
-
},{"../key":
|
|
108550
|
+
},{"../key":722,"../private-key":723,"../utils":726,"./rfc4253":715,"./ssh-private":716,"assert-plus":615,"safer-buffer":685}],718:[function(require,module,exports){
|
|
108287
108551
|
// Copyright 2016 Joyent, Inc.
|
|
108288
108552
|
|
|
108289
108553
|
var x509 = require('./x509');
|
|
@@ -108373,7 +108637,7 @@ function write(cert, options) {
|
|
|
108373
108637
|
return (buf.slice(0, o));
|
|
108374
108638
|
}
|
|
108375
108639
|
|
|
108376
|
-
},{"../algs":
|
|
108640
|
+
},{"../algs":702,"../certificate":703,"../identity":720,"../key":722,"../private-key":723,"../signature":724,"../utils":726,"./pem":711,"./x509":719,"asn1":614,"assert-plus":615,"safer-buffer":685}],719:[function(require,module,exports){
|
|
108377
108641
|
// Copyright 2017 Joyent, Inc.
|
|
108378
108642
|
|
|
108379
108643
|
module.exports = {
|
|
@@ -109127,7 +109391,7 @@ function writeBitField(setBits, bitIndex) {
|
|
|
109127
109391
|
return (bits);
|
|
109128
109392
|
}
|
|
109129
109393
|
|
|
109130
|
-
},{"../algs":
|
|
109394
|
+
},{"../algs":702,"../certificate":703,"../identity":720,"../key":722,"../private-key":723,"../signature":724,"../utils":726,"./pem":711,"./pkcs8":713,"asn1":614,"assert-plus":615,"safer-buffer":685}],720:[function(require,module,exports){
|
|
109131
109395
|
// Copyright 2017 Joyent, Inc.
|
|
109132
109396
|
|
|
109133
109397
|
module.exports = Identity;
|
|
@@ -109502,7 +109766,7 @@ Identity._oldVersionDetect = function (obj) {
|
|
|
109502
109766
|
return ([1, 0]);
|
|
109503
109767
|
};
|
|
109504
109768
|
|
|
109505
|
-
},{"./algs":
|
|
109769
|
+
},{"./algs":702,"./errors":706,"./fingerprint":707,"./signature":724,"./utils":726,"asn1":614,"assert-plus":615,"crypto":241,"safer-buffer":685,"util":450}],721:[function(require,module,exports){
|
|
109506
109770
|
// Copyright 2015 Joyent, Inc.
|
|
109507
109771
|
|
|
109508
109772
|
var Key = require('./key');
|
|
@@ -109544,7 +109808,7 @@ module.exports = {
|
|
|
109544
109808
|
CertificateParseError: errs.CertificateParseError
|
|
109545
109809
|
};
|
|
109546
109810
|
|
|
109547
|
-
},{"./certificate":
|
|
109811
|
+
},{"./certificate":703,"./errors":706,"./fingerprint":707,"./identity":720,"./key":722,"./private-key":723,"./signature":724}],722:[function(require,module,exports){
|
|
109548
109812
|
(function (Buffer){(function (){
|
|
109549
109813
|
// Copyright 2018 Joyent, Inc.
|
|
109550
109814
|
|
|
@@ -109842,7 +110106,7 @@ Key._oldVersionDetect = function (obj) {
|
|
|
109842
110106
|
};
|
|
109843
110107
|
|
|
109844
110108
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
109845
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":324,"./algs":
|
|
110109
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":324,"./algs":702,"./dhe":704,"./ed-compat":705,"./errors":706,"./fingerprint":707,"./formats/auto":708,"./formats/dnssec":709,"./formats/pem":711,"./formats/pkcs1":712,"./formats/pkcs8":713,"./formats/putty":714,"./formats/rfc4253":715,"./formats/ssh":717,"./formats/ssh-private":716,"./private-key":723,"./signature":724,"./utils":726,"assert-plus":615,"crypto":241}],723:[function(require,module,exports){
|
|
109846
110110
|
// Copyright 2017 Joyent, Inc.
|
|
109847
110111
|
|
|
109848
110112
|
module.exports = PrivateKey;
|
|
@@ -110091,7 +110355,7 @@ PrivateKey._oldVersionDetect = function (obj) {
|
|
|
110091
110355
|
return ([1, 0]);
|
|
110092
110356
|
};
|
|
110093
110357
|
|
|
110094
|
-
},{"./algs":
|
|
110358
|
+
},{"./algs":702,"./dhe":704,"./ed-compat":705,"./errors":706,"./fingerprint":707,"./formats/auto":708,"./formats/dnssec":709,"./formats/pem":711,"./formats/pkcs1":712,"./formats/pkcs8":713,"./formats/putty":714,"./formats/rfc4253":715,"./formats/ssh-private":716,"./key":722,"./signature":724,"./utils":726,"assert-plus":615,"crypto":241,"safer-buffer":685,"tweetnacl":737,"util":450}],724:[function(require,module,exports){
|
|
110095
110359
|
// Copyright 2015 Joyent, Inc.
|
|
110096
110360
|
|
|
110097
110361
|
module.exports = Signature;
|
|
@@ -110407,7 +110671,7 @@ Signature._oldVersionDetect = function (obj) {
|
|
|
110407
110671
|
return ([1, 0]);
|
|
110408
110672
|
};
|
|
110409
110673
|
|
|
110410
|
-
},{"./algs":
|
|
110674
|
+
},{"./algs":702,"./errors":706,"./ssh-buffer":725,"./utils":726,"asn1":614,"assert-plus":615,"crypto":241,"safer-buffer":685}],725:[function(require,module,exports){
|
|
110411
110675
|
// Copyright 2015 Joyent, Inc.
|
|
110412
110676
|
|
|
110413
110677
|
module.exports = SSHBuffer;
|
|
@@ -110558,7 +110822,7 @@ SSHBuffer.prototype.write = function (buf) {
|
|
|
110558
110822
|
this._offset += buf.length;
|
|
110559
110823
|
};
|
|
110560
110824
|
|
|
110561
|
-
},{"assert-plus":
|
|
110825
|
+
},{"assert-plus":615,"safer-buffer":685}],726:[function(require,module,exports){
|
|
110562
110826
|
// Copyright 2015 Joyent, Inc.
|
|
110563
110827
|
|
|
110564
110828
|
module.exports = {
|
|
@@ -110964,7 +111228,7 @@ function opensshCipherInfo(cipher) {
|
|
|
110964
111228
|
return (inf);
|
|
110965
111229
|
}
|
|
110966
111230
|
|
|
110967
|
-
},{"./algs":
|
|
111231
|
+
},{"./algs":702,"./key":722,"./private-key":723,"asn1":614,"assert-plus":615,"crypto":241,"ecc-jsbn/lib/ec":625,"jsbn":661,"safer-buffer":685,"tweetnacl":737}],727:[function(require,module,exports){
|
|
110968
111232
|
/*!
|
|
110969
111233
|
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
110970
111234
|
* All rights reserved.
|
|
@@ -112722,7 +112986,7 @@ exports.canonicalDomain = canonicalDomain;
|
|
|
112722
112986
|
exports.PrefixSecurityEnum = PrefixSecurityEnum;
|
|
112723
112987
|
exports.ParameterError = validators.ParameterError;
|
|
112724
112988
|
|
|
112725
|
-
},{"./memstore":
|
|
112989
|
+
},{"./memstore":728,"./pathMatch":729,"./permuteDomain":730,"./pubsuffix-psl":731,"./store":732,"./utilHelper":733,"./validators.js":734,"./version":735,"punycode/":676,"universalify":738,"url-parse":740}],728:[function(require,module,exports){
|
|
112726
112990
|
/*!
|
|
112727
112991
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
112728
112992
|
* All rights reserved.
|
|
@@ -112966,7 +113230,7 @@ function formatPath(pathName, pathValue) {
|
|
|
112966
113230
|
|
|
112967
113231
|
exports.inspectFallback = inspectFallback;
|
|
112968
113232
|
|
|
112969
|
-
},{"./pathMatch":
|
|
113233
|
+
},{"./pathMatch":729,"./permuteDomain":730,"./store":732,"./utilHelper":733,"universalify":738}],729:[function(require,module,exports){
|
|
112970
113234
|
/*!
|
|
112971
113235
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
112972
113236
|
* All rights reserved.
|
|
@@ -113029,7 +113293,7 @@ function pathMatch(reqPath, cookiePath) {
|
|
|
113029
113293
|
|
|
113030
113294
|
exports.pathMatch = pathMatch;
|
|
113031
113295
|
|
|
113032
|
-
},{}],
|
|
113296
|
+
},{}],730:[function(require,module,exports){
|
|
113033
113297
|
/*!
|
|
113034
113298
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
113035
113299
|
* All rights reserved.
|
|
@@ -113096,7 +113360,7 @@ function permuteDomain(domain, allowSpecialUseDomain) {
|
|
|
113096
113360
|
|
|
113097
113361
|
exports.permuteDomain = permuteDomain;
|
|
113098
113362
|
|
|
113099
|
-
},{"./pubsuffix-psl":
|
|
113363
|
+
},{"./pubsuffix-psl":731}],731:[function(require,module,exports){
|
|
113100
113364
|
/*!
|
|
113101
113365
|
* Copyright (c) 2018, Salesforce.com, Inc.
|
|
113102
113366
|
* All rights reserved.
|
|
@@ -113171,7 +113435,7 @@ function getPublicSuffix(domain, options = {}) {
|
|
|
113171
113435
|
|
|
113172
113436
|
exports.getPublicSuffix = getPublicSuffix;
|
|
113173
113437
|
|
|
113174
|
-
},{"psl":
|
|
113438
|
+
},{"psl":675}],732:[function(require,module,exports){
|
|
113175
113439
|
/*!
|
|
113176
113440
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
113177
113441
|
* All rights reserved.
|
|
@@ -113249,7 +113513,7 @@ class Store {
|
|
|
113249
113513
|
|
|
113250
113514
|
exports.Store = Store;
|
|
113251
113515
|
|
|
113252
|
-
},{}],
|
|
113516
|
+
},{}],733:[function(require,module,exports){
|
|
113253
113517
|
function requireUtil() {
|
|
113254
113518
|
try {
|
|
113255
113519
|
// eslint-disable-next-line no-restricted-modules
|
|
@@ -113290,7 +113554,7 @@ exports.getCustomInspectSymbol = function getCustomInspectSymbol(options = {}) {
|
|
|
113290
113554
|
);
|
|
113291
113555
|
};
|
|
113292
113556
|
|
|
113293
|
-
},{"util":450}],
|
|
113557
|
+
},{"util":450}],734:[function(require,module,exports){
|
|
113294
113558
|
/* ************************************************************************************
|
|
113295
113559
|
Extracted from check-types.js
|
|
113296
113560
|
https://gitlab.com/philbooth/check-types.js
|
|
@@ -113387,11 +113651,11 @@ exports.isString = isString;
|
|
|
113387
113651
|
exports.isObject = isObject;
|
|
113388
113652
|
exports.validate = validate;
|
|
113389
113653
|
|
|
113390
|
-
},{}],
|
|
113654
|
+
},{}],735:[function(require,module,exports){
|
|
113391
113655
|
// generated by genversion
|
|
113392
113656
|
module.exports = '4.1.3'
|
|
113393
113657
|
|
|
113394
|
-
},{}],
|
|
113658
|
+
},{}],736:[function(require,module,exports){
|
|
113395
113659
|
(function (process){(function (){
|
|
113396
113660
|
'use strict'
|
|
113397
113661
|
|
|
@@ -113639,7 +113903,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
|
|
|
113639
113903
|
exports.debug = debug // for test
|
|
113640
113904
|
|
|
113641
113905
|
}).call(this)}).call(this,require('_process'))
|
|
113642
|
-
},{"_process":378,"assert":172,"events":279,"http":438,"https":320,"net":227,"safe-buffer":
|
|
113906
|
+
},{"_process":378,"assert":172,"events":279,"http":438,"https":320,"net":227,"safe-buffer":684,"tls":227,"util":450}],737:[function(require,module,exports){
|
|
113643
113907
|
(function(nacl) {
|
|
113644
113908
|
'use strict';
|
|
113645
113909
|
|
|
@@ -116029,7 +116293,7 @@ nacl.setPRNG = function(fn) {
|
|
|
116029
116293
|
|
|
116030
116294
|
})(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
|
|
116031
116295
|
|
|
116032
|
-
},{"crypto":176}],
|
|
116296
|
+
},{"crypto":176}],738:[function(require,module,exports){
|
|
116033
116297
|
'use strict'
|
|
116034
116298
|
|
|
116035
116299
|
exports.fromCallback = function (fn) {
|
|
@@ -116060,7 +116324,7 @@ exports.fromPromise = function (fn) {
|
|
|
116060
116324
|
}, 'name', { value: fn.name })
|
|
116061
116325
|
}
|
|
116062
116326
|
|
|
116063
|
-
},{}],
|
|
116327
|
+
},{}],739:[function(require,module,exports){
|
|
116064
116328
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
116065
116329
|
(function (global, factory) {
|
|
116066
116330
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -117505,7 +117769,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
117505
117769
|
})));
|
|
117506
117770
|
|
|
117507
117771
|
|
|
117508
|
-
},{}],
|
|
117772
|
+
},{}],740:[function(require,module,exports){
|
|
117509
117773
|
(function (global){(function (){
|
|
117510
117774
|
'use strict';
|
|
117511
117775
|
|
|
@@ -118098,7 +118362,7 @@ Url.qs = qs;
|
|
|
118098
118362
|
module.exports = Url;
|
|
118099
118363
|
|
|
118100
118364
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
118101
|
-
},{"querystringify":
|
|
118365
|
+
},{"querystringify":682,"requires-port":683}],741:[function(require,module,exports){
|
|
118102
118366
|
var v1 = require('./v1');
|
|
118103
118367
|
var v4 = require('./v4');
|
|
118104
118368
|
|
|
@@ -118108,7 +118372,7 @@ uuid.v4 = v4;
|
|
|
118108
118372
|
|
|
118109
118373
|
module.exports = uuid;
|
|
118110
118374
|
|
|
118111
|
-
},{"./v1":
|
|
118375
|
+
},{"./v1":744,"./v4":745}],742:[function(require,module,exports){
|
|
118112
118376
|
/**
|
|
118113
118377
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
118114
118378
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -118133,7 +118397,7 @@ function bytesToUuid(buf, offset) {
|
|
|
118133
118397
|
|
|
118134
118398
|
module.exports = bytesToUuid;
|
|
118135
118399
|
|
|
118136
|
-
},{}],
|
|
118400
|
+
},{}],743:[function(require,module,exports){
|
|
118137
118401
|
(function (global){(function (){
|
|
118138
118402
|
// Unique ID creation requires a high quality random # generator. In the
|
|
118139
118403
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
@@ -118170,7 +118434,7 @@ if (!rng) {
|
|
|
118170
118434
|
module.exports = rng;
|
|
118171
118435
|
|
|
118172
118436
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
118173
|
-
},{}],
|
|
118437
|
+
},{}],744:[function(require,module,exports){
|
|
118174
118438
|
var rng = require('./lib/rng');
|
|
118175
118439
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
118176
118440
|
|
|
@@ -118272,7 +118536,7 @@ function v1(options, buf, offset) {
|
|
|
118272
118536
|
|
|
118273
118537
|
module.exports = v1;
|
|
118274
118538
|
|
|
118275
|
-
},{"./lib/bytesToUuid":
|
|
118539
|
+
},{"./lib/bytesToUuid":742,"./lib/rng":743}],745:[function(require,module,exports){
|
|
118276
118540
|
var rng = require('./lib/rng');
|
|
118277
118541
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
118278
118542
|
|
|
@@ -118303,7 +118567,7 @@ function v4(options, buf, offset) {
|
|
|
118303
118567
|
|
|
118304
118568
|
module.exports = v4;
|
|
118305
118569
|
|
|
118306
|
-
},{"./lib/bytesToUuid":
|
|
118570
|
+
},{"./lib/bytesToUuid":742,"./lib/rng":743}],746:[function(require,module,exports){
|
|
118307
118571
|
/*
|
|
118308
118572
|
* verror.js: richer JavaScript errors
|
|
118309
118573
|
*/
|
|
@@ -118756,4 +119020,4 @@ WError.prototype.cause = function we_cause(c)
|
|
|
118756
119020
|
return (this.jse_cause);
|
|
118757
119021
|
};
|
|
118758
119022
|
|
|
118759
|
-
},{"assert-plus":
|
|
119023
|
+
},{"assert-plus":615,"core-util-is":622,"extsprintf":628,"util":450}]},{},[453]);
|