@applitools/nml-client 1.8.3 → 1.8.5
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.
- package/CHANGELOG.md +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.8.5](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.4...js/nml-client@1.8.5) (2024-05-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/req bumped to 1.7.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* dynamic timeout based on uploaded file size ([#2364](https://github.com/Applitools-Dev/sdk/issues/2364)) ([8a82d68](https://github.com/Applitools-Dev/sdk/commit/8a82d6839ace60fda27e153ba233019f137017fe))
|
|
12
|
+
|
|
13
|
+
## [1.8.4](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.3...js/nml-client@1.8.4) (2024-05-01)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/driver bumped to 1.17.2
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
|
|
22
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.7
|
|
23
|
+
|
|
24
|
+
|
|
3
25
|
## [1.8.3](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.2...js/nml-client@1.8.3) (2024-04-22)
|
|
4
26
|
|
|
5
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/nml-client",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.5",
|
|
4
4
|
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
|
|
5
5
|
"homepage": "https://applitools.com",
|
|
6
6
|
"bugs": {
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@applitools/logger": "2.0.16",
|
|
40
|
-
"@applitools/req": "1.
|
|
40
|
+
"@applitools/req": "1.7.0",
|
|
41
41
|
"@applitools/utils": "1.7.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@applitools/spec-driver-webdriver": "^1.1.
|
|
44
|
+
"@applitools/spec-driver-webdriver": "^1.1.7",
|
|
45
45
|
"@applitools/test-server": "^1.2.2",
|
|
46
46
|
"@applitools/test-utils": "^1.5.17",
|
|
47
47
|
"@types/node": "^12.20.55",
|