froth-webdriverio-framework 7.0.44 → 7.0.45

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.
@@ -41,12 +41,12 @@ async function getSuiteDetails(frothUrl, token, suiteId) {
41
41
 
42
42
  // // Parse JSON
43
43
  // let data;
44
- try {
45
- data = JSON.parse(decryptedData);
46
- } catch (parseError) {
47
- console.error('Failed to parse decrypted data:', parseError);
48
- return jsonData;
49
- }
44
+ // try {
45
+ // data = JSON.parse(decryptedData);
46
+ // } catch (parseError) {
47
+ // console.error('Failed to parse decrypted data:', parseError);
48
+ // return jsonData;
49
+ // }
50
50
 
51
51
  // Map data to default structure
52
52
  jsonData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "7.0.44",
3
+ "version": "7.0.45",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",