slnodejs 6.1.630 → 6.1.635
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 +586 -318
- package/browser-agent/dist/browser-agent-all.min.js +4 -4
- package/browser-agent/package.json +1 -1
- package/lib/preload.js +58 -0
- package/package.json +2 -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/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
|
@@ -34784,13 +34784,17 @@ module.exports = hasPropertyDescriptors;
|
|
|
34784
34784
|
'use strict';
|
|
34785
34785
|
|
|
34786
34786
|
var test = {
|
|
34787
|
+
__proto__: null,
|
|
34787
34788
|
foo: {}
|
|
34788
34789
|
};
|
|
34789
34790
|
|
|
34790
34791
|
var $Object = Object;
|
|
34791
34792
|
|
|
34793
|
+
/** @type {import('.')} */
|
|
34792
34794
|
module.exports = function hasProto() {
|
|
34793
|
-
|
|
34795
|
+
// @ts-expect-error: TS errors on an inherited property for some reason
|
|
34796
|
+
return { __proto__: test }.foo === test.foo
|
|
34797
|
+
&& !(test instanceof $Object);
|
|
34794
34798
|
};
|
|
34795
34799
|
|
|
34796
34800
|
},{}],287:[function(require,module,exports){
|
|
@@ -57789,14 +57793,14 @@ function extend() {
|
|
|
57789
57793
|
}
|
|
57790
57794
|
});
|
|
57791
57795
|
|
|
57792
|
-
},{"./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){
|
|
57793
57797
|
(function (factory) {
|
|
57794
57798
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57795
57799
|
var v = factory(require, exports);
|
|
57796
57800
|
if (v !== undefined) module.exports = v;
|
|
57797
57801
|
}
|
|
57798
57802
|
else if (typeof define === "function" && define.amd) {
|
|
57799
|
-
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);
|
|
57800
57804
|
}
|
|
57801
57805
|
})(function (require, exports) {
|
|
57802
57806
|
"use strict";
|
|
@@ -57840,9 +57844,11 @@ function extend() {
|
|
|
57840
57844
|
const collector_footprints_process_1 = require("../../common/footprints-process-v6/collector-footprints-process");
|
|
57841
57845
|
const config_process_1 = require("../../common/config-process");
|
|
57842
57846
|
const no_op_config_process_1 = require("../../common/config-process/no-op-config-process");
|
|
57843
|
-
const system_date_1 = require("../../common/system-date");
|
|
57844
57847
|
const browser_footprints_buffer_1 = require("./browser-footprints-buffer");
|
|
57845
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");
|
|
57846
57852
|
const FOOTPRINTS_SENDER_WATCHDOG = 'FootPrintsSenderWatchdog';
|
|
57847
57853
|
const FOOTPRINTS_FLUSH_WATCHDOG = 'FootprintsFlushWatchdog';
|
|
57848
57854
|
const ACTIVE_EXECUTION_WATCHDOG = 'ActiveExecutionWatchdog';
|
|
@@ -57860,18 +57866,20 @@ function extend() {
|
|
|
57860
57866
|
const agentConfiguration = this.createAgentConfiguration(configuration);
|
|
57861
57867
|
const backendProxy = this.createBackendProxy(agentConfiguration, agentInstanceData, window, featureDetection, configuration);
|
|
57862
57868
|
const eventProcess = this.createEventProcess(window, featureDetection, configuration, agentConfiguration, agentInstanceData, backendProxy);
|
|
57863
|
-
|
|
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));
|
|
57864
57872
|
if (basicConfiguration.collectorUrl) {
|
|
57865
57873
|
return this.createFootprintsOnlyInstance(window, featureDetection, configuration, agentInstanceData, logger, agentConfiguration, backendProxy, eventProcess);
|
|
57866
57874
|
}
|
|
57867
57875
|
return this.createBrowserAgentInstanceFPV6(window, featureDetection, configuration, agentInstanceData, logger, agentConfiguration, backendProxy, eventProcess);
|
|
57868
57876
|
}
|
|
57869
|
-
static notifyAgentStart(agentConfiguration, agentInstanceData, logger, backendProxy, basicConfiguration) {
|
|
57877
|
+
static notifyAgentStart(agentConfiguration, agentInstanceData, logger, getSystemOffset, backendProxy, basicConfiguration) {
|
|
57870
57878
|
if (basicConfiguration.collectorUrl) {
|
|
57871
|
-
cockpit_notifier_1.CockpitNotifier.notifyStartNoOp(agentConfiguration, agentInstanceData, logger, {}, backendProxy);
|
|
57879
|
+
cockpit_notifier_1.CockpitNotifier.notifyStartNoOp(agentConfiguration, agentInstanceData, logger, getSystemOffset, {}, backendProxy);
|
|
57872
57880
|
}
|
|
57873
57881
|
else {
|
|
57874
|
-
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());
|
|
57875
57883
|
}
|
|
57876
57884
|
}
|
|
57877
57885
|
static createBrowserAgentInstanceFPV6(window, featureDetection, configuration, agentInstanceData, logger, agentConfig, backendProxy, eventsProcess) {
|
|
@@ -58065,11 +58073,72 @@ function extend() {
|
|
|
58065
58073
|
const watchdog = AgentFactory.createWatchdog(window, configuration, ACTIVE_EXECUTION_WATCHDOG, agentConfig.executionQueryIntervalSecs.value);
|
|
58066
58074
|
return new no_op_state_tracker_1.NoopStateTracker(agentConfig, configProcess, watchdog, backendProxy, this.createLogger('stateTracker', configuration, window));
|
|
58067
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
|
+
}
|
|
58068
58085
|
}
|
|
58069
58086
|
exports.AgentFactory = AgentFactory;
|
|
58070
58087
|
});
|
|
58071
58088
|
|
|
58072
|
-
},{"../../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){
|
|
58073
58142
|
(function (factory) {
|
|
58074
58143
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58075
58144
|
var v = factory(require, exports);
|
|
@@ -58094,7 +58163,7 @@ function extend() {
|
|
|
58094
58163
|
exports.BasicUuidGenerator = BasicUuidGenerator;
|
|
58095
58164
|
});
|
|
58096
58165
|
|
|
58097
|
-
},{}],
|
|
58166
|
+
},{}],457:[function(require,module,exports){
|
|
58098
58167
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58099
58168
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58100
58169
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -58261,7 +58330,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58261
58330
|
exports.BrowserAgentInstanceFpv6 = BrowserAgentInstanceFpv6;
|
|
58262
58331
|
});
|
|
58263
58332
|
|
|
58264
|
-
},{"../../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){
|
|
58265
58334
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58266
58335
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58267
58336
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -58350,7 +58419,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58350
58419
|
exports.BrowserAgent = BrowserAgent;
|
|
58351
58420
|
});
|
|
58352
58421
|
|
|
58353
|
-
},{"./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){
|
|
58354
58423
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58355
58424
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58356
58425
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -58397,7 +58466,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58397
58466
|
exports.BrowserEventsProcess = BrowserEventsProcess;
|
|
58398
58467
|
});
|
|
58399
58468
|
|
|
58400
|
-
},{"../../common/events-process":
|
|
58469
|
+
},{"../../common/events-process":537}],460:[function(require,module,exports){
|
|
58401
58470
|
(function (factory) {
|
|
58402
58471
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58403
58472
|
var v = factory(require, exports);
|
|
@@ -58442,7 +58511,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58442
58511
|
exports.BrowserFootprintsBuffer = BrowserFootprintsBuffer;
|
|
58443
58512
|
});
|
|
58444
58513
|
|
|
58445
|
-
},{"../../common/contracts":
|
|
58514
|
+
},{"../../common/contracts":530,"../../common/footprints-process-v6/footprints-buffer":542,"./events-bridge/context-message-manager":475}],461:[function(require,module,exports){
|
|
58446
58515
|
(function (factory) {
|
|
58447
58516
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58448
58517
|
var v = factory(require, exports);
|
|
@@ -58473,7 +58542,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58473
58542
|
exports.BrowserHitsCollector = BrowserHitsCollector;
|
|
58474
58543
|
});
|
|
58475
58544
|
|
|
58476
|
-
},{"../../common/footprints-process-v6/hits-collector":
|
|
58545
|
+
},{"../../common/footprints-process-v6/hits-collector":543}],462:[function(require,module,exports){
|
|
58477
58546
|
(function (factory) {
|
|
58478
58547
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58479
58548
|
var v = factory(require, exports);
|
|
@@ -58499,7 +58568,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58499
58568
|
exports.BrowserHitsConverter = BrowserHitsConverter;
|
|
58500
58569
|
});
|
|
58501
58570
|
|
|
58502
|
-
},{"../../common/footprints-process-v6/base-browser-hits-converter":
|
|
58571
|
+
},{"../../common/footprints-process-v6/base-browser-hits-converter":538}],463:[function(require,module,exports){
|
|
58503
58572
|
(function (factory) {
|
|
58504
58573
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58505
58574
|
var v = factory(require, exports);
|
|
@@ -58608,7 +58677,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58608
58677
|
exports.CodeCoverageManager = CodeCoverageManager;
|
|
58609
58678
|
});
|
|
58610
58679
|
|
|
58611
|
-
},{}],
|
|
58680
|
+
},{}],464:[function(require,module,exports){
|
|
58612
58681
|
(function (factory) {
|
|
58613
58682
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58614
58683
|
var v = factory(require, exports);
|
|
@@ -58662,7 +58731,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58662
58731
|
exports.ColorContextManager = ColorContextManager;
|
|
58663
58732
|
});
|
|
58664
58733
|
|
|
58665
|
-
},{}],
|
|
58734
|
+
},{}],465:[function(require,module,exports){
|
|
58666
58735
|
(function (factory) {
|
|
58667
58736
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58668
58737
|
var v = factory(require, exports);
|
|
@@ -58675,11 +58744,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58675
58744
|
"use strict";
|
|
58676
58745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58677
58746
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
58678
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
58747
|
+
exports.SL_AGENT_VERSION = '6.1.635';
|
|
58679
58748
|
exports.SL_AGENT_TYPE = 'browser';
|
|
58680
58749
|
});
|
|
58681
58750
|
|
|
58682
|
-
},{}],
|
|
58751
|
+
},{}],466:[function(require,module,exports){
|
|
58683
58752
|
(function (factory) {
|
|
58684
58753
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58685
58754
|
var v = factory(require, exports);
|
|
@@ -58816,7 +58885,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58816
58885
|
ConfigurationManager.LAB_ID_KEY = '__sl.labId__';
|
|
58817
58886
|
});
|
|
58818
58887
|
|
|
58819
|
-
},{"./entities/configuration-data":
|
|
58888
|
+
},{"./entities/configuration-data":471}],467:[function(require,module,exports){
|
|
58820
58889
|
(function (factory) {
|
|
58821
58890
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58822
58891
|
var v = factory(require, exports);
|
|
@@ -58867,7 +58936,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58867
58936
|
exports.ConfigurationOverride = ConfigurationOverride;
|
|
58868
58937
|
});
|
|
58869
58938
|
|
|
58870
|
-
},{"./logger/console-logger":
|
|
58939
|
+
},{"./logger/console-logger":487,"events":279}],468:[function(require,module,exports){
|
|
58871
58940
|
(function (factory) {
|
|
58872
58941
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58873
58942
|
var v = factory(require, exports);
|
|
@@ -58887,7 +58956,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58887
58956
|
})(ExecutionStatus = exports.ExecutionStatus || (exports.ExecutionStatus = {}));
|
|
58888
58957
|
});
|
|
58889
58958
|
|
|
58890
|
-
},{}],
|
|
58959
|
+
},{}],469:[function(require,module,exports){
|
|
58891
58960
|
(function (factory) {
|
|
58892
58961
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58893
58962
|
var v = factory(require, exports);
|
|
@@ -58921,7 +58990,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58921
58990
|
exports.Delegate = Delegate;
|
|
58922
58991
|
});
|
|
58923
58992
|
|
|
58924
|
-
},{}],
|
|
58993
|
+
},{}],470:[function(require,module,exports){
|
|
58925
58994
|
(function (factory) {
|
|
58926
58995
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58927
58996
|
var v = factory(require, exports);
|
|
@@ -58939,7 +59008,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58939
59008
|
exports.BasicConfigurationData = BasicConfigurationData;
|
|
58940
59009
|
});
|
|
58941
59010
|
|
|
58942
|
-
},{}],
|
|
59011
|
+
},{}],471:[function(require,module,exports){
|
|
58943
59012
|
(function (factory) {
|
|
58944
59013
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58945
59014
|
var v = factory(require, exports);
|
|
@@ -58963,7 +59032,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58963
59032
|
exports.ConfigurationData = ConfigurationData;
|
|
58964
59033
|
});
|
|
58965
59034
|
|
|
58966
|
-
},{"./basic-configuation-data":
|
|
59035
|
+
},{"./basic-configuation-data":470}],472:[function(require,module,exports){
|
|
58967
59036
|
(function (factory) {
|
|
58968
59037
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58969
59038
|
var v = factory(require, exports);
|
|
@@ -58995,7 +59064,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58995
59064
|
exports.EnvironmentData = EnvironmentData;
|
|
58996
59065
|
});
|
|
58997
59066
|
|
|
58998
|
-
},{"../config":
|
|
59067
|
+
},{"../config":465}],473:[function(require,module,exports){
|
|
58999
59068
|
(function (factory) {
|
|
59000
59069
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59001
59070
|
var v = factory(require, exports);
|
|
@@ -59013,7 +59082,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59013
59082
|
exports.FootprintsItemData = FootprintsItemData;
|
|
59014
59083
|
});
|
|
59015
59084
|
|
|
59016
|
-
},{}],
|
|
59085
|
+
},{}],474:[function(require,module,exports){
|
|
59017
59086
|
(function (factory) {
|
|
59018
59087
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59019
59088
|
var v = factory(require, exports);
|
|
@@ -59057,14 +59126,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59057
59126
|
exports.relativePathRegex = new RegExp('^(?!www\\.|(?:http|ftp)s?://|[A-Za-z]:\\\\|//).*');
|
|
59058
59127
|
});
|
|
59059
59128
|
|
|
59060
|
-
},{}],
|
|
59129
|
+
},{}],475:[function(require,module,exports){
|
|
59061
59130
|
(function (factory) {
|
|
59062
59131
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59063
59132
|
var v = factory(require, exports);
|
|
59064
59133
|
if (v !== undefined) module.exports = v;
|
|
59065
59134
|
}
|
|
59066
59135
|
else if (typeof define === "function" && define.amd) {
|
|
59067
|
-
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);
|
|
59068
59137
|
}
|
|
59069
59138
|
})(function (require, exports) {
|
|
59070
59139
|
"use strict";
|
|
@@ -59072,7 +59141,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59072
59141
|
exports.ContextMessageManager = exports.CONTEXT_EVENTS_KEYS = void 0;
|
|
59073
59142
|
const cockpit_notifier_1 = require("../../../common/agent-events/cockpit-notifier");
|
|
59074
59143
|
const agent_events_contracts_1 = require("../../../common/agent-events/agent-events-contracts");
|
|
59075
|
-
const system_date_1 = require("
|
|
59144
|
+
const system_date_1 = require("../system-date");
|
|
59076
59145
|
var CONTEXT_EVENTS_KEYS;
|
|
59077
59146
|
(function (CONTEXT_EVENTS_KEYS) {
|
|
59078
59147
|
CONTEXT_EVENTS_KEYS["SET_EVENTS_RECEIVED"] = "setEventsReceived";
|
|
@@ -59193,7 +59262,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59193
59262
|
ContextMessageManager.DEFAULT_SEND_INTERVAL = 60 * 1000;
|
|
59194
59263
|
});
|
|
59195
59264
|
|
|
59196
|
-
},{"../../../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){
|
|
59197
59266
|
(function (factory) {
|
|
59198
59267
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59199
59268
|
var v = factory(require, exports);
|
|
@@ -59231,7 +59300,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59231
59300
|
exports.deleteCookie = deleteCookie;
|
|
59232
59301
|
});
|
|
59233
59302
|
|
|
59234
|
-
},{}],
|
|
59303
|
+
},{}],477:[function(require,module,exports){
|
|
59235
59304
|
(function (factory) {
|
|
59236
59305
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59237
59306
|
var v = factory(require, exports);
|
|
@@ -59398,7 +59467,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59398
59467
|
exports.deleteBaggageHandler = deleteBaggageHandler;
|
|
59399
59468
|
});
|
|
59400
59469
|
|
|
59401
|
-
},{"../../../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){
|
|
59402
59471
|
(function (factory) {
|
|
59403
59472
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59404
59473
|
var v = factory(require, exports);
|
|
@@ -59468,7 +59537,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59468
59537
|
exports.CustomFetchInstrumentation = CustomFetchInstrumentation;
|
|
59469
59538
|
});
|
|
59470
59539
|
|
|
59471
|
-
},{"../context-message-manager":
|
|
59540
|
+
},{"../context-message-manager":475,"../utils":482,"@opentelemetry/instrumentation-fetch":89}],479:[function(require,module,exports){
|
|
59472
59541
|
(function (factory) {
|
|
59473
59542
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59474
59543
|
var v = factory(require, exports);
|
|
@@ -59520,7 +59589,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59520
59589
|
exports.CustomXMLHttpRequestInstrumentation = CustomXMLHttpRequestInstrumentation;
|
|
59521
59590
|
});
|
|
59522
59591
|
|
|
59523
|
-
},{"../context-message-manager":
|
|
59592
|
+
},{"../context-message-manager":475,"../utils":482,"@opentelemetry/instrumentation-xml-http-request":93}],480:[function(require,module,exports){
|
|
59524
59593
|
(function (factory) {
|
|
59525
59594
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59526
59595
|
var v = factory(require, exports);
|
|
@@ -59552,7 +59621,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59552
59621
|
exports.registerEventsBridge = registerEventsBridge;
|
|
59553
59622
|
});
|
|
59554
59623
|
|
|
59555
|
-
},{"./const":
|
|
59624
|
+
},{"./const":474,"./events":477,"./otel":481}],481:[function(require,module,exports){
|
|
59556
59625
|
(function (factory) {
|
|
59557
59626
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59558
59627
|
var v = factory(require, exports);
|
|
@@ -59587,7 +59656,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59587
59656
|
exports.registerOpenTelemetry = registerOpenTelemetry;
|
|
59588
59657
|
});
|
|
59589
59658
|
|
|
59590
|
-
},{"../../../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){
|
|
59591
59660
|
(function (factory) {
|
|
59592
59661
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59593
59662
|
var v = factory(require, exports);
|
|
@@ -59676,7 +59745,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59676
59745
|
exports.isSealightsAPI = isSealightsAPI;
|
|
59677
59746
|
});
|
|
59678
59747
|
|
|
59679
|
-
},{"./const":
|
|
59748
|
+
},{"./const":474}],483:[function(require,module,exports){
|
|
59680
59749
|
(function (factory) {
|
|
59681
59750
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59682
59751
|
var v = factory(require, exports);
|
|
@@ -59714,21 +59783,21 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59714
59783
|
exports.FeatureDetection = FeatureDetection;
|
|
59715
59784
|
});
|
|
59716
59785
|
|
|
59717
|
-
},{}],
|
|
59786
|
+
},{}],484:[function(require,module,exports){
|
|
59718
59787
|
(function (factory) {
|
|
59719
59788
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59720
59789
|
var v = factory(require, exports);
|
|
59721
59790
|
if (v !== undefined) module.exports = v;
|
|
59722
59791
|
}
|
|
59723
59792
|
else if (typeof define === "function" && define.amd) {
|
|
59724
|
-
define(["require", "exports", "./entities/footprints-item-data", "
|
|
59793
|
+
define(["require", "exports", "./entities/footprints-item-data", "./system-date"], factory);
|
|
59725
59794
|
}
|
|
59726
59795
|
})(function (require, exports) {
|
|
59727
59796
|
"use strict";
|
|
59728
59797
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
59729
59798
|
exports.FootprintsQueueSender = void 0;
|
|
59730
59799
|
const footprints_item_data_1 = require("./entities/footprints-item-data");
|
|
59731
|
-
const system_date_1 = require("
|
|
59800
|
+
const system_date_1 = require("./system-date");
|
|
59732
59801
|
class FootprintsQueueSender {
|
|
59733
59802
|
constructor(watchdog, lightBackendProxy, codeCoverageManager, stateTracker, testStateHelper, environmentData, configuration, footprintsQueue, window, logger, slMappingLoader) {
|
|
59734
59803
|
this.watchdog = watchdog;
|
|
@@ -59919,14 +59988,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59919
59988
|
exports.FootprintsQueueSender = FootprintsQueueSender;
|
|
59920
59989
|
});
|
|
59921
59990
|
|
|
59922
|
-
},{"
|
|
59991
|
+
},{"./entities/footprints-item-data":473,"./system-date":501}],485:[function(require,module,exports){
|
|
59923
59992
|
(function (factory) {
|
|
59924
59993
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59925
59994
|
var v = factory(require, exports);
|
|
59926
59995
|
if (v !== undefined) module.exports = v;
|
|
59927
59996
|
}
|
|
59928
59997
|
else if (typeof define === "function" && define.amd) {
|
|
59929
|
-
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);
|
|
59930
59999
|
}
|
|
59931
60000
|
})(function (require, exports) {
|
|
59932
60001
|
"use strict";
|
|
@@ -59935,7 +60004,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59935
60004
|
const log_factory_1 = require("./logger/log-factory");
|
|
59936
60005
|
const location_formatter_1 = require("../../common/footprints-process-v6/location-formatter");
|
|
59937
60006
|
const collection_interval_1 = require("../../common/footprints-process/collection-interval");
|
|
59938
|
-
const system_date_1 = require("
|
|
60007
|
+
const system_date_1 = require("./system-date");
|
|
59939
60008
|
class IstanbulToFootprintsConvertorV3 {
|
|
59940
60009
|
constructor(window, cfg) {
|
|
59941
60010
|
this.window = window;
|
|
@@ -60174,7 +60243,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60174
60243
|
exports.IstanbulToFootprintsConvertorV3 = IstanbulToFootprintsConvertorV3;
|
|
60175
60244
|
});
|
|
60176
60245
|
|
|
60177
|
-
},{"../../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){
|
|
60178
60247
|
(function (factory) {
|
|
60179
60248
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60180
60249
|
var v = factory(require, exports);
|
|
@@ -60280,20 +60349,20 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60280
60349
|
exports.IstanbulToFootprintsConverter = IstanbulToFootprintsConverter;
|
|
60281
60350
|
});
|
|
60282
60351
|
|
|
60283
|
-
},{"./utils":
|
|
60352
|
+
},{"./utils":503}],487:[function(require,module,exports){
|
|
60284
60353
|
(function (factory) {
|
|
60285
60354
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60286
60355
|
var v = factory(require, exports);
|
|
60287
60356
|
if (v !== undefined) module.exports = v;
|
|
60288
60357
|
}
|
|
60289
60358
|
else if (typeof define === "function" && define.amd) {
|
|
60290
|
-
define(["require", "exports", "
|
|
60359
|
+
define(["require", "exports", "../system-date", "../configuration-override"], factory);
|
|
60291
60360
|
}
|
|
60292
60361
|
})(function (require, exports) {
|
|
60293
60362
|
"use strict";
|
|
60294
60363
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
60295
60364
|
exports.ConsoleLogger = exports.LogLevels = void 0;
|
|
60296
|
-
const system_date_1 = require("
|
|
60365
|
+
const system_date_1 = require("../system-date");
|
|
60297
60366
|
const configuration_override_1 = require("../configuration-override");
|
|
60298
60367
|
var LogLevels;
|
|
60299
60368
|
(function (LogLevels) {
|
|
@@ -60471,7 +60540,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60471
60540
|
exports.ConsoleLogger = ConsoleLogger;
|
|
60472
60541
|
});
|
|
60473
60542
|
|
|
60474
|
-
},{"
|
|
60543
|
+
},{"../configuration-override":467,"../system-date":501}],488:[function(require,module,exports){
|
|
60475
60544
|
(function (factory) {
|
|
60476
60545
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60477
60546
|
var v = factory(require, exports);
|
|
@@ -60501,7 +60570,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60501
60570
|
exports.LogFactory = LogFactory;
|
|
60502
60571
|
});
|
|
60503
60572
|
|
|
60504
|
-
},{"./console-logger":
|
|
60573
|
+
},{"./console-logger":487,"./null-logger":489}],489:[function(require,module,exports){
|
|
60505
60574
|
(function (factory) {
|
|
60506
60575
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60507
60576
|
var v = factory(require, exports);
|
|
@@ -60558,14 +60627,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60558
60627
|
NullLogger.INSTANCE = new NullLogger();
|
|
60559
60628
|
});
|
|
60560
60629
|
|
|
60561
|
-
},{}],
|
|
60630
|
+
},{}],490:[function(require,module,exports){
|
|
60562
60631
|
(function (factory) {
|
|
60563
60632
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60564
60633
|
var v = factory(require, exports);
|
|
60565
60634
|
if (v !== undefined) module.exports = v;
|
|
60566
60635
|
}
|
|
60567
60636
|
else if (typeof define === "function" && define.amd) {
|
|
60568
|
-
define(["require", "exports", "../entities/footprints-item-data", "../delegate", "
|
|
60637
|
+
define(["require", "exports", "../entities/footprints-item-data", "../delegate", "../system-date"], factory);
|
|
60569
60638
|
}
|
|
60570
60639
|
})(function (require, exports) {
|
|
60571
60640
|
"use strict";
|
|
@@ -60573,7 +60642,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60573
60642
|
exports.FootprintsItemsQueue = void 0;
|
|
60574
60643
|
const footprints_item_data_1 = require("../entities/footprints-item-data");
|
|
60575
60644
|
const delegate_1 = require("../delegate");
|
|
60576
|
-
const system_date_1 = require("
|
|
60645
|
+
const system_date_1 = require("../system-date");
|
|
60577
60646
|
class FootprintsItemsQueue {
|
|
60578
60647
|
constructor(configuration) {
|
|
60579
60648
|
this.maxItemsInQueue = 500;
|
|
@@ -60639,7 +60708,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60639
60708
|
exports.FootprintsItemsQueue = FootprintsItemsQueue;
|
|
60640
60709
|
});
|
|
60641
60710
|
|
|
60642
|
-
},{"
|
|
60711
|
+
},{"../delegate":469,"../entities/footprints-item-data":473,"../system-date":501}],491:[function(require,module,exports){
|
|
60643
60712
|
(function (factory) {
|
|
60644
60713
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60645
60714
|
var v = factory(require, exports);
|
|
@@ -60706,7 +60775,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60706
60775
|
Queue.DEFAULT_MAX_ITEMS_IN_QUEUE = 1000;
|
|
60707
60776
|
});
|
|
60708
60777
|
|
|
60709
|
-
},{"../../../common/utils/validation-utils":
|
|
60778
|
+
},{"../../../common/utils/validation-utils":564}],492:[function(require,module,exports){
|
|
60710
60779
|
(function (factory) {
|
|
60711
60780
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60712
60781
|
var v = factory(require, exports);
|
|
@@ -60769,7 +60838,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60769
60838
|
exports.HttpClient = HttpClient;
|
|
60770
60839
|
});
|
|
60771
60840
|
|
|
60772
|
-
},{"./http-response":
|
|
60841
|
+
},{"./http-response":494}],493:[function(require,module,exports){
|
|
60773
60842
|
(function (factory) {
|
|
60774
60843
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60775
60844
|
var v = factory(require, exports);
|
|
@@ -60790,7 +60859,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60790
60859
|
exports.HttpRequest = HttpRequest;
|
|
60791
60860
|
});
|
|
60792
60861
|
|
|
60793
|
-
},{}],
|
|
60862
|
+
},{}],494:[function(require,module,exports){
|
|
60794
60863
|
(function (factory) {
|
|
60795
60864
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60796
60865
|
var v = factory(require, exports);
|
|
@@ -60808,7 +60877,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60808
60877
|
exports.HttpResponse = HttpResponse;
|
|
60809
60878
|
});
|
|
60810
60879
|
|
|
60811
|
-
},{}],
|
|
60880
|
+
},{}],495:[function(require,module,exports){
|
|
60812
60881
|
(function (factory) {
|
|
60813
60882
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60814
60883
|
var v = factory(require, exports);
|
|
@@ -60870,7 +60939,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60870
60939
|
exports.JsonClientAdapter = JsonClientAdapter;
|
|
60871
60940
|
});
|
|
60872
60941
|
|
|
60873
|
-
},{"../../../../common/utils/validation-utils":
|
|
60942
|
+
},{"../../../../common/utils/validation-utils":564}],496:[function(require,module,exports){
|
|
60874
60943
|
(function (factory) {
|
|
60875
60944
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60876
60945
|
var v = factory(require, exports);
|
|
@@ -61003,7 +61072,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61003
61072
|
exports.JsonClient = JsonClient;
|
|
61004
61073
|
});
|
|
61005
61074
|
|
|
61006
|
-
},{"../../../../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){
|
|
61007
61076
|
(function (factory) {
|
|
61008
61077
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61009
61078
|
var v = factory(require, exports);
|
|
@@ -61031,7 +61100,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61031
61100
|
exports.NoopJsonClient = NoopJsonClient;
|
|
61032
61101
|
});
|
|
61033
61102
|
|
|
61034
|
-
},{"../../logger/log-factory":
|
|
61103
|
+
},{"../../logger/log-factory":488,"./json-client":496}],498:[function(require,module,exports){
|
|
61035
61104
|
(function (factory) {
|
|
61036
61105
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61037
61106
|
var v = factory(require, exports);
|
|
@@ -61071,7 +61140,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61071
61140
|
exports.LightBackendProxy = LightBackendProxy;
|
|
61072
61141
|
});
|
|
61073
61142
|
|
|
61074
|
-
},{}],
|
|
61143
|
+
},{}],499:[function(require,module,exports){
|
|
61075
61144
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61076
61145
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61077
61146
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -61140,7 +61209,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61140
61209
|
exports.SlMappingLoader = SlMappingLoader;
|
|
61141
61210
|
});
|
|
61142
61211
|
|
|
61143
|
-
},{"../../common/agent-events/cockpit-notifier":
|
|
61212
|
+
},{"../../common/agent-events/cockpit-notifier":515,"../../common/contracts":530}],500:[function(require,module,exports){
|
|
61144
61213
|
(function (factory) {
|
|
61145
61214
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61146
61215
|
var v = factory(require, exports);
|
|
@@ -61263,7 +61332,38 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61263
61332
|
StateTracker.ANONYMOUS_FOOTPRINTS_COLOR = '00000000-0000-0000-0000-000000000000/__init';
|
|
61264
61333
|
});
|
|
61265
61334
|
|
|
61266
|
-
},{"./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){
|
|
61267
61367
|
(function (factory) {
|
|
61268
61368
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61269
61369
|
var v = factory(require, exports);
|
|
@@ -61297,7 +61397,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61297
61397
|
exports.TestStateHelper = TestStateHelper;
|
|
61298
61398
|
});
|
|
61299
61399
|
|
|
61300
|
-
},{}],
|
|
61400
|
+
},{}],503:[function(require,module,exports){
|
|
61301
61401
|
(function (factory) {
|
|
61302
61402
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61303
61403
|
var v = factory(require, exports);
|
|
@@ -61345,7 +61445,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61345
61445
|
exports.Utils = Utils;
|
|
61346
61446
|
});
|
|
61347
61447
|
|
|
61348
|
-
},{"path":370}],
|
|
61448
|
+
},{"path":370}],504:[function(require,module,exports){
|
|
61349
61449
|
(function (factory) {
|
|
61350
61450
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61351
61451
|
var v = factory(require, exports);
|
|
@@ -61430,7 +61530,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61430
61530
|
exports.Watchdog = Watchdog;
|
|
61431
61531
|
});
|
|
61432
61532
|
|
|
61433
|
-
},{"./delegate":
|
|
61533
|
+
},{"./delegate":469}],505:[function(require,module,exports){
|
|
61434
61534
|
(function (factory) {
|
|
61435
61535
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61436
61536
|
var v = factory(require, exports);
|
|
@@ -61465,7 +61565,71 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61465
61565
|
exports.WindowTimersWrapper = WindowTimersWrapper;
|
|
61466
61566
|
});
|
|
61467
61567
|
|
|
61468
|
-
},{}],
|
|
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){
|
|
61469
61633
|
(function (factory) {
|
|
61470
61634
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61471
61635
|
var v = factory(require, exports);
|
|
@@ -61508,7 +61672,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61508
61672
|
})(COMMAND_ARGS = exports.COMMAND_ARGS || (exports.COMMAND_ARGS = {}));
|
|
61509
61673
|
});
|
|
61510
61674
|
|
|
61511
|
-
},{}],
|
|
61675
|
+
},{}],508:[function(require,module,exports){
|
|
61512
61676
|
(function (factory) {
|
|
61513
61677
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61514
61678
|
var v = factory(require, exports);
|
|
@@ -61574,7 +61738,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61574
61738
|
})(AgentTechnologies = exports.AgentTechnologies || (exports.AgentTechnologies = {}));
|
|
61575
61739
|
});
|
|
61576
61740
|
|
|
61577
|
-
},{}],
|
|
61741
|
+
},{}],509:[function(require,module,exports){
|
|
61578
61742
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61579
61743
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61580
61744
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -61609,12 +61773,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61609
61773
|
const browser_info_builder_1 = require("./browser-info-builder");
|
|
61610
61774
|
const data_cleansing_utils_1 = require("../utils/data-cleansing-utils");
|
|
61611
61775
|
class AgentEventsController {
|
|
61612
|
-
constructor(agentConfig, agentInstanceData, logger, backendProxy, tool, tags, colorContextManager) {
|
|
61776
|
+
constructor(agentConfig, agentInstanceData, logger, getSystemOffset, backendProxy, tool, tags, colorContextManager) {
|
|
61777
|
+
this.getSystemOffset = getSystemOffset;
|
|
61613
61778
|
this.colorContextManager = colorContextManager;
|
|
61614
61779
|
this.active = false;
|
|
61615
61780
|
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentConfig, 'agentConfig');
|
|
61616
61781
|
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentInstanceData, 'agentInstanceData');
|
|
61617
61782
|
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(logger, 'logger');
|
|
61783
|
+
validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(getSystemOffset, 'getSystemOffset');
|
|
61618
61784
|
this._agentConfig = agentConfig;
|
|
61619
61785
|
this._logger = logger;
|
|
61620
61786
|
this._agentInstanceData = agentInstanceData;
|
|
@@ -61803,6 +61969,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61803
61969
|
return {
|
|
61804
61970
|
type: type,
|
|
61805
61971
|
utcTimestamp_ms: (0, system_date_1.getSystemDateValueOf)(),
|
|
61972
|
+
difftime: this.getSystemOffset(),
|
|
61806
61973
|
data: cleanData,
|
|
61807
61974
|
colorName: (_a = this.colorContextManager) === null || _a === void 0 ? void 0 : _a.getTestName()
|
|
61808
61975
|
};
|
|
@@ -61822,7 +61989,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61822
61989
|
})(StartRequestStatus || (StartRequestStatus = {}));
|
|
61823
61990
|
});
|
|
61824
61991
|
|
|
61825
|
-
},{"../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){
|
|
61826
61993
|
(function (factory) {
|
|
61827
61994
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61828
61995
|
var v = factory(require, exports);
|
|
@@ -61855,7 +62022,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61855
62022
|
AgentEventsGuard.EVENT_CODE_TO_LAST_CALL = new Map();
|
|
61856
62023
|
});
|
|
61857
62024
|
|
|
61858
|
-
},{"../system-date":
|
|
62025
|
+
},{"../system-date":559,"./cockpit-notifier":515}],511:[function(require,module,exports){
|
|
61859
62026
|
(function (process){(function (){
|
|
61860
62027
|
(function (factory) {
|
|
61861
62028
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62068,7 +62235,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62068
62235
|
});
|
|
62069
62236
|
|
|
62070
62237
|
}).call(this)}).call(this,require('_process'))
|
|
62071
|
-
},{"./sensitive-data-filter":
|
|
62238
|
+
},{"./sensitive-data-filter":520,"_process":378}],512:[function(require,module,exports){
|
|
62072
62239
|
(function (factory) {
|
|
62073
62240
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62074
62241
|
var v = factory(require, exports);
|
|
@@ -62111,7 +62278,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62111
62278
|
exports.AgentStartInfoBuilder = AgentStartInfoBuilder;
|
|
62112
62279
|
});
|
|
62113
62280
|
|
|
62114
|
-
},{"../utils/data-cleansing-utils":
|
|
62281
|
+
},{"../utils/data-cleansing-utils":560}],513:[function(require,module,exports){
|
|
62115
62282
|
(function (factory) {
|
|
62116
62283
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62117
62284
|
var v = factory(require, exports);
|
|
@@ -62144,7 +62311,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62144
62311
|
exports.BrowserInfoBuilder = BrowserInfoBuilder;
|
|
62145
62312
|
});
|
|
62146
62313
|
|
|
62147
|
-
},{"../system-date":
|
|
62314
|
+
},{"../system-date":559}],514:[function(require,module,exports){
|
|
62148
62315
|
(function (process){(function (){
|
|
62149
62316
|
(function (factory) {
|
|
62150
62317
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62186,7 +62353,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62186
62353
|
});
|
|
62187
62354
|
|
|
62188
62355
|
}).call(this)}).call(this,require('_process'))
|
|
62189
|
-
},{"_process":378}],
|
|
62356
|
+
},{"_process":378}],515:[function(require,module,exports){
|
|
62190
62357
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
62191
62358
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
62192
62359
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -62212,15 +62379,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62212
62379
|
const dry_run_agent_events_controller_1 = require("./dry-run-agent-events-controller");
|
|
62213
62380
|
const no_op_agent_events_controller_1 = require("./no-op-agent-events-controller");
|
|
62214
62381
|
class CockpitNotifier {
|
|
62215
|
-
static notifyStart(agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool, tags, colorContextManager) {
|
|
62382
|
+
static notifyStart(agentConfig, agentInstanceData, logger, getSystemOffset, packageJsonFile, backendProxy, tool, tags, colorContextManager) {
|
|
62216
62383
|
return __awaiter(this, void 0, void 0, function* () {
|
|
62217
|
-
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);
|
|
62218
62385
|
yield CockpitNotifier.controller.submitAgentStartedEvent(packageJsonFile);
|
|
62219
62386
|
});
|
|
62220
62387
|
}
|
|
62221
|
-
static notifyStartNoOp(agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool, tags) {
|
|
62388
|
+
static notifyStartNoOp(agentConfig, agentInstanceData, logger, getSystemOffset, packageJsonFile, backendProxy, tool, tags) {
|
|
62222
62389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
62223
|
-
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);
|
|
62224
62391
|
});
|
|
62225
62392
|
}
|
|
62226
62393
|
static notifyShutdown() {
|
|
@@ -62272,14 +62439,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62272
62439
|
CockpitNotifier.controllerNullLogged = false;
|
|
62273
62440
|
});
|
|
62274
62441
|
|
|
62275
|
-
},{"./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){
|
|
62276
62443
|
(function (factory) {
|
|
62277
62444
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62278
62445
|
var v = factory(require, exports);
|
|
62279
62446
|
if (v !== undefined) module.exports = v;
|
|
62280
62447
|
}
|
|
62281
62448
|
else if (typeof define === "function" && define.amd) {
|
|
62282
|
-
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);
|
|
62283
62450
|
}
|
|
62284
62451
|
})(function (require, exports) {
|
|
62285
62452
|
"use strict";
|
|
@@ -62289,9 +62456,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62289
62456
|
const agent_events_controller_1 = require("./agent-events-controller");
|
|
62290
62457
|
const config_1 = require("../config-process/config");
|
|
62291
62458
|
const agent_instance_data_1 = require("../agent-instance-data");
|
|
62459
|
+
const system_date_1 = require("../system-date");
|
|
62292
62460
|
class DryRunAgentEventsController extends agent_events_controller_1.AgentEventsController {
|
|
62293
62461
|
constructor(logger, proxy) {
|
|
62294
|
-
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);
|
|
62295
62463
|
}
|
|
62296
62464
|
submitAgentStartedEvent(packageJsonFile) {
|
|
62297
62465
|
return Promise.resolve(undefined);
|
|
@@ -62300,7 +62468,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62300
62468
|
exports.DryRunAgentEventsController = DryRunAgentEventsController;
|
|
62301
62469
|
});
|
|
62302
62470
|
|
|
62303
|
-
},{"../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){
|
|
62304
62472
|
(function (process){(function (){
|
|
62305
62473
|
(function (factory) {
|
|
62306
62474
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62352,7 +62520,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62352
62520
|
});
|
|
62353
62521
|
|
|
62354
62522
|
}).call(this)}).call(this,require('_process'))
|
|
62355
|
-
},{"../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){
|
|
62356
62524
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
62357
62525
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
62358
62526
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -62410,7 +62578,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62410
62578
|
exports.NoOpAgentEventsController = NoOpAgentEventsController;
|
|
62411
62579
|
});
|
|
62412
62580
|
|
|
62413
|
-
},{"./agent-events-controller":
|
|
62581
|
+
},{"./agent-events-controller":509}],519:[function(require,module,exports){
|
|
62414
62582
|
(function (process){(function (){
|
|
62415
62583
|
(function (factory) {
|
|
62416
62584
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62445,7 +62613,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62445
62613
|
});
|
|
62446
62614
|
|
|
62447
62615
|
}).call(this)}).call(this,require('_process'))
|
|
62448
|
-
},{"_process":378}],
|
|
62616
|
+
},{"_process":378}],520:[function(require,module,exports){
|
|
62449
62617
|
(function (factory) {
|
|
62450
62618
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62451
62619
|
var v = factory(require, exports);
|
|
@@ -62510,7 +62678,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62510
62678
|
exports.isSensitive = isSensitive;
|
|
62511
62679
|
});
|
|
62512
62680
|
|
|
62513
|
-
},{}],
|
|
62681
|
+
},{}],521:[function(require,module,exports){
|
|
62514
62682
|
(function (__dirname){(function (){
|
|
62515
62683
|
(function (factory) {
|
|
62516
62684
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62570,7 +62738,77 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62570
62738
|
});
|
|
62571
62739
|
|
|
62572
62740
|
}).call(this)}).call(this,"/tsOutputs/common")
|
|
62573
|
-
},{"./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){
|
|
62574
62812
|
(function (process){(function (){
|
|
62575
62813
|
(function (factory) {
|
|
62576
62814
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62653,6 +62891,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62653
62891
|
if (!agentCfg.server.hasValue) {
|
|
62654
62892
|
agentCfg.server.value = tokenData['x-sl-server'];
|
|
62655
62893
|
}
|
|
62894
|
+
if (!agentCfg.origin.hasValue) {
|
|
62895
|
+
const { origin } = new URL(agentCfg.server.value);
|
|
62896
|
+
agentCfg.origin.value = origin;
|
|
62897
|
+
}
|
|
62656
62898
|
agentCfg.customerId.value = customerId;
|
|
62657
62899
|
}
|
|
62658
62900
|
catch (err) {
|
|
@@ -62663,7 +62905,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62663
62905
|
});
|
|
62664
62906
|
|
|
62665
62907
|
}).call(this)}).call(this,require('_process'))
|
|
62666
|
-
},{"../../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){
|
|
62667
62909
|
(function (process){(function (){
|
|
62668
62910
|
(function (factory) {
|
|
62669
62911
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -62945,7 +63187,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62945
63187
|
});
|
|
62946
63188
|
|
|
62947
63189
|
}).call(this)}).call(this,require('_process'))
|
|
62948
|
-
},{"_process":378,"fs":227}],
|
|
63190
|
+
},{"_process":378,"fs":227}],525:[function(require,module,exports){
|
|
62949
63191
|
(function (factory) {
|
|
62950
63192
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
62951
63193
|
var v = factory(require, exports);
|
|
@@ -62966,6 +63208,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
62966
63208
|
this.buildSessionId = new config_system_1.StringConfigKey(false);
|
|
62967
63209
|
this.tokenFile = new config_system_1.StringConfigKey(false);
|
|
62968
63210
|
this.server = new config_system_1.StringConfigKey(false);
|
|
63211
|
+
this.origin = new config_system_1.StringConfigKey(false);
|
|
62969
63212
|
this.proxy = new config_system_1.StringConfigKey(false);
|
|
62970
63213
|
this.interval = new config_system_1.NumberConfigKey(false, 10000);
|
|
62971
63214
|
this.testStatusCheckInterval = new config_system_1.NumberConfigKey(false, 30000);
|
|
@@ -63021,7 +63264,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63021
63264
|
exports.AgentConfigWithRuntimeArgs = AgentConfigWithRuntimeArgs;
|
|
63022
63265
|
});
|
|
63023
63266
|
|
|
63024
|
-
},{"./config-system":
|
|
63267
|
+
},{"./config-system":524}],526:[function(require,module,exports){
|
|
63025
63268
|
(function (factory) {
|
|
63026
63269
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63027
63270
|
var v = factory(require, exports);
|
|
@@ -63138,7 +63381,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63138
63381
|
exports.ConfigProcess = ConfigProcess;
|
|
63139
63382
|
});
|
|
63140
63383
|
|
|
63141
|
-
},{"./config-system":
|
|
63384
|
+
},{"./config-system":524,"events":279,"jwt-decode":668,"object-assign":331}],527:[function(require,module,exports){
|
|
63142
63385
|
(function (factory) {
|
|
63143
63386
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63144
63387
|
var v = factory(require, exports);
|
|
@@ -63166,7 +63409,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63166
63409
|
exports.NoopConfigProcess = NoopConfigProcess;
|
|
63167
63410
|
});
|
|
63168
63411
|
|
|
63169
|
-
},{"./index":
|
|
63412
|
+
},{"./index":526}],528:[function(require,module,exports){
|
|
63170
63413
|
(function (factory) {
|
|
63171
63414
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63172
63415
|
var v = factory(require, exports);
|
|
@@ -63201,7 +63444,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63201
63444
|
_a);
|
|
63202
63445
|
});
|
|
63203
63446
|
|
|
63204
|
-
},{}],
|
|
63447
|
+
},{}],529:[function(require,module,exports){
|
|
63205
63448
|
(function (process){(function (){
|
|
63206
63449
|
(function (factory) {
|
|
63207
63450
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -63338,7 +63581,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63338
63581
|
});
|
|
63339
63582
|
|
|
63340
63583
|
}).call(this)}).call(this,require('_process'))
|
|
63341
|
-
},{"../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){
|
|
63342
63585
|
(function (factory) {
|
|
63343
63586
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63344
63587
|
var v = factory(require, exports);
|
|
@@ -63358,7 +63601,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63358
63601
|
})(FootprintsMapping = exports.FootprintsMapping || (exports.FootprintsMapping = {}));
|
|
63359
63602
|
});
|
|
63360
63603
|
|
|
63361
|
-
},{}],
|
|
63604
|
+
},{}],531:[function(require,module,exports){
|
|
63362
63605
|
(function (factory) {
|
|
63363
63606
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63364
63607
|
var v = factory(require, exports);
|
|
@@ -63378,7 +63621,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63378
63621
|
})(ElementType = exports.ElementType || (exports.ElementType = {}));
|
|
63379
63622
|
});
|
|
63380
63623
|
|
|
63381
|
-
},{}],
|
|
63624
|
+
},{}],532:[function(require,module,exports){
|
|
63382
63625
|
(function (factory) {
|
|
63383
63626
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63384
63627
|
var v = factory(require, exports);
|
|
@@ -63511,7 +63754,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63511
63754
|
exports.FileElement = FileElement;
|
|
63512
63755
|
});
|
|
63513
63756
|
|
|
63514
|
-
},{"../utils/validation-utils":
|
|
63757
|
+
},{"../utils/validation-utils":564}],533:[function(require,module,exports){
|
|
63515
63758
|
(function (factory) {
|
|
63516
63759
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63517
63760
|
var v = factory(require, exports);
|
|
@@ -63581,7 +63824,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63581
63824
|
exports.IstanbulUniqueIdConverter = IstanbulUniqueIdConverter;
|
|
63582
63825
|
});
|
|
63583
63826
|
|
|
63584
|
-
},{"./contracts":
|
|
63827
|
+
},{"./contracts":531,"./unique-id-converter":536}],534:[function(require,module,exports){
|
|
63585
63828
|
(function (factory) {
|
|
63586
63829
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63587
63830
|
var v = factory(require, exports);
|
|
@@ -63638,7 +63881,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63638
63881
|
}
|
|
63639
63882
|
});
|
|
63640
63883
|
|
|
63641
|
-
},{"../system-date":
|
|
63884
|
+
},{"../system-date":559,"../utils/files-utils":562,"./istanbul-unique-id-converter":533,"path":370}],535:[function(require,module,exports){
|
|
63642
63885
|
(function (factory) {
|
|
63643
63886
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63644
63887
|
var v = factory(require, exports);
|
|
@@ -63822,7 +64065,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
63822
64065
|
exports.OriginalModuleLoader = OriginalModuleLoader;
|
|
63823
64066
|
});
|
|
63824
64067
|
|
|
63825
|
-
},{"../source-maps-utils":
|
|
64068
|
+
},{"../source-maps-utils":556,"../utils/files-utils":562,"../utils/validation-utils":564}],536:[function(require,module,exports){
|
|
63826
64069
|
(function (factory) {
|
|
63827
64070
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
63828
64071
|
var v = factory(require, exports);
|
|
@@ -64034,7 +64277,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64034
64277
|
exports.UniqueIdConverter = UniqueIdConverter;
|
|
64035
64278
|
});
|
|
64036
64279
|
|
|
64037
|
-
},{"./contracts":
|
|
64280
|
+
},{"./contracts":531,"./file-element":532}],537:[function(require,module,exports){
|
|
64038
64281
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64039
64282
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
64040
64283
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -64225,7 +64468,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64225
64468
|
EventsProcess.ITEMS_TO_DEQUE = 1000;
|
|
64226
64469
|
});
|
|
64227
64470
|
|
|
64228
|
-
},{"../system-date":
|
|
64471
|
+
},{"../system-date":559,"../utils/validation-utils":564}],538:[function(require,module,exports){
|
|
64229
64472
|
(function (factory) {
|
|
64230
64473
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64231
64474
|
var v = factory(require, exports);
|
|
@@ -64281,7 +64524,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64281
64524
|
exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
|
|
64282
64525
|
});
|
|
64283
64526
|
|
|
64284
|
-
},{"../../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){
|
|
64285
64528
|
(function (factory) {
|
|
64286
64529
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64287
64530
|
var v = factory(require, exports);
|
|
@@ -64327,7 +64570,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64327
64570
|
BufferSizeHelper.BYTES_IN_GB = 1024 * 1024 * 1024;
|
|
64328
64571
|
});
|
|
64329
64572
|
|
|
64330
|
-
},{}],
|
|
64573
|
+
},{}],540:[function(require,module,exports){
|
|
64331
64574
|
(function (factory) {
|
|
64332
64575
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64333
64576
|
var v = factory(require, exports);
|
|
@@ -64365,7 +64608,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64365
64608
|
exports.CollectorFootprintsBuffer = CollectorFootprintsBuffer;
|
|
64366
64609
|
});
|
|
64367
64610
|
|
|
64368
|
-
},{"../agent-events/agent-events-contracts":
|
|
64611
|
+
},{"../agent-events/agent-events-contracts":508,"../contracts":530,"./footprints-buffer":542}],541:[function(require,module,exports){
|
|
64369
64612
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64370
64613
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
64371
64614
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -64462,7 +64705,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64462
64705
|
exports.CollectorFootprintsProcess = CollectorFootprintsProcess;
|
|
64463
64706
|
});
|
|
64464
64707
|
|
|
64465
|
-
},{".":
|
|
64708
|
+
},{".":545,"../no-op-state-tracker":555}],542:[function(require,module,exports){
|
|
64466
64709
|
(function (factory) {
|
|
64467
64710
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64468
64711
|
var v = factory(require, exports);
|
|
@@ -64583,7 +64826,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64583
64826
|
FootprintsBuffer.BUFFER_FULL = 'bufferFull';
|
|
64584
64827
|
});
|
|
64585
64828
|
|
|
64586
|
-
},{"../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){
|
|
64587
64830
|
(function (global){(function (){
|
|
64588
64831
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64589
64832
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -64771,7 +65014,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64771
65014
|
});
|
|
64772
65015
|
|
|
64773
65016
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
64774
|
-
},{"../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){
|
|
64775
65018
|
(function (factory) {
|
|
64776
65019
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64777
65020
|
var v = factory(require, exports);
|
|
@@ -64921,7 +65164,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64921
65164
|
HitsConverter.BRANCH_ID_DEL = '|';
|
|
64922
65165
|
});
|
|
64923
65166
|
|
|
64924
|
-
},{"../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){
|
|
64925
65168
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
64926
65169
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
64927
65170
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -65224,7 +65467,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65224
65467
|
FootprintsProcess.ALARM_FIRED = 'alarm';
|
|
65225
65468
|
});
|
|
65226
65469
|
|
|
65227
|
-
},{"../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){
|
|
65228
65471
|
(function (factory) {
|
|
65229
65472
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65230
65473
|
var v = factory(require, exports);
|
|
@@ -65258,7 +65501,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65258
65501
|
}
|
|
65259
65502
|
});
|
|
65260
65503
|
|
|
65261
|
-
},{}],
|
|
65504
|
+
},{}],547:[function(require,module,exports){
|
|
65262
65505
|
(function (process){(function (){
|
|
65263
65506
|
(function (factory) {
|
|
65264
65507
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -65299,7 +65542,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65299
65542
|
});
|
|
65300
65543
|
|
|
65301
65544
|
}).call(this)}).call(this,require('_process'))
|
|
65302
|
-
},{"_process":378}],
|
|
65545
|
+
},{"_process":378}],548:[function(require,module,exports){
|
|
65303
65546
|
(function (factory) {
|
|
65304
65547
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65305
65548
|
var v = factory(require, exports);
|
|
@@ -65337,7 +65580,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65337
65580
|
exports.CollectionInterval = CollectionInterval;
|
|
65338
65581
|
});
|
|
65339
65582
|
|
|
65340
|
-
},{"../system-date":
|
|
65583
|
+
},{"../system-date":559}],549:[function(require,module,exports){
|
|
65341
65584
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
65342
65585
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
65343
65586
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -65696,13 +65939,24 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65696
65939
|
return true;
|
|
65697
65940
|
return false;
|
|
65698
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
|
+
}
|
|
65699
65953
|
}
|
|
65700
65954
|
exports.BackendProxy = BackendProxy;
|
|
65701
65955
|
BackendProxy.DEFAULT_HTTP_MAX_ATTEMPTS = 6;
|
|
65702
65956
|
BackendProxy.DEFAULT_HTTP_ATTEMPT_INTERVAL = 5 * 1000;
|
|
65703
65957
|
});
|
|
65704
65958
|
|
|
65705
|
-
},{"../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){
|
|
65706
65960
|
(function (factory) {
|
|
65707
65961
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65708
65962
|
var v = factory(require, exports);
|
|
@@ -65819,7 +66073,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65819
66073
|
})(SealightsHaderValues = exports.SealightsHaderValues || (exports.SealightsHaderValues = {}));
|
|
65820
66074
|
});
|
|
65821
66075
|
|
|
65822
|
-
},{"../system-date":
|
|
66076
|
+
},{"../system-date":559}],551:[function(require,module,exports){
|
|
65823
66077
|
(function (factory) {
|
|
65824
66078
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
65825
66079
|
var v = factory(require, exports);
|
|
@@ -65845,7 +66099,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65845
66099
|
exports.EntitiesMapper = EntitiesMapper;
|
|
65846
66100
|
});
|
|
65847
66101
|
|
|
65848
|
-
},{"./contracts":
|
|
66102
|
+
},{"./contracts":550}],552:[function(require,module,exports){
|
|
65849
66103
|
(function (process,Buffer){(function (){
|
|
65850
66104
|
(function (factory) {
|
|
65851
66105
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -66071,7 +66325,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66071
66325
|
});
|
|
66072
66326
|
|
|
66073
66327
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
66074
|
-
},{"../../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){
|
|
66075
66329
|
(function (factory) {
|
|
66076
66330
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66077
66331
|
var v = factory(require, exports);
|
|
@@ -66093,7 +66347,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66093
66347
|
})(HttpVerb = exports.HttpVerb || (exports.HttpVerb = {}));
|
|
66094
66348
|
});
|
|
66095
66349
|
|
|
66096
|
-
},{}],
|
|
66350
|
+
},{}],554:[function(require,module,exports){
|
|
66097
66351
|
(function (factory) {
|
|
66098
66352
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66099
66353
|
var v = factory(require, exports);
|
|
@@ -66290,6 +66544,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66290
66544
|
paramString += '&';
|
|
66291
66545
|
return paramString;
|
|
66292
66546
|
}
|
|
66547
|
+
static syncTypeRoute(currentTime) {
|
|
66548
|
+
return SLRoutes.SLASH + SLRoutes.CLOCK + SLRoutes.SLASH + SLRoutes.SYNC + SLRoutes.buildQueryParams({ time: currentTime });
|
|
66549
|
+
}
|
|
66293
66550
|
}
|
|
66294
66551
|
exports.SLRoutes = SLRoutes;
|
|
66295
66552
|
SLRoutes.SLASH = '/';
|
|
@@ -66322,9 +66579,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66322
66579
|
SLRoutes.LAB_IDS = 'lab-ids';
|
|
66323
66580
|
SLRoutes.BUILD_SESSIONS = 'build-sessions';
|
|
66324
66581
|
SLRoutes.ACTIVE = 'active';
|
|
66582
|
+
SLRoutes.CLOCK = 'clock';
|
|
66583
|
+
SLRoutes.SYNC = 'sync';
|
|
66325
66584
|
});
|
|
66326
66585
|
|
|
66327
|
-
},{"../constants/constants":
|
|
66586
|
+
},{"../constants/constants":528,"../utils/validation-utils":564}],555:[function(require,module,exports){
|
|
66328
66587
|
(function (factory) {
|
|
66329
66588
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66330
66589
|
var v = factory(require, exports);
|
|
@@ -66356,7 +66615,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66356
66615
|
exports.NoopStateTracker = NoopStateTracker;
|
|
66357
66616
|
});
|
|
66358
66617
|
|
|
66359
|
-
},{"./state-tracker-fpv6":
|
|
66618
|
+
},{"./state-tracker-fpv6":557}],556:[function(require,module,exports){
|
|
66360
66619
|
(function (factory) {
|
|
66361
66620
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66362
66621
|
var v = factory(require, exports);
|
|
@@ -66403,7 +66662,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66403
66662
|
exports.SourceMapsUtils = SourceMapsUtils;
|
|
66404
66663
|
});
|
|
66405
66664
|
|
|
66406
|
-
},{"fs":227,"source-map":436}],
|
|
66665
|
+
},{"fs":227,"source-map":436}],557:[function(require,module,exports){
|
|
66407
66666
|
(function (factory) {
|
|
66408
66667
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66409
66668
|
var v = factory(require, exports);
|
|
@@ -66436,7 +66695,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66436
66695
|
exports.StateTrackerFpv6 = StateTrackerFpv6;
|
|
66437
66696
|
});
|
|
66438
66697
|
|
|
66439
|
-
},{"./state-tracker":
|
|
66698
|
+
},{"./state-tracker":558}],558:[function(require,module,exports){
|
|
66440
66699
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
66441
66700
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
66442
66701
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -66713,33 +66972,42 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66713
66972
|
StateTracker.NO_ACTIVE_EXECUTION = 'noActiveExecution';
|
|
66714
66973
|
});
|
|
66715
66974
|
|
|
66716
|
-
},{"./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){
|
|
66717
66976
|
(function (factory) {
|
|
66718
66977
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66719
66978
|
var v = factory(require, exports);
|
|
66720
66979
|
if (v !== undefined) module.exports = v;
|
|
66721
66980
|
}
|
|
66722
66981
|
else if (typeof define === "function" && define.amd) {
|
|
66723
|
-
define(["require", "exports"], factory);
|
|
66982
|
+
define(["require", "exports", "../cli-parse/agent-time-synchronizer"], factory);
|
|
66724
66983
|
}
|
|
66725
66984
|
})(function (require, exports) {
|
|
66726
66985
|
"use strict";
|
|
66727
66986
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
66728
|
-
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");
|
|
66729
66989
|
const SystemDate = Date;
|
|
66730
66990
|
const SystemDateValueOf = Date.prototype.valueOf;
|
|
66731
66991
|
function getSystemDate() {
|
|
66732
66992
|
return new SystemDate();
|
|
66733
66993
|
}
|
|
66734
66994
|
exports.getSystemDate = getSystemDate;
|
|
66735
|
-
function
|
|
66995
|
+
function getSystemDateValueOfLocal() {
|
|
66736
66996
|
const date = getSystemDate();
|
|
66737
66997
|
return SystemDateValueOf.call(date);
|
|
66738
66998
|
}
|
|
66999
|
+
exports.getSystemDateValueOfLocal = getSystemDateValueOfLocal;
|
|
67000
|
+
function getSystemDateValueOf() {
|
|
67001
|
+
return agent_time_synchronizer_1.AgentTimeSynchronizer.getOffset() + getSystemDateValueOfLocal();
|
|
67002
|
+
}
|
|
66739
67003
|
exports.getSystemDateValueOf = getSystemDateValueOf;
|
|
67004
|
+
function getSystemOffset() {
|
|
67005
|
+
return agent_time_synchronizer_1.AgentTimeSynchronizer.getOffset();
|
|
67006
|
+
}
|
|
67007
|
+
exports.getSystemOffset = getSystemOffset;
|
|
66740
67008
|
});
|
|
66741
67009
|
|
|
66742
|
-
},{}],
|
|
67010
|
+
},{"../cli-parse/agent-time-synchronizer":506}],560:[function(require,module,exports){
|
|
66743
67011
|
(function (factory) {
|
|
66744
67012
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66745
67013
|
var v = factory(require, exports);
|
|
@@ -66804,7 +67072,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66804
67072
|
DataCleansingUtils.REMOVED_VALUE_TEXT = '<real value removed due to security configuration>';
|
|
66805
67073
|
});
|
|
66806
67074
|
|
|
66807
|
-
},{}],
|
|
67075
|
+
},{}],561:[function(require,module,exports){
|
|
66808
67076
|
(function (process){(function (){
|
|
66809
67077
|
(function (factory) {
|
|
66810
67078
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -66843,7 +67111,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66843
67111
|
});
|
|
66844
67112
|
|
|
66845
67113
|
}).call(this)}).call(this,require('_process'))
|
|
66846
|
-
},{"_process":378}],
|
|
67114
|
+
},{"_process":378}],562:[function(require,module,exports){
|
|
66847
67115
|
(function (factory) {
|
|
66848
67116
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66849
67117
|
var v = factory(require, exports);
|
|
@@ -66897,7 +67165,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66897
67165
|
exports.FilesUtils = FilesUtils;
|
|
66898
67166
|
});
|
|
66899
67167
|
|
|
66900
|
-
},{"fs":227,"path":370}],
|
|
67168
|
+
},{"fs":227,"path":370}],563:[function(require,module,exports){
|
|
66901
67169
|
(function (factory) {
|
|
66902
67170
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66903
67171
|
var v = factory(require, exports);
|
|
@@ -66918,7 +67186,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66918
67186
|
exports.TimerUtils = TimerUtils;
|
|
66919
67187
|
});
|
|
66920
67188
|
|
|
66921
|
-
},{}],
|
|
67189
|
+
},{}],564:[function(require,module,exports){
|
|
66922
67190
|
(function (factory) {
|
|
66923
67191
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66924
67192
|
var v = factory(require, exports);
|
|
@@ -66951,7 +67219,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
66951
67219
|
exports.ValidationUtils = ValidationUtils;
|
|
66952
67220
|
});
|
|
66953
67221
|
|
|
66954
|
-
},{"../constants/constants":
|
|
67222
|
+
},{"../constants/constants":528}],565:[function(require,module,exports){
|
|
66955
67223
|
(function (factory) {
|
|
66956
67224
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
66957
67225
|
var v = factory(require, exports);
|
|
@@ -67058,7 +67326,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
67058
67326
|
exports.Watchdog = Watchdog;
|
|
67059
67327
|
});
|
|
67060
67328
|
|
|
67061
|
-
},{"events":279}],
|
|
67329
|
+
},{"events":279}],566:[function(require,module,exports){
|
|
67062
67330
|
'use strict';
|
|
67063
67331
|
|
|
67064
67332
|
var compileSchema = require('./compile')
|
|
@@ -67566,7 +67834,7 @@ function setLogger(self) {
|
|
|
67566
67834
|
|
|
67567
67835
|
function noop() {}
|
|
67568
67836
|
|
|
67569
|
-
},{"./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){
|
|
67570
67838
|
'use strict';
|
|
67571
67839
|
|
|
67572
67840
|
|
|
@@ -67594,7 +67862,7 @@ Cache.prototype.clear = function Cache_clear() {
|
|
|
67594
67862
|
this._cache = {};
|
|
67595
67863
|
};
|
|
67596
67864
|
|
|
67597
|
-
},{}],
|
|
67865
|
+
},{}],568:[function(require,module,exports){
|
|
67598
67866
|
'use strict';
|
|
67599
67867
|
|
|
67600
67868
|
var MissingRefError = require('./error_classes').MissingRef;
|
|
@@ -67686,7 +67954,7 @@ function compileAsync(schema, meta, callback) {
|
|
|
67686
67954
|
}
|
|
67687
67955
|
}
|
|
67688
67956
|
|
|
67689
|
-
},{"./error_classes":
|
|
67957
|
+
},{"./error_classes":569}],569:[function(require,module,exports){
|
|
67690
67958
|
'use strict';
|
|
67691
67959
|
|
|
67692
67960
|
var resolve = require('./resolve');
|
|
@@ -67722,7 +67990,7 @@ function errorSubclass(Subclass) {
|
|
|
67722
67990
|
return Subclass;
|
|
67723
67991
|
}
|
|
67724
67992
|
|
|
67725
|
-
},{"./resolve":
|
|
67993
|
+
},{"./resolve":572}],570:[function(require,module,exports){
|
|
67726
67994
|
'use strict';
|
|
67727
67995
|
|
|
67728
67996
|
var util = require('./util');
|
|
@@ -67866,7 +68134,7 @@ function regex(str) {
|
|
|
67866
68134
|
}
|
|
67867
68135
|
}
|
|
67868
68136
|
|
|
67869
|
-
},{"./util":
|
|
68137
|
+
},{"./util":576}],571:[function(require,module,exports){
|
|
67870
68138
|
'use strict';
|
|
67871
68139
|
|
|
67872
68140
|
var resolve = require('./resolve')
|
|
@@ -68255,7 +68523,7 @@ function vars(arr, statement) {
|
|
|
68255
68523
|
return code;
|
|
68256
68524
|
}
|
|
68257
68525
|
|
|
68258
|
-
},{"../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){
|
|
68259
68527
|
'use strict';
|
|
68260
68528
|
|
|
68261
68529
|
var URI = require('uri-js')
|
|
@@ -68527,7 +68795,7 @@ function resolveIds(schema) {
|
|
|
68527
68795
|
return localRefs;
|
|
68528
68796
|
}
|
|
68529
68797
|
|
|
68530
|
-
},{"./schema_obj":
|
|
68798
|
+
},{"./schema_obj":574,"./util":576,"fast-deep-equal":629,"json-schema-traverse":662,"uri-js":739}],573:[function(require,module,exports){
|
|
68531
68799
|
'use strict';
|
|
68532
68800
|
|
|
68533
68801
|
var ruleModules = require('../dotjs')
|
|
@@ -68595,7 +68863,7 @@ module.exports = function rules() {
|
|
|
68595
68863
|
return RULES;
|
|
68596
68864
|
};
|
|
68597
68865
|
|
|
68598
|
-
},{"../dotjs":
|
|
68866
|
+
},{"../dotjs":593,"./util":576}],574:[function(require,module,exports){
|
|
68599
68867
|
'use strict';
|
|
68600
68868
|
|
|
68601
68869
|
var util = require('./util');
|
|
@@ -68606,7 +68874,7 @@ function SchemaObject(obj) {
|
|
|
68606
68874
|
util.copy(obj, this);
|
|
68607
68875
|
}
|
|
68608
68876
|
|
|
68609
|
-
},{"./util":
|
|
68877
|
+
},{"./util":576}],575:[function(require,module,exports){
|
|
68610
68878
|
'use strict';
|
|
68611
68879
|
|
|
68612
68880
|
// https://mathiasbynens.be/notes/javascript-encoding
|
|
@@ -68628,7 +68896,7 @@ module.exports = function ucs2length(str) {
|
|
|
68628
68896
|
return length;
|
|
68629
68897
|
};
|
|
68630
68898
|
|
|
68631
|
-
},{}],
|
|
68899
|
+
},{}],576:[function(require,module,exports){
|
|
68632
68900
|
'use strict';
|
|
68633
68901
|
|
|
68634
68902
|
|
|
@@ -68869,7 +69137,7 @@ function unescapeJsonPointer(str) {
|
|
|
68869
69137
|
return str.replace(/~1/g, '/').replace(/~0/g, '~');
|
|
68870
69138
|
}
|
|
68871
69139
|
|
|
68872
|
-
},{"./ucs2length":
|
|
69140
|
+
},{"./ucs2length":575,"fast-deep-equal":629}],577:[function(require,module,exports){
|
|
68873
69141
|
'use strict';
|
|
68874
69142
|
|
|
68875
69143
|
var KEYWORDS = [
|
|
@@ -68920,7 +69188,7 @@ module.exports = function (metaSchema, keywordsJsonPointers) {
|
|
|
68920
69188
|
return metaSchema;
|
|
68921
69189
|
};
|
|
68922
69190
|
|
|
68923
|
-
},{}],
|
|
69191
|
+
},{}],578:[function(require,module,exports){
|
|
68924
69192
|
'use strict';
|
|
68925
69193
|
|
|
68926
69194
|
var metaSchema = require('./refs/json-schema-draft-07.json');
|
|
@@ -68959,7 +69227,7 @@ module.exports = {
|
|
|
68959
69227
|
}
|
|
68960
69228
|
};
|
|
68961
69229
|
|
|
68962
|
-
},{"./refs/json-schema-draft-07.json":
|
|
69230
|
+
},{"./refs/json-schema-draft-07.json":608}],579:[function(require,module,exports){
|
|
68963
69231
|
'use strict';
|
|
68964
69232
|
module.exports = function generate__limit(it, $keyword, $ruleType) {
|
|
68965
69233
|
var out = ' ';
|
|
@@ -69124,7 +69392,7 @@ module.exports = function generate__limit(it, $keyword, $ruleType) {
|
|
|
69124
69392
|
return out;
|
|
69125
69393
|
}
|
|
69126
69394
|
|
|
69127
|
-
},{}],
|
|
69395
|
+
},{}],580:[function(require,module,exports){
|
|
69128
69396
|
'use strict';
|
|
69129
69397
|
module.exports = function generate__limitItems(it, $keyword, $ruleType) {
|
|
69130
69398
|
var out = ' ';
|
|
@@ -69206,7 +69474,7 @@ module.exports = function generate__limitItems(it, $keyword, $ruleType) {
|
|
|
69206
69474
|
return out;
|
|
69207
69475
|
}
|
|
69208
69476
|
|
|
69209
|
-
},{}],
|
|
69477
|
+
},{}],581:[function(require,module,exports){
|
|
69210
69478
|
'use strict';
|
|
69211
69479
|
module.exports = function generate__limitLength(it, $keyword, $ruleType) {
|
|
69212
69480
|
var out = ' ';
|
|
@@ -69293,7 +69561,7 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
|
|
|
69293
69561
|
return out;
|
|
69294
69562
|
}
|
|
69295
69563
|
|
|
69296
|
-
},{}],
|
|
69564
|
+
},{}],582:[function(require,module,exports){
|
|
69297
69565
|
'use strict';
|
|
69298
69566
|
module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
|
|
69299
69567
|
var out = ' ';
|
|
@@ -69375,7 +69643,7 @@ module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
|
|
|
69375
69643
|
return out;
|
|
69376
69644
|
}
|
|
69377
69645
|
|
|
69378
|
-
},{}],
|
|
69646
|
+
},{}],583:[function(require,module,exports){
|
|
69379
69647
|
'use strict';
|
|
69380
69648
|
module.exports = function generate_allOf(it, $keyword, $ruleType) {
|
|
69381
69649
|
var out = ' ';
|
|
@@ -69419,7 +69687,7 @@ module.exports = function generate_allOf(it, $keyword, $ruleType) {
|
|
|
69419
69687
|
return out;
|
|
69420
69688
|
}
|
|
69421
69689
|
|
|
69422
|
-
},{}],
|
|
69690
|
+
},{}],584:[function(require,module,exports){
|
|
69423
69691
|
'use strict';
|
|
69424
69692
|
module.exports = function generate_anyOf(it, $keyword, $ruleType) {
|
|
69425
69693
|
var out = ' ';
|
|
@@ -69494,7 +69762,7 @@ module.exports = function generate_anyOf(it, $keyword, $ruleType) {
|
|
|
69494
69762
|
return out;
|
|
69495
69763
|
}
|
|
69496
69764
|
|
|
69497
|
-
},{}],
|
|
69765
|
+
},{}],585:[function(require,module,exports){
|
|
69498
69766
|
'use strict';
|
|
69499
69767
|
module.exports = function generate_comment(it, $keyword, $ruleType) {
|
|
69500
69768
|
var out = ' ';
|
|
@@ -69510,7 +69778,7 @@ module.exports = function generate_comment(it, $keyword, $ruleType) {
|
|
|
69510
69778
|
return out;
|
|
69511
69779
|
}
|
|
69512
69780
|
|
|
69513
|
-
},{}],
|
|
69781
|
+
},{}],586:[function(require,module,exports){
|
|
69514
69782
|
'use strict';
|
|
69515
69783
|
module.exports = function generate_const(it, $keyword, $ruleType) {
|
|
69516
69784
|
var out = ' ';
|
|
@@ -69568,7 +69836,7 @@ module.exports = function generate_const(it, $keyword, $ruleType) {
|
|
|
69568
69836
|
return out;
|
|
69569
69837
|
}
|
|
69570
69838
|
|
|
69571
|
-
},{}],
|
|
69839
|
+
},{}],587:[function(require,module,exports){
|
|
69572
69840
|
'use strict';
|
|
69573
69841
|
module.exports = function generate_contains(it, $keyword, $ruleType) {
|
|
69574
69842
|
var out = ' ';
|
|
@@ -69651,7 +69919,7 @@ module.exports = function generate_contains(it, $keyword, $ruleType) {
|
|
|
69651
69919
|
return out;
|
|
69652
69920
|
}
|
|
69653
69921
|
|
|
69654
|
-
},{}],
|
|
69922
|
+
},{}],588:[function(require,module,exports){
|
|
69655
69923
|
'use strict';
|
|
69656
69924
|
module.exports = function generate_custom(it, $keyword, $ruleType) {
|
|
69657
69925
|
var out = ' ';
|
|
@@ -69881,7 +70149,7 @@ module.exports = function generate_custom(it, $keyword, $ruleType) {
|
|
|
69881
70149
|
return out;
|
|
69882
70150
|
}
|
|
69883
70151
|
|
|
69884
|
-
},{}],
|
|
70152
|
+
},{}],589:[function(require,module,exports){
|
|
69885
70153
|
'use strict';
|
|
69886
70154
|
module.exports = function generate_dependencies(it, $keyword, $ruleType) {
|
|
69887
70155
|
var out = ' ';
|
|
@@ -70051,7 +70319,7 @@ module.exports = function generate_dependencies(it, $keyword, $ruleType) {
|
|
|
70051
70319
|
return out;
|
|
70052
70320
|
}
|
|
70053
70321
|
|
|
70054
|
-
},{}],
|
|
70322
|
+
},{}],590:[function(require,module,exports){
|
|
70055
70323
|
'use strict';
|
|
70056
70324
|
module.exports = function generate_enum(it, $keyword, $ruleType) {
|
|
70057
70325
|
var out = ' ';
|
|
@@ -70119,7 +70387,7 @@ module.exports = function generate_enum(it, $keyword, $ruleType) {
|
|
|
70119
70387
|
return out;
|
|
70120
70388
|
}
|
|
70121
70389
|
|
|
70122
|
-
},{}],
|
|
70390
|
+
},{}],591:[function(require,module,exports){
|
|
70123
70391
|
'use strict';
|
|
70124
70392
|
module.exports = function generate_format(it, $keyword, $ruleType) {
|
|
70125
70393
|
var out = ' ';
|
|
@@ -70271,7 +70539,7 @@ module.exports = function generate_format(it, $keyword, $ruleType) {
|
|
|
70271
70539
|
return out;
|
|
70272
70540
|
}
|
|
70273
70541
|
|
|
70274
|
-
},{}],
|
|
70542
|
+
},{}],592:[function(require,module,exports){
|
|
70275
70543
|
'use strict';
|
|
70276
70544
|
module.exports = function generate_if(it, $keyword, $ruleType) {
|
|
70277
70545
|
var out = ' ';
|
|
@@ -70376,7 +70644,7 @@ module.exports = function generate_if(it, $keyword, $ruleType) {
|
|
|
70376
70644
|
return out;
|
|
70377
70645
|
}
|
|
70378
70646
|
|
|
70379
|
-
},{}],
|
|
70647
|
+
},{}],593:[function(require,module,exports){
|
|
70380
70648
|
'use strict';
|
|
70381
70649
|
|
|
70382
70650
|
//all requires must be explicit because browserify won't work with dynamic requires
|
|
@@ -70411,7 +70679,7 @@ module.exports = {
|
|
|
70411
70679
|
validate: require('./validate')
|
|
70412
70680
|
};
|
|
70413
70681
|
|
|
70414
|
-
},{"./_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){
|
|
70415
70683
|
'use strict';
|
|
70416
70684
|
module.exports = function generate_items(it, $keyword, $ruleType) {
|
|
70417
70685
|
var out = ' ';
|
|
@@ -70553,7 +70821,7 @@ module.exports = function generate_items(it, $keyword, $ruleType) {
|
|
|
70553
70821
|
return out;
|
|
70554
70822
|
}
|
|
70555
70823
|
|
|
70556
|
-
},{}],
|
|
70824
|
+
},{}],595:[function(require,module,exports){
|
|
70557
70825
|
'use strict';
|
|
70558
70826
|
module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
|
|
70559
70827
|
var out = ' ';
|
|
@@ -70635,7 +70903,7 @@ module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
|
|
|
70635
70903
|
return out;
|
|
70636
70904
|
}
|
|
70637
70905
|
|
|
70638
|
-
},{}],
|
|
70906
|
+
},{}],596:[function(require,module,exports){
|
|
70639
70907
|
'use strict';
|
|
70640
70908
|
module.exports = function generate_not(it, $keyword, $ruleType) {
|
|
70641
70909
|
var out = ' ';
|
|
@@ -70721,7 +70989,7 @@ module.exports = function generate_not(it, $keyword, $ruleType) {
|
|
|
70721
70989
|
return out;
|
|
70722
70990
|
}
|
|
70723
70991
|
|
|
70724
|
-
},{}],
|
|
70992
|
+
},{}],597:[function(require,module,exports){
|
|
70725
70993
|
'use strict';
|
|
70726
70994
|
module.exports = function generate_oneOf(it, $keyword, $ruleType) {
|
|
70727
70995
|
var out = ' ';
|
|
@@ -70796,7 +71064,7 @@ module.exports = function generate_oneOf(it, $keyword, $ruleType) {
|
|
|
70796
71064
|
return out;
|
|
70797
71065
|
}
|
|
70798
71066
|
|
|
70799
|
-
},{}],
|
|
71067
|
+
},{}],598:[function(require,module,exports){
|
|
70800
71068
|
'use strict';
|
|
70801
71069
|
module.exports = function generate_pattern(it, $keyword, $ruleType) {
|
|
70802
71070
|
var out = ' ';
|
|
@@ -70873,7 +71141,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
|
|
|
70873
71141
|
return out;
|
|
70874
71142
|
}
|
|
70875
71143
|
|
|
70876
|
-
},{}],
|
|
71144
|
+
},{}],599:[function(require,module,exports){
|
|
70877
71145
|
'use strict';
|
|
70878
71146
|
module.exports = function generate_properties(it, $keyword, $ruleType) {
|
|
70879
71147
|
var out = ' ';
|
|
@@ -71210,7 +71478,7 @@ module.exports = function generate_properties(it, $keyword, $ruleType) {
|
|
|
71210
71478
|
return out;
|
|
71211
71479
|
}
|
|
71212
71480
|
|
|
71213
|
-
},{}],
|
|
71481
|
+
},{}],600:[function(require,module,exports){
|
|
71214
71482
|
'use strict';
|
|
71215
71483
|
module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
|
|
71216
71484
|
var out = ' ';
|
|
@@ -71293,7 +71561,7 @@ module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
|
|
|
71293
71561
|
return out;
|
|
71294
71562
|
}
|
|
71295
71563
|
|
|
71296
|
-
},{}],
|
|
71564
|
+
},{}],601:[function(require,module,exports){
|
|
71297
71565
|
'use strict';
|
|
71298
71566
|
module.exports = function generate_ref(it, $keyword, $ruleType) {
|
|
71299
71567
|
var out = ' ';
|
|
@@ -71419,7 +71687,7 @@ module.exports = function generate_ref(it, $keyword, $ruleType) {
|
|
|
71419
71687
|
return out;
|
|
71420
71688
|
}
|
|
71421
71689
|
|
|
71422
|
-
},{}],
|
|
71690
|
+
},{}],602:[function(require,module,exports){
|
|
71423
71691
|
'use strict';
|
|
71424
71692
|
module.exports = function generate_required(it, $keyword, $ruleType) {
|
|
71425
71693
|
var out = ' ';
|
|
@@ -71691,7 +71959,7 @@ module.exports = function generate_required(it, $keyword, $ruleType) {
|
|
|
71691
71959
|
return out;
|
|
71692
71960
|
}
|
|
71693
71961
|
|
|
71694
|
-
},{}],
|
|
71962
|
+
},{}],603:[function(require,module,exports){
|
|
71695
71963
|
'use strict';
|
|
71696
71964
|
module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
|
|
71697
71965
|
var out = ' ';
|
|
@@ -71779,7 +72047,7 @@ module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
|
|
|
71779
72047
|
return out;
|
|
71780
72048
|
}
|
|
71781
72049
|
|
|
71782
|
-
},{}],
|
|
72050
|
+
},{}],604:[function(require,module,exports){
|
|
71783
72051
|
'use strict';
|
|
71784
72052
|
module.exports = function generate_validate(it, $keyword, $ruleType) {
|
|
71785
72053
|
var out = '';
|
|
@@ -72263,7 +72531,7 @@ module.exports = function generate_validate(it, $keyword, $ruleType) {
|
|
|
72263
72531
|
return out;
|
|
72264
72532
|
}
|
|
72265
72533
|
|
|
72266
|
-
},{}],
|
|
72534
|
+
},{}],605:[function(require,module,exports){
|
|
72267
72535
|
'use strict';
|
|
72268
72536
|
|
|
72269
72537
|
var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
|
|
@@ -72411,7 +72679,7 @@ function validateKeyword(definition, throwError) {
|
|
|
72411
72679
|
return false;
|
|
72412
72680
|
}
|
|
72413
72681
|
|
|
72414
|
-
},{"./definition_schema":
|
|
72682
|
+
},{"./definition_schema":578,"./dotjs/custom":588}],606:[function(require,module,exports){
|
|
72415
72683
|
module.exports={
|
|
72416
72684
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
72417
72685
|
"$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -72430,7 +72698,7 @@ module.exports={
|
|
|
72430
72698
|
"additionalProperties": false
|
|
72431
72699
|
}
|
|
72432
72700
|
|
|
72433
|
-
},{}],
|
|
72701
|
+
},{}],607:[function(require,module,exports){
|
|
72434
72702
|
module.exports={
|
|
72435
72703
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
72436
72704
|
"$id": "http://json-schema.org/draft-06/schema#",
|
|
@@ -72586,7 +72854,7 @@ module.exports={
|
|
|
72586
72854
|
"default": {}
|
|
72587
72855
|
}
|
|
72588
72856
|
|
|
72589
|
-
},{}],
|
|
72857
|
+
},{}],608:[function(require,module,exports){
|
|
72590
72858
|
module.exports={
|
|
72591
72859
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
72592
72860
|
"$id": "http://json-schema.org/draft-07/schema#",
|
|
@@ -72756,7 +73024,7 @@ module.exports={
|
|
|
72756
73024
|
"default": true
|
|
72757
73025
|
}
|
|
72758
73026
|
|
|
72759
|
-
},{}],
|
|
73027
|
+
},{}],609:[function(require,module,exports){
|
|
72760
73028
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72761
73029
|
|
|
72762
73030
|
|
|
@@ -72771,7 +73039,7 @@ module.exports = {
|
|
|
72771
73039
|
|
|
72772
73040
|
};
|
|
72773
73041
|
|
|
72774
|
-
},{}],
|
|
73042
|
+
},{}],610:[function(require,module,exports){
|
|
72775
73043
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72776
73044
|
|
|
72777
73045
|
var errors = require('./errors');
|
|
@@ -72800,7 +73068,7 @@ for (var e in errors) {
|
|
|
72800
73068
|
module.exports[e] = errors[e];
|
|
72801
73069
|
}
|
|
72802
73070
|
|
|
72803
|
-
},{"./errors":
|
|
73071
|
+
},{"./errors":609,"./reader":611,"./types":612,"./writer":613}],611:[function(require,module,exports){
|
|
72804
73072
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72805
73073
|
|
|
72806
73074
|
var assert = require('assert');
|
|
@@ -73064,7 +73332,7 @@ Reader.prototype._readTag = function (tag) {
|
|
|
73064
73332
|
|
|
73065
73333
|
module.exports = Reader;
|
|
73066
73334
|
|
|
73067
|
-
},{"./errors":
|
|
73335
|
+
},{"./errors":609,"./types":612,"assert":172,"safer-buffer":685}],612:[function(require,module,exports){
|
|
73068
73336
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
73069
73337
|
|
|
73070
73338
|
|
|
@@ -73102,7 +73370,7 @@ module.exports = {
|
|
|
73102
73370
|
Context: 128
|
|
73103
73371
|
};
|
|
73104
73372
|
|
|
73105
|
-
},{}],
|
|
73373
|
+
},{}],613:[function(require,module,exports){
|
|
73106
73374
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
73107
73375
|
|
|
73108
73376
|
var assert = require('assert');
|
|
@@ -73421,7 +73689,7 @@ Writer.prototype._ensure = function (len) {
|
|
|
73421
73689
|
|
|
73422
73690
|
module.exports = Writer;
|
|
73423
73691
|
|
|
73424
|
-
},{"./errors":
|
|
73692
|
+
},{"./errors":609,"./types":612,"assert":172,"safer-buffer":685}],614:[function(require,module,exports){
|
|
73425
73693
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
73426
73694
|
|
|
73427
73695
|
// If you have no idea what ASN.1 or BER is, see this:
|
|
@@ -73443,7 +73711,7 @@ module.exports = {
|
|
|
73443
73711
|
|
|
73444
73712
|
};
|
|
73445
73713
|
|
|
73446
|
-
},{"./ber/index":
|
|
73714
|
+
},{"./ber/index":610}],615:[function(require,module,exports){
|
|
73447
73715
|
(function (Buffer,process){(function (){
|
|
73448
73716
|
// Copyright (c) 2012, Mark Cavage. All rights reserved.
|
|
73449
73717
|
// Copyright 2015 Joyent, Inc.
|
|
@@ -73658,7 +73926,7 @@ function _setExports(ndebug) {
|
|
|
73658
73926
|
module.exports = _setExports(process.env.NODE_NDEBUG);
|
|
73659
73927
|
|
|
73660
73928
|
}).call(this)}).call(this,{"isBuffer":require("../../browser-agent/node_modules/is-buffer/index.js")},require('_process'))
|
|
73661
|
-
},{"../../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){
|
|
73662
73930
|
|
|
73663
73931
|
/*!
|
|
73664
73932
|
* Copyright 2010 LearnBoost <dev@learnboost.com>
|
|
@@ -73872,7 +74140,7 @@ function canonicalizeResource (resource) {
|
|
|
73872
74140
|
}
|
|
73873
74141
|
module.exports.canonicalizeResource = canonicalizeResource
|
|
73874
74142
|
|
|
73875
|
-
},{"crypto":241,"url":446}],
|
|
74143
|
+
},{"crypto":241,"url":446}],617:[function(require,module,exports){
|
|
73876
74144
|
(function (process,Buffer){(function (){
|
|
73877
74145
|
var aws4 = exports,
|
|
73878
74146
|
url = require('url'),
|
|
@@ -74257,7 +74525,7 @@ aws4.sign = function(request, credentials) {
|
|
|
74257
74525
|
}
|
|
74258
74526
|
|
|
74259
74527
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
74260
|
-
},{"./lru":
|
|
74528
|
+
},{"./lru":618,"_process":378,"buffer":229,"crypto":241,"querystring":394,"url":446}],618:[function(require,module,exports){
|
|
74261
74529
|
module.exports = function(size) {
|
|
74262
74530
|
return new LruCache(size)
|
|
74263
74531
|
}
|
|
@@ -74355,7 +74623,7 @@ function DoublyLinkedNode(key, val) {
|
|
|
74355
74623
|
this.next = null
|
|
74356
74624
|
}
|
|
74357
74625
|
|
|
74358
|
-
},{}],
|
|
74626
|
+
},{}],619:[function(require,module,exports){
|
|
74359
74627
|
'use strict';
|
|
74360
74628
|
|
|
74361
74629
|
var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash;
|
|
@@ -74913,7 +75181,7 @@ module.exports = {
|
|
|
74913
75181
|
pbkdf: bcrypt_pbkdf
|
|
74914
75182
|
};
|
|
74915
75183
|
|
|
74916
|
-
},{"tweetnacl":
|
|
75184
|
+
},{"tweetnacl":737}],620:[function(require,module,exports){
|
|
74917
75185
|
function Caseless (dict) {
|
|
74918
75186
|
this.dict = dict || {}
|
|
74919
75187
|
}
|
|
@@ -74982,7 +75250,7 @@ module.exports.httpify = function (resp, headers) {
|
|
|
74982
75250
|
return c
|
|
74983
75251
|
}
|
|
74984
75252
|
|
|
74985
|
-
},{}],
|
|
75253
|
+
},{}],621:[function(require,module,exports){
|
|
74986
75254
|
(function (Buffer){(function (){
|
|
74987
75255
|
var util = require('util');
|
|
74988
75256
|
var Stream = require('stream').Stream;
|
|
@@ -75194,7 +75462,7 @@ CombinedStream.prototype._emitError = function(err) {
|
|
|
75194
75462
|
};
|
|
75195
75463
|
|
|
75196
75464
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
75197
|
-
},{"../../../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){
|
|
75198
75466
|
(function (Buffer){(function (){
|
|
75199
75467
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
75200
75468
|
//
|
|
@@ -75305,7 +75573,7 @@ function objectToString(o) {
|
|
|
75305
75573
|
}
|
|
75306
75574
|
|
|
75307
75575
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
75308
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":324}],
|
|
75576
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":324}],623:[function(require,module,exports){
|
|
75309
75577
|
var Stream = require('stream').Stream;
|
|
75310
75578
|
var util = require('util');
|
|
75311
75579
|
|
|
@@ -75414,7 +75682,7 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
|
|
|
75414
75682
|
this.emit('error', new Error(message));
|
|
75415
75683
|
};
|
|
75416
75684
|
|
|
75417
|
-
},{"stream":437,"util":450}],
|
|
75685
|
+
},{"stream":437,"util":450}],624:[function(require,module,exports){
|
|
75418
75686
|
var crypto = require("crypto");
|
|
75419
75687
|
var BigInteger = require("jsbn").BigInteger;
|
|
75420
75688
|
var ECPointFp = require("./lib/ec.js").ECPointFp;
|
|
@@ -75474,7 +75742,7 @@ exports.ECKey = function(curve, key, isPublic)
|
|
|
75474
75742
|
}
|
|
75475
75743
|
|
|
75476
75744
|
|
|
75477
|
-
},{"./lib/ec.js":
|
|
75745
|
+
},{"./lib/ec.js":625,"./lib/sec.js":626,"crypto":241,"jsbn":661,"safer-buffer":685}],625:[function(require,module,exports){
|
|
75478
75746
|
// Basic Javascript Elliptic Curve implementation
|
|
75479
75747
|
// Ported loosely from BouncyCastle's Java EC code
|
|
75480
75748
|
// Only Fp curves implemented for now
|
|
@@ -76037,7 +76305,7 @@ var exports = {
|
|
|
76037
76305
|
|
|
76038
76306
|
module.exports = exports
|
|
76039
76307
|
|
|
76040
|
-
},{"jsbn":
|
|
76308
|
+
},{"jsbn":661}],626:[function(require,module,exports){
|
|
76041
76309
|
// Named EC curves
|
|
76042
76310
|
|
|
76043
76311
|
// Requires ec.js, jsbn.js, and jsbn2.js
|
|
@@ -76209,7 +76477,7 @@ module.exports = {
|
|
|
76209
76477
|
"secp256r1":secp256r1
|
|
76210
76478
|
}
|
|
76211
76479
|
|
|
76212
|
-
},{"./ec.js":
|
|
76480
|
+
},{"./ec.js":625,"jsbn":661}],627:[function(require,module,exports){
|
|
76213
76481
|
'use strict';
|
|
76214
76482
|
|
|
76215
76483
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -76328,7 +76596,7 @@ module.exports = function extend() {
|
|
|
76328
76596
|
return target;
|
|
76329
76597
|
};
|
|
76330
76598
|
|
|
76331
|
-
},{}],
|
|
76599
|
+
},{}],628:[function(require,module,exports){
|
|
76332
76600
|
(function (process){(function (){
|
|
76333
76601
|
/*
|
|
76334
76602
|
* extsprintf.js: extended POSIX-style sprintf
|
|
@@ -76515,7 +76783,7 @@ function dumpException(ex)
|
|
|
76515
76783
|
}
|
|
76516
76784
|
|
|
76517
76785
|
}).call(this)}).call(this,require('_process'))
|
|
76518
|
-
},{"_process":378,"assert":172,"util":450}],
|
|
76786
|
+
},{"_process":378,"assert":172,"util":450}],629:[function(require,module,exports){
|
|
76519
76787
|
'use strict';
|
|
76520
76788
|
|
|
76521
76789
|
// do not edit .js files directly - edit src/index.jst
|
|
@@ -76563,7 +76831,7 @@ module.exports = function equal(a, b) {
|
|
|
76563
76831
|
return a!==a && b!==b;
|
|
76564
76832
|
};
|
|
76565
76833
|
|
|
76566
|
-
},{}],
|
|
76834
|
+
},{}],630:[function(require,module,exports){
|
|
76567
76835
|
'use strict';
|
|
76568
76836
|
|
|
76569
76837
|
module.exports = function (data, opts) {
|
|
@@ -76624,7 +76892,7 @@ module.exports = function (data, opts) {
|
|
|
76624
76892
|
})(data);
|
|
76625
76893
|
};
|
|
76626
76894
|
|
|
76627
|
-
},{}],
|
|
76895
|
+
},{}],631:[function(require,module,exports){
|
|
76628
76896
|
module.exports = ForeverAgent
|
|
76629
76897
|
ForeverAgent.SSL = ForeverAgentSSL
|
|
76630
76898
|
|
|
@@ -76764,11 +77032,11 @@ function createConnectionSSL (port, host, options) {
|
|
|
76764
77032
|
return tls.connect(options);
|
|
76765
77033
|
}
|
|
76766
77034
|
|
|
76767
|
-
},{"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){
|
|
76768
77036
|
/* eslint-env browser */
|
|
76769
77037
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
76770
77038
|
|
|
76771
|
-
},{}],
|
|
77039
|
+
},{}],633:[function(require,module,exports){
|
|
76772
77040
|
module.exports={
|
|
76773
77041
|
"$id": "afterRequest.json#",
|
|
76774
77042
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76800,7 +77068,7 @@ module.exports={
|
|
|
76800
77068
|
}
|
|
76801
77069
|
}
|
|
76802
77070
|
|
|
76803
|
-
},{}],
|
|
77071
|
+
},{}],634:[function(require,module,exports){
|
|
76804
77072
|
module.exports={
|
|
76805
77073
|
"$id": "beforeRequest.json#",
|
|
76806
77074
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76832,7 +77100,7 @@ module.exports={
|
|
|
76832
77100
|
}
|
|
76833
77101
|
}
|
|
76834
77102
|
|
|
76835
|
-
},{}],
|
|
77103
|
+
},{}],635:[function(require,module,exports){
|
|
76836
77104
|
module.exports={
|
|
76837
77105
|
"$id": "browser.json#",
|
|
76838
77106
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76854,7 +77122,7 @@ module.exports={
|
|
|
76854
77122
|
}
|
|
76855
77123
|
}
|
|
76856
77124
|
|
|
76857
|
-
},{}],
|
|
77125
|
+
},{}],636:[function(require,module,exports){
|
|
76858
77126
|
module.exports={
|
|
76859
77127
|
"$id": "cache.json#",
|
|
76860
77128
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76877,7 +77145,7 @@ module.exports={
|
|
|
76877
77145
|
}
|
|
76878
77146
|
}
|
|
76879
77147
|
|
|
76880
|
-
},{}],
|
|
77148
|
+
},{}],637:[function(require,module,exports){
|
|
76881
77149
|
module.exports={
|
|
76882
77150
|
"$id": "content.json#",
|
|
76883
77151
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76908,7 +77176,7 @@ module.exports={
|
|
|
76908
77176
|
}
|
|
76909
77177
|
}
|
|
76910
77178
|
|
|
76911
|
-
},{}],
|
|
77179
|
+
},{}],638:[function(require,module,exports){
|
|
76912
77180
|
module.exports={
|
|
76913
77181
|
"$id": "cookie.json#",
|
|
76914
77182
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76946,7 +77214,7 @@ module.exports={
|
|
|
76946
77214
|
}
|
|
76947
77215
|
}
|
|
76948
77216
|
|
|
76949
|
-
},{}],
|
|
77217
|
+
},{}],639:[function(require,module,exports){
|
|
76950
77218
|
module.exports={
|
|
76951
77219
|
"$id": "creator.json#",
|
|
76952
77220
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76968,7 +77236,7 @@ module.exports={
|
|
|
76968
77236
|
}
|
|
76969
77237
|
}
|
|
76970
77238
|
|
|
76971
|
-
},{}],
|
|
77239
|
+
},{}],640:[function(require,module,exports){
|
|
76972
77240
|
module.exports={
|
|
76973
77241
|
"$id": "entry.json#",
|
|
76974
77242
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77023,7 +77291,7 @@ module.exports={
|
|
|
77023
77291
|
}
|
|
77024
77292
|
}
|
|
77025
77293
|
|
|
77026
|
-
},{}],
|
|
77294
|
+
},{}],641:[function(require,module,exports){
|
|
77027
77295
|
module.exports={
|
|
77028
77296
|
"$id": "har.json#",
|
|
77029
77297
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77038,7 +77306,7 @@ module.exports={
|
|
|
77038
77306
|
}
|
|
77039
77307
|
}
|
|
77040
77308
|
|
|
77041
|
-
},{}],
|
|
77309
|
+
},{}],642:[function(require,module,exports){
|
|
77042
77310
|
module.exports={
|
|
77043
77311
|
"$id": "header.json#",
|
|
77044
77312
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77060,7 +77328,7 @@ module.exports={
|
|
|
77060
77328
|
}
|
|
77061
77329
|
}
|
|
77062
77330
|
|
|
77063
|
-
},{}],
|
|
77331
|
+
},{}],643:[function(require,module,exports){
|
|
77064
77332
|
'use strict'
|
|
77065
77333
|
|
|
77066
77334
|
module.exports = {
|
|
@@ -77084,7 +77352,7 @@ module.exports = {
|
|
|
77084
77352
|
timings: require('./timings.json')
|
|
77085
77353
|
}
|
|
77086
77354
|
|
|
77087
|
-
},{"./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){
|
|
77088
77356
|
module.exports={
|
|
77089
77357
|
"$id": "log.json#",
|
|
77090
77358
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77122,7 +77390,7 @@ module.exports={
|
|
|
77122
77390
|
}
|
|
77123
77391
|
}
|
|
77124
77392
|
|
|
77125
|
-
},{}],
|
|
77393
|
+
},{}],645:[function(require,module,exports){
|
|
77126
77394
|
module.exports={
|
|
77127
77395
|
"$id": "page.json#",
|
|
77128
77396
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77156,7 +77424,7 @@ module.exports={
|
|
|
77156
77424
|
}
|
|
77157
77425
|
}
|
|
77158
77426
|
|
|
77159
|
-
},{}],
|
|
77427
|
+
},{}],646:[function(require,module,exports){
|
|
77160
77428
|
module.exports={
|
|
77161
77429
|
"$id": "pageTimings.json#",
|
|
77162
77430
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77176,7 +77444,7 @@ module.exports={
|
|
|
77176
77444
|
}
|
|
77177
77445
|
}
|
|
77178
77446
|
|
|
77179
|
-
},{}],
|
|
77447
|
+
},{}],647:[function(require,module,exports){
|
|
77180
77448
|
module.exports={
|
|
77181
77449
|
"$id": "postData.json#",
|
|
77182
77450
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77221,7 +77489,7 @@ module.exports={
|
|
|
77221
77489
|
}
|
|
77222
77490
|
}
|
|
77223
77491
|
|
|
77224
|
-
},{}],
|
|
77492
|
+
},{}],648:[function(require,module,exports){
|
|
77225
77493
|
module.exports={
|
|
77226
77494
|
"$id": "query.json#",
|
|
77227
77495
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77243,7 +77511,7 @@ module.exports={
|
|
|
77243
77511
|
}
|
|
77244
77512
|
}
|
|
77245
77513
|
|
|
77246
|
-
},{}],
|
|
77514
|
+
},{}],649:[function(require,module,exports){
|
|
77247
77515
|
module.exports={
|
|
77248
77516
|
"$id": "request.json#",
|
|
77249
77517
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77302,7 +77570,7 @@ module.exports={
|
|
|
77302
77570
|
}
|
|
77303
77571
|
}
|
|
77304
77572
|
|
|
77305
|
-
},{}],
|
|
77573
|
+
},{}],650:[function(require,module,exports){
|
|
77306
77574
|
module.exports={
|
|
77307
77575
|
"$id": "response.json#",
|
|
77308
77576
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77358,7 +77626,7 @@ module.exports={
|
|
|
77358
77626
|
}
|
|
77359
77627
|
}
|
|
77360
77628
|
|
|
77361
|
-
},{}],
|
|
77629
|
+
},{}],651:[function(require,module,exports){
|
|
77362
77630
|
module.exports={
|
|
77363
77631
|
"$id": "timings.json#",
|
|
77364
77632
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -77402,7 +77670,7 @@ module.exports={
|
|
|
77402
77670
|
}
|
|
77403
77671
|
}
|
|
77404
77672
|
|
|
77405
|
-
},{}],
|
|
77673
|
+
},{}],652:[function(require,module,exports){
|
|
77406
77674
|
function HARError (errors) {
|
|
77407
77675
|
var message = 'validation failed'
|
|
77408
77676
|
|
|
@@ -77421,7 +77689,7 @@ HARError.prototype = Error.prototype
|
|
|
77421
77689
|
|
|
77422
77690
|
module.exports = HARError
|
|
77423
77691
|
|
|
77424
|
-
},{}],
|
|
77692
|
+
},{}],653:[function(require,module,exports){
|
|
77425
77693
|
var Ajv = require('ajv')
|
|
77426
77694
|
var HARError = require('./error')
|
|
77427
77695
|
var schemas = require('har-schema')
|
|
@@ -77525,7 +77793,7 @@ exports.timings = function (data) {
|
|
|
77525
77793
|
return validate('timings', data)
|
|
77526
77794
|
}
|
|
77527
77795
|
|
|
77528
|
-
},{"./error":
|
|
77796
|
+
},{"./error":652,"ajv":566,"ajv/lib/refs/json-schema-draft-06.json":607,"har-schema":643}],654:[function(require,module,exports){
|
|
77529
77797
|
// Copyright 2015 Joyent, Inc.
|
|
77530
77798
|
|
|
77531
77799
|
var parser = require('./parser');
|
|
@@ -77556,7 +77824,7 @@ module.exports = {
|
|
|
77556
77824
|
verifyHMAC: verify.verifyHMAC
|
|
77557
77825
|
};
|
|
77558
77826
|
|
|
77559
|
-
},{"./parser":
|
|
77827
|
+
},{"./parser":655,"./signer":656,"./utils":657,"./verify":658}],655:[function(require,module,exports){
|
|
77560
77828
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
77561
77829
|
|
|
77562
77830
|
var assert = require('assert-plus');
|
|
@@ -77873,7 +78141,7 @@ module.exports = {
|
|
|
77873
78141
|
|
|
77874
78142
|
};
|
|
77875
78143
|
|
|
77876
|
-
},{"./utils":
|
|
78144
|
+
},{"./utils":657,"assert-plus":615,"util":450}],656:[function(require,module,exports){
|
|
77877
78145
|
(function (Buffer){(function (){
|
|
77878
78146
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
77879
78147
|
|
|
@@ -78278,7 +78546,7 @@ module.exports = {
|
|
|
78278
78546
|
};
|
|
78279
78547
|
|
|
78280
78548
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
78281
|
-
},{"../../../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){
|
|
78282
78550
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
78283
78551
|
|
|
78284
78552
|
var assert = require('assert-plus');
|
|
@@ -78392,7 +78660,7 @@ module.exports = {
|
|
|
78392
78660
|
}
|
|
78393
78661
|
};
|
|
78394
78662
|
|
|
78395
|
-
},{"assert-plus":
|
|
78663
|
+
},{"assert-plus":615,"sshpk":721,"util":450}],658:[function(require,module,exports){
|
|
78396
78664
|
(function (Buffer){(function (){
|
|
78397
78665
|
// Copyright 2015 Joyent, Inc.
|
|
78398
78666
|
|
|
@@ -78484,7 +78752,7 @@ module.exports = {
|
|
|
78484
78752
|
};
|
|
78485
78753
|
|
|
78486
78754
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
78487
|
-
},{"./utils":
|
|
78755
|
+
},{"./utils":657,"assert-plus":615,"buffer":229,"crypto":241,"sshpk":721}],659:[function(require,module,exports){
|
|
78488
78756
|
module.exports = isTypedArray
|
|
78489
78757
|
isTypedArray.strict = isStrictTypedArray
|
|
78490
78758
|
isTypedArray.loose = isLooseTypedArray
|
|
@@ -78527,7 +78795,7 @@ function isLooseTypedArray(arr) {
|
|
|
78527
78795
|
return names[toString.call(arr)]
|
|
78528
78796
|
}
|
|
78529
78797
|
|
|
78530
|
-
},{}],
|
|
78798
|
+
},{}],660:[function(require,module,exports){
|
|
78531
78799
|
var stream = require('stream')
|
|
78532
78800
|
|
|
78533
78801
|
|
|
@@ -78556,7 +78824,7 @@ module.exports.isReadable = isReadable
|
|
|
78556
78824
|
module.exports.isWritable = isWritable
|
|
78557
78825
|
module.exports.isDuplex = isDuplex
|
|
78558
78826
|
|
|
78559
|
-
},{"stream":437}],
|
|
78827
|
+
},{"stream":437}],661:[function(require,module,exports){
|
|
78560
78828
|
(function(){
|
|
78561
78829
|
|
|
78562
78830
|
// Copyright (c) 2005 Tom Wu
|
|
@@ -79915,7 +80183,7 @@ module.exports.isDuplex = isDuplex
|
|
|
79915
80183
|
|
|
79916
80184
|
}).call(this);
|
|
79917
80185
|
|
|
79918
|
-
},{}],
|
|
80186
|
+
},{}],662:[function(require,module,exports){
|
|
79919
80187
|
'use strict';
|
|
79920
80188
|
|
|
79921
80189
|
var traverse = module.exports = function (schema, opts, cb) {
|
|
@@ -80006,7 +80274,7 @@ function escapeJsonPtr(str) {
|
|
|
80006
80274
|
return str.replace(/~/g, '~0').replace(/\//g, '~1');
|
|
80007
80275
|
}
|
|
80008
80276
|
|
|
80009
|
-
},{}],
|
|
80277
|
+
},{}],663:[function(require,module,exports){
|
|
80010
80278
|
/**
|
|
80011
80279
|
* JSONSchema Validator - Validates JavaScript objects using JSON Schemas
|
|
80012
80280
|
* (http://www.json.com/json-schema-proposal/)
|
|
@@ -80279,7 +80547,7 @@ exports.mustBeValid = function(result){
|
|
|
80279
80547
|
return exports;
|
|
80280
80548
|
}));
|
|
80281
80549
|
|
|
80282
|
-
},{}],
|
|
80550
|
+
},{}],664:[function(require,module,exports){
|
|
80283
80551
|
exports = module.exports = stringify
|
|
80284
80552
|
exports.getSerialize = serializer
|
|
80285
80553
|
|
|
@@ -80308,7 +80576,7 @@ function serializer(replacer, cycleReplacer) {
|
|
|
80308
80576
|
}
|
|
80309
80577
|
}
|
|
80310
80578
|
|
|
80311
|
-
},{}],
|
|
80579
|
+
},{}],665:[function(require,module,exports){
|
|
80312
80580
|
/*
|
|
80313
80581
|
* lib/jsprim.js: utilities for primitive JavaScript types
|
|
80314
80582
|
*/
|
|
@@ -81045,7 +81313,7 @@ function mergeObjects(provided, overrides, defaults)
|
|
|
81045
81313
|
return (rv);
|
|
81046
81314
|
}
|
|
81047
81315
|
|
|
81048
|
-
},{"assert-plus":
|
|
81316
|
+
},{"assert-plus":615,"extsprintf":628,"json-schema":663,"util":450,"verror":746}],666:[function(require,module,exports){
|
|
81049
81317
|
/**
|
|
81050
81318
|
* The code was extracted from:
|
|
81051
81319
|
* https://github.com/davidchambers/Base64.js
|
|
@@ -81085,7 +81353,7 @@ function polyfill (input) {
|
|
|
81085
81353
|
|
|
81086
81354
|
module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
|
|
81087
81355
|
|
|
81088
|
-
},{}],
|
|
81356
|
+
},{}],667:[function(require,module,exports){
|
|
81089
81357
|
var atob = require('./atob');
|
|
81090
81358
|
|
|
81091
81359
|
function b64DecodeUnicode(str) {
|
|
@@ -81120,7 +81388,7 @@ module.exports = function(str) {
|
|
|
81120
81388
|
}
|
|
81121
81389
|
};
|
|
81122
81390
|
|
|
81123
|
-
},{"./atob":
|
|
81391
|
+
},{"./atob":666}],668:[function(require,module,exports){
|
|
81124
81392
|
'use strict';
|
|
81125
81393
|
|
|
81126
81394
|
var base64_url_decode = require('./base64_url_decode');
|
|
@@ -81148,7 +81416,7 @@ module.exports = function (token,options) {
|
|
|
81148
81416
|
|
|
81149
81417
|
module.exports.InvalidTokenError = InvalidTokenError;
|
|
81150
81418
|
|
|
81151
|
-
},{"./base64_url_decode":
|
|
81419
|
+
},{"./base64_url_decode":667}],669:[function(require,module,exports){
|
|
81152
81420
|
module.exports={
|
|
81153
81421
|
"application/1d-interleaved-parityfec": {
|
|
81154
81422
|
"source": "iana"
|
|
@@ -89669,7 +89937,7 @@ module.exports={
|
|
|
89669
89937
|
}
|
|
89670
89938
|
}
|
|
89671
89939
|
|
|
89672
|
-
},{}],
|
|
89940
|
+
},{}],670:[function(require,module,exports){
|
|
89673
89941
|
/*!
|
|
89674
89942
|
* mime-db
|
|
89675
89943
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -89683,7 +89951,7 @@ module.exports={
|
|
|
89683
89951
|
|
|
89684
89952
|
module.exports = require('./db.json')
|
|
89685
89953
|
|
|
89686
|
-
},{"./db.json":
|
|
89954
|
+
},{"./db.json":669}],671:[function(require,module,exports){
|
|
89687
89955
|
/*!
|
|
89688
89956
|
* mime-types
|
|
89689
89957
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -89873,7 +90141,7 @@ function populateMaps (extensions, types) {
|
|
|
89873
90141
|
})
|
|
89874
90142
|
}
|
|
89875
90143
|
|
|
89876
|
-
},{"mime-db":
|
|
90144
|
+
},{"mime-db":670,"path":370}],672:[function(require,module,exports){
|
|
89877
90145
|
var crypto = require('crypto')
|
|
89878
90146
|
|
|
89879
90147
|
function sha (key, body, algorithm) {
|
|
@@ -90020,7 +90288,7 @@ exports.plaintext = plaintext
|
|
|
90020
90288
|
exports.sign = sign
|
|
90021
90289
|
exports.rfc3986 = rfc3986
|
|
90022
90290
|
exports.generateBase = generateBase
|
|
90023
|
-
},{"crypto":241}],
|
|
90291
|
+
},{"crypto":241}],673:[function(require,module,exports){
|
|
90024
90292
|
(function (process){(function (){
|
|
90025
90293
|
// Generated by CoffeeScript 1.12.2
|
|
90026
90294
|
(function() {
|
|
@@ -90060,7 +90328,7 @@ exports.generateBase = generateBase
|
|
|
90060
90328
|
|
|
90061
90329
|
|
|
90062
90330
|
}).call(this)}).call(this,require('_process'))
|
|
90063
|
-
},{"_process":378}],
|
|
90331
|
+
},{"_process":378}],674:[function(require,module,exports){
|
|
90064
90332
|
module.exports=[
|
|
90065
90333
|
"ac",
|
|
90066
90334
|
"com.ac",
|
|
@@ -99437,7 +99705,7 @@ module.exports=[
|
|
|
99437
99705
|
"virtualserver.io",
|
|
99438
99706
|
"enterprisecloud.nu"
|
|
99439
99707
|
]
|
|
99440
|
-
},{}],
|
|
99708
|
+
},{}],675:[function(require,module,exports){
|
|
99441
99709
|
/*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
|
|
99442
99710
|
'use strict';
|
|
99443
99711
|
|
|
@@ -99708,7 +99976,7 @@ exports.isValid = function (domain) {
|
|
|
99708
99976
|
return Boolean(parsed.domain && parsed.listed);
|
|
99709
99977
|
};
|
|
99710
99978
|
|
|
99711
|
-
},{"./data/rules.json":
|
|
99979
|
+
},{"./data/rules.json":674,"punycode":386}],676:[function(require,module,exports){
|
|
99712
99980
|
'use strict';
|
|
99713
99981
|
|
|
99714
99982
|
/** Highest positive signed 32-bit float value */
|
|
@@ -100153,7 +100421,7 @@ const punycode = {
|
|
|
100153
100421
|
|
|
100154
100422
|
module.exports = punycode;
|
|
100155
100423
|
|
|
100156
|
-
},{}],
|
|
100424
|
+
},{}],677:[function(require,module,exports){
|
|
100157
100425
|
'use strict';
|
|
100158
100426
|
|
|
100159
100427
|
var replace = String.prototype.replace;
|
|
@@ -100173,9 +100441,9 @@ module.exports = {
|
|
|
100173
100441
|
RFC3986: 'RFC3986'
|
|
100174
100442
|
};
|
|
100175
100443
|
|
|
100176
|
-
},{}],
|
|
100444
|
+
},{}],678:[function(require,module,exports){
|
|
100177
100445
|
arguments[4][388][0].apply(exports,arguments)
|
|
100178
|
-
},{"./formats":
|
|
100446
|
+
},{"./formats":677,"./parse":679,"./stringify":680,"dup":388}],679:[function(require,module,exports){
|
|
100179
100447
|
'use strict';
|
|
100180
100448
|
|
|
100181
100449
|
var utils = require('./utils');
|
|
@@ -100352,7 +100620,7 @@ module.exports = function (str, opts) {
|
|
|
100352
100620
|
return utils.compact(obj);
|
|
100353
100621
|
};
|
|
100354
100622
|
|
|
100355
|
-
},{"./utils":
|
|
100623
|
+
},{"./utils":681}],680:[function(require,module,exports){
|
|
100356
100624
|
'use strict';
|
|
100357
100625
|
|
|
100358
100626
|
var utils = require('./utils');
|
|
@@ -100571,7 +100839,7 @@ module.exports = function (object, opts) {
|
|
|
100571
100839
|
return joined.length > 0 ? prefix + joined : '';
|
|
100572
100840
|
};
|
|
100573
100841
|
|
|
100574
|
-
},{"./formats":
|
|
100842
|
+
},{"./formats":677,"./utils":681}],681:[function(require,module,exports){
|
|
100575
100843
|
'use strict';
|
|
100576
100844
|
|
|
100577
100845
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -100788,7 +101056,7 @@ module.exports = {
|
|
|
100788
101056
|
merge: merge
|
|
100789
101057
|
};
|
|
100790
101058
|
|
|
100791
|
-
},{}],
|
|
101059
|
+
},{}],682:[function(require,module,exports){
|
|
100792
101060
|
'use strict';
|
|
100793
101061
|
|
|
100794
101062
|
var has = Object.prototype.hasOwnProperty
|
|
@@ -100908,7 +101176,7 @@ function querystringify(obj, prefix) {
|
|
|
100908
101176
|
exports.stringify = querystringify;
|
|
100909
101177
|
exports.parse = querystring;
|
|
100910
101178
|
|
|
100911
|
-
},{}],
|
|
101179
|
+
},{}],683:[function(require,module,exports){
|
|
100912
101180
|
'use strict';
|
|
100913
101181
|
|
|
100914
101182
|
/**
|
|
@@ -100948,11 +101216,11 @@ module.exports = function required(port, protocol) {
|
|
|
100948
101216
|
return port !== 0;
|
|
100949
101217
|
};
|
|
100950
101218
|
|
|
100951
|
-
},{}],
|
|
101219
|
+
},{}],684:[function(require,module,exports){
|
|
100952
101220
|
arguments[4][406][0].apply(exports,arguments)
|
|
100953
|
-
},{"buffer":229,"dup":406}],
|
|
101221
|
+
},{"buffer":229,"dup":406}],685:[function(require,module,exports){
|
|
100954
101222
|
arguments[4][414][0].apply(exports,arguments)
|
|
100955
|
-
},{"_process":378,"buffer":229,"dup":414}],
|
|
101223
|
+
},{"_process":378,"buffer":229,"dup":414}],686:[function(require,module,exports){
|
|
100956
101224
|
// Copyright 2010-2012 Mikeal Rogers
|
|
100957
101225
|
//
|
|
100958
101226
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -101109,7 +101377,7 @@ Object.defineProperty(request, 'debug', {
|
|
|
101109
101377
|
}
|
|
101110
101378
|
})
|
|
101111
101379
|
|
|
101112
|
-
},{"./lib/cookies":
|
|
101380
|
+
},{"./lib/cookies":688,"./lib/helpers":692,"./request":701,"extend":627}],687:[function(require,module,exports){
|
|
101113
101381
|
'use strict'
|
|
101114
101382
|
|
|
101115
101383
|
var caseless = require('caseless')
|
|
@@ -101278,7 +101546,7 @@ Auth.prototype.onResponse = function (response) {
|
|
|
101278
101546
|
|
|
101279
101547
|
exports.Auth = Auth
|
|
101280
101548
|
|
|
101281
|
-
},{"./helpers":
|
|
101549
|
+
},{"./helpers":692,"caseless":620,"uuid/v4":700}],688:[function(require,module,exports){
|
|
101282
101550
|
'use strict'
|
|
101283
101551
|
|
|
101284
101552
|
var tough = require('tough-cookie')
|
|
@@ -101318,7 +101586,7 @@ exports.jar = function (store) {
|
|
|
101318
101586
|
return new RequestJar(store)
|
|
101319
101587
|
}
|
|
101320
101588
|
|
|
101321
|
-
},{"tough-cookie":
|
|
101589
|
+
},{"tough-cookie":727}],689:[function(require,module,exports){
|
|
101322
101590
|
(function (process){(function (){
|
|
101323
101591
|
'use strict'
|
|
101324
101592
|
|
|
@@ -101401,7 +101669,7 @@ function getProxyFromURI (uri) {
|
|
|
101401
101669
|
module.exports = getProxyFromURI
|
|
101402
101670
|
|
|
101403
101671
|
}).call(this)}).call(this,require('_process'))
|
|
101404
|
-
},{"_process":378}],
|
|
101672
|
+
},{"_process":378}],690:[function(require,module,exports){
|
|
101405
101673
|
'use strict'
|
|
101406
101674
|
|
|
101407
101675
|
var fs = require('fs')
|
|
@@ -101608,7 +101876,7 @@ Har.prototype.options = function (options) {
|
|
|
101608
101876
|
|
|
101609
101877
|
exports.Har = Har
|
|
101610
101878
|
|
|
101611
|
-
},{"extend":
|
|
101879
|
+
},{"extend":627,"fs":227,"har-validator":653,"querystring":394}],691:[function(require,module,exports){
|
|
101612
101880
|
'use strict'
|
|
101613
101881
|
|
|
101614
101882
|
var crypto = require('crypto')
|
|
@@ -101699,7 +101967,7 @@ exports.header = function (uri, method, opts) {
|
|
|
101699
101967
|
return header
|
|
101700
101968
|
}
|
|
101701
101969
|
|
|
101702
|
-
},{"crypto":241}],
|
|
101970
|
+
},{"crypto":241}],692:[function(require,module,exports){
|
|
101703
101971
|
(function (process,setImmediate){(function (){
|
|
101704
101972
|
'use strict'
|
|
101705
101973
|
|
|
@@ -101769,7 +102037,7 @@ exports.version = version
|
|
|
101769
102037
|
exports.defer = defer
|
|
101770
102038
|
|
|
101771
102039
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
101772
|
-
},{"_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){
|
|
101773
102041
|
'use strict'
|
|
101774
102042
|
|
|
101775
102043
|
var uuid = require('uuid/v4')
|
|
@@ -101883,7 +102151,7 @@ Multipart.prototype.onRequest = function (options) {
|
|
|
101883
102151
|
|
|
101884
102152
|
exports.Multipart = Multipart
|
|
101885
102153
|
|
|
101886
|
-
},{"combined-stream":
|
|
102154
|
+
},{"combined-stream":621,"isstream":660,"safe-buffer":684,"uuid/v4":700}],694:[function(require,module,exports){
|
|
101887
102155
|
'use strict'
|
|
101888
102156
|
|
|
101889
102157
|
var url = require('url')
|
|
@@ -102033,7 +102301,7 @@ OAuth.prototype.onRequest = function (_oauth) {
|
|
|
102033
102301
|
|
|
102034
102302
|
exports.OAuth = OAuth
|
|
102035
102303
|
|
|
102036
|
-
},{"caseless":
|
|
102304
|
+
},{"caseless":620,"crypto":241,"oauth-sign":672,"qs":678,"safe-buffer":684,"url":446,"uuid/v4":700}],695:[function(require,module,exports){
|
|
102037
102305
|
'use strict'
|
|
102038
102306
|
|
|
102039
102307
|
var qs = require('qs')
|
|
@@ -102085,7 +102353,7 @@ Querystring.prototype.unescape = querystring.unescape
|
|
|
102085
102353
|
|
|
102086
102354
|
exports.Querystring = Querystring
|
|
102087
102355
|
|
|
102088
|
-
},{"qs":
|
|
102356
|
+
},{"qs":678,"querystring":394}],696:[function(require,module,exports){
|
|
102089
102357
|
'use strict'
|
|
102090
102358
|
|
|
102091
102359
|
var url = require('url')
|
|
@@ -102241,7 +102509,7 @@ Redirect.prototype.onResponse = function (response) {
|
|
|
102241
102509
|
|
|
102242
102510
|
exports.Redirect = Redirect
|
|
102243
102511
|
|
|
102244
|
-
},{"url":446}],
|
|
102512
|
+
},{"url":446}],697:[function(require,module,exports){
|
|
102245
102513
|
'use strict'
|
|
102246
102514
|
|
|
102247
102515
|
var url = require('url')
|
|
@@ -102418,7 +102686,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
|
|
|
102418
102686
|
Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
|
|
102419
102687
|
exports.Tunnel = Tunnel
|
|
102420
102688
|
|
|
102421
|
-
},{"tunnel-agent":
|
|
102689
|
+
},{"tunnel-agent":736,"url":446}],698:[function(require,module,exports){
|
|
102422
102690
|
/**
|
|
102423
102691
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
102424
102692
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -102446,7 +102714,7 @@ function bytesToUuid(buf, offset) {
|
|
|
102446
102714
|
|
|
102447
102715
|
module.exports = bytesToUuid;
|
|
102448
102716
|
|
|
102449
|
-
},{}],
|
|
102717
|
+
},{}],699:[function(require,module,exports){
|
|
102450
102718
|
// Unique ID creation requires a high quality random # generator. In the
|
|
102451
102719
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
102452
102720
|
// and inconsistent support for the `crypto` API. We do the best we can via
|
|
@@ -102482,7 +102750,7 @@ if (getRandomValues) {
|
|
|
102482
102750
|
};
|
|
102483
102751
|
}
|
|
102484
102752
|
|
|
102485
|
-
},{}],
|
|
102753
|
+
},{}],700:[function(require,module,exports){
|
|
102486
102754
|
var rng = require('./lib/rng');
|
|
102487
102755
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
102488
102756
|
|
|
@@ -102513,7 +102781,7 @@ function v4(options, buf, offset) {
|
|
|
102513
102781
|
|
|
102514
102782
|
module.exports = v4;
|
|
102515
102783
|
|
|
102516
|
-
},{"./lib/bytesToUuid":
|
|
102784
|
+
},{"./lib/bytesToUuid":698,"./lib/rng":699}],701:[function(require,module,exports){
|
|
102517
102785
|
(function (process){(function (){
|
|
102518
102786
|
'use strict'
|
|
102519
102787
|
|
|
@@ -104070,7 +104338,7 @@ Request.prototype.toJSON = requestToJSON
|
|
|
104070
104338
|
module.exports = Request
|
|
104071
104339
|
|
|
104072
104340
|
}).call(this)}).call(this,require('_process'))
|
|
104073
|
-
},{"./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){
|
|
104074
104342
|
// Copyright 2015 Joyent, Inc.
|
|
104075
104343
|
|
|
104076
104344
|
var Buffer = require('safer-buffer').Buffer;
|
|
@@ -104240,7 +104508,7 @@ module.exports = {
|
|
|
104240
104508
|
curves: curves
|
|
104241
104509
|
};
|
|
104242
104510
|
|
|
104243
|
-
},{"safer-buffer":
|
|
104511
|
+
},{"safer-buffer":685}],703:[function(require,module,exports){
|
|
104244
104512
|
// Copyright 2016 Joyent, Inc.
|
|
104245
104513
|
|
|
104246
104514
|
module.exports = Certificate;
|
|
@@ -104652,7 +104920,7 @@ Certificate._oldVersionDetect = function (obj) {
|
|
|
104652
104920
|
return ([1, 0]);
|
|
104653
104921
|
};
|
|
104654
104922
|
|
|
104655
|
-
},{"./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){
|
|
104656
104924
|
// Copyright 2017 Joyent, Inc.
|
|
104657
104925
|
|
|
104658
104926
|
module.exports = {
|
|
@@ -105051,7 +105319,7 @@ function generateECDSA(curve) {
|
|
|
105051
105319
|
}
|
|
105052
105320
|
}
|
|
105053
105321
|
|
|
105054
|
-
},{"./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){
|
|
105055
105323
|
// Copyright 2015 Joyent, Inc.
|
|
105056
105324
|
|
|
105057
105325
|
module.exports = {
|
|
@@ -105145,7 +105413,7 @@ Signer.prototype.sign = function () {
|
|
|
105145
105413
|
return (sigObj);
|
|
105146
105414
|
};
|
|
105147
105415
|
|
|
105148
|
-
},{"./signature":
|
|
105416
|
+
},{"./signature":724,"assert-plus":615,"safer-buffer":685,"stream":437,"tweetnacl":737,"util":450}],706:[function(require,module,exports){
|
|
105149
105417
|
// Copyright 2015 Joyent, Inc.
|
|
105150
105418
|
|
|
105151
105419
|
var assert = require('assert-plus');
|
|
@@ -105231,7 +105499,7 @@ module.exports = {
|
|
|
105231
105499
|
CertificateParseError: CertificateParseError
|
|
105232
105500
|
};
|
|
105233
105501
|
|
|
105234
|
-
},{"assert-plus":
|
|
105502
|
+
},{"assert-plus":615,"util":450}],707:[function(require,module,exports){
|
|
105235
105503
|
// Copyright 2018 Joyent, Inc.
|
|
105236
105504
|
|
|
105237
105505
|
module.exports = Fingerprint;
|
|
@@ -105453,7 +105721,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|
|
105453
105721
|
return ([1, 0]);
|
|
105454
105722
|
};
|
|
105455
105723
|
|
|
105456
|
-
},{"./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){
|
|
105457
105725
|
// Copyright 2018 Joyent, Inc.
|
|
105458
105726
|
|
|
105459
105727
|
module.exports = {
|
|
@@ -105579,7 +105847,7 @@ function write(key, options) {
|
|
|
105579
105847
|
throw (new Error('"auto" format cannot be used for writing'));
|
|
105580
105848
|
}
|
|
105581
105849
|
|
|
105582
|
-
},{"../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){
|
|
105583
105851
|
// Copyright 2017 Joyent, Inc.
|
|
105584
105852
|
|
|
105585
105853
|
module.exports = {
|
|
@@ -105868,7 +106136,7 @@ function write(key, options) {
|
|
|
105868
106136
|
}
|
|
105869
106137
|
}
|
|
105870
106138
|
|
|
105871
|
-
},{"../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){
|
|
105872
106140
|
// Copyright 2017 Joyent, Inc.
|
|
105873
106141
|
|
|
105874
106142
|
module.exports = {
|
|
@@ -106222,7 +106490,7 @@ function getCertType(key) {
|
|
|
106222
106490
|
throw (new Error('Unsupported key type ' + key.type));
|
|
106223
106491
|
}
|
|
106224
106492
|
|
|
106225
|
-
},{"../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){
|
|
106226
106494
|
// Copyright 2018 Joyent, Inc.
|
|
106227
106495
|
|
|
106228
106496
|
module.exports = {
|
|
@@ -106514,7 +106782,7 @@ function write(key, options, type) {
|
|
|
106514
106782
|
return (buf.slice(0, o));
|
|
106515
106783
|
}
|
|
106516
106784
|
|
|
106517
|
-
},{"../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){
|
|
106518
106786
|
// Copyright 2015 Joyent, Inc.
|
|
106519
106787
|
|
|
106520
106788
|
module.exports = {
|
|
@@ -106889,7 +107157,7 @@ function writePkcs1EdDSAPublic(der, key) {
|
|
|
106889
107157
|
throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
|
|
106890
107158
|
}
|
|
106891
107159
|
|
|
106892
|
-
},{"../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){
|
|
106893
107161
|
// Copyright 2018 Joyent, Inc.
|
|
106894
107162
|
|
|
106895
107163
|
module.exports = {
|
|
@@ -107534,7 +107802,7 @@ function writePkcs8EdDSAPrivate(key, der) {
|
|
|
107534
107802
|
utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1);
|
|
107535
107803
|
}
|
|
107536
107804
|
|
|
107537
|
-
},{"../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){
|
|
107538
107806
|
// Copyright 2018 Joyent, Inc.
|
|
107539
107807
|
|
|
107540
107808
|
module.exports = {
|
|
@@ -107730,7 +107998,7 @@ function wrap(txt, len) {
|
|
|
107730
107998
|
return (lines);
|
|
107731
107999
|
}
|
|
107732
108000
|
|
|
107733
|
-
},{"../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){
|
|
107734
108002
|
// Copyright 2015 Joyent, Inc.
|
|
107735
108003
|
|
|
107736
108004
|
module.exports = {
|
|
@@ -107898,7 +108166,7 @@ function write(key, options) {
|
|
|
107898
108166
|
return (buf.toBuffer());
|
|
107899
108167
|
}
|
|
107900
108168
|
|
|
107901
|
-
},{"../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){
|
|
107902
108170
|
// Copyright 2015 Joyent, Inc.
|
|
107903
108171
|
|
|
107904
108172
|
module.exports = {
|
|
@@ -108162,7 +108430,7 @@ function write(key, options) {
|
|
|
108162
108430
|
return (buf.slice(0, o));
|
|
108163
108431
|
}
|
|
108164
108432
|
|
|
108165
|
-
},{"../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){
|
|
108166
108434
|
// Copyright 2015 Joyent, Inc.
|
|
108167
108435
|
|
|
108168
108436
|
module.exports = {
|
|
@@ -108279,7 +108547,7 @@ function write(key, options) {
|
|
|
108279
108547
|
return (Buffer.from(parts.join(' ')));
|
|
108280
108548
|
}
|
|
108281
108549
|
|
|
108282
|
-
},{"../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){
|
|
108283
108551
|
// Copyright 2016 Joyent, Inc.
|
|
108284
108552
|
|
|
108285
108553
|
var x509 = require('./x509');
|
|
@@ -108369,7 +108637,7 @@ function write(cert, options) {
|
|
|
108369
108637
|
return (buf.slice(0, o));
|
|
108370
108638
|
}
|
|
108371
108639
|
|
|
108372
|
-
},{"../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){
|
|
108373
108641
|
// Copyright 2017 Joyent, Inc.
|
|
108374
108642
|
|
|
108375
108643
|
module.exports = {
|
|
@@ -109123,7 +109391,7 @@ function writeBitField(setBits, bitIndex) {
|
|
|
109123
109391
|
return (bits);
|
|
109124
109392
|
}
|
|
109125
109393
|
|
|
109126
|
-
},{"../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){
|
|
109127
109395
|
// Copyright 2017 Joyent, Inc.
|
|
109128
109396
|
|
|
109129
109397
|
module.exports = Identity;
|
|
@@ -109498,7 +109766,7 @@ Identity._oldVersionDetect = function (obj) {
|
|
|
109498
109766
|
return ([1, 0]);
|
|
109499
109767
|
};
|
|
109500
109768
|
|
|
109501
|
-
},{"./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){
|
|
109502
109770
|
// Copyright 2015 Joyent, Inc.
|
|
109503
109771
|
|
|
109504
109772
|
var Key = require('./key');
|
|
@@ -109540,7 +109808,7 @@ module.exports = {
|
|
|
109540
109808
|
CertificateParseError: errs.CertificateParseError
|
|
109541
109809
|
};
|
|
109542
109810
|
|
|
109543
|
-
},{"./certificate":
|
|
109811
|
+
},{"./certificate":703,"./errors":706,"./fingerprint":707,"./identity":720,"./key":722,"./private-key":723,"./signature":724}],722:[function(require,module,exports){
|
|
109544
109812
|
(function (Buffer){(function (){
|
|
109545
109813
|
// Copyright 2018 Joyent, Inc.
|
|
109546
109814
|
|
|
@@ -109838,7 +110106,7 @@ Key._oldVersionDetect = function (obj) {
|
|
|
109838
110106
|
};
|
|
109839
110107
|
|
|
109840
110108
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
109841
|
-
},{"../../../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){
|
|
109842
110110
|
// Copyright 2017 Joyent, Inc.
|
|
109843
110111
|
|
|
109844
110112
|
module.exports = PrivateKey;
|
|
@@ -110087,7 +110355,7 @@ PrivateKey._oldVersionDetect = function (obj) {
|
|
|
110087
110355
|
return ([1, 0]);
|
|
110088
110356
|
};
|
|
110089
110357
|
|
|
110090
|
-
},{"./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){
|
|
110091
110359
|
// Copyright 2015 Joyent, Inc.
|
|
110092
110360
|
|
|
110093
110361
|
module.exports = Signature;
|
|
@@ -110403,7 +110671,7 @@ Signature._oldVersionDetect = function (obj) {
|
|
|
110403
110671
|
return ([1, 0]);
|
|
110404
110672
|
};
|
|
110405
110673
|
|
|
110406
|
-
},{"./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){
|
|
110407
110675
|
// Copyright 2015 Joyent, Inc.
|
|
110408
110676
|
|
|
110409
110677
|
module.exports = SSHBuffer;
|
|
@@ -110554,7 +110822,7 @@ SSHBuffer.prototype.write = function (buf) {
|
|
|
110554
110822
|
this._offset += buf.length;
|
|
110555
110823
|
};
|
|
110556
110824
|
|
|
110557
|
-
},{"assert-plus":
|
|
110825
|
+
},{"assert-plus":615,"safer-buffer":685}],726:[function(require,module,exports){
|
|
110558
110826
|
// Copyright 2015 Joyent, Inc.
|
|
110559
110827
|
|
|
110560
110828
|
module.exports = {
|
|
@@ -110960,7 +111228,7 @@ function opensshCipherInfo(cipher) {
|
|
|
110960
111228
|
return (inf);
|
|
110961
111229
|
}
|
|
110962
111230
|
|
|
110963
|
-
},{"./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){
|
|
110964
111232
|
/*!
|
|
110965
111233
|
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
110966
111234
|
* All rights reserved.
|
|
@@ -112718,7 +112986,7 @@ exports.canonicalDomain = canonicalDomain;
|
|
|
112718
112986
|
exports.PrefixSecurityEnum = PrefixSecurityEnum;
|
|
112719
112987
|
exports.ParameterError = validators.ParameterError;
|
|
112720
112988
|
|
|
112721
|
-
},{"./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){
|
|
112722
112990
|
/*!
|
|
112723
112991
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
112724
112992
|
* All rights reserved.
|
|
@@ -112962,7 +113230,7 @@ function formatPath(pathName, pathValue) {
|
|
|
112962
113230
|
|
|
112963
113231
|
exports.inspectFallback = inspectFallback;
|
|
112964
113232
|
|
|
112965
|
-
},{"./pathMatch":
|
|
113233
|
+
},{"./pathMatch":729,"./permuteDomain":730,"./store":732,"./utilHelper":733,"universalify":738}],729:[function(require,module,exports){
|
|
112966
113234
|
/*!
|
|
112967
113235
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
112968
113236
|
* All rights reserved.
|
|
@@ -113025,7 +113293,7 @@ function pathMatch(reqPath, cookiePath) {
|
|
|
113025
113293
|
|
|
113026
113294
|
exports.pathMatch = pathMatch;
|
|
113027
113295
|
|
|
113028
|
-
},{}],
|
|
113296
|
+
},{}],730:[function(require,module,exports){
|
|
113029
113297
|
/*!
|
|
113030
113298
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
113031
113299
|
* All rights reserved.
|
|
@@ -113092,7 +113360,7 @@ function permuteDomain(domain, allowSpecialUseDomain) {
|
|
|
113092
113360
|
|
|
113093
113361
|
exports.permuteDomain = permuteDomain;
|
|
113094
113362
|
|
|
113095
|
-
},{"./pubsuffix-psl":
|
|
113363
|
+
},{"./pubsuffix-psl":731}],731:[function(require,module,exports){
|
|
113096
113364
|
/*!
|
|
113097
113365
|
* Copyright (c) 2018, Salesforce.com, Inc.
|
|
113098
113366
|
* All rights reserved.
|
|
@@ -113167,7 +113435,7 @@ function getPublicSuffix(domain, options = {}) {
|
|
|
113167
113435
|
|
|
113168
113436
|
exports.getPublicSuffix = getPublicSuffix;
|
|
113169
113437
|
|
|
113170
|
-
},{"psl":
|
|
113438
|
+
},{"psl":675}],732:[function(require,module,exports){
|
|
113171
113439
|
/*!
|
|
113172
113440
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
113173
113441
|
* All rights reserved.
|
|
@@ -113245,7 +113513,7 @@ class Store {
|
|
|
113245
113513
|
|
|
113246
113514
|
exports.Store = Store;
|
|
113247
113515
|
|
|
113248
|
-
},{}],
|
|
113516
|
+
},{}],733:[function(require,module,exports){
|
|
113249
113517
|
function requireUtil() {
|
|
113250
113518
|
try {
|
|
113251
113519
|
// eslint-disable-next-line no-restricted-modules
|
|
@@ -113286,7 +113554,7 @@ exports.getCustomInspectSymbol = function getCustomInspectSymbol(options = {}) {
|
|
|
113286
113554
|
);
|
|
113287
113555
|
};
|
|
113288
113556
|
|
|
113289
|
-
},{"util":450}],
|
|
113557
|
+
},{"util":450}],734:[function(require,module,exports){
|
|
113290
113558
|
/* ************************************************************************************
|
|
113291
113559
|
Extracted from check-types.js
|
|
113292
113560
|
https://gitlab.com/philbooth/check-types.js
|
|
@@ -113383,11 +113651,11 @@ exports.isString = isString;
|
|
|
113383
113651
|
exports.isObject = isObject;
|
|
113384
113652
|
exports.validate = validate;
|
|
113385
113653
|
|
|
113386
|
-
},{}],
|
|
113654
|
+
},{}],735:[function(require,module,exports){
|
|
113387
113655
|
// generated by genversion
|
|
113388
113656
|
module.exports = '4.1.3'
|
|
113389
113657
|
|
|
113390
|
-
},{}],
|
|
113658
|
+
},{}],736:[function(require,module,exports){
|
|
113391
113659
|
(function (process){(function (){
|
|
113392
113660
|
'use strict'
|
|
113393
113661
|
|
|
@@ -113635,7 +113903,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
|
|
|
113635
113903
|
exports.debug = debug // for test
|
|
113636
113904
|
|
|
113637
113905
|
}).call(this)}).call(this,require('_process'))
|
|
113638
|
-
},{"_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){
|
|
113639
113907
|
(function(nacl) {
|
|
113640
113908
|
'use strict';
|
|
113641
113909
|
|
|
@@ -116025,7 +116293,7 @@ nacl.setPRNG = function(fn) {
|
|
|
116025
116293
|
|
|
116026
116294
|
})(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
|
|
116027
116295
|
|
|
116028
|
-
},{"crypto":176}],
|
|
116296
|
+
},{"crypto":176}],738:[function(require,module,exports){
|
|
116029
116297
|
'use strict'
|
|
116030
116298
|
|
|
116031
116299
|
exports.fromCallback = function (fn) {
|
|
@@ -116056,7 +116324,7 @@ exports.fromPromise = function (fn) {
|
|
|
116056
116324
|
}, 'name', { value: fn.name })
|
|
116057
116325
|
}
|
|
116058
116326
|
|
|
116059
|
-
},{}],
|
|
116327
|
+
},{}],739:[function(require,module,exports){
|
|
116060
116328
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
116061
116329
|
(function (global, factory) {
|
|
116062
116330
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -117501,7 +117769,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
117501
117769
|
})));
|
|
117502
117770
|
|
|
117503
117771
|
|
|
117504
|
-
},{}],
|
|
117772
|
+
},{}],740:[function(require,module,exports){
|
|
117505
117773
|
(function (global){(function (){
|
|
117506
117774
|
'use strict';
|
|
117507
117775
|
|
|
@@ -118094,7 +118362,7 @@ Url.qs = qs;
|
|
|
118094
118362
|
module.exports = Url;
|
|
118095
118363
|
|
|
118096
118364
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
118097
|
-
},{"querystringify":
|
|
118365
|
+
},{"querystringify":682,"requires-port":683}],741:[function(require,module,exports){
|
|
118098
118366
|
var v1 = require('./v1');
|
|
118099
118367
|
var v4 = require('./v4');
|
|
118100
118368
|
|
|
@@ -118104,7 +118372,7 @@ uuid.v4 = v4;
|
|
|
118104
118372
|
|
|
118105
118373
|
module.exports = uuid;
|
|
118106
118374
|
|
|
118107
|
-
},{"./v1":
|
|
118375
|
+
},{"./v1":744,"./v4":745}],742:[function(require,module,exports){
|
|
118108
118376
|
/**
|
|
118109
118377
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
118110
118378
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -118129,7 +118397,7 @@ function bytesToUuid(buf, offset) {
|
|
|
118129
118397
|
|
|
118130
118398
|
module.exports = bytesToUuid;
|
|
118131
118399
|
|
|
118132
|
-
},{}],
|
|
118400
|
+
},{}],743:[function(require,module,exports){
|
|
118133
118401
|
(function (global){(function (){
|
|
118134
118402
|
// Unique ID creation requires a high quality random # generator. In the
|
|
118135
118403
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
@@ -118166,7 +118434,7 @@ if (!rng) {
|
|
|
118166
118434
|
module.exports = rng;
|
|
118167
118435
|
|
|
118168
118436
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
118169
|
-
},{}],
|
|
118437
|
+
},{}],744:[function(require,module,exports){
|
|
118170
118438
|
var rng = require('./lib/rng');
|
|
118171
118439
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
118172
118440
|
|
|
@@ -118268,7 +118536,7 @@ function v1(options, buf, offset) {
|
|
|
118268
118536
|
|
|
118269
118537
|
module.exports = v1;
|
|
118270
118538
|
|
|
118271
|
-
},{"./lib/bytesToUuid":
|
|
118539
|
+
},{"./lib/bytesToUuid":742,"./lib/rng":743}],745:[function(require,module,exports){
|
|
118272
118540
|
var rng = require('./lib/rng');
|
|
118273
118541
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
118274
118542
|
|
|
@@ -118299,7 +118567,7 @@ function v4(options, buf, offset) {
|
|
|
118299
118567
|
|
|
118300
118568
|
module.exports = v4;
|
|
118301
118569
|
|
|
118302
|
-
},{"./lib/bytesToUuid":
|
|
118570
|
+
},{"./lib/bytesToUuid":742,"./lib/rng":743}],746:[function(require,module,exports){
|
|
118303
118571
|
/*
|
|
118304
118572
|
* verror.js: richer JavaScript errors
|
|
118305
118573
|
*/
|
|
@@ -118752,4 +119020,4 @@ WError.prototype.cause = function we_cause(c)
|
|
|
118752
119020
|
return (this.jse_cause);
|
|
118753
119021
|
};
|
|
118754
119022
|
|
|
118755
|
-
},{"assert-plus":
|
|
119023
|
+
},{"assert-plus":615,"core-util-is":622,"extsprintf":628,"util":450}]},{},[453]);
|