@applitools/eyes 1.31.3 → 1.32.1

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
@@ -1,5 +1,70 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.32.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.32.0...js/eyes@1.32.1) (2025-02-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.16.4
9
+ #### Bug Fixes
10
+
11
+ * environment without type in ios should be considered web ([#2779](https://github.com/Applitools-Dev/sdk/issues/2779)) ([1a0dc18](https://github.com/Applitools-Dev/sdk/commit/1a0dc186d782ee8dacccf4ea9d10b513416b7492))
12
+ * specifying chrome version in UFG chrome emulations ([#2773](https://github.com/Applitools-Dev/sdk/issues/2773)) ([e86af5d](https://github.com/Applitools-Dev/sdk/commit/e86af5d8d616fb54a6cbe0a23db691d0b190b0f6))
13
+ * @applitools/core bumped to 4.31.2
14
+ #### Bug Fixes
15
+
16
+ * environment without type in ios should be considered web ([#2779](https://github.com/Applitools-Dev/sdk/issues/2779)) ([1a0dc18](https://github.com/Applitools-Dev/sdk/commit/1a0dc186d782ee8dacccf4ea9d10b513416b7492))
17
+ * move log line for closing batch in offline cli ([#2768](https://github.com/Applitools-Dev/sdk/issues/2768)) ([bfb51a9](https://github.com/Applitools-Dev/sdk/commit/bfb51a94d8e7d51020aac62dd78038fdeb819a68))
18
+
19
+
20
+
21
+
22
+ ## [1.32.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.3...js/eyes@1.32.0) (2025-01-30)
23
+
24
+
25
+ ### Features
26
+
27
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * @applitools/dom-snapshot bumped to 4.11.15
33
+
34
+ * @applitools/driver bumped to 1.20.4
35
+ #### Bug Fixes
36
+
37
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
38
+ * @applitools/spec-driver-webdriver bumped to 1.1.25
39
+
40
+ * @applitools/spec-driver-selenium bumped to 1.5.95
41
+
42
+ * @applitools/spec-driver-puppeteer bumped to 1.4.24
43
+
44
+ * @applitools/screenshoter bumped to 3.10.5
45
+
46
+ * @applitools/nml-client bumped to 1.8.24
47
+
48
+ * @applitools/ufg-client bumped to 1.16.3
49
+ #### Bug Fixes
50
+
51
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
52
+ * @applitools/ec-client bumped to 1.10.3
53
+
54
+ * @applitools/core bumped to 4.31.0
55
+ #### Features
56
+
57
+ * remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
58
+
59
+
60
+ #### Bug Fixes
61
+
62
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
63
+ * unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
64
+
65
+
66
+
67
+
3
68
  ## [1.31.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.31.2...js/eyes@1.31.3) (2025-01-23)
4
69
 
5
70
 
@@ -17,7 +17,6 @@ var IosDeviceNameEnum;
17
17
  IosDeviceNameEnum["iPad_Pro_11_inch_4"] = "iPad Pro (11-inch) (4th generation)";
18
18
  IosDeviceNameEnum["iPhone_SE_2"] = "iPhone SE (2nd generation)";
19
19
  IosDeviceNameEnum["iPhone_SE_3"] = "iPhone SE (3rd generation)";
20
- IosDeviceNameEnum["iPhone_X"] = "iPhone X";
21
20
  IosDeviceNameEnum["iPhone_XR"] = "iPhone XR";
22
21
  /** @deprecated use {@link iPhone_Xs } instead */
23
22
  IosDeviceNameEnum["iPhone_XS"] = "iPhone Xs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.31.3",
3
+ "version": "1.32.1",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,7 +46,7 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.30.1",
49
+ "@applitools/core": "4.31.2",
50
50
  "@applitools/logger": "2.1.0",
51
51
  "@applitools/utils": "1.7.7",
52
52
  "chalk": "4.1.2"
@@ -12,7 +12,6 @@ export declare enum IosDeviceNameEnum {
12
12
  iPad_Pro_11_inch_4 = "iPad Pro (11-inch) (4th generation)",
13
13
  iPhone_SE_2 = "iPhone SE (2nd generation)",
14
14
  iPhone_SE_3 = "iPhone SE (3rd generation)",
15
- iPhone_X = "iPhone X",
16
15
  iPhone_XR = "iPhone XR",
17
16
  /** @deprecated use {@link iPhone_Xs } instead */
18
17
  iPhone_XS = "iPhone Xs",