@applitools/nml-client 1.11.18 → 1.11.20

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 +91 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,96 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.20](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.19...js/nml-client@1.11.20) (2026-03-12)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.8.0
9
+ #### Features
10
+
11
+ * support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
12
+ * @applitools/driver bumped to 1.25.3
13
+ #### Bug Fixes
14
+
15
+ * enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
16
+
17
+
18
+
19
+ * @applitools/spec-driver-webdriver bumped to 1.5.8
20
+
21
+ * @applitools/core-base bumped to 1.32.2
22
+ #### Bug Fixes
23
+
24
+ * logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
25
+
26
+ ## [1.11.19](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.18...js/nml-client@1.11.19) (2026-03-08)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * @applitools/utils bumped to 1.14.2
37
+ #### Bug Fixes
38
+
39
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
40
+ * @applitools/logger bumped to 2.2.9
41
+ #### Bug Fixes
42
+
43
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
44
+
45
+
46
+
47
+ * @applitools/req bumped to 1.9.1
48
+ #### Bug Fixes
49
+
50
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
51
+
52
+
53
+
54
+ * @applitools/image bumped to 1.2.8
55
+ #### Bug Fixes
56
+
57
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
58
+
59
+
60
+
61
+ * @applitools/snippets bumped to 2.7.1
62
+ #### Bug Fixes
63
+
64
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
65
+ * @applitools/driver bumped to 1.25.2
66
+ #### Bug Fixes
67
+
68
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
69
+
70
+
71
+
72
+ * @applitools/spec-driver-webdriver bumped to 1.5.7
73
+ #### Bug Fixes
74
+
75
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
76
+
77
+
78
+
79
+ * @applitools/core-base bumped to 1.32.1
80
+ #### Bug Fixes
81
+
82
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
83
+
84
+
85
+
86
+ * @applitools/test-server bumped to 1.4.1
87
+ #### Bug Fixes
88
+
89
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
90
+
91
+
92
+
93
+
3
94
  ## [1.11.18](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.17...js/nml-client@1.11.18) (2026-03-02)
4
95
 
5
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.18",
3
+ "version": "1.11.20",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,21 +36,21 @@
36
36
  "test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/logger": "2.2.8",
40
- "@applitools/req": "1.9.0",
41
- "@applitools/utils": "1.14.1"
39
+ "@applitools/logger": "2.2.9",
40
+ "@applitools/req": "1.9.1",
41
+ "@applitools/utils": "1.14.2"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.32.0",
45
- "@applitools/spec-driver-webdriver": "^1.5.6",
46
- "@applitools/test-server": "^1.4.0",
44
+ "@applitools/core-base": "1.32.2",
45
+ "@applitools/spec-driver-webdriver": "^1.5.8",
46
+ "@applitools/test-server": "^1.4.1",
47
47
  "@applitools/test-utils": "^1.5.17",
48
48
  "@types/node": "^12.20.55",
49
49
  "nock": "^13.3.2",
50
50
  "webdriver": "^7.31.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "@applitools/core-base": "1.32.0"
53
+ "@applitools/core-base": "1.32.2"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"