@applitools/nml-client 1.3.47 → 1.3.49
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.
|
@@ -93,7 +93,7 @@ function handleUnexpectedResponse() {
|
|
|
93
93
|
const error = result.payload.error;
|
|
94
94
|
throw new Error(`There was a problem when interacting with the mobile application. The provided error message was "${error.message}" and had a stack trace of "${error.stack}"`);
|
|
95
95
|
}
|
|
96
|
-
return
|
|
96
|
+
return { response, body };
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/nml-client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.49",
|
|
4
4
|
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
|
|
5
5
|
"homepage": "https://applitools.com",
|
|
6
6
|
"bugs": {
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"postversion": "bongo postversion"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@applitools/logger": "1.1.
|
|
49
|
-
"@applitools/req": "1.
|
|
50
|
-
"@applitools/utils": "1.3.
|
|
48
|
+
"@applitools/logger": "1.1.52",
|
|
49
|
+
"@applitools/req": "1.2.2",
|
|
50
|
+
"@applitools/utils": "1.3.35"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@applitools/bongo": "^3.0.3",
|
|
54
|
-
"@applitools/spec-driver-webdriverio": "^1.4.
|
|
55
|
-
"@applitools/test-server": "^1.1.
|
|
54
|
+
"@applitools/spec-driver-webdriverio": "^1.4.41",
|
|
55
|
+
"@applitools/test-server": "^1.1.31",
|
|
56
56
|
"@applitools/test-utils": "^1.5.16",
|
|
57
57
|
"@types/node": "^12.20.55",
|
|
58
58
|
"chromedriver": "^109.0.0",
|