@applitools/nml-client 1.11.25 → 1.11.26

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 +31 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-shared bumped to 1.2.0
9
+ #### Features
10
+
11
+ * 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))
12
+ * @applitools/snippets bumped to 2.9.0
13
+ #### Features
14
+
15
+ * 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))
16
+
17
+
18
+
19
+ * @applitools/driver bumped to 1.26.0
20
+ #### Features
21
+
22
+ * 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))
23
+
24
+
25
+
26
+ * @applitools/spec-driver-webdriver bumped to 1.6.0
27
+ #### Features
28
+
29
+ * 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))
30
+
31
+
32
+
33
+
3
34
  ## [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
35
 
5
36
 
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.26",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "devDependencies": {
44
44
  "@applitools/core-base": "1.33.0",
45
- "@applitools/spec-driver-webdriver": "^1.5.10",
45
+ "@applitools/spec-driver-webdriver": "^1.6.0",
46
46
  "@applitools/test-server": "^1.4.3",
47
47
  "@applitools/test-utils": "^1.5.17",
48
48
  "@types/node": "^12.20.55",