@applitools/screenshoter 3.10.4 → 3.10.6

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 +30 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.10.6](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.10.5...js/screenshoter@3.10.6) (2025-02-26)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.8
9
+ #### Performance Improvements
10
+
11
+ * ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
12
+ * @applitools/logger bumped to 2.1.1
13
+
14
+ * @applitools/image bumped to 1.1.17
15
+
16
+ * @applitools/driver bumped to 1.20.5
17
+
18
+ * @applitools/spec-driver-webdriver bumped to 1.1.26
19
+
20
+
21
+ ## [3.10.5](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.10.4...js/screenshoter@3.10.5) (2025-01-30)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/driver bumped to 1.20.4
27
+ #### Bug Fixes
28
+
29
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
30
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
31
+
32
+
3
33
  ## [3.10.4](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.10.3...js/screenshoter@3.10.4) (2025-01-19)
4
34
 
5
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.10.4",
3
+ "version": "3.10.6",
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.16",
60
- "@applitools/logger": "2.1.0",
59
+ "@applitools/image": "1.1.17",
60
+ "@applitools/logger": "2.1.1",
61
61
  "@applitools/snippets": "2.6.4",
62
- "@applitools/utils": "1.7.7"
62
+ "@applitools/utils": "1.7.8"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.20.3",
66
- "@applitools/spec-driver-webdriver": "^1.1.24",
65
+ "@applitools/driver": "^1.20.5",
66
+ "@applitools/spec-driver-webdriver": "^1.1.26",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",