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

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 +19 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 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))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/snippets bumped to 2.6.4
14
+ #### Bug Fixes
15
+
16
+ * 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))
17
+ * @applitools/driver bumped to 1.20.3
18
+
19
+ * @applitools/spec-driver-playwright bumped to 1.5.6
20
+
21
+
3
22
  ## [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
23
 
5
24
 
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.6",
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.3",
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.6",
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",