@opentap/runner-client 1.2.3-alpha.1.2 → 1.2.3-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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,6 +42,7 @@ class client {
42
42
 
43
43
  ```
44
44
 
45
+
45
46
  ## How to build locally
46
47
 
47
48
  Clone the project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentap/runner-client",
3
- "version": "1.2.3-alpha.1.2",
3
+ "version": "1.2.3-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",