@applitools/spec-driver-browser-extension 1.2.5 → 1.2.7

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 +31 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.2.7](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.2.6...js/spec-driver-browser-extension@1.2.7) (2025-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.20.4
9
+ #### Bug Fixes
10
+
11
+ * handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
12
+ * @applitools/spec-driver-playwright bumped to 1.5.7
13
+
14
+
15
+ ## [1.2.6](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.2.5...js/spec-driver-browser-extension@1.2.6) (2025-01-13)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * remove side-eyes and fix code scanning issues ([#2712](https://github.com/Applitools-Dev/sdk/issues/2712)) ([cda98e4](https://github.com/Applitools-Dev/sdk/commit/cda98e4748c73cd97c11f646a2b5e26ff9416892))
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/snippets bumped to 2.6.4
26
+ #### Bug Fixes
27
+
28
+ * remove side-eyes and fix code scanning issues ([#2712](https://github.com/Applitools-Dev/sdk/issues/2712)) ([cda98e4](https://github.com/Applitools-Dev/sdk/commit/cda98e4748c73cd97c11f646a2b5e26ff9416892))
29
+ * @applitools/driver bumped to 1.20.3
30
+
31
+ * @applitools/spec-driver-playwright bumped to 1.5.6
32
+
33
+
3
34
  ## [1.2.5](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.2.4...js/spec-driver-browser-extension@1.2.5) (2024-12-31)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-browser-extension",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "keywords": [
5
5
  "playwright",
6
6
  "chrome devtools protocol",
@@ -40,15 +40,15 @@
40
40
  "playwright:setup": "yarn playwright install --with-deps chromium"
41
41
  },
42
42
  "dependencies": {
43
- "@applitools/driver": "1.20.2",
43
+ "@applitools/driver": "1.20.4",
44
44
  "@applitools/utils": "1.7.7",
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.5.5",
49
+ "@applitools/spec-driver-playwright": "^1.5.7",
50
50
  "@applitools/test-utils": "^1.5.17",
51
- "@babel/core": "^7.22.5",
51
+ "@babel/core": "^7.26.0",
52
52
  "@babel/preset-env": "^7.22.5",
53
53
  "@babel/register": "^7.22.5",
54
54
  "@types/mocha": "^9.0.0",