vita-playwright 1.2.5 → 1.2.7

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 +1 -1
package/README.md CHANGED
@@ -79,7 +79,7 @@ const postResponse = await ApiHelper.post(url, header, payload);
79
79
  * @description: Post call with endpoint, headers and data.
80
80
  * @param {string} apiEndPoint - API end point.
81
81
  * @param {string} headers - headers contains authentication keys, application type etc..
82
- * @param {string} payload - payload data
82
+ * @param {json/string} payload - payload data
83
83
  * @returns {Promise<reponse>} - returns Promise of reponse
84
84
  */
85
85
  import { ApiHelper } from "vita-playwright";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vita-playwright",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "email": "noreply_testautomation@vialto.com",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",