froth-webdriverio-framework 0.1.34 → 0.1.35

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.
@@ -43,10 +43,11 @@ async function getDataById(frothUrl, id) {
43
43
 
44
44
  } catch (error) {
45
45
  console.error('Error fetching data:', error);
46
- process.env.BUFFER = "0sdsf";
46
+
47
47
  }
48
48
  } else {
49
49
  console.error('Error fetching data: Invalid ID');
50
+ process.env.BUFFER = "0sdsf";
50
51
  }
51
52
 
52
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "readme": "WendriverIO Integration with [BrowserStack]",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",