slnodejs 6.1.551 → 6.1.552
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/ast-node-types.js +0 -1
- package/tsOutputs/build-scanner/js_diff/ast-node-types.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/guess-method-location.js +2 -24
- package/tsOutputs/build-scanner/js_diff/guess-method-location.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/method-signature.js +12 -9
- package/tsOutputs/build-scanner/js_diff/method-signature.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/file-enricher.js +0 -4
- package/tsOutputs/build-scanner/mappings/file-enricher.js.map +1 -1
|
@@ -29132,7 +29132,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
29132
29132
|
"use strict";
|
|
29133
29133
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29134
29134
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
29135
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
29135
|
+
exports.SL_AGENT_VERSION = '6.1.552';
|
|
29136
29136
|
exports.SL_AGENT_TYPE = 'browser';
|
|
29137
29137
|
});
|
|
29138
29138
|
|