@applitools/spec-driver-playwright 1.3.30 → 1.3.32

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
+ ## [1.3.32](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-playwright@1.3.31...js/spec-driver-playwright@1.3.32) (2023-11-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.6.3
9
+ #### Bug Fixes
10
+
11
+ * don't throw error for missing configuration file ([#2034](https://github.com/applitools/eyes.sdk.javascript1/issues/2034)) ([d084e7b](https://github.com/applitools/eyes.sdk.javascript1/commit/d084e7bf6e1727e3969622b4e597881f18241eb3))
12
+ * @applitools/logger bumped to 2.0.13
13
+
14
+ * @applitools/driver bumped to 1.15.1
15
+
16
+
17
+ ## [1.3.31](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-playwright@1.3.30...js/spec-driver-playwright@1.3.31) (2023-11-07)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/driver bumped to 1.15.0
23
+ #### Features
24
+
25
+ * added warning when driver used with capabilities that may conflict with applitools lib workflow ([#2011](https://github.com/applitools/eyes.sdk.javascript1/issues/2011)) ([081006d](https://github.com/applitools/eyes.sdk.javascript1/commit/081006d879894db03a2713129b66586496b6eb02))
26
+
3
27
  ## [1.3.30](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-playwright@1.3.29...js/spec-driver-playwright@1.3.30) (2023-10-19)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-playwright",
3
- "version": "1.3.30",
3
+ "version": "1.3.32",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -40,8 +40,8 @@
40
40
  "up:framework": "echo \"$(jq '.devDependencies.playwright = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.14.4",
44
- "@applitools/utils": "1.6.2"
43
+ "@applitools/driver": "1.15.1",
44
+ "@applitools/utils": "1.6.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@applitools/api-extractor": "^1.2.22",