@applitools/core 4.53.1 → 4.53.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,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.53.2](https://github.com/Applitools-Dev/sdk/compare/js/core@4.53.1...js/core@4.53.2) (2025-12-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Upgrade core version ([#3398](https://github.com/Applitools-Dev/sdk/issues/3398)) ([68858c7](https://github.com/Applitools-Dev/sdk/commit/68858c7024e0413c1cc6af68752b1c3a9a04bb0b))
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
+
3
18
  ## [4.53.1](https://github.com/Applitools-Dev/sdk/compare/js/core@4.53.0...js/core@4.53.1) (2025-12-01)
4
19
 
5
20
 
package/dist/open-eyes.js CHANGED
@@ -213,7 +213,6 @@ function refineMissingApiKeyException(error, sdk) {
213
213
  eyes_selenium: undefined,
214
214
  eyes_universal: undefined,
215
215
  eyes_capybara: undefined,
216
- eyes_calabash: undefined,
217
216
  },
218
217
  java: {
219
218
  java_appium: undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "4.53.1",
3
+ "version": "4.53.2",
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.30.1",
83
83
  "@applitools/dom-capture": "11.6.7",
84
- "@applitools/dom-snapshot": "4.15.2",
84
+ "@applitools/dom-snapshot": "4.15.3",
85
85
  "@applitools/driver": "1.24.3",
86
86
  "@applitools/ec-client": "1.12.14",
87
87
  "@applitools/logger": "2.2.7",