@applitools/nml-client 1.11.2 → 1.11.4
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 +36 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.12.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
|
|
12
|
+
* @applitools/logger bumped to 2.2.3
|
|
13
|
+
|
|
14
|
+
* @applitools/req bumped to 1.8.3
|
|
15
|
+
|
|
16
|
+
* @applitools/image bumped to 1.2.3
|
|
17
|
+
|
|
18
|
+
* @applitools/driver bumped to 1.23.4
|
|
19
|
+
|
|
20
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.4
|
|
21
|
+
|
|
22
|
+
* @applitools/core-base bumped to 1.27.3
|
|
23
|
+
|
|
24
|
+
* @applitools/test-server bumped to 1.3.2
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [1.11.3](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.2...js/nml-client@1.11.3) (2025-08-21)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* @applitools/driver bumped to 1.23.3
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* make orientation more robust | FLD-3470 ([#3166](https://github.com/Applitools-Dev/sdk/issues/3166)) ([3745427](https://github.com/Applitools-Dev/sdk/commit/37454279234b085dc9a159077b3f278cdccc203a))
|
|
36
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.3
|
|
37
|
+
|
|
38
|
+
|
|
3
39
|
## [1.11.2](https://github.com/Applitools-Dev/sdk/compare/js/nml-client@1.11.1...js/nml-client@1.11.2) (2025-08-12)
|
|
4
40
|
|
|
5
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/nml-client",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.4",
|
|
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.
|
|
41
|
-
"@applitools/utils": "1.
|
|
39
|
+
"@applitools/logger": "2.2.3",
|
|
40
|
+
"@applitools/req": "1.8.3",
|
|
41
|
+
"@applitools/utils": "1.12.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@applitools/core-base": "1.27.
|
|
45
|
-
"@applitools/spec-driver-webdriver": "^1.4.
|
|
46
|
-
"@applitools/test-server": "^1.3.
|
|
44
|
+
"@applitools/core-base": "1.27.3",
|
|
45
|
+
"@applitools/spec-driver-webdriver": "^1.4.4",
|
|
46
|
+
"@applitools/test-server": "^1.3.2",
|
|
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.
|
|
53
|
+
"@applitools/core-base": "1.27.3"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": ">=12.13.0"
|