@applitools/eyes-cypress 3.33.0 → 3.33.1

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 +7 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -12,6 +12,13 @@
12
12
 
13
13
 
14
14
 
15
+ ## 3.33.1 - 2023/5/31
16
+
17
+ ### Features
18
+ ### Bug fixes
19
+ - Increase timeout for rendering results polling
20
+ - Fixed issue when logs are not show up
21
+
15
22
  ## 3.33.0 - 2023/5/23
16
23
 
17
24
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.33.0",
3
+ "version": "3.33.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
@@ -69,10 +69,10 @@
69
69
  }
70
70
  },
71
71
  "dependencies": {
72
- "@applitools/core": "3.1.0",
73
- "@applitools/eyes": "1.2.13",
72
+ "@applitools/core": "3.2.1",
73
+ "@applitools/eyes": "1.2.14",
74
74
  "@applitools/functional-commons": "1.6.0",
75
- "@applitools/logger": "2.0.1",
75
+ "@applitools/logger": "2.0.2",
76
76
  "@applitools/utils": "1.3.37",
77
77
  "boxen": "5.1.2",
78
78
  "chalk": "3.0.0",
@@ -82,10 +82,10 @@
82
82
  },
83
83
  "devDependencies": {
84
84
  "@applitools/api-extractor": "^1.2.21",
85
- "@applitools/bongo": "^3.0.4",
85
+ "@applitools/bongo": "^4.0.0",
86
86
  "@applitools/sdk-coverage-tests": "^3.0.2",
87
87
  "@applitools/snaptdout": "1.0.1",
88
- "@applitools/test-server": "1.2.1",
88
+ "@applitools/test-server": "1.2.2",
89
89
  "@applitools/test-utils": "1.5.17",
90
90
  "@types/node": "12",
91
91
  "@types/semver": "^7.3.13",