@applitools/spec-driver-browser-extension 1.2.4 → 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.
- package/CHANGELOG.md +40 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
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
|
+
|
|
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)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* @applitools/utils bumped to 1.7.7
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* shim process execution functions for browser environment ([#2698](https://github.com/Applitools-Dev/sdk/issues/2698)) ([8d77db4](https://github.com/Applitools-Dev/sdk/commit/8d77db48e1c7fd54cad92c89a819a924255e5868))
|
|
31
|
+
* @applitools/logger bumped to 2.1.0
|
|
32
|
+
#### Features
|
|
33
|
+
|
|
34
|
+
* logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/driver bumped to 1.20.2
|
|
39
|
+
|
|
40
|
+
* @applitools/spec-driver-playwright bumped to 1.5.5
|
|
41
|
+
|
|
42
|
+
|
|
3
43
|
## [1.2.4](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.2.3...js/spec-driver-browser-extension@1.2.4) (2024-12-18)
|
|
4
44
|
|
|
5
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-browser-extension",
|
|
3
|
-
"version": "1.2.
|
|
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.
|
|
44
|
-
"@applitools/utils": "1.7.
|
|
43
|
+
"@applitools/driver": "1.20.3",
|
|
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.
|
|
49
|
+
"@applitools/spec-driver-playwright": "^1.5.6",
|
|
50
50
|
"@applitools/test-utils": "^1.5.17",
|
|
51
|
-
"@babel/core": "^7.
|
|
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",
|