@applitools/nml-client 1.8.4 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
3
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)
4
14
 
5
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.8.4",
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,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@applitools/logger": "2.0.16",
40
- "@applitools/req": "1.6.7",
40
+ "@applitools/req": "1.7.0",
41
41
  "@applitools/utils": "1.7.2"
42
42
  },
43
43
  "devDependencies": {