@applitools/screenshoter 3.8.24 → 3.8.28

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.28](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.27...js/screenshoter@3.8.28) (2024-04-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.1
9
+ #### Bug Fixes
10
+
11
+ * region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
12
+ * @applitools/logger bumped to 2.0.15
13
+
14
+ * @applitools/image bumped to 1.1.10
15
+
16
+ * @applitools/spec-driver-webdriver bumped to 1.1.4
17
+
18
+ * @applitools/driver bumped to 1.16.6
19
+
20
+
21
+ ## [3.8.27](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.26...js/screenshoter@3.8.27) (2024-03-18)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/spec-driver-webdriver bumped to 1.1.3
27
+
28
+ * @applitools/driver bumped to 1.16.5
29
+ #### Bug Fixes
30
+
31
+ * trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
32
+
33
+ ## [3.8.26](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.25...js/screenshoter@3.8.26) (2024-03-18)
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * @applitools/spec-driver-webdriver bumped to 1.1.2
39
+
40
+ * @applitools/driver bumped to 1.16.4
41
+ #### Bug Fixes
42
+
43
+ * trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
44
+
45
+ ## [3.8.25](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.24...js/screenshoter@3.8.25) (2024-03-17)
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * @applitools/spec-driver-webdriver bumped to 1.1.1
51
+
52
+ * @applitools/driver bumped to 1.16.3
53
+ #### Bug Fixes
54
+
55
+ * 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))
56
+ * trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
57
+
3
58
  ## [3.8.24](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.23...js/screenshoter@3.8.24) (2024-02-18)
4
59
 
5
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.24",
3
+ "version": "3.8.28",
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.9",
60
- "@applitools/logger": "2.0.14",
59
+ "@applitools/image": "1.1.10",
60
+ "@applitools/logger": "2.0.15",
61
61
  "@applitools/snippets": "2.4.25",
62
- "@applitools/utils": "1.7.0"
62
+ "@applitools/utils": "1.7.1"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.16.2",
66
- "@applitools/spec-driver-webdriver": "^1.1.0",
65
+ "@applitools/driver": "^1.16.6",
66
+ "@applitools/spec-driver-webdriver": "^1.1.4",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",