@applitools/eyes-playwright 1.17.12 → 1.17.14

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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.17.14](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-playwright@1.17.13...js/eyes-playwright@1.17.14) (2023-07-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * some fix ([7ca967d](https://github.com/applitools/eyes.sdk.javascript1/commit/7ca967d949588a3578f1bf723e2c8820489775a0))
9
+
10
+ ## [1.17.13](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-playwright@1.17.12...js/eyes-playwright@1.17.13) (2023-07-11)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * some fix ([0a52d6e](https://github.com/applitools/eyes.sdk.javascript1/commit/0a52d6e300faf58c96d9b9e0687f99b990d94de2))
16
+
3
17
  ## [1.17.12](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-playwright@1.17.11...js/eyes-playwright@1.17.12) (2023-07-10)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-playwright",
3
- "version": "1.17.12",
3
+ "version": "1.17.14",
4
4
  "description": "Applitools Eyes SDK for Playwright",
5
5
  "keywords": [
6
6
  "eyes-playwright",
@@ -47,8 +47,8 @@
47
47
  },
48
48
  "devDependencies": {
49
49
  "@applitools/api-extractor": "^1.2.21",
50
- "@applitools/bongo": "^4.0.0",
51
- "@applitools/sdk-coverage-tests": "^3.0.2",
50
+ "@applitools/bongo": "^5.0.2",
51
+ "@applitools/sdk-coverage-tests": "^3.1.0",
52
52
  "@applitools/test-utils": "^1.5.17",
53
53
  "@types/node": "^12.20.55",
54
54
  "playwright": "^1.34.3"