@applitools/nml-client 1.11.4 → 1.11.5

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 +20 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.11.5](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.4...js/nml-client@1.11.5) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.4
9
+ #### Bug Fixes
10
+
11
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
12
+ * @applitools/req bumped to 1.8.4
13
+
14
+ * @applitools/driver bumped to 1.23.5
15
+
16
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
17
+
18
+ * @applitools/core-base bumped to 1.27.4
19
+
20
+ * @applitools/test-server bumped to 1.3.3
21
+
22
+
3
23
  ## [1.11.4](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.3...js/nml-client@1.11.4) (2025-09-09)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/nml-client",
3
- "version": "1.11.4",
3
+ "version": "1.11.5",
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.3",
40
- "@applitools/req": "1.8.3",
39
+ "@applitools/logger": "2.2.4",
40
+ "@applitools/req": "1.8.4",
41
41
  "@applitools/utils": "1.12.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@applitools/core-base": "1.27.3",
45
- "@applitools/spec-driver-webdriver": "^1.4.4",
46
- "@applitools/test-server": "^1.3.2",
44
+ "@applitools/core-base": "1.27.4",
45
+ "@applitools/spec-driver-webdriver": "^1.4.5",
46
+ "@applitools/test-server": "^1.3.3",
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.27.3"
53
+ "@applitools/core-base": "1.27.4"
54
54
  },
55
55
  "engines": {
56
56
  "node": ">=12.13.0"