@applitools/nml-client 1.11.8 → 1.11.10

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 +46 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.10](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.9...js/nml-client@1.11.10) (2025-11-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.13.0
9
+ #### Features
10
+
11
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
12
+ * @applitools/core-base bumped to 1.29.0
13
+ #### Features
14
+
15
+ * restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
16
+
17
+
18
+
19
+ * @applitools/logger bumped to 2.2.5
20
+
21
+ * @applitools/req bumped to 1.8.5
22
+
23
+ * @applitools/image bumped to 1.2.4
24
+
25
+ * @applitools/driver bumped to 1.24.1
26
+
27
+ * @applitools/spec-driver-webdriver bumped to 1.5.1
28
+
29
+ * @applitools/test-server bumped to 1.3.4
30
+
31
+
32
+ ## [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)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/driver bumped to 1.24.0
38
+ #### Features
39
+
40
+ * 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))
41
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
42
+ #### Features
43
+
44
+ * 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))
45
+
46
+
47
+
48
+
3
49
  ## [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)
4
50
 
5
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.8",
3
+ "version": "1.11.10",
4
4
  "description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
5
5
  "homepage": "https://applitools.com",
6
6
  "bugs": {
@@ -36,21 +36,21 @@
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.4",
40
- "@applitools/req": "1.8.4",
41
- "@applitools/utils": "1.12.0"
39
+ "@applitools/logger": "2.2.5",
40
+ "@applitools/req": "1.8.5",
41
+ "@applitools/utils": "1.13.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.28.2",
45
- "@applitools/spec-driver-webdriver": "^1.4.5",
46
- "@applitools/test-server": "^1.3.3",
44
+ "@applitools/core-base": "1.29.0",
45
+ "@applitools/spec-driver-webdriver": "^1.5.1",
46
+ "@applitools/test-server": "^1.3.4",
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.28.2"
53
+ "@applitools/core-base": "1.29.0"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"