@applitools/eyes 1.36.16 → 1.36.17

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,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.36.17](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.16...js/eyes@1.36.17) (2025-12-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.15.3
14
+ #### Bug Fixes
15
+
16
+ * capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
17
+ * @applitools/core bumped to 4.53.2
18
+ #### Bug Fixes
19
+
20
+ * Upgrade core version ([#3398](https://github.com/Applitools-Dev/sdk/issues/3398)) ([68858c7](https://github.com/Applitools-Dev/sdk/commit/68858c7024e0413c1cc6af68752b1c3a9a04bb0b))
21
+
22
+
23
+
24
+
3
25
  ## [1.36.16](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.15...js/eyes@1.36.16) (2025-11-19)
4
26
 
5
27
 
@@ -104,6 +104,9 @@ exports.IosMultiDeviceTarget = {
104
104
  get iPhone_16() {
105
105
  return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16');
106
106
  },
107
+ get iPhone_16e() {
108
+ return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16e');
109
+ },
107
110
  get iPhone_16_Pro() {
108
111
  return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16 Pro');
109
112
  },
@@ -113,4 +116,16 @@ exports.IosMultiDeviceTarget = {
113
116
  get iPhone_16_Pro_Max() {
114
117
  return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16 Pro Max');
115
118
  },
119
+ get iPhone_17() {
120
+ return new IosDeviceTarget_1.IosDeviceTarget('iPhone 17');
121
+ },
122
+ get iPhone_17_Pro() {
123
+ return new IosDeviceTarget_1.IosDeviceTarget('iPhone 17 Pro');
124
+ },
125
+ get iPhone_17_Pro_Max() {
126
+ return new IosDeviceTarget_1.IosDeviceTarget('iPhone 17 Pro Max');
127
+ },
128
+ get iPhone_Air() {
129
+ return new IosDeviceTarget_1.IosDeviceTarget('iPhone Air');
130
+ },
116
131
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.36.16",
3
+ "version": "1.36.17",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -46,14 +46,14 @@
46
46
  "test": "run --top-level mocha './test/**/*.spec.ts'"
47
47
  },
48
48
  "dependencies": {
49
- "@applitools/core": "4.53.0",
50
- "@applitools/logger": "2.2.6",
51
- "@applitools/utils": "1.14.0",
49
+ "@applitools/core": "4.53.2",
50
+ "@applitools/logger": "2.2.7",
51
+ "@applitools/utils": "1.14.1",
52
52
  "chalk": "4.1.2",
53
53
  "yargs": "17.7.2"
54
54
  },
55
55
  "devDependencies": {
56
- "@applitools/req": "^1.8.6",
56
+ "@applitools/req": "^1.8.7",
57
57
  "@types/node": "^12.20.55"
58
58
  },
59
59
  "engines": {
@@ -33,10 +33,15 @@ export declare const IosMultiDeviceTarget: {
33
33
  readonly iPhone_15_Plus: IosDeviceTarget;
34
34
  readonly iPhone_15_Pro_Max: IosDeviceTarget;
35
35
  readonly iPhone_16: IosDeviceTarget;
36
+ readonly iPhone_16e: IosDeviceTarget;
36
37
  readonly iPhone_16_Pro: IosDeviceTarget;
37
38
  readonly iPhone_16_Plus: IosDeviceTarget;
38
39
  readonly iPhone_16_Pro_Max: IosDeviceTarget;
40
+ readonly iPhone_17: IosDeviceTarget;
41
+ readonly iPhone_17_Pro: IosDeviceTarget;
42
+ readonly iPhone_17_Pro_Max: IosDeviceTarget;
43
+ readonly iPhone_Air: IosDeviceTarget;
39
44
  };
40
45
  export type IosDeviceTargetKeys = keyof typeof IosMultiDeviceTarget;
41
46
  export type IosDeviceTargetValues = IosDeviceTarget;
42
- export type IosDeviceTargetNames = 'iPhone SE (1st generation)' | 'iPhone SE (2nd generation)' | 'iPhone SE (3rd generation)' | 'iPhone 6' | 'iPhone 6 Plus' | 'iPhone 7' | 'iPhone 7 Plus' | 'iPhone 8' | 'iPhone 8 Plus' | 'iPhone X' | 'iPhone XR' | 'iPhone Xs' | 'iPhone Xs Max' | 'iPhone 11' | 'iPhone 11 Pro' | 'iPhone 11 Pro Max' | 'iPhone 12' | 'iPhone 12 mini' | 'iPhone 12 Pro' | 'iPhone 12 Pro Max' | 'iPhone 13' | 'iPhone 13 mini' | 'iPhone 13 Pro' | 'iPhone 13 Pro Max' | 'iPhone 14' | 'iPhone 14 Pro' | 'iPhone 14 Plus' | 'iPhone 14 Pro Max' | 'iPhone 15' | 'iPhone 15 Pro' | 'iPhone 15 Plus' | 'iPhone 15 Pro Max' | 'iPhone 16' | 'iPhone 16 Pro' | 'iPhone 16 Plus' | 'iPhone 16 Pro Max';
47
+ export type IosDeviceTargetNames = 'iPhone SE (1st generation)' | 'iPhone SE (2nd generation)' | 'iPhone SE (3rd generation)' | 'iPhone 6' | 'iPhone 6 Plus' | 'iPhone 7' | 'iPhone 7 Plus' | 'iPhone 8' | 'iPhone 8 Plus' | 'iPhone X' | 'iPhone XR' | 'iPhone Xs' | 'iPhone Xs Max' | 'iPhone 11' | 'iPhone 11 Pro' | 'iPhone 11 Pro Max' | 'iPhone 12' | 'iPhone 12 mini' | 'iPhone 12 Pro' | 'iPhone 12 Pro Max' | 'iPhone 13' | 'iPhone 13 mini' | 'iPhone 13 Pro' | 'iPhone 13 Pro Max' | 'iPhone 14' | 'iPhone 14 Pro' | 'iPhone 14 Plus' | 'iPhone 14 Pro Max' | 'iPhone 15' | 'iPhone 15 Pro' | 'iPhone 15 Plus' | 'iPhone 15 Pro Max' | 'iPhone 16' | 'iPhone 16e' | 'iPhone 16 Pro' | 'iPhone 16 Plus' | 'iPhone 16 Pro Max' | 'iPhone 17' | 'iPhone 17 Pro' | 'iPhone 17 Pro Max' | 'iPhone Air';