@applitools/screenshoter 3.8.31 → 3.8.33

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 +59 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.33](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.32...js/screenshoter@3.8.33) (2024-06-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.1.9
9
+
10
+ * @applitools/driver bumped to 1.17.4
11
+ #### Bug Fixes
12
+
13
+ * cache nml client per driver session ([#2368](https://github.com/Applitools-Dev/sdk/issues/2368)) ([5840389](https://github.com/Applitools-Dev/sdk/commit/5840389f74111c0e0e68026389c755c59a027b74))
14
+
15
+ ## [3.8.32](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.31...js/screenshoter@3.8.32) (2024-05-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/utils bumped to 1.7.3
26
+ #### Bug Fixes
27
+
28
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
29
+ * @applitools/logger bumped to 2.0.17
30
+ #### Bug Fixes
31
+
32
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
33
+
34
+
35
+
36
+ * @applitools/image bumped to 1.1.12
37
+ #### Bug Fixes
38
+
39
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
40
+
41
+
42
+
43
+ * @applitools/snippets bumped to 2.4.26
44
+ #### Bug Fixes
45
+
46
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
47
+ * @applitools/spec-driver-webdriver bumped to 1.1.8
48
+ #### Bug Fixes
49
+
50
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
51
+
52
+
53
+
54
+ * @applitools/driver bumped to 1.17.3
55
+ #### Bug Fixes
56
+
57
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
58
+
59
+
60
+
61
+
3
62
  ## [3.8.31](https://github.com/Applitools-Dev/sdk/compare/js/screenshoter@3.8.30...js/screenshoter@3.8.31) (2024-05-01)
4
63
 
5
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.31",
3
+ "version": "3.8.33",
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.11",
60
- "@applitools/logger": "2.0.16",
61
- "@applitools/snippets": "2.4.25",
62
- "@applitools/utils": "1.7.2"
59
+ "@applitools/image": "1.1.12",
60
+ "@applitools/logger": "2.0.17",
61
+ "@applitools/snippets": "2.4.26",
62
+ "@applitools/utils": "1.7.3"
63
63
  },
64
64
  "devDependencies": {
65
- "@applitools/driver": "^1.17.2",
66
- "@applitools/spec-driver-webdriver": "^1.1.7",
65
+ "@applitools/driver": "^1.17.4",
66
+ "@applitools/spec-driver-webdriver": "^1.1.9",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",