@applitools/core 3.11.2 → 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.
- package/CHANGELOG.md +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
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
|
+
|
|
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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/ufg-client bumped to 1.9.3
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* avoid saving data urls in cache (both sync and async) ([#1940](https://github.com/applitools/eyes.sdk.javascript1/issues/1940)) ([170181a](https://github.com/applitools/eyes.sdk.javascript1/commit/170181a3e4918411f3f18bbc4481b0752edf335f))
|
|
24
|
+
|
|
3
25
|
## [3.11.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.11.1...js/core@3.11.2) (2023-09-25)
|
|
4
26
|
|
|
5
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/core",
|
|
3
|
-
"version": "3.11.
|
|
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.
|
|
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",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@applitools/snippets": "2.4.24",
|
|
78
78
|
"@applitools/socket": "1.1.11",
|
|
79
79
|
"@applitools/spec-driver-webdriver": "1.0.46",
|
|
80
|
-
"@applitools/ufg-client": "1.9.
|
|
80
|
+
"@applitools/ufg-client": "1.9.3",
|
|
81
81
|
"@applitools/utils": "1.6.1",
|
|
82
82
|
"@types/ws": "8.5.5",
|
|
83
83
|
"abort-controller": "3.0.0",
|