@applitools/screenshoter 3.10.3 → 3.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.10.5](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.10.4...js/screenshoter@3.10.5) (2025-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.20.4
9
+ #### Bug Fixes
10
+
11
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
12
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
13
+
14
+
15
+ ## [3.10.4](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.10.3...js/screenshoter@3.10.4) (2025-01-19)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.1.24
21
+ #### Bug Fixes
22
+
23
+ * universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
24
+
3
25
  ## [3.10.3](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.10.2...js/screenshoter@3.10.3) (2025-01-13)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.10.3",
3
+ "version": "3.10.5",
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.7"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.20.3",
66
- "@applitools/spec-driver-webdriver": "^1.1.23",
65
+ "@applitools/driver": "^1.20.4",
66
+ "@applitools/spec-driver-webdriver": "^1.1.25",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",