@applitools/spec-driver-browser-extension 1.1.3 → 1.2.0

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.0](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.1.3...js/spec-driver-browser-extension@1.2.0) (2024-10-31)
4
+
5
+
6
+ ### Features
7
+
8
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/snippets bumped to 2.6.0
14
+ #### Features
15
+
16
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
17
+ * @applitools/spec-driver-playwright bumped to 1.5.0
18
+ #### Features
19
+
20
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
21
+
22
+
23
+
24
+ * @applitools/driver bumped to 1.19.5
25
+
26
+
3
27
  ## [1.1.3](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.1.2...js/spec-driver-browser-extension@1.1.3) (2024-10-28)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -40,13 +40,13 @@
40
40
  "playwright:setup": "yarn playwright install --with-deps chromium"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.19.4",
43
+ "@applitools/driver": "1.19.5",
44
44
  "@applitools/utils": "1.7.4",
45
45
  "webextension-polyfill": "0.10.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@applitools/api-extractor": "^1.2.22",
49
- "@applitools/spec-driver-playwright": "^1.4.3",
49
+ "@applitools/spec-driver-playwright": "^1.5.0",
50
50
  "@applitools/test-utils": "^1.5.17",
51
51
  "@babel/core": "^7.22.5",
52
52
  "@babel/preset-env": "^7.22.5",
@@ -57,7 +57,7 @@
57
57
  "babel-loader": "^9.1.2",
58
58
  "copy-webpack-plugin": "^11.0.0",
59
59
  "core-js": "^3.31.0",
60
- "playwright": "1.39.0",
60
+ "playwright": "1.47.0",
61
61
  "stream-browserify": "^3.0.0",
62
62
  "webpack": "^5.75.0",
63
63
  "webpack-cli": "^5.0.1"