slnodejs 6.1.608 → 6.1.609
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 +1 -1
- package/browser-agent/dist/browser-agent-all.min.js +1 -1
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/js_diff/file-signature.js +1 -1
- package/tsOutputs/build-scanner/js_diff/file-signature.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/files-mapping.js +1 -1
- package/tsOutputs/build-scanner/js_diff/files-mapping.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/guess-method-location.js +2 -2
- package/tsOutputs/build-scanner/js_diff/guess-method-location.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/method-signature.js +5 -5
- package/tsOutputs/build-scanner/js_diff/method-signature.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/file-enricher.js +1 -0
- package/tsOutputs/build-scanner/mappings/file-enricher.js.map +1 -1
- package/tsOutputs/cli-parse/cli.js +4 -1
- package/tsOutputs/cli-parse/cli.js.map +1 -1
- package/tsOutputs/cli-parse/contracts.d.ts +2 -0
- package/tsOutputs/cli-parse/contracts.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-args-dto.js +1 -0
- package/tsOutputs/cli-parse/executors/build-args-dto.js.map +1 -1
- package/tsOutputs/test-listener/remote-agent.js +1 -0
- package/tsOutputs/test-listener/remote-agent.js.map +1 -1
|
@@ -29135,7 +29135,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
29135
29135
|
"use strict";
|
|
29136
29136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29137
29137
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
29138
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
29138
|
+
exports.SL_AGENT_VERSION = '6.1.609';
|
|
29139
29139
|
exports.SL_AGENT_TYPE = 'browser';
|
|
29140
29140
|
});
|
|
29141
29141
|
|