@applitools/nml-client 1.11.22 → 1.11.24

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 CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.24](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.23...js/nml-client@1.11.24) (2026-04-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.14.4
14
+ #### Bug Fixes
15
+
16
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
17
+ * @applitools/logger bumped to 2.2.11
18
+ #### Bug Fixes
19
+
20
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
21
+
22
+
23
+
24
+ * @applitools/req bumped to 1.9.3
25
+ #### Bug Fixes
26
+
27
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
28
+
29
+
30
+
31
+ * @applitools/image bumped to 1.2.10
32
+ #### Bug Fixes
33
+
34
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
35
+
36
+
37
+
38
+ * @applitools/snippets bumped to 2.8.2
39
+ #### Bug Fixes
40
+
41
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
42
+ * @applitools/driver bumped to 1.25.5
43
+ #### Bug Fixes
44
+
45
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
46
+
47
+
48
+
49
+ * @applitools/spec-driver-webdriver bumped to 1.5.10
50
+ #### Bug Fixes
51
+
52
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
53
+
54
+
55
+
56
+ * @applitools/core-base bumped to 1.32.5
57
+ #### Bug Fixes
58
+
59
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
60
+
61
+
62
+
63
+ * @applitools/test-server bumped to 1.4.3
64
+
65
+
66
+ ## [1.11.23](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.22...js/nml-client@1.11.23) (2026-04-13)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * log nml responses | FLD-4433 ([#3757](https://github.com/Applitools-Dev/sdk/issues/3757)) ([70f0bcd](https://github.com/Applitools-Dev/sdk/commit/70f0bcdaa00b60f6fe8f2177b1713b92c8232c27))
72
+
3
73
  ## [1.11.22](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.21...js/nml-client@1.11.22) (2026-03-29)
4
74
 
5
75
 
@@ -110,6 +110,7 @@ function makeNMLRequests({ settings, logger: mainLogger, }) {
110
110
  logger,
111
111
  });
112
112
  const result = await response.json();
113
+ logger.log('Received response for "takeScreenshots" with body', result);
113
114
  brokerUrl = result.nextPath;
114
115
  let screenshots;
115
116
  if (Number(result.protocolVersion) >= 2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.22",
3
+ "version": "1.11.24",
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.10",
40
- "@applitools/req": "1.9.2",
41
- "@applitools/utils": "1.14.3"
39
+ "@applitools/logger": "2.2.11",
40
+ "@applitools/req": "1.9.3",
41
+ "@applitools/utils": "1.14.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.32.4",
45
- "@applitools/spec-driver-webdriver": "^1.5.9",
46
- "@applitools/test-server": "^1.4.2",
44
+ "@applitools/core-base": "1.32.5",
45
+ "@applitools/spec-driver-webdriver": "^1.5.10",
46
+ "@applitools/test-server": "^1.4.3",
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.4"
53
+ "@applitools/core-base": "1.32.5"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"