@applitools/nml-client 1.11.4 → 1.11.6
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.
- package/CHANGELOG.md +30 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.11.6](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.5...js/nml-client@1.11.6) (2025-09-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.28.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
|
12
|
+
|
|
13
|
+
## [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)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/logger bumped to 2.2.4
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* 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))
|
|
22
|
+
* @applitools/req bumped to 1.8.4
|
|
23
|
+
|
|
24
|
+
* @applitools/driver bumped to 1.23.5
|
|
25
|
+
|
|
26
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.5
|
|
27
|
+
|
|
28
|
+
* @applitools/core-base bumped to 1.27.4
|
|
29
|
+
|
|
30
|
+
* @applitools/test-server bumped to 1.3.3
|
|
31
|
+
|
|
32
|
+
|
|
3
33
|
## [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
34
|
|
|
5
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/nml-client",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.6",
|
|
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.
|
|
40
|
-
"@applitools/req": "1.8.
|
|
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.
|
|
45
|
-
"@applitools/spec-driver-webdriver": "^1.4.
|
|
46
|
-
"@applitools/test-server": "^1.3.
|
|
44
|
+
"@applitools/core-base": "1.28.0",
|
|
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.
|
|
53
|
+
"@applitools/core-base": "1.28.0"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=12.13.0"
|