@applitools/eyes-selenium 4.66.0 → 4.66.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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@
8
8
 
9
9
 
10
10
 
11
+ ## 4.66.2 - 2023/5/31
12
+
13
+ ### Features
14
+ ### Bug fixes
15
+ - Increase timeout for rendering results polling
16
+
17
+ ## 4.66.1 - 2023/5/19
18
+
19
+ ### Features
20
+ ### Bug fixes
21
+ - Fixed issue with Safari mobile screenshots
22
+
11
23
  ## 4.66.0 - 2023/5/13
12
24
 
13
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.66.0",
3
+ "version": "4.66.2",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -61,14 +61,14 @@
61
61
  "postpublish": "bongo send-release-notification --name 'js_selenium_4'"
62
62
  },
63
63
  "dependencies": {
64
- "@applitools/eyes": "1.2.10",
65
- "@applitools/spec-driver-selenium": "1.5.45"
64
+ "@applitools/eyes": "1.2.14",
65
+ "@applitools/spec-driver-selenium": "1.5.47"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@applitools/api-extractor": "1.2.21",
69
- "@applitools/bongo": "^3.0.3",
69
+ "@applitools/bongo": "^4.0.0",
70
70
  "@applitools/sdk-coverage-tests": "3.0.2",
71
- "@applitools/test-utils": "1.5.16",
71
+ "@applitools/test-utils": "1.5.17",
72
72
  "@types/node": "^12.20.55",
73
73
  "@types/selenium-webdriver": "^4.1.1",
74
74
  "chromedriver": "112.0.0",