@applitools/nml-client 1.11.25 → 1.11.27

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 +66 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,71 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.27](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.26...js/nml-client@1.11.27) (2026-05-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.10.1
9
+ #### Bug Fixes
10
+
11
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
12
+ * @applitools/snippets bumped to 2.9.1
13
+ #### Bug Fixes
14
+
15
+ * declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
16
+ * @applitools/driver bumped to 1.26.1
17
+ #### Bug Fixes
18
+
19
+ * address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
20
+
21
+
22
+
23
+ * @applitools/spec-driver-webdriver bumped to 1.6.1
24
+
25
+ * @applitools/core-base bumped to 1.34.0
26
+ #### Features
27
+
28
+ * soft-deprecate CheckSettings.timeout() with telemetry [[#3705](https://github.com/Applitools-Dev/sdk/issues/3705)] ([#3805](https://github.com/Applitools-Dev/sdk/issues/3805)) ([a5d6390](https://github.com/Applitools-Dev/sdk/commit/a5d6390f17fc0380736b88cbe05dd147e66a86cf))
29
+
30
+
31
+ #### Bug Fixes
32
+
33
+ * http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
34
+
35
+
36
+
37
+
38
+ ## [1.11.26](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.25...js/nml-client@1.11.26) (2026-05-05)
39
+
40
+
41
+ ### Dependencies
42
+
43
+ * @applitools/dom-shared bumped to 1.2.0
44
+ #### Features
45
+
46
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
47
+ * @applitools/snippets bumped to 2.9.0
48
+ #### Features
49
+
50
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
51
+
52
+
53
+
54
+ * @applitools/driver bumped to 1.26.0
55
+ #### Features
56
+
57
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
58
+
59
+
60
+
61
+ * @applitools/spec-driver-webdriver bumped to 1.6.0
62
+ #### Features
63
+
64
+ * add bypassCSP support for UFG snapshot capture ([#3783](https://github.com/Applitools-Dev/sdk/issues/3783)) ([9e98933](https://github.com/Applitools-Dev/sdk/commit/9e98933b8ffba2ad1928aa2b2110e9a25209a599))
65
+
66
+
67
+
68
+
3
69
  ## [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
70
 
5
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.25",
3
+ "version": "1.11.27",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -37,12 +37,12 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@applitools/logger": "2.2.11",
40
- "@applitools/req": "1.10.0",
40
+ "@applitools/req": "1.10.1",
41
41
  "@applitools/utils": "1.14.4"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.33.0",
45
- "@applitools/spec-driver-webdriver": "^1.5.10",
44
+ "@applitools/core-base": "1.34.0",
45
+ "@applitools/spec-driver-webdriver": "^1.6.1",
46
46
  "@applitools/test-server": "^1.4.3",
47
47
  "@applitools/test-utils": "^1.5.17",
48
48
  "@types/node": "^12.20.55",
@@ -50,7 +50,7 @@
50
50
  "webdriver": "^7.31.1"
51
51
  },
52
52
  "peerDependencies": {
53
- "@applitools/core-base": "1.33.0"
53
+ "@applitools/core-base": "1.34.0"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"