@applitools/core 4.50.1 → 4.50.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,44 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.50.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.1...js/core@4.50.2) (2025-10-16)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.13.10
14
+ #### Bug Fixes
15
+
16
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
17
+
18
+
19
+
20
+ * @applitools/driver bumped to 1.24.0
21
+ #### Features
22
+
23
+ * 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))
24
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
25
+ #### Features
26
+
27
+ * 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))
28
+
29
+
30
+
31
+ * @applitools/spec-driver-selenium bumped to 1.7.6
32
+
33
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
34
+
35
+ * @applitools/screenshoter bumped to 3.12.7
36
+
37
+ * @applitools/nml-client bumped to 1.11.9
38
+
39
+ * @applitools/ec-client bumped to 1.12.11
40
+
41
+
3
42
  ## [4.50.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.0...js/core@4.50.1) (2025-10-09)
4
43
 
5
44
 
@@ -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.2",
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.10",
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",