@applitools/screenshoter 3.8.30 → 3.8.32
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.32](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.31...js/screenshoter@3.8.32) (2024-05-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/utils bumped to 1.7.3
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
17
|
+
* @applitools/logger bumped to 2.0.17
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/image bumped to 1.1.12
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
* @applitools/snippets bumped to 2.4.26
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
35
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.8
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
* @applitools/driver bumped to 1.17.3
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## [3.8.31](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.30...js/screenshoter@3.8.31) (2024-05-01)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Dependencies
|
|
54
|
+
|
|
55
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.7
|
|
56
|
+
|
|
57
|
+
* @applitools/driver bumped to 1.17.2
|
|
58
|
+
#### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* cache nml client per driver ([#2336](https://github.com/Applitools-Dev/sdk/issues/2336)) ([02c09a5](https://github.com/Applitools-Dev/sdk/commit/02c09a53eb6ca6340c93365908f4c485ab389c21))
|
|
61
|
+
|
|
3
62
|
## [3.8.30](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.29...js/screenshoter@3.8.30) (2024-04-22)
|
|
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.32",
|
|
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.12",
|
|
60
|
+
"@applitools/logger": "2.0.17",
|
|
61
|
+
"@applitools/snippets": "2.4.26",
|
|
62
|
+
"@applitools/utils": "1.7.3"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.17.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.1.
|
|
65
|
+
"@applitools/driver": "^1.17.3",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.1.8",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"pixelmatch": "^5.3.0",
|