@applitools/nml-client 1.8.5 → 1.8.7

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 +59 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.17.4
9
+ #### Bug Fixes
10
+
11
+ * cache nml client per driver session ([#2368](https://github.com/Applitools-Dev/sdk/issues/2368)) ([5840389](https://github.com/Applitools-Dev/sdk/commit/5840389f74111c0e0e68026389c755c59a027b74))
12
+ * @applitools/spec-driver-webdriver bumped to 1.1.9
13
+
14
+
15
+ ## [1.8.6](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.8.5...js/nml-client@1.8.6) (2024-05-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/utils bumped to 1.7.3
26
+ #### Bug Fixes
27
+
28
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
29
+ * @applitools/logger bumped to 2.0.17
30
+ #### Bug Fixes
31
+
32
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
33
+
34
+
35
+
36
+ * @applitools/req bumped to 1.7.1
37
+ #### Bug Fixes
38
+
39
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
40
+
41
+
42
+
43
+ * @applitools/snippets bumped to 2.4.26
44
+ #### Bug Fixes
45
+
46
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
47
+ * @applitools/spec-driver-webdriver bumped to 1.1.8
48
+ #### Bug Fixes
49
+
50
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
51
+
52
+
53
+
54
+ * @applitools/driver bumped to 1.17.3
55
+ #### Bug Fixes
56
+
57
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
58
+
59
+
60
+
61
+
3
62
  ## [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
63
 
5
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.8.5",
3
+ "version": "1.8.7",
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.16",
40
- "@applitools/req": "1.7.0",
41
- "@applitools/utils": "1.7.2"
39
+ "@applitools/logger": "2.0.17",
40
+ "@applitools/req": "1.7.1",
41
+ "@applitools/utils": "1.7.3"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/spec-driver-webdriver": "^1.1.7",
44
+ "@applitools/spec-driver-webdriver": "^1.1.9",
45
45
  "@applitools/test-server": "^1.2.2",
46
46
  "@applitools/test-utils": "^1.5.17",
47
47
  "@types/node": "^12.20.55",