@applitools/screenshoter 3.12.14 → 3.12.15

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 +54 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,59 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.12.15](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.14...js/screenshoter@3.12.15) (2026-03-08)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.14.2
14
+ #### Bug Fixes
15
+
16
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
17
+ * @applitools/logger bumped to 2.2.9
18
+ #### Bug Fixes
19
+
20
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
21
+
22
+
23
+
24
+ * @applitools/image bumped to 1.2.8
25
+ #### Bug Fixes
26
+
27
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
28
+
29
+
30
+
31
+ * @applitools/snippets bumped to 2.7.1
32
+ #### Bug Fixes
33
+
34
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
35
+ * @applitools/driver bumped to 1.25.2
36
+ #### Bug Fixes
37
+
38
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
39
+
40
+
41
+
42
+ * @applitools/spec-driver-webdriver bumped to 1.5.7
43
+ #### Bug Fixes
44
+
45
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
46
+
47
+
48
+
49
+ * @applitools/test-server bumped to 1.4.1
50
+ #### Bug Fixes
51
+
52
+ * unskip js/mcp ([#3618](https://github.com/Applitools-Dev/sdk/issues/3618)) ([103f9e2](https://github.com/Applitools-Dev/sdk/commit/103f9e2f18cddc225aba2f2f59556e5fa38965c0))
53
+
54
+
55
+
56
+
3
57
  ## [3.12.14](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.12.13...js/screenshoter@3.12.14) (2026-03-01)
4
58
 
5
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.12.14",
3
+ "version": "3.12.15",
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.7",
60
- "@applitools/logger": "2.2.8",
61
- "@applitools/snippets": "2.7.0",
62
- "@applitools/utils": "1.14.1"
59
+ "@applitools/image": "1.2.8",
60
+ "@applitools/logger": "2.2.9",
61
+ "@applitools/snippets": "2.7.1",
62
+ "@applitools/utils": "1.14.2"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.25.1",
66
- "@applitools/spec-driver-webdriver": "^1.5.6",
65
+ "@applitools/driver": "^1.25.2",
66
+ "@applitools/spec-driver-webdriver": "^1.5.7",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",