@applitools/nml-client 1.11.23 → 1.11.25

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 +80 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,85 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.25](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.24...js/nml-client@1.11.25) (2026-04-23)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.10.0
9
+ #### Features
10
+
11
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
12
+ * @applitools/core-base bumped to 1.33.0
13
+ #### Features
14
+
15
+ * expose httpVersion as SDK configuration flag | AD-13119 ([#3731](https://github.com/Applitools-Dev/sdk/issues/3731)) ([efee143](https://github.com/Applitools-Dev/sdk/commit/efee143729ee9ee31b669ea714c69a0ab57bbb1e))
16
+
17
+
18
+
19
+
20
+ ## [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)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/utils bumped to 1.14.4
31
+ #### Bug Fixes
32
+
33
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
34
+ * @applitools/logger bumped to 2.2.11
35
+ #### Bug Fixes
36
+
37
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
38
+
39
+
40
+
41
+ * @applitools/req bumped to 1.9.3
42
+ #### Bug Fixes
43
+
44
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
45
+
46
+
47
+
48
+ * @applitools/image bumped to 1.2.10
49
+ #### Bug Fixes
50
+
51
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
52
+
53
+
54
+
55
+ * @applitools/snippets bumped to 2.8.2
56
+ #### Bug Fixes
57
+
58
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
59
+ * @applitools/driver bumped to 1.25.5
60
+ #### Bug Fixes
61
+
62
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
63
+
64
+
65
+
66
+ * @applitools/spec-driver-webdriver bumped to 1.5.10
67
+ #### Bug Fixes
68
+
69
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
70
+
71
+
72
+
73
+ * @applitools/core-base bumped to 1.32.5
74
+ #### Bug Fixes
75
+
76
+ * remediate npm security vulnerabilities (FLD-4179) ([#3764](https://github.com/Applitools-Dev/sdk/issues/3764)) ([4bc0ef9](https://github.com/Applitools-Dev/sdk/commit/4bc0ef915e8ad606627c6074de582bec53397738))
77
+
78
+
79
+
80
+ * @applitools/test-server bumped to 1.4.3
81
+
82
+
3
83
  ## [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)
4
84
 
5
85
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.23",
3
+ "version": "1.11.25",
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.10.0",
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.33.0",
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.33.0"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"