@applitools/eyes-webdriverio 5.44.0 → 5.44.2

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -10,6 +10,18 @@
10
10
 
11
11
 
12
12
 
13
+ ## 5.44.2 - 2023/6/1
14
+
15
+ ### Features
16
+ ### Bug fixes
17
+ - Increase timeout for rendering results polling
18
+
19
+ ## 5.44.1 - 2023/5/19
20
+
21
+ ### Features
22
+ ### Bug fixes
23
+ - Fixed issue with Safari mobile screenshots
24
+
13
25
  ## 5.44.0 - 2023/5/13
14
26
 
15
27
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.44.0",
3
+ "version": "5.44.2",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -112,14 +112,14 @@
112
112
  "postpublish": "bongo send-release-notification --name 'js_wdio_5'"
113
113
  },
114
114
  "dependencies": {
115
- "@applitools/eyes": "1.2.10",
116
- "@applitools/spec-driver-webdriverio": "1.5.0"
115
+ "@applitools/eyes": "1.2.14",
116
+ "@applitools/spec-driver-webdriverio": "1.5.2"
117
117
  },
118
118
  "devDependencies": {
119
119
  "@applitools/api-extractor": "1.2.21",
120
- "@applitools/bongo": "^3.0.3",
120
+ "@applitools/bongo": "^4.0.0",
121
121
  "@applitools/sdk-coverage-tests": "^3.0.2",
122
- "@applitools/test-utils": "1.5.16",
122
+ "@applitools/test-utils": "1.5.17",
123
123
  "@types/node": "^16.18.14",
124
124
  "@wdio/cli": "^8.3.9",
125
125
  "@wdio/dot-reporter": "^8.3.0",