froth-webdriverio-framework 3.0.153 → 3.0.154

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.
@@ -152,7 +152,7 @@ const commonconfig = {
152
152
 
153
153
  // scriptresult = "FAILED"
154
154
  }
155
- const scriptDetails = BUFFER.getItem("FROTHE_SUITE_DETAILS");
155
+ let scriptDetails = BUFFER.getItem("FROTHE_SUITE_DETAILS");
156
156
  if (typeof scriptDetails === "string") {
157
157
  scriptDetails = JSON.parse(scriptDetails);
158
158
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "3.0.153",
3
+ "version": "3.0.154",
4
4
 
5
5
  "readme": "WebdriverIO Integration",
6
6
  "description": "WebdriverIO and BrowserStack App Automate",