slnodejs 6.1.906 → 6.1.909
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/cli-parse/cli.js +4 -2
- 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/cli-parse/executors/build-executor.js +10 -2
- package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
|
@@ -57157,7 +57157,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57157
57157
|
"use strict";
|
|
57158
57158
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57159
57159
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57160
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57160
|
+
exports.SL_AGENT_VERSION = '6.1.909';
|
|
57161
57161
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57162
57162
|
});
|
|
57163
57163
|
|