@applitools/nml-client 1.11.5 → 1.11.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.
- package/CHANGELOG.md +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.28.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
|
|
12
|
+
|
|
13
|
+
## [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)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/core-base bumped to 1.28.0
|
|
19
|
+
#### Features
|
|
20
|
+
|
|
21
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
|
22
|
+
|
|
3
23
|
## [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
24
|
|
|
5
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/nml-client",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.7",
|
|
4
4
|
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
|
|
5
5
|
"homepage": "https://applitools.com",
|
|
6
6
|
"bugs": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@applitools/utils": "1.12.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@applitools/core-base": "1.
|
|
44
|
+
"@applitools/core-base": "1.28.1",
|
|
45
45
|
"@applitools/spec-driver-webdriver": "^1.4.5",
|
|
46
46
|
"@applitools/test-server": "^1.3.3",
|
|
47
47
|
"@applitools/test-utils": "^1.5.17",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"webdriver": "^7.31.1"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
|
-
"@applitools/core-base": "1.
|
|
53
|
+
"@applitools/core-base": "1.28.1"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=12.13.0"
|