@applitools/eyes-webdriverio 5.43.2 → 5.43.3

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@
10
10
 
11
11
 
12
12
 
13
+ ## 5.43.3 - 2023/4/19
14
+
15
+ ### Features
16
+ - No features
17
+ ### Bug fixes
18
+
13
19
  ## 5.43.2 - 2023/4/18
14
20
 
15
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.43.2",
3
+ "version": "5.43.3",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -112,7 +112,7 @@
112
112
  "postpublish": "bongo send-release-notification --name 'js_wdio_5'"
113
113
  },
114
114
  "dependencies": {
115
- "@applitools/eyes": "1.2.1",
115
+ "@applitools/eyes": "1.2.2",
116
116
  "@applitools/spec-driver-webdriverio": "1.4.39"
117
117
  },
118
118
  "devDependencies": {