slnodejs 6.1.879 → 6.1.885
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/mappings/file-path-fixer.js +7 -3
- package/tsOutputs/build-scanner/mappings/file-path-fixer.js.map +1 -1
- package/tsOutputs/common/index.js +1 -0
- package/tsOutputs/common/index.js.map +1 -1
|
@@ -57141,7 +57141,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57141
57141
|
"use strict";
|
|
57142
57142
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57143
57143
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57144
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57144
|
+
exports.SL_AGENT_VERSION = '6.1.885';
|
|
57145
57145
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57146
57146
|
});
|
|
57147
57147
|
|