slnodejs 6.1.336 → 6.1.340
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 +3 -2
- package/browser-agent/dist/browser-agent-all.min.js +2 -2
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/build-diff-process.js +6 -0
- package/tsOutputs/build-scanner/build-diff-process.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-conracts.d.ts +1 -0
- package/tsOutputs/common/agent-events/agent-events-conracts.js +1 -0
- package/tsOutputs/common/agent-events/agent-events-conracts.js.map +1 -1
- package/tsOutputs/common/scm/git.js +29 -0
- package/tsOutputs/common/scm/git.js.map +1 -1
- package/tsOutputs/common/scm/none.js +21 -0
- package/tsOutputs/common/scm/none.js.map +1 -1
|
@@ -33850,7 +33850,7 @@ module.exports={
|
|
|
33850
33850
|
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
|
|
33851
33851
|
"_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
|
|
33852
33852
|
"_spec": "elliptic@^6.5.3",
|
|
33853
|
-
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
|
|
33853
|
+
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
|
|
33854
33854
|
"author": {
|
|
33855
33855
|
"name": "Fedor Indutny",
|
|
33856
33856
|
"email": "fedor@indutny.com"
|
|
@@ -53937,7 +53937,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53937
53937
|
"use strict";
|
|
53938
53938
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53939
53939
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
53940
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
53940
|
+
exports.SL_AGENT_VERSION = '6.1.340';
|
|
53941
53941
|
exports.SL_AGENT_TYPE = 'browser';
|
|
53942
53942
|
});
|
|
53943
53943
|
|
|
@@ -56526,6 +56526,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56526
56526
|
AgentEventCode[AgentEventCode["WARN"] = 3000] = "WARN";
|
|
56527
56527
|
AgentEventCode[AgentEventCode["AGENT_DID_NOT_SHUTDOWN"] = 3001] = "AGENT_DID_NOT_SHUTDOWN";
|
|
56528
56528
|
AgentEventCode[AgentEventCode["GENERIC_WARNING_SUPERUSER"] = 3999] = "GENERIC_WARNING_SUPERUSER";
|
|
56529
|
+
AgentEventCode[AgentEventCode["GIT_SUBMODULES_DETECTED"] = 3501] = "GIT_SUBMODULES_DETECTED";
|
|
56529
56530
|
AgentEventCode[AgentEventCode["GENERIC_ERROR"] = 4000] = "GENERIC_ERROR";
|
|
56530
56531
|
AgentEventCode[AgentEventCode["DUPLICATE_MODULE"] = 4001] = "DUPLICATE_MODULE";
|
|
56531
56532
|
AgentEventCode[AgentEventCode["DATA_PROCESSOR_NO_EXECUTIONS"] = 4002] = "DATA_PROCESSOR_NO_EXECUTIONS";
|