@applitools/core 4.50.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
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
+
3
18
  ## [4.50.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.50.1...js/core@4.50.2) (2025-10-16)
4
19
 
5
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.50.2",
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,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.10",
84
+ "@applitools/dom-snapshot": "4.13.11",
85
85
  "@applitools/driver": "1.24.0",
86
86
  "@applitools/ec-client": "1.12.11",
87
87
  "@applitools/logger": "2.2.4",