@applitools/screenshoter 3.8.3 → 3.8.5
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 +37 -0
- package/package.json +9 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.4...js/screenshoter@3.8.5) (2023-07-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Code Refactoring
|
|
7
|
+
|
|
8
|
+
* ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/driver bumped to 1.13.2
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* improve performance by not resetting the environment ([#1779](https://github.com/applitools/eyes.sdk.javascript1/issues/1779)) ([8178978](https://github.com/applitools/eyes.sdk.javascript1/commit/8178978e9443e60f3e8b10693395e4c80cb9e02f))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#### Code Refactoring
|
|
20
|
+
|
|
21
|
+
* ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/spec-driver-webdriverio bumped to 1.5.8
|
|
26
|
+
#### Code Refactoring
|
|
27
|
+
|
|
28
|
+
* ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [3.8.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.3...js/screenshoter@3.8.4) (2023-07-13)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Dependencies
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
3
40
|
## [3.8.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.2...js/screenshoter@3.8.3) (2023-07-10)
|
|
4
41
|
|
|
5
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.5",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -56,21 +56,19 @@
|
|
|
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": "
|
|
62
|
-
"@applitools/utils": "
|
|
63
|
-
"jpeg-js": "0.4.4",
|
|
64
|
-
"png-async": "0.9.4"
|
|
59
|
+
"@applitools/image": "1.1.1",
|
|
60
|
+
"@applitools/logger": "2.0.6",
|
|
61
|
+
"@applitools/snippets": "",
|
|
62
|
+
"@applitools/utils": ""
|
|
65
63
|
},
|
|
66
64
|
"devDependencies": {
|
|
67
|
-
"@applitools/driver": "^1.13.
|
|
68
|
-
"@applitools/spec-driver-webdriverio": "^1.5.
|
|
65
|
+
"@applitools/driver": "^1.13.2",
|
|
66
|
+
"@applitools/spec-driver-webdriverio": "^1.5.8",
|
|
69
67
|
"@applitools/test-utils": "^1.5.17",
|
|
70
68
|
"appium": "^1.22.3",
|
|
71
|
-
"chromedriver": "^114.0.
|
|
69
|
+
"chromedriver": "^114.0.3",
|
|
72
70
|
"pixelmatch": "^5.3.0",
|
|
73
|
-
"webdriverio": "^7.
|
|
71
|
+
"webdriverio": "^7.30.0"
|
|
74
72
|
},
|
|
75
73
|
"engines": {
|
|
76
74
|
"node": ">=12.13.0"
|