@applitools/screenshoter 3.8.32 → 3.8.34
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 +59 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,64 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.34](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.33...js/screenshoter@3.8.34) (2024-06-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/utils bumped to 1.7.4
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
17
|
+
* @applitools/logger bumped to 2.0.18
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/image bumped to 1.1.13
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
* @applitools/snippets bumped to 2.4.27
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
35
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.10
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/driver bumped to 1.17.5
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## [3.8.33](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.32...js/screenshoter@3.8.33) (2024-06-11)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.9
|
|
56
|
+
|
|
57
|
+
* @applitools/driver bumped to 1.17.4
|
|
58
|
+
#### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* cache nml client per driver session ([#2368](https://github.com/Applitools-Dev/sdk/issues/2368)) ([5840389](https://github.com/Applitools-Dev/sdk/commit/5840389f74111c0e0e68026389c755c59a027b74))
|
|
61
|
+
|
|
3
62
|
## [3.8.32](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.31...js/screenshoter@3.8.32) (2024-05-28)
|
|
4
63
|
|
|
5
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.34",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -56,14 +56,14 @@
|
|
|
56
56
|
"appium:setup": "mkdir -p ./logs && appium --address 127.0.0.1 --port 4723 --base-path /wd/hub --log-level error:info --log ./logs/appium.log --relaxed-security &"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@applitools/image": "1.1.
|
|
60
|
-
"@applitools/logger": "2.0.
|
|
61
|
-
"@applitools/snippets": "2.4.
|
|
62
|
-
"@applitools/utils": "1.7.
|
|
59
|
+
"@applitools/image": "1.1.13",
|
|
60
|
+
"@applitools/logger": "2.0.18",
|
|
61
|
+
"@applitools/snippets": "2.4.27",
|
|
62
|
+
"@applitools/utils": "1.7.4"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.17.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.1.
|
|
65
|
+
"@applitools/driver": "^1.17.5",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.1.10",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"pixelmatch": "^5.3.0",
|