@applitools/eyes-selenium 4.65.4 → 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 +6 -0
- package/package.json +3 -3
- package/types/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.65.
|
|
3
|
+
"version": "4.65.5",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
"postpublish": "bongo send-release-notification --name 'js_selenium_4'"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@applitools/eyes": "1.2.
|
|
64
|
+
"@applitools/eyes": "1.2.6",
|
|
65
65
|
"@applitools/spec-driver-selenium": "1.5.42"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@applitools/api-extractor": "1.2.
|
|
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",
|
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
|
-
|
|
1591
|
+
[Symbol.iterator](): Iterator<TestResultContainer, any, undefined>;
|
|
1592
1592
|
}
|
|
1593
1593
|
export type TextRegion = {
|
|
1594
1594
|
x: number;
|