@applitools/screenshoter 3.8.23 → 3.8.27
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 +47 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.8.27](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.26...js/screenshoter@3.8.27) (2024-03-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.3
|
|
9
|
+
|
|
10
|
+
* @applitools/driver bumped to 1.16.5
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
|
|
14
|
+
|
|
15
|
+
## [3.8.26](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.25...js/screenshoter@3.8.26) (2024-03-18)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.2
|
|
21
|
+
|
|
22
|
+
* @applitools/driver bumped to 1.16.4
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
|
|
26
|
+
|
|
27
|
+
## [3.8.25](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.24...js/screenshoter@3.8.25) (2024-03-17)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.1
|
|
33
|
+
|
|
34
|
+
* @applitools/driver bumped to 1.16.3
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
|
|
38
|
+
* trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
|
|
39
|
+
|
|
40
|
+
## [3.8.24](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.23...js/screenshoter@3.8.24) (2024-02-18)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Dependencies
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.0
|
|
46
|
+
#### Features
|
|
47
|
+
|
|
48
|
+
* env var to skip deprected jwp commands ([#2200](https://github.com/applitools/eyes.sdk.javascript1/issues/2200)) ([d9123db](https://github.com/applitools/eyes.sdk.javascript1/commit/d9123dbba85679d1c6999718b90b89debb18ed18))
|
|
49
|
+
|
|
3
50
|
## [3.8.23](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.22...js/screenshoter@3.8.23) (2024-02-13)
|
|
4
51
|
|
|
5
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/screenshoter",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.27",
|
|
4
4
|
"description": "Applitools universal screenshoter for web and native applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@applitools/utils": "1.7.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@applitools/driver": "^1.16.
|
|
66
|
-
"@applitools/spec-driver-webdriver": "^1.
|
|
65
|
+
"@applitools/driver": "^1.16.5",
|
|
66
|
+
"@applitools/spec-driver-webdriver": "^1.1.3",
|
|
67
67
|
"@applitools/test-utils": "^1.5.17",
|
|
68
68
|
"appium": "^1.22.3",
|
|
69
69
|
"pixelmatch": "^5.3.0",
|