slnodejs 6.1.734 → 6.1.739
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 +2 -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/cli-parse/executors/build-executor.js +11 -7
- package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
|
@@ -30581,7 +30581,7 @@ module.exports={
|
|
|
30581
30581
|
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz",
|
|
30582
30582
|
"_shasum": "c715e09f78b6923977610d4c2346d6ce22e6dded",
|
|
30583
30583
|
"_spec": "elliptic@^6.5.5",
|
|
30584
|
-
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
|
|
30584
|
+
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
|
|
30585
30585
|
"author": {
|
|
30586
30586
|
"name": "Fedor Indutny",
|
|
30587
30587
|
"email": "fedor@indutny.com"
|
|
@@ -57095,7 +57095,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57095
57095
|
"use strict";
|
|
57096
57096
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57097
57097
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57098
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57098
|
+
exports.SL_AGENT_VERSION = '6.1.739';
|
|
57099
57099
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57100
57100
|
});
|
|
57101
57101
|
|