@applitools/nml-client 1.11.7 → 1.11.9

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 +27 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.9](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.8...js/nml-client@1.11.9) (2025-10-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.24.0
9
+ #### Features
10
+
11
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
12
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
13
+ #### Features
14
+
15
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
16
+
17
+
18
+
19
+
20
+ ## [1.11.8](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.7...js/nml-client@1.11.8) (2025-10-09)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/core-base bumped to 1.28.2
26
+ #### Bug Fixes
27
+
28
+ * various config fixes for storybook-addon ([#3257](https://github.com/Applitools-Dev/sdk/issues/3257)) ([86fd4d1](https://github.com/Applitools-Dev/sdk/commit/86fd4d114122bbaf675b5fa361b0e967595ca296))
29
+
3
30
  ## [1.11.7](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.6...js/nml-client@1.11.7) (2025-10-01)
4
31
 
5
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.7",
3
+ "version": "1.11.9",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -41,8 +41,8 @@
41
41
  "@applitools/utils": "1.12.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.28.1",
45
- "@applitools/spec-driver-webdriver": "^1.4.5",
44
+ "@applitools/core-base": "1.28.2",
45
+ "@applitools/spec-driver-webdriver": "^1.5.0",
46
46
  "@applitools/test-server": "^1.3.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.28.1"
53
+ "@applitools/core-base": "1.28.2"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"