@opentap/runner-client 2.0.0-alpha.2.2 → 2.0.0-alpha.2.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.
Files changed (2) hide show
  1. package/lib/index.js +0 -3
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -2,6 +2,3 @@ export { RunnerClient } from './RunnerClient';
2
2
  export { SessionClient } from './SessionClient';
3
3
  export * from './DTOs';
4
4
  export * from 'nats.ws';
5
- //export * from 'nats.ws/lib/nats-base-client/types'; // TODO: Delete this line if you are consuming this library in angular > v11. The types export will be done automatically.
6
- //export * from 'nats.ws/lib/nats-base-client/authenticator';
7
- //export * from 'nats.ws/lib/nats-base-client/error';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.0.0-alpha.2.2",
3
+ "version": "2.0.0-alpha.2.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",