vita-playwright 1.3.1 → 1.3.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 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -614,4 +614,4 @@ TODO: need to add Data Comparisions Utilities
614
614
  // will be added in next versions
615
615
  ```
616
616
  ## Missing Features
617
- There are many features of playwright and other node modules needs to be added.
617
+ There are many features of playwright and other node modules needs to be added.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vita-playwright",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "email": "noreply_testautomation@vialto.com",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -51,6 +51,7 @@
51
51
  "description": "common functions for playwright and nodejs",
52
52
  "repository": {
53
53
  "type": "git",
54
- "url": "https://github.com/Vialto/vialto-test-automation/"
54
+ "url": "https://github.com/Vialto/vialto-test-automation/",
55
+ "homepage": "https://github.com/Vialto/vialto-test-automation/#readme"
55
56
  }
56
57
  }