@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 CHANGED
@@ -8,6 +8,13 @@
8
8
 
9
9
 
10
10
 
11
+ ## 4.61.0 - 2022/10/18
12
+
13
+ ### Features
14
+ - Drop support for Android 9 and Android 10 specific devices
15
+ ### Bug fixes
16
+ - Fixed error that was happening when test results were deleted
17
+
11
18
  ## 4.60.2 - 2022/10/13
12
19
 
13
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-selenium",
3
- "version": "4.60.2",
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.1.6",
69
- "@applitools/eyes-api": "1.8.6",
70
- "@applitools/spec-driver-selenium": "1.5.2"
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 Note 8" | "Galaxy Note 9" | "Galaxy S8" | "Galaxy S8 Plus" | "Galaxy S9" | "Galaxy S9 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";
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',