@opentap/runner-client 2.0.0-alpha.2.3 → 2.0.0-alpha.2.5

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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,6 +11,9 @@ This is the web client for the OpenTAP Runner.
11
11
 
12
12
  ## How to install the client
13
13
 
14
+ - For Angular < 11 or webpack < 5, use version < 2
15
+ - For Angular >= 11 or webpack >= 5, use version >= 2.x.x
16
+
14
17
  Install with npm
15
18
 
16
19
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "2.0.0-alpha.2.3",
3
+ "version": "2.0.0-alpha.2.5",
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",