slnodejs 6.1.388 → 6.1.392

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.
Files changed (27) hide show
  1. package/browser-agent/dist/browser-agent-all.js +2 -2
  2. package/browser-agent/dist/browser-agent-all.min.js +2 -2
  3. package/browser-agent/package.json +1 -1
  4. package/package.json +1 -1
  5. package/tsOutputs/build-scanner/js_diff/ast-node-types.js +2 -0
  6. package/tsOutputs/build-scanner/js_diff/ast-node-types.js.map +1 -1
  7. package/tsOutputs/build-scanner/js_diff/file-signature.js +6 -2
  8. package/tsOutputs/build-scanner/js_diff/file-signature.js.map +1 -1
  9. package/tsOutputs/build-scanner/js_diff/files-mapping.js +3 -0
  10. package/tsOutputs/build-scanner/js_diff/files-mapping.js.map +1 -1
  11. package/tsOutputs/build-scanner/js_diff/guess-method-location.js +101 -71
  12. package/tsOutputs/build-scanner/js_diff/guess-method-location.js.map +1 -1
  13. package/tsOutputs/build-scanner/js_diff/method-signature.js +26 -17
  14. package/tsOutputs/build-scanner/js_diff/method-signature.js.map +1 -1
  15. package/tsOutputs/build-scanner/mappings/ensure-files-handler.service.js.map +1 -1
  16. package/tsOutputs/build-scanner/mappings/file-enricher.js +16 -18
  17. package/tsOutputs/build-scanner/mappings/file-enricher.js.map +1 -1
  18. package/tsOutputs/cli-parse/cli.js +10 -5
  19. package/tsOutputs/cli-parse/cli.js.map +1 -1
  20. package/tsOutputs/cli-parse/contracts.d.ts +2 -0
  21. package/tsOutputs/cli-parse/contracts.js.map +1 -1
  22. package/tsOutputs/cli-parse/executors/build-args-dto.js +1 -0
  23. package/tsOutputs/cli-parse/executors/build-args-dto.js.map +1 -1
  24. package/tsOutputs/cli-parse/executors/build-executor.js +3 -0
  25. package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
  26. package/tsOutputs/common/http/contracts.d.ts +2 -0
  27. package/tsOutputs/common/http/contracts.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@6/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"
@@ -53953,7 +53953,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53953
53953
  "use strict";
53954
53954
  Object.defineProperty(exports, "__esModule", { value: true });
53955
53955
  exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
53956
- exports.SL_AGENT_VERSION = '6.1.388';
53956
+ exports.SL_AGENT_VERSION = '6.1.392';
53957
53957
  exports.SL_AGENT_TYPE = 'browser';
53958
53958
  });
53959
53959