@applitools/eyes
Advanced tools
Comparing version 1.22.0 to 1.22.1
@@ -7,22 +7,5 @@ "use strict"; | ||
(function (IosDeviceNameEnum) { | ||
IosDeviceNameEnum["iPad_5"] = "iPad (5th generation)"; | ||
IosDeviceNameEnum["iPad_6"] = "iPad (6th generation)"; | ||
IosDeviceNameEnum["iPad_7"] = "iPad (7th generation)"; | ||
IosDeviceNameEnum["iPad_8"] = "iPad (8th generation)"; | ||
IosDeviceNameEnum["iPad_9"] = "iPad (9th generation)"; | ||
IosDeviceNameEnum["iPad_10"] = "iPad (10th generation)"; | ||
IosDeviceNameEnum["iPad_Air_2"] = "iPad Air 2"; | ||
IosDeviceNameEnum["iPad_Air_3"] = "iPad Air (3rd generation)"; | ||
IosDeviceNameEnum["iPad_Air_4"] = "iPad Air (4th generation)"; | ||
IosDeviceNameEnum["iPad_Air_5"] = "iPad Air (5th generation)"; | ||
IosDeviceNameEnum["iPad_mini_4"] = "iPad mini 4"; | ||
IosDeviceNameEnum["iPad_mini_5"] = "iPad mini (5th generation)"; | ||
IosDeviceNameEnum["iPad_mini_6"] = "iPad mini (6th generation)"; | ||
IosDeviceNameEnum["iPad_Pro_9_7_inch_1"] = "iPad Pro (9.7-inch)"; | ||
IosDeviceNameEnum["iPad_Pro_10_5_inch_1"] = "iPad Pro (10.5-inch)"; | ||
IosDeviceNameEnum["iPad_Pro_11_inch_1"] = "iPad Pro (11-inch) (1st generation)"; | ||
IosDeviceNameEnum["iPad_Pro_12_9_inch_1"] = "iPad Pro (12.9-inch) (1st generation)"; | ||
IosDeviceNameEnum["iPad_Pro_11_inch_2"] = "iPad Pro (11-inch) (2nd generation)"; | ||
IosDeviceNameEnum["iPad_Pro_12_9_inch_2"] = "iPad Pro (12.9-inch) (2nd generation)"; | ||
IosDeviceNameEnum["iPad_Pro_11_inch_3"] = "iPad Pro (11-inch) (3rd generation)"; | ||
/** @deprecated use {@link iPad_Pro_12_9_inch_3 } instead */ | ||
@@ -34,9 +17,2 @@ IosDeviceNameEnum["iPad_Pro_3"] = "iPad Pro (12.9-inch) (3rd generation)"; | ||
IosDeviceNameEnum["iPad_Pro_11_inch_4"] = "iPad Pro (11-inch) (4th generation)"; | ||
IosDeviceNameEnum["iPad_Pro_12_9_inch_4"] = "iPad Pro (12.9-inch) (4th generation)"; | ||
IosDeviceNameEnum["iPad_Pro_12_9_inch_5"] = "iPad Pro (12.9-inch) (5th generation)"; | ||
IosDeviceNameEnum["iPad_Pro_12_9_inch_6"] = "iPad Pro (12.9-inch) (6th generation)"; | ||
IosDeviceNameEnum["iPhone_6s"] = "iPhone 6s"; | ||
IosDeviceNameEnum["iPhone_6s_Plus"] = "iPhone 6s Plus"; | ||
IosDeviceNameEnum["iPhone_7"] = "iPhone 7"; | ||
IosDeviceNameEnum["iPhone_7_Plus"] = "iPhone 7 Plus"; | ||
IosDeviceNameEnum["iPhone_8"] = "iPhone 8"; | ||
@@ -49,3 +25,2 @@ IosDeviceNameEnum["iPhone_8_Plus"] = "iPhone 8 Plus"; | ||
IosDeviceNameEnum["iPhone_Xs"] = "iPhone Xs"; | ||
IosDeviceNameEnum["iPhone_Xs_Max"] = "iPhone Xs Max"; | ||
IosDeviceNameEnum["iPhone_11"] = "iPhone 11"; | ||
@@ -59,19 +34,8 @@ IosDeviceNameEnum["iPhone_11_Pro_Max"] = "iPhone 11 Pro Max"; | ||
IosDeviceNameEnum["iPhone_13"] = "iPhone 13"; | ||
IosDeviceNameEnum["iPhone_13_mini"] = "iPhone 13 mini"; | ||
IosDeviceNameEnum["iPhone_13_Pro_Max"] = "iPhone 13 Pro Max"; | ||
IosDeviceNameEnum["iPhone_13_Pro"] = "iPhone 13 Pro"; | ||
IosDeviceNameEnum["iPhone_14"] = "iPhone 14"; | ||
IosDeviceNameEnum["iPhone_14_Plus"] = "iPhone 14 Plus"; | ||
IosDeviceNameEnum["iPhone_14_Pro"] = "iPhone 14 Pro"; | ||
IosDeviceNameEnum["iPhone_14_Pro_Max"] = "iPhone 14 Pro Max"; | ||
IosDeviceNameEnum["iPhone_15"] = "iPhone 15"; | ||
IosDeviceNameEnum["iPhone_15_Plus"] = "iPhone 15 Plus"; | ||
IosDeviceNameEnum["iPhone_15_Pro"] = "iPhone 15 Pro"; | ||
IosDeviceNameEnum["iPhone_15_Pro_Max"] = "iPhone 15 Pro Max"; | ||
/** @deprecated use {@link iPhone_SE_1 } instead */ | ||
IosDeviceNameEnum["iPhone_SE"] = "iPhone SE (1st generation)"; | ||
IosDeviceNameEnum["iPhone_SE_1"] = "iPhone SE (1st generation)"; | ||
IosDeviceNameEnum["iPhone_SE_2"] = "iPhone SE (2nd generation)"; | ||
IosDeviceNameEnum["iPhone_SE_3"] = "iPhone SE (3rd generation)"; | ||
IosDeviceNameEnum["iPod_touch_7"] = "iPod touch (7th generation)"; | ||
})(IosDeviceNameEnum || (exports.IosDeviceNameEnum = IosDeviceNameEnum = {})); |
@@ -1047,3 +1047,4 @@ "use strict"; | ||
environments: (_b = this.browsersInfo) === null || _b === void 0 ? void 0 : _b.map(browserInfo => { | ||
if (utils.types.has(browserInfo, 'iosDeviceInfo')) { | ||
if (utils.types.has(browserInfo, 'iosDeviceInfo') && | ||
utils.types.has(browserInfo.iosDeviceInfo, 'iosVersion')) { | ||
const { iosVersion, ...iosDeviceInfo } = browserInfo.iosDeviceInfo; | ||
@@ -1050,0 +1051,0 @@ return { iosDeviceInfo: { ...iosDeviceInfo, version: iosVersion } }; |
{ | ||
"name": "@applitools/eyes", | ||
"version": "1.22.0", | ||
"version": "1.22.1", | ||
"keywords": [ | ||
@@ -48,3 +48,3 @@ "applitools", | ||
"dependencies": { | ||
"@applitools/core": "4.18.0", | ||
"@applitools/core": "4.18.1", | ||
"@applitools/logger": "2.0.18", | ||
@@ -51,0 +51,0 @@ "@applitools/utils": "1.7.4" |
export declare enum IosDeviceNameEnum { | ||
iPad_5 = "iPad (5th generation)", | ||
iPad_6 = "iPad (6th generation)", | ||
iPad_7 = "iPad (7th generation)", | ||
iPad_8 = "iPad (8th generation)", | ||
iPad_9 = "iPad (9th generation)", | ||
iPad_10 = "iPad (10th generation)", | ||
iPad_Air_2 = "iPad Air 2", | ||
iPad_Air_3 = "iPad Air (3rd generation)", | ||
iPad_Air_4 = "iPad Air (4th generation)", | ||
iPad_Air_5 = "iPad Air (5th generation)", | ||
iPad_mini_4 = "iPad mini 4", | ||
iPad_mini_5 = "iPad mini (5th generation)", | ||
iPad_mini_6 = "iPad mini (6th generation)", | ||
iPad_Pro_9_7_inch_1 = "iPad Pro (9.7-inch)", | ||
iPad_Pro_10_5_inch_1 = "iPad Pro (10.5-inch)", | ||
iPad_Pro_11_inch_1 = "iPad Pro (11-inch) (1st generation)", | ||
iPad_Pro_12_9_inch_1 = "iPad Pro (12.9-inch) (1st generation)", | ||
iPad_Pro_11_inch_2 = "iPad Pro (11-inch) (2nd generation)", | ||
iPad_Pro_12_9_inch_2 = "iPad Pro (12.9-inch) (2nd generation)", | ||
iPad_Pro_11_inch_3 = "iPad Pro (11-inch) (3rd generation)", | ||
/** @deprecated use {@link iPad_Pro_12_9_inch_3 } instead */ | ||
@@ -28,9 +11,2 @@ iPad_Pro_3 = "iPad Pro (12.9-inch) (3rd generation)", | ||
iPad_Pro_11_inch_4 = "iPad Pro (11-inch) (4th generation)", | ||
iPad_Pro_12_9_inch_4 = "iPad Pro (12.9-inch) (4th generation)", | ||
iPad_Pro_12_9_inch_5 = "iPad Pro (12.9-inch) (5th generation)", | ||
iPad_Pro_12_9_inch_6 = "iPad Pro (12.9-inch) (6th generation)", | ||
iPhone_6s = "iPhone 6s", | ||
iPhone_6s_Plus = "iPhone 6s Plus", | ||
iPhone_7 = "iPhone 7", | ||
iPhone_7_Plus = "iPhone 7 Plus", | ||
iPhone_8 = "iPhone 8", | ||
@@ -43,3 +19,2 @@ iPhone_8_Plus = "iPhone 8 Plus", | ||
iPhone_Xs = "iPhone Xs", | ||
iPhone_Xs_Max = "iPhone Xs Max", | ||
iPhone_11 = "iPhone 11", | ||
@@ -53,20 +28,9 @@ iPhone_11_Pro_Max = "iPhone 11 Pro Max", | ||
iPhone_13 = "iPhone 13", | ||
iPhone_13_mini = "iPhone 13 mini", | ||
iPhone_13_Pro_Max = "iPhone 13 Pro Max", | ||
iPhone_13_Pro = "iPhone 13 Pro", | ||
iPhone_14 = "iPhone 14", | ||
iPhone_14_Plus = "iPhone 14 Plus", | ||
iPhone_14_Pro = "iPhone 14 Pro", | ||
iPhone_14_Pro_Max = "iPhone 14 Pro Max", | ||
iPhone_15 = "iPhone 15", | ||
iPhone_15_Plus = "iPhone 15 Plus", | ||
iPhone_15_Pro = "iPhone 15 Pro", | ||
iPhone_15_Pro_Max = "iPhone 15 Pro Max", | ||
/** @deprecated use {@link iPhone_SE_1 } instead */ | ||
iPhone_SE = "iPhone SE (1st generation)", | ||
iPhone_SE_1 = "iPhone SE (1st generation)", | ||
iPhone_SE_2 = "iPhone SE (2nd generation)", | ||
iPhone_SE_3 = "iPhone SE (3rd generation)", | ||
iPod_touch_7 = "iPod touch (7th generation)" | ||
iPhone_15_Pro_Max = "iPhone 15 Pro Max" | ||
} | ||
export type IosDeviceName = `${IosDeviceNameEnum}`; |
@@ -50,3 +50,5 @@ import { BrowserType } from '../enums/BrowserType'; | ||
export type IOSMultiDeviceInfo = { | ||
deviceName: IosMultiDeviceTarget; | ||
iosDeviceInfo: { | ||
deviceName: IosMultiDeviceTarget; | ||
}; | ||
}; | ||
@@ -53,0 +55,0 @@ export type RenderInfoLegacy = RenderInfoBase & (DesktopBrowserInfo | ChromeEmulationInfo | IOSDeviceInfo | AndroidDeviceInfo | ChromeEmulationInfoLegacy); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
463502
8743
+ Added@applitools/core@4.18.1(transitive)
+ Added@applitools/dom-capture@11.3.1(transitive)
- Removed@applitools/core@4.18.0(transitive)
- Removed@applitools/dom-capture@11.3.0(transitive)
Updated@applitools/core@4.18.1