@applitools/nml-client 1.3.58 → 1.4.0
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 +21 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.3.59...js/nml-client@1.4.0) (2023-06-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* added a new mode for taking native app screenshots ([#1665](https://github.com/applitools/eyes.sdk.javascript1/issues/1665)) ([6237db7](https://github.com/applitools/eyes.sdk.javascript1/commit/6237db7a6212d6c84542f2a5bf9b120e758a7a4b))
|
|
9
|
+
|
|
10
|
+
## [1.3.59](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.3.58...js/nml-client@1.3.59) (2023-06-28)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* @applitools/utils bumped from 1.4.0 to 1.5.0
|
|
16
|
+
#### Features
|
|
17
|
+
|
|
18
|
+
* handled abandoned tunnels ([#1669](https://github.com/applitools/eyes.sdk.javascript1/issues/1669)) ([e01a9f6](https://github.com/applitools/eyes.sdk.javascript1/commit/e01a9f6f7543fc5e6bd842acf6ee8de8cfb49998))
|
|
19
|
+
* @applitools/logger bumped from 2.0.4 to 2.0.5
|
|
20
|
+
|
|
21
|
+
* @applitools/req bumped from 1.3.2 to 1.3.3
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
## [1.3.58](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.3.57...js/nml-client@1.3.58) (2023-06-21)
|
|
4
25
|
|
|
5
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/nml-client",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Client to integrate the SDKs to the Native Mobile Library (NML)",
|
|
5
5
|
"homepage": "https://applitools.com",
|
|
6
6
|
"bugs": {
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"test": "run --top-level mocha './test/**/*.spec.ts' --parallel --jobs ${MOCHA_JOBS:-15}"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@applitools/logger": "2.0.
|
|
40
|
-
"@applitools/req": "1.3.
|
|
41
|
-
"@applitools/utils": "1.
|
|
39
|
+
"@applitools/logger": "2.0.5",
|
|
40
|
+
"@applitools/req": "1.3.3",
|
|
41
|
+
"@applitools/utils": "1.5.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@applitools/spec-driver-webdriverio": "^1.5.
|
|
44
|
+
"@applitools/spec-driver-webdriverio": "^1.5.5",
|
|
45
45
|
"@applitools/test-server": "^1.2.2",
|
|
46
46
|
"@applitools/test-utils": "^1.5.17",
|
|
47
47
|
"@types/node": "^12.20.55",
|