@applitools/eyes-selenium 4.60.2 → 4.61.0
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 +7 -0
- package/package.json +4 -4
- package/types/index.d.ts +1 -7
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.61.0",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -65,9 +65,9 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@applitools/core": "1.
|
|
69
|
-
"@applitools/eyes-api": "1.
|
|
70
|
-
"@applitools/spec-driver-selenium": "1.5.
|
|
68
|
+
"@applitools/core": "1.2.0",
|
|
69
|
+
"@applitools/eyes-api": "1.9.0",
|
|
70
|
+
"@applitools/spec-driver-selenium": "1.5.3"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@applitools/api-extractor": "1.2.11",
|
package/types/index.d.ts
CHANGED
|
@@ -671,19 +671,13 @@ export enum IosVersion {
|
|
|
671
671
|
ONE_VERSION_BACK = 'latest-1',
|
|
672
672
|
LATEST_ONE_VERSION_BACK = 'latest-1'
|
|
673
673
|
}
|
|
674
|
-
export type AndroidDeviceNamePlain = "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy
|
|
674
|
+
export type AndroidDeviceNamePlain = "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy S10" | "Galaxy S10 Plus" | "Galaxy S20" | "Galaxy S22" | "Galaxy Tab S7" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Sony Xperia 10 II" | "Pixel 6" | "Galaxy S20 Plus" | "Galaxy S21" | "Galaxy S21 Plus" | "Galaxy S21 Ultra" | "Galaxy S22 Plus" | "Galaxy Tab S8" | "Xiaomi Redmi Note 11" | "Xiaomi Redmi Note 11 Pro";
|
|
675
675
|
export enum AndroidDeviceName {
|
|
676
676
|
Pixel_3_XL = 'Pixel 3 XL',
|
|
677
677
|
Pixel_4 = 'Pixel 4',
|
|
678
678
|
Pixel_4_XL = 'Pixel 4 XL',
|
|
679
679
|
Pixel_5 = 'Pixel 5',
|
|
680
680
|
Pixel_6 = 'Pixel 6',
|
|
681
|
-
Galaxy_Note_8 = 'Galaxy Note 8',
|
|
682
|
-
Galaxy_Note_9 = 'Galaxy Note 9',
|
|
683
|
-
Galaxy_S8 = 'Galaxy S8',
|
|
684
|
-
Galaxy_S8_Plus = 'Galaxy S8 Plus',
|
|
685
|
-
Galaxy_S9 = 'Galaxy S9',
|
|
686
|
-
Galaxy_S9_Plus = 'Galaxy S9 Plus',
|
|
687
681
|
Galaxy_S10 = 'Galaxy S10',
|
|
688
682
|
Galaxy_S10_Plus = 'Galaxy S10 Plus',
|
|
689
683
|
Galaxy_Note_10 = 'Galaxy Note 10',
|