@applitools/eyes-browser 1.5.18 → 1.5.20
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 +66 -0
- package/dist/index.js +757 -594
- package/package.json +2 -2
- package/types/enums/DeviceName.d.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-browser",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.20",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"browser",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@applitools/eyes": "1.36.
|
|
51
|
+
"@applitools/eyes": "1.36.20"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/node": "^12.20.55",
|
|
@@ -78,12 +78,15 @@ export declare enum DeviceNameEnum {
|
|
|
78
78
|
Galaxy_Tab_A8 = "Galaxy Tab A8",
|
|
79
79
|
Galaxy_S23 = "Galaxy S23",
|
|
80
80
|
Galaxy_S23_Ultra = "Galaxy S23 Ultra",
|
|
81
|
+
Galaxy_S25 = "Galaxy S25",
|
|
82
|
+
Galaxy_S25_Ultra = "Galaxy S25 Ultra",
|
|
81
83
|
Galaxy_A52s = "Galaxy A52s",
|
|
82
84
|
Pixel_3 = "Pixel 3",
|
|
83
85
|
Pixel_3_XL = "Pixel 3 XL",
|
|
84
86
|
Pixel_4 = "Pixel 4",
|
|
85
87
|
Pixel_4_XL = "Pixel 4 XL",
|
|
86
88
|
Pixel_5 = "Pixel 5",
|
|
89
|
+
Pixel_9 = "Pixel 9",
|
|
87
90
|
iPad_7th_Gen = "iPad 7th Gen",
|
|
88
91
|
OnePlus_7T = "OnePlus 7T",
|
|
89
92
|
OnePlus_7T_Pro = "OnePlus 7T Pro",
|