@applitools/core 3.6.4 → 3.6.5

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 +4 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## [3.6.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.6.4...js/core@3.6.5) (2023-07-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * rendering issue with chrome >113 and css white-space property ([cf34ad1](https://github.com/applitools/eyes.sdk.javascript1/commit/cf34ad1a5b3cba0b29b3509616b20a2b1313c62f))
11
+
12
+
13
+ ### Dependencies
14
+
15
+ * @applitools/ufg-client bumped to 1.5.3
16
+ #### Bug Fixes
17
+
18
+ * consider response headers and status code which are returned from the EC resource handler ([#1823](https://github.com/applitools/eyes.sdk.javascript1/issues/1823)) ([b7bd541](https://github.com/applitools/eyes.sdk.javascript1/commit/b7bd5415ae8f92a8032fc68ba993ccac1d9ff76a))
19
+
5
20
  ## [3.6.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/core@3.6.3...js/core@3.6.4) (2023-07-21)
6
21
 
7
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/core",
3
- "version": "3.6.4",
3
+ "version": "3.6.5",
4
4
  "homepage": "https://applitools.com",
5
5
  "bugs": {
6
6
  "url": "https://github.com/applitools/eyes.sdk.javascript1/issues"
@@ -70,7 +70,7 @@
70
70
  "dependencies": {
71
71
  "@applitools/core-base": "1.4.3",
72
72
  "@applitools/dom-capture": "11.2.2",
73
- "@applitools/dom-snapshot": "4.7.9",
73
+ "@applitools/dom-snapshot": "4.7.10",
74
74
  "@applitools/driver": "1.13.3",
75
75
  "@applitools/ec-client": "1.7.3",
76
76
  "@applitools/logger": "2.0.7",
@@ -80,7 +80,7 @@
80
80
  "@applitools/snippets": "2.4.21",
81
81
  "@applitools/socket": "1.1.7",
82
82
  "@applitools/spec-driver-webdriver": "1.0.40",
83
- "@applitools/ufg-client": "1.5.2",
83
+ "@applitools/ufg-client": "1.5.3",
84
84
  "@applitools/utils": "1.5.0",
85
85
  "@types/ws": "8.5.5",
86
86
  "abort-controller": "3.0.0",
@@ -91,8 +91,7 @@
91
91
  "yargs": "17.7.2"
92
92
  },
93
93
  "devDependencies": {
94
- "@applitools/bongo": "^5.1.5",
95
- "@applitools/sdk-coverage-tests": "^3.1.0",
94
+ "@applitools/bongo": "^5.3.0",
96
95
  "@applitools/spec-driver-puppeteer": "^1.1.71",
97
96
  "@applitools/spec-driver-selenium": "^1.5.54",
98
97
  "@applitools/spec-driver-webdriverio": "^1.5.9",