@applitools/core 4.50.3 → 4.50.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.50.4](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.3...js/core@4.50.4) (2025-10-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/dom-snapshot bumped to 4.13.12
14
+ #### Bug Fixes
15
+
16
+ * upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
17
+ * @applitools/ufg-client bumped to 1.17.5
18
+ #### Bug Fixes
19
+
20
+ * upgrade from @applitools/css-tree fork to official css-tree v3.1.0 | AD-11642 ([#3286](https://github.com/Applitools-Dev/sdk/issues/3286)) ([187ac4b](https://github.com/Applitools-Dev/sdk/commit/187ac4bbca0921ed692b2a676200c6a967c0fb33))
21
+
3
22
  ## [4.50.3](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.2...js/core@4.50.3) (2025-10-21)
4
23
 
5
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.50.3",
3
+ "version": "4.50.4",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -81,7 +81,7 @@
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.11",
84
+ "@applitools/dom-snapshot": "4.13.12",
85
85
  "@applitools/driver": "1.24.0",
86
86
  "@applitools/ec-client": "1.12.11",
87
87
  "@applitools/logger": "2.2.4",
@@ -91,7 +91,7 @@
91
91
  "@applitools/snippets": "2.7.0",
92
92
  "@applitools/socket": "1.3.5",
93
93
  "@applitools/spec-driver-webdriver": "1.5.0",
94
- "@applitools/ufg-client": "1.17.4",
94
+ "@applitools/ufg-client": "1.17.5",
95
95
  "@applitools/utils": "1.12.0",
96
96
  "@types/ws": "8.5.5",
97
97
  "abort-controller": "3.0.0",