@opentap/runner-client 2.5.0-alpha.1.2 → 2.5.0-alpha.1.3

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.
@@ -51,7 +51,7 @@ var SystemClient = /** @class */ (function (_super) {
51
51
  */
52
52
  SystemClient.prototype.subscribeTestPlanRunStartedEventListener = function (runnerId, runId, listener, options) {
53
53
  var _this = this;
54
- return this.subscribe("".concat(runnerId, ".Run.").concat(runId, ".Events.*"), __assign(__assign({}, options), { callback: function (error, message) {
54
+ return this.subscribe("".concat(runnerId, ".Runs.").concat(runId, ".Events.*"), __assign(__assign({}, options), { callback: function (error, message) {
55
55
  listener.apply(void 0, _this.parseCallbackArguments('*.Events.Lifetime', error, message));
56
56
  } }));
57
57
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.5.0-alpha.1.2",
3
+ "version": "2.5.0-alpha.1.3",
4
4
  "description": "This is the web client for the OpenTAP Runner.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",