slnodejs 6.1.645 → 6.1.650
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/executors/test-listener-executor.js +15 -0
- package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
|
@@ -58744,7 +58744,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58744
58744
|
"use strict";
|
|
58745
58745
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58746
58746
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
58747
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
58747
|
+
exports.SL_AGENT_VERSION = '6.1.650';
|
|
58748
58748
|
exports.SL_AGENT_TYPE = 'browser';
|
|
58749
58749
|
});
|
|
58750
58750
|
|