@applitools/nml-client 1.3.57 → 1.3.59
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 +24 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped from 1.4.0 to 1.5.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* handled abandoned tunnels ([#1669](https://github.com/applitools/eyes.sdk.javascript1/issues/1669)) ([e01a9f6](https://github.com/applitools/eyes.sdk.javascript1/commit/e01a9f6f7543fc5e6bd842acf6ee8de8cfb49998))
|
|
12
|
+
* @applitools/logger bumped from 2.0.4 to 2.0.5
|
|
13
|
+
|
|
14
|
+
* @applitools/req bumped from 1.3.2 to 1.3.3
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [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)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* @applitools/logger bumped from 2.0.3 to 2.0.4
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* fixed issue when extended logger didn't preserve base's handler ([7c5e029](https://github.com/applitools/eyes.sdk.javascript1/commit/7c5e0299522f792aad72b7b3827df31a1ab2d68f))
|
|
26
|
+
|
|
3
27
|
## [1.3.57](https://github.com/applitools/eyes.sdk.javascript1/compare/js/nml-client@1.3.56...js/nml-client@1.3.57) (2023-06-15)
|
|
4
28
|
|
|
5
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/nml-client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.59",
|
|
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",
|