@applitools/core 3.11.3 → 3.11.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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.11.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.11.3...js/core@3.11.4) (2023-09-28)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/ec-client bumped to 1.7.11
9
+
10
+ * @applitools/core-base bumped to 1.7.0
11
+ #### Features
12
+
13
+ * add support for passing a DOM mapping file to deobfuscate RCA ([8c99f8d](https://github.com/applitools/eyes.sdk.javascript1/commit/8c99f8da53ded229306fe2f3da89cb3b5691e2c0))
14
+
3
15
  ## [3.11.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.11.2...js/core@3.11.3) (2023-09-28)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "3.11.3",
3
+ "version": "3.11.4",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -65,7 +65,7 @@
65
65
  "compress": "GZip"
66
66
  },
67
67
  "dependencies": {
68
- "@applitools/core-base": "1.6.1",
68
+ "@applitools/core-base": "1.7.0",
69
69
  "@applitools/dom-capture": "11.2.3",
70
70
  "@applitools/dom-snapshot": "4.7.11",
71
71
  "@applitools/driver": "1.14.2",