@applitools/eyes-selenium 4.58.1 → 4.58.2

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 4.58.2 - 2021/11/18
7
+
8
+ - updated to @applitools/eyes-sdk-core@12.24.3 (from 12.24.2)
9
+
6
10
  ## 4.58.1 - 2021/11/18
7
11
 
8
12
  - updated to @applitools/eyes-sdk-core@12.24.2 (from 12.24.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.58.1",
3
+ "version": "4.58.2",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "dependencies": {
68
68
  "@applitools/eyes-api": "1.1.6",
69
- "@applitools/eyes-sdk-core": "12.24.2",
69
+ "@applitools/eyes-sdk-core": "12.24.3",
70
70
  "@applitools/spec-driver-selenium": "1.3.0",
71
71
  "@applitools/visual-grid-client": "15.8.47"
72
72
  },