@applitools/screenshoter 3.8.27 → 3.8.30
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 +48 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.30](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.29...js/screenshoter@3.8.30) (2024-04-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.7.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
|
|
12
|
+
* @applitools/logger bumped to 2.0.16
|
|
13
|
+
|
|
14
|
+
* @applitools/image bumped to 1.1.11
|
|
15
|
+
|
|
16
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.6
|
|
17
|
+
|
|
18
|
+
* @applitools/driver bumped to 1.17.1
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
## [3.8.29](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.28...js/screenshoter@3.8.29) (2024-04-22)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Dependencies
|
|
25
|
+
|
|
26
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.5
|
|
27
|
+
|
|
28
|
+
* @applitools/driver bumped to 1.17.0
|
|
29
|
+
#### Features
|
|
30
|
+
|
|
31
|
+
* report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
|
|
32
|
+
|
|
33
|
+
## [3.8.28](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.27...js/screenshoter@3.8.28) (2024-04-15)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Dependencies
|
|
37
|
+
|
|
38
|
+
* @applitools/utils bumped to 1.7.1
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
42
|
+
* @applitools/logger bumped to 2.0.15
|
|
43
|
+
|
|
44
|
+
* @applitools/image bumped to 1.1.10
|
|
45
|
+
|
|
46
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.4
|
|
47
|
+
|
|
48
|
+
* @applitools/driver bumped to 1.16.6
|
|
49
|
+
|
|
50
|
+
|
|
3
51
|
## [3.8.27](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.26...js/screenshoter@3.8.27) (2024-03-18)
|
|
4
52
|
|
|
5
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.30",
|
|
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.
|
|
59
|
+
"@applitools/image": "1.1.11",
|
|
60
|
+
"@applitools/logger": "2.0.16",
|
|
61
61
|
"@applitools/snippets": "2.4.25",
|
|
62
|
-
"@applitools/utils": "1.7.
|
|
62
|
+
"@applitools/utils": "1.7.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.1.
|
|
65
|
+
"@applitools/driver": "^1.17.1",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.1.6",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"pixelmatch": "^5.3.0",
|