@applitools/nml-client 1.11.14 → 1.11.16

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 +43 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.16](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.15...js/nml-client@1.11.16) (2026-02-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.8
9
+ #### Bug Fixes
10
+
11
+ * use utils for environment variable retrieval in logger handlers ([#3551](https://github.com/Applitools-Dev/sdk/issues/3551)) ([caf97f3](https://github.com/Applitools-Dev/sdk/commit/caf97f34207bc3b8ee6ccda2855c27a99a262f8c))
12
+
13
+
14
+ #### Performance Improvements
15
+
16
+ * add timing logs to classic | FLD-4137 ([#3543](https://github.com/Applitools-Dev/sdk/issues/3543)) ([de2b0aa](https://github.com/Applitools-Dev/sdk/commit/de2b0aaf08d813f2c59e9552947c2f4fbc12da48))
17
+ * @applitools/driver bumped to 1.25.1
18
+
19
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
20
+
21
+ * @applitools/core-base bumped to 1.31.2
22
+
23
+ * @applitools/test-server bumped to 1.4.0
24
+ #### Features
25
+
26
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
27
+ * mcp server test results support and improvements to initial setup ([#3518](https://github.com/Applitools-Dev/sdk/issues/3518)) ([ef6c27b](https://github.com/Applitools-Dev/sdk/commit/ef6c27b9e35dc54fd588e19a4811631433e15dbb))
28
+
29
+
30
+
31
+ * @applitools/req bumped to 1.8.8
32
+
33
+
34
+ ## [1.11.15](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.14...js/nml-client@1.11.15) (2026-01-19)
35
+
36
+
37
+ ### Dependencies
38
+
39
+ * @applitools/driver bumped to 1.25.0
40
+ #### Features
41
+
42
+ * multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
43
+ * @applitools/spec-driver-webdriver bumped to 1.5.5
44
+
45
+
3
46
  ## [1.11.14](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.13...js/nml-client@1.11.14) (2026-01-11)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.14",
3
+ "version": "1.11.16",
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.7",
40
- "@applitools/req": "1.8.7",
39
+ "@applitools/logger": "2.2.8",
40
+ "@applitools/req": "1.8.8",
41
41
  "@applitools/utils": "1.14.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.31.1",
45
- "@applitools/spec-driver-webdriver": "^1.5.4",
46
- "@applitools/test-server": "^1.3.5",
44
+ "@applitools/core-base": "1.31.2",
45
+ "@applitools/spec-driver-webdriver": "^1.5.6",
46
+ "@applitools/test-server": "^1.4.0",
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.31.1"
53
+ "@applitools/core-base": "1.31.2"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"