@applitools/eyes-webdriverio 5.45.1 → 5.45.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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.45.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.45.1...js/eyes-webdriverio@5.45.2) (2023-08-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/nml-client bumped to 1.5.7
9
+ #### Bug Fixes
10
+
11
+ * propagate stitch mode to applitools lib ([a2dcedb](https://github.com/applitools/eyes.sdk.javascript1/commit/a2dcedb4bc6b999c137ed2aab43e0a463aa90169))
12
+ * @applitools/core bumped to 3.9.0
13
+ #### Features
14
+
15
+ * re-release ([e62abc7](https://github.com/applitools/eyes.sdk.javascript1/commit/e62abc7e74ea0e193eb7770036ae7f97bd11188a))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * propagate stitch mode to applitools lib ([a2dcedb](https://github.com/applitools/eyes.sdk.javascript1/commit/a2dcedb4bc6b999c137ed2aab43e0a463aa90169))
21
+
22
+
23
+
24
+ * @applitools/eyes bumped to 1.7.2
25
+
26
+
3
27
  ## [5.45.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-webdriverio@5.45.0...js/eyes-webdriverio@5.45.1) (2023-08-08)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-webdriverio",
3
- "version": "5.45.1",
3
+ "version": "5.45.2",
4
4
  "description": "Applitools Eyes SDK for WebdriverIO",
5
5
  "keywords": [
6
6
  "eyes-webdriverio",
@@ -96,13 +96,13 @@
96
96
  "up:framework": "run --top-level add-silent webdriverio"
97
97
  },
98
98
  "dependencies": {
99
- "@applitools/eyes": "1.7.1",
99
+ "@applitools/eyes": "1.7.2",
100
100
  "@applitools/spec-driver-webdriverio": "1.5.10"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@applitools/api-extractor": "^1.2.21",
104
104
  "@applitools/bongo": "^5.4.3",
105
- "@applitools/generic": "^3.3.7",
105
+ "@applitools/generic": "^3.3.8",
106
106
  "@applitools/test-utils": "^1.5.17",
107
107
  "@types/node": "^16.18.14",
108
108
  "@wdio/cli": "^8.3.9",