@applitools/nml-client 1.8.7 → 1.8.8

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 +47 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.8.8](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.7...js/nml-client@1.8.8) (2024-06-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.4
14
+ #### Bug Fixes
15
+
16
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
17
+ * @applitools/logger bumped to 2.0.18
18
+ #### Bug Fixes
19
+
20
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
21
+
22
+
23
+
24
+ * @applitools/req bumped to 1.7.2
25
+ #### Bug Fixes
26
+
27
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
28
+
29
+
30
+
31
+ * @applitools/snippets bumped to 2.4.27
32
+ #### Bug Fixes
33
+
34
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
35
+ * @applitools/spec-driver-webdriver bumped to 1.1.10
36
+ #### Bug Fixes
37
+
38
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
39
+
40
+
41
+
42
+ * @applitools/driver bumped to 1.17.5
43
+ #### Bug Fixes
44
+
45
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
46
+
47
+
48
+
49
+
3
50
  ## [1.8.7](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.6...js/nml-client@1.8.7) (2024-06-11)
4
51
 
5
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.8.7",
3
+ "version": "1.8.8",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,12 +36,12 @@
36
36
  "test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/logger": "2.0.17",
40
- "@applitools/req": "1.7.1",
41
- "@applitools/utils": "1.7.3"
39
+ "@applitools/logger": "2.0.18",
40
+ "@applitools/req": "1.7.2",
41
+ "@applitools/utils": "1.7.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriver": "^1.1.9",
44
+ "@applitools/spec-driver-webdriver": "^1.1.10",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",