@applitools/nml-client 1.11.15 → 1.11.17

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 +53 -0
  2. package/package.json +12 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.17](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.16...js/nml-client@1.11.17) (2026-03-01)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/image bumped to 1.2.7
14
+ #### Performance Improvements
15
+
16
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
17
+ * @applitools/core-base bumped to 1.31.3
18
+ #### Performance Improvements
19
+
20
+ * use sharp to accelerate png performance in all js packages ([#3547](https://github.com/Applitools-Dev/sdk/issues/3547)) ([6e3c7b9](https://github.com/Applitools-Dev/sdk/commit/6e3c7b9e34815f470032ece52a161001592ad1b1))
21
+
22
+
23
+
24
+
25
+ ## [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)
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * @applitools/logger bumped to 2.2.8
31
+ #### Bug Fixes
32
+
33
+ * 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))
34
+
35
+
36
+ #### Performance Improvements
37
+
38
+ * 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))
39
+ * @applitools/driver bumped to 1.25.1
40
+
41
+ * @applitools/spec-driver-webdriver bumped to 1.5.6
42
+
43
+ * @applitools/core-base bumped to 1.31.2
44
+
45
+ * @applitools/test-server bumped to 1.4.0
46
+ #### Features
47
+
48
+ * make eyes-browser truly browser-importable ([#3512](https://github.com/Applitools-Dev/sdk/issues/3512)) ([9574a2f](https://github.com/Applitools-Dev/sdk/commit/9574a2fa45ec80466dfe93744c8a736f40fb51c3))
49
+ * 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))
50
+
51
+
52
+
53
+ * @applitools/req bumped to 1.8.8
54
+
55
+
3
56
  ## [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)
4
57
 
5
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.15",
3
+ "version": "1.11.17",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,26 +36,31 @@
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.5",
46
- "@applitools/test-server": "^1.3.5",
44
+ "@applitools/core-base": "1.31.3",
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.3"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"
60
+ },
61
+ "lavamoat": {
62
+ "allowScripts": {
63
+ "@applitools/core-base>@applitools/image>sharp": false
64
+ }
60
65
  }
61
66
  }