@opentap/runner-client 2.19.0-alpha.1.1 → 2.19.0-alpha.1.2

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.
@@ -133,7 +133,7 @@ var SessionClient = /** @class */ (function (_super) {
133
133
  var _this = this;
134
134
  var jsonCodec = JSONCodec();
135
135
  var resultSubscription = this.subscribe('OnResult', __assign({}, options));
136
- var testRunSubscription = this.subscribe('OnResult', __assign({}, options));
136
+ var testRunSubscription = this.subscribe('OnTestRun', __assign({}, options));
137
137
  (function () { return __awaiter(_this, void 0, void 0, function () {
138
138
  var resultSubscription_1, resultSubscription_1_1, message, resultJs, result, e_1_1;
139
139
  var e_1, _a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.19.0-alpha.1.1",
3
+ "version": "2.19.0-alpha.1.2",
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",