@applitools/eyes 1.38.0 → 1.38.2

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,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.38.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.1...js/eyes@1.38.2) (2026-01-27)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.56.1
9
+ #### Bug Fixes
10
+
11
+ * take branch and parent from scm integration and populate in field- fld-4074 ([#3492](https://github.com/Applitools-Dev/sdk/issues/3492)) ([0af3128](https://github.com/Applitools-Dev/sdk/commit/0af31283888c2896604656251df2455d39c93cbf))
12
+
13
+ ## [1.38.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.38.0...js/eyes@1.38.1) (2026-01-21)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/dom-snapshot bumped to 4.15.7
19
+ #### Bug Fixes
20
+
21
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
22
+ * @applitools/ufg-client bumped to 1.19.0
23
+ #### Features
24
+
25
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
26
+ * @applitools/core bumped to 4.56.0
27
+ #### Features
28
+
29
+ * add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
30
+
31
+
32
+ #### Bug Fixes
33
+
34
+ * add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
35
+
36
+
37
+
38
+
3
39
  ## [1.38.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.37.0...js/eyes@1.38.0) (2026-01-19)
4
40
 
5
41
 
@@ -5,6 +5,7 @@ exports.DeviceNameEnum = void 0;
5
5
  var DeviceNameEnum;
6
6
  (function (DeviceNameEnum) {
7
7
  DeviceNameEnum["iPhone_4"] = "iPhone 4";
8
+ /** @deprecated use {@link iPhone_5_SE } instead */
8
9
  DeviceNameEnum["iPhone_5SE"] = "iPhone 5/SE";
9
10
  /** @deprecated use {@link iPhone_5SE } instead */
10
11
  DeviceNameEnum["iPhone_5S_E"] = "iPhone 5/SE";
@@ -105,4 +106,6 @@ var DeviceNameEnum;
105
106
  DeviceNameEnum["Xiaomi_Redmi_Note_8"] = "Xiaomi Redmi Note 8";
106
107
  DeviceNameEnum["Xiaomi_Mi_Poco_X3_Pro"] = "Xiaomi Mi Poco X3 Pro";
107
108
  DeviceNameEnum["Xiaomi_Poco_X3"] = "Xiaomi Poco X3";
109
+ DeviceNameEnum["iPhone_5_SE"] = "iPhone 5/SE";
110
+ DeviceNameEnum["Pixel_7"] = "Pixel 7";
108
111
  })(DeviceNameEnum || (exports.DeviceNameEnum = DeviceNameEnum = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.38.0",
3
+ "version": "1.38.2",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -50,7 +50,7 @@
50
50
  "test": "run --top-level mocha './test/**/*.spec.ts'"
51
51
  },
52
52
  "dependencies": {
53
- "@applitools/core": "4.55.0",
53
+ "@applitools/core": "4.56.1",
54
54
  "@applitools/logger": "2.2.7",
55
55
  "@applitools/utils": "1.14.1",
56
56
  "chalk": "4.1.2",
@@ -65,5 +65,11 @@
65
65
  },
66
66
  "publishConfig": {
67
67
  "access": "public"
68
+ },
69
+ "lavamoat": {
70
+ "allowScripts": {
71
+ "@applitools/core>ws>bufferutil": false,
72
+ "@applitools/core>ws>utf-8-validate": false
73
+ }
68
74
  }
69
75
  }
@@ -1,5 +1,6 @@
1
1
  export declare enum DeviceNameEnum {
2
2
  iPhone_4 = "iPhone 4",
3
+ /** @deprecated use {@link iPhone_5_SE } instead */
3
4
  iPhone_5SE = "iPhone 5/SE",
4
5
  /** @deprecated use {@link iPhone_5SE } instead */
5
6
  iPhone_5S_E = "iPhone 5/SE",
@@ -99,6 +100,8 @@ export declare enum DeviceNameEnum {
99
100
  Huawei_P40 = "Huawei P40",
100
101
  Xiaomi_Redmi_Note_8 = "Xiaomi Redmi Note 8",
101
102
  Xiaomi_Mi_Poco_X3_Pro = "Xiaomi Mi Poco X3 Pro",
102
- Xiaomi_Poco_X3 = "Xiaomi Poco X3"
103
+ Xiaomi_Poco_X3 = "Xiaomi Poco X3",
104
+ iPhone_5_SE = "iPhone 5/SE",
105
+ Pixel_7 = "Pixel 7"
103
106
  }
104
107
  export type DeviceName = `${DeviceNameEnum}`;