@applitools/eyes-cypress 3.27.8 → 3.27.9

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 +8 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -11,6 +11,14 @@
11
11
 
12
12
 
13
13
 
14
+ ## 3.27.9 - 2022/12/21
15
+
16
+ ### Features
17
+ - Additional internal event logs
18
+ ### Bug fixes
19
+ - Handle fake shadowRoot with UFG
20
+ - Handed error during polling in long requests to eyes server
21
+
14
22
  ## 3.27.8 - 2022/11/19
15
23
 
16
24
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.27.8",
3
+ "version": "3.27.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
@@ -56,11 +56,11 @@
56
56
  }
57
57
  },
58
58
  "dependencies": {
59
- "@applitools/core": "1.2.12",
60
- "@applitools/eyes-api": "1.10.4",
61
- "@applitools/eyes-universal": "2.17.2",
59
+ "@applitools/core": "1.3.4",
60
+ "@applitools/eyes-api": "1.11.3",
61
+ "@applitools/eyes-universal": "2.17.4",
62
62
  "@applitools/functional-commons": "1.6.0",
63
- "@applitools/logger": "1.1.30",
63
+ "@applitools/logger": "1.1.35",
64
64
  "chalk": "3.0.0",
65
65
  "semver": "7.3.8",
66
66
  "uuid": "8.3.2",
@@ -70,11 +70,11 @@
70
70
  "devDependencies": {
71
71
  "@applitools/bongo": "^2.2.0",
72
72
  "@applitools/scripts": "1.2.0",
73
- "@applitools/sdk-coverage-tests": "^2.7.8",
73
+ "@applitools/sdk-coverage-tests": "^2.7.10",
74
74
  "@applitools/snaptdout": "1.0.1",
75
- "@applitools/test-server": "1.1.10",
76
- "@applitools/test-utils": "1.5.2",
77
- "@applitools/utils": "1.3.16",
75
+ "@applitools/test-server": "1.1.15",
76
+ "@applitools/test-utils": "1.5.4",
77
+ "@applitools/utils": "1.3.21",
78
78
  "@types/node": "12",
79
79
  "@types/which": "^2.0.1",
80
80
  "@types/ws": "^8.2.2",