@applitools/nml-client 1.9.6 → 1.9.7

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 +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.7](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.9.6...js/nml-client@1.9.7) (2025-07-15)
4
+
5
+
6
+ ### Performance Improvements
7
+
8
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/req bumped to 1.7.15
14
+ #### Performance Improvements
15
+
16
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
17
+ * @applitools/driver bumped to 1.22.1
18
+ #### Performance Improvements
19
+
20
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
21
+ * @applitools/spec-driver-webdriver bumped to 1.3.1
22
+
23
+ * @applitools/core-base bumped to 1.25.6
24
+ #### Performance Improvements
25
+
26
+ * yarn dedup packages ([#3061](https://github.com/Applitools-Dev/sdk/issues/3061)) ([2fd8951](https://github.com/Applitools-Dev/sdk/commit/2fd8951d6ce9c18a5dbdb648adaa2c454eae9b4e))
27
+
28
+
29
+
30
+
3
31
  ## [1.9.6](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.9.5...js/nml-client@1.9.6) (2025-07-07)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
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.1.5",
40
- "@applitools/req": "1.7.14",
40
+ "@applitools/req": "1.7.15",
41
41
  "@applitools/utils": "1.9.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.25.5",
45
- "@applitools/spec-driver-webdriver": "^1.3.0",
44
+ "@applitools/core-base": "1.25.6",
45
+ "@applitools/spec-driver-webdriver": "^1.3.1",
46
46
  "@applitools/test-server": "^1.2.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.25.5"
53
+ "@applitools/core-base": "1.25.6"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"