@applitools/screenshoter 3.8.22 → 3.8.24

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.24](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.23...js/screenshoter@3.8.24) (2024-02-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.1.0
9
+ #### Features
10
+
11
+ * env var to skip deprected jwp commands ([#2200](https://github.com/applitools/eyes.sdk.javascript1/issues/2200)) ([d9123db](https://github.com/applitools/eyes.sdk.javascript1/commit/d9123dbba85679d1c6999718b90b89debb18ed18))
12
+
13
+ ## [3.8.23](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.22...js/screenshoter@3.8.23) (2024-02-13)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
19
+ #### Bug Fixes
20
+
21
+ * 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))
22
+
3
23
  ## [3.8.22](https://github.com/applitools/eyes.sdk.javascript1/compare/js/screenshoter@3.8.21...js/screenshoter@3.8.22) (2024-02-06)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/screenshoter",
3
- "version": "3.8.22",
3
+ "version": "3.8.24",
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.56",
66
+ "@applitools/spec-driver-webdriver": "^1.1.0",
67
67
  "@applitools/test-utils": "^1.5.17",
68
68
  "appium": "^1.22.3",
69
69
  "pixelmatch": "^5.3.0",