@applitools/screenshoter 3.8.10 → 3.8.12
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 +52 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.12](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.11...js/screenshoter@3.8.12) (2023-09-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.6.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
#### Code Refactoring
|
|
15
|
+
|
|
16
|
+
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
|
|
17
|
+
* @applitools/logger bumped to 2.0.11
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* add browser entry point declaration and test ([#1933](https://github.com/applitools/eyes.sdk.javascript1/issues/1933)) ([5ba0720](https://github.com/applitools/eyes.sdk.javascript1/commit/5ba0720d62a9af8a9a2e1c2437c569e6ab19afd8))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/image bumped to 1.1.6
|
|
25
|
+
#### Code Refactoring
|
|
26
|
+
|
|
27
|
+
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.46
|
|
32
|
+
|
|
33
|
+
* @applitools/driver bumped to 1.14.2
|
|
34
|
+
#### Code Refactoring
|
|
35
|
+
|
|
36
|
+
* use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [3.8.11](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.10...js/screenshoter@3.8.11) (2023-09-21)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* @applitools/snippets bumped to 2.4.24
|
|
47
|
+
#### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* add support to shadow dom iframe ([#1925](https://github.com/applitools/eyes.sdk.javascript1/issues/1925)) ([a06b955](https://github.com/applitools/eyes.sdk.javascript1/commit/a06b9555a3b37918fe43a90e92c0a94f765151cc))
|
|
50
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.45
|
|
51
|
+
|
|
52
|
+
* @applitools/driver bumped to 1.14.1
|
|
53
|
+
|
|
54
|
+
|
|
3
55
|
## [3.8.10](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.9...js/screenshoter@3.8.10) (2023-09-04)
|
|
4
56
|
|
|
5
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.12",
|
|
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.6.
|
|
59
|
+
"@applitools/image": "1.1.6",
|
|
60
|
+
"@applitools/logger": "2.0.11",
|
|
61
|
+
"@applitools/snippets": "2.4.24",
|
|
62
|
+
"@applitools/utils": "1.6.1"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.14.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.0.
|
|
65
|
+
"@applitools/driver": "^1.14.2",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.0.46",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"chromedriver": "^115.0.1",
|