@applitools/eyes-selenium 4.65.3 → 4.65.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.
package/CHANGELOG.md CHANGED
@@ -8,6 +8,18 @@
8
8
 
9
9
 
10
10
 
11
+ ## 4.65.5 - 2023/5/1
12
+
13
+ ### Features
14
+ ### Bug fixes
15
+ - Remove "Execution Cloud" custom property
16
+
17
+ ## 4.65.4 - 2023/4/28
18
+
19
+ ### Features
20
+ ### Bug fixes
21
+ - Fixed detection of emulated mobile drivers
22
+
11
23
  ## 4.65.3 - 2023/4/26
12
24
 
13
25
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.65.3",
3
+ "version": "4.65.5",
4
4
  "description": "Applitools Eyes SDK for Selenium WebDriver",
5
5
  "keywords": [
6
6
  "eyes-selenium",
@@ -61,17 +61,17 @@
61
61
  "postpublish": "bongo send-release-notification --name 'js_selenium_4'"
62
62
  },
63
63
  "dependencies": {
64
- "@applitools/eyes": "1.2.4",
65
- "@applitools/spec-driver-selenium": "1.5.41"
64
+ "@applitools/eyes": "1.2.6",
65
+ "@applitools/spec-driver-selenium": "1.5.42"
66
66
  },
67
67
  "devDependencies": {
68
- "@applitools/api-extractor": "1.2.19",
68
+ "@applitools/api-extractor": "1.2.20",
69
69
  "@applitools/bongo": "^3.0.3",
70
70
  "@applitools/sdk-coverage-tests": "3.0.2",
71
71
  "@applitools/test-utils": "1.5.16",
72
72
  "@types/node": "^12.20.55",
73
73
  "@types/selenium-webdriver": "^4.1.1",
74
- "chromedriver": "105.0.1",
74
+ "chromedriver": "112.0.0",
75
75
  "selenium-webdriver": "4.4.0"
76
76
  },
77
77
  "peerDependencies": {
package/types/index.d.ts CHANGED
@@ -1588,7 +1588,7 @@ export class TestResultContainer implements Required<TestResultContainerPlain> {
1588
1588
  export type TestResultsSummaryPlain = Iterable<TestResultContainerPlain>;
1589
1589
  export class TestResultsSummary implements Iterable<TestResultContainer> {
1590
1590
  getAllResults(): Array<TestResultContainer>;
1591
- '__@iterator@84'(): Iterator<TestResultContainer, any, undefined>;
1591
+ [Symbol.iterator](): Iterator<TestResultContainer, any, undefined>;
1592
1592
  }
1593
1593
  export type TextRegion = {
1594
1594
  x: number;