@applitools/nml-client 1.11.16 → 1.11.18

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 +44 -0
  2. package/package.json +9 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.9.0
9
+ #### Features
10
+
11
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
12
+ * @applitools/core-base bumped to 1.32.0
13
+ #### Features
14
+
15
+ * http 2 support | FLD-4085 ([#3539](https://github.com/Applitools-Dev/sdk/issues/3539)) ([b304d4a](https://github.com/Applitools-Dev/sdk/commit/b304d4a1072a201d1c3f5cea1275b6a15230d6aa))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * video link with http live streaming - workaround | FLD-4089 ([#3567](https://github.com/Applitools-Dev/sdk/issues/3567)) ([8639c37](https://github.com/Applitools-Dev/sdk/commit/8639c37d39997915d5fcdc46c45a96d510b6ad91))
21
+
22
+
23
+
24
+
25
+ ## [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)
26
+
27
+
28
+ ### Performance Improvements
29
+
30
+ * 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))
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * @applitools/image bumped to 1.2.7
36
+ #### Performance Improvements
37
+
38
+ * 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))
39
+ * @applitools/core-base bumped to 1.31.3
40
+ #### Performance Improvements
41
+
42
+ * 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))
43
+
44
+
45
+
46
+
3
47
  ## [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
48
 
5
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.16",
3
+ "version": "1.11.18",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -37,11 +37,11 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@applitools/logger": "2.2.8",
40
- "@applitools/req": "1.8.8",
40
+ "@applitools/req": "1.9.0",
41
41
  "@applitools/utils": "1.14.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.31.2",
44
+ "@applitools/core-base": "1.32.0",
45
45
  "@applitools/spec-driver-webdriver": "^1.5.6",
46
46
  "@applitools/test-server": "^1.4.0",
47
47
  "@applitools/test-utils": "^1.5.17",
@@ -50,12 +50,17 @@
50
50
  "webdriver": "^7.31.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "@applitools/core-base": "1.31.2"
53
+ "@applitools/core-base": "1.32.0"
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
  }