@applitools/screenshoter 3.12.3 → 3.12.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 +36 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.12.5](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.4...js/screenshoter@3.12.5) (2025-09-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/logger bumped to 2.2.4
9
+ #### Bug Fixes
10
+
11
+ * remove duplicate tests on different sessions for same batch ([#3184](https://github.com/Applitools-Dev/sdk/issues/3184)) ([ede0d1f](https://github.com/Applitools-Dev/sdk/commit/ede0d1fd8018e14c19811903d78c273bce048f84))
12
+ * @applitools/driver bumped to 1.23.5
13
+
14
+ * @applitools/spec-driver-webdriver bumped to 1.4.5
15
+
16
+ * @applitools/test-server bumped to 1.3.3
17
+
18
+
19
+ ## [3.12.4](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.3...js/screenshoter@3.12.4) (2025-09-09)
20
+
21
+
22
+ ### Dependencies
23
+
24
+ * @applitools/utils bumped to 1.12.0
25
+ #### Features
26
+
27
+ * enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
28
+ * @applitools/logger bumped to 2.2.3
29
+
30
+ * @applitools/image bumped to 1.2.3
31
+
32
+ * @applitools/driver bumped to 1.23.4
33
+
34
+ * @applitools/spec-driver-webdriver bumped to 1.4.4
35
+
36
+ * @applitools/test-server bumped to 1.3.2
37
+
38
+
3
39
  ## [3.12.3](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.2...js/screenshoter@3.12.3) (2025-08-21)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.12.3",
3
+ "version": "3.12.5",
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.2.2",
60
- "@applitools/logger": "2.2.2",
59
+ "@applitools/image": "1.2.3",
60
+ "@applitools/logger": "2.2.4",
61
61
  "@applitools/snippets": "2.7.0",
62
- "@applitools/utils": "1.11.1"
62
+ "@applitools/utils": "1.12.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.23.3",
66
- "@applitools/spec-driver-webdriver": "^1.4.3",
65
+ "@applitools/driver": "^1.23.5",
66
+ "@applitools/spec-driver-webdriver": "^1.4.5",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",