@applitools/screenshoter 3.8.21 → 3.8.23

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 +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.8.23](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.22...js/screenshoter@3.8.23) (2024-02-13)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
9
+ #### Bug Fixes
10
+
11
+ * fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
12
+
13
+ ## [3.8.22](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.21...js/screenshoter@3.8.22) (2024-02-06)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/spec-driver-webdriver bumped to 1.0.56
19
+ #### Bug Fixes
20
+
21
+ * avoid error when extracting driver capabilities ([#2176](https://github.com/applitools/eyes.sdk.javascript1/issues/2176)) ([8971f1c](https://github.com/applitools/eyes.sdk.javascript1/commit/8971f1c07a73c1259e117c5c3c8d43d1d324c584))
22
+
3
23
  ## [3.8.21](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.20...js/screenshoter@3.8.21) (2024-01-30)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.21",
3
+ "version": "3.8.23",
4
4
  "description": "Applitools universal screenshoter for web and native applications",
5
5
  "keywords": [
6
6
  "applitools",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@applitools/driver": "^1.16.2",
66
- "@applitools/spec-driver-webdriver": "^1.0.55",
66
+ "@applitools/spec-driver-webdriver": "^1.0.57",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",