@applitools/core 4.50.1 → 4.50.3

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,59 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.50.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.2...js/core@4.50.3) (2025-10-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.13.11
14
+ #### Bug Fixes
15
+
16
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
17
+
18
+ ## [4.50.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.1...js/core@4.50.2) (2025-10-16)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * @applitools/dom-snapshot bumped to 4.13.10
29
+ #### Bug Fixes
30
+
31
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
32
+
33
+
34
+
35
+ * @applitools/driver bumped to 1.24.0
36
+ #### Features
37
+
38
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
39
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
40
+ #### Features
41
+
42
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
43
+
44
+
45
+
46
+ * @applitools/spec-driver-selenium bumped to 1.7.6
47
+
48
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
49
+
50
+ * @applitools/screenshoter bumped to 3.12.7
51
+
52
+ * @applitools/nml-client bumped to 1.11.9
53
+
54
+ * @applitools/ec-client bumped to 1.12.11
55
+
56
+
3
57
  ## [4.50.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.0...js/core@4.50.1) (2025-10-09)
4
58
 
5
59
 
@@ -49,6 +49,11 @@ async function verifyEnvironmentsInfo({ environments, ufgClient, }) {
49
49
  invalid.push(deviceName);
50
50
  }
51
51
  }
52
+ else {
53
+ // Environments without width/height and not specifying mobile or iOS emulation are considered invalid,
54
+ // because they do not match any supported environment type.
55
+ invalid.push(JSON.stringify(environment));
56
+ }
52
57
  }));
53
58
  if (invalid.length > 0) {
54
59
  throw new Error(`The specified UFG environment(s): ${invalid
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.50.1",
3
+ "version": "4.50.3",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -81,16 +81,16 @@
81
81
  "dependencies": {
82
82
  "@applitools/core-base": "1.28.2",
83
83
  "@applitools/dom-capture": "11.6.5",
84
- "@applitools/dom-snapshot": "4.13.9",
85
- "@applitools/driver": "1.23.5",
86
- "@applitools/ec-client": "1.12.10",
84
+ "@applitools/dom-snapshot": "4.13.11",
85
+ "@applitools/driver": "1.24.0",
86
+ "@applitools/ec-client": "1.12.11",
87
87
  "@applitools/logger": "2.2.4",
88
- "@applitools/nml-client": "1.11.8",
88
+ "@applitools/nml-client": "1.11.9",
89
89
  "@applitools/req": "1.8.4",
90
- "@applitools/screenshoter": "3.12.6",
90
+ "@applitools/screenshoter": "3.12.7",
91
91
  "@applitools/snippets": "2.7.0",
92
92
  "@applitools/socket": "1.3.5",
93
- "@applitools/spec-driver-webdriver": "1.4.5",
93
+ "@applitools/spec-driver-webdriver": "1.5.0",
94
94
  "@applitools/ufg-client": "1.17.4",
95
95
  "@applitools/utils": "1.12.0",
96
96
  "@types/ws": "8.5.5",
@@ -106,8 +106,8 @@
106
106
  "devDependencies": {
107
107
  "@applitools/bongo": "^5.10.0",
108
108
  "@applitools/sea": "^1.0.0",
109
- "@applitools/spec-driver-puppeteer": "^1.6.5",
110
- "@applitools/spec-driver-selenium": "^1.7.5",
109
+ "@applitools/spec-driver-puppeteer": "^1.6.6",
110
+ "@applitools/spec-driver-selenium": "^1.7.6",
111
111
  "@applitools/test-server": "^1.3.3",
112
112
  "@applitools/test-utils": "^1.5.17",
113
113
  "@applitools/tunnel-client": "^1.11.2",