@applitools/eyes-selenium 4.56.4 → 4.56.5

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 +6 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  ## Unreleased
4
4
 
5
5
 
6
+ ## 4.56.5 - 2021/10/20
7
+
8
+ - updated to @applitools/eyes-sdk-core@12.23.18 (from 12.23.15)
9
+ - updated to @applitools/spec-driver-selenium@1.1.1 (from 1.1.0)
10
+ - updated to @applitools/visual-grid-client@15.8.37 (from 15.8.34)
11
+
6
12
  ## 4.56.4 - 2021/10/12
7
13
 
8
14
  - move spec driver implementation to the separate package
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.56.4",
3
+ "version": "4.56.5",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -67,9 +67,9 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@applitools/eyes-api": "1.1.4",
70
- "@applitools/eyes-sdk-core": "12.23.15",
71
- "@applitools/spec-driver-selenium": "1.1.0",
72
- "@applitools/visual-grid-client": "15.8.34"
70
+ "@applitools/eyes-sdk-core": "12.23.18",
71
+ "@applitools/spec-driver-selenium": "1.1.1",
72
+ "@applitools/visual-grid-client": "15.8.37"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@applitools/api-extractor": "1.1.3",