@applitools/screenshoter 3.9.2 → 3.9.4

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 +43 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.9.4](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.9.3...js/screenshoter@3.9.4) (2024-10-31)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/snippets bumped to 2.6.1
14
+ #### Bug Fixes
15
+
16
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
17
+ * @applitools/driver bumped to 1.19.6
18
+ #### Bug Fixes
19
+
20
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
21
+
22
+
23
+
24
+ * @applitools/spec-driver-webdriver bumped to 1.1.18
25
+ #### Bug Fixes
26
+
27
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
28
+
29
+
30
+
31
+
32
+ ## [3.9.3](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.9.2...js/screenshoter@3.9.3) (2024-10-31)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/snippets bumped to 2.6.0
38
+ #### Features
39
+
40
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
41
+ * @applitools/driver bumped to 1.19.5
42
+
43
+ * @applitools/spec-driver-webdriver bumped to 1.1.17
44
+
45
+
3
46
  ## [3.9.2](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.9.1...js/screenshoter@3.9.2) (2024-10-29)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.9.2",
3
+ "version": "3.9.4",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -58,12 +58,12 @@
58
58
  "dependencies": {
59
59
  "@applitools/image": "1.1.13",
60
60
  "@applitools/logger": "2.0.18",
61
- "@applitools/snippets": "2.5.2",
61
+ "@applitools/snippets": "2.6.1",
62
62
  "@applitools/utils": "1.7.4"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.19.4",
66
- "@applitools/spec-driver-webdriver": "^1.1.16",
65
+ "@applitools/driver": "^1.19.6",
66
+ "@applitools/spec-driver-webdriver": "^1.1.18",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",