@opentap/runner-client 2.20.0 → 2.21.0

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.
@@ -8,8 +8,8 @@ interface BaseClientRequestOptions {
8
8
  timeout?: number;
9
9
  }
10
10
  export declare class BaseClient {
11
+ readonly baseSubject: string;
11
12
  private connection;
12
- private baseSubject;
13
13
  private connectionOptions;
14
14
  private domainAccess;
15
15
  private eventEmitter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.20.0",
3
+ "version": "2.21.0",
4
4
  "description": "This is the web client for the OpenTAP Runner.",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/mjs/index.js",