@applitools/spec-driver-browser-extension 1.0.29 → 1.0.31
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 +52 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,57 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.31](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.30...js/spec-driver-browser-extension@1.0.31) (2024-06-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/spec-driver-playwright bumped to 1.3.46
|
|
9
|
+
|
|
10
|
+
* @applitools/driver bumped to 1.17.4
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* cache nml client per driver session ([#2368](https://github.com/Applitools-Dev/sdk/issues/2368)) ([5840389](https://github.com/Applitools-Dev/sdk/commit/5840389f74111c0e0e68026389c755c59a027b74))
|
|
14
|
+
|
|
15
|
+
## [1.0.30](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.29...js/spec-driver-browser-extension@1.0.30) (2024-05-28)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Dependencies
|
|
24
|
+
|
|
25
|
+
* @applitools/utils bumped to 1.7.3
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
29
|
+
* @applitools/logger bumped to 2.0.17
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
* @applitools/snippets bumped to 2.4.26
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
40
|
+
* @applitools/spec-driver-playwright bumped to 1.3.45
|
|
41
|
+
#### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
* @applitools/driver bumped to 1.17.3
|
|
48
|
+
#### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
3
55
|
## [1.0.29](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.28...js/spec-driver-browser-extension@1.0.29) (2024-05-01)
|
|
4
56
|
|
|
5
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-browser-extension",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.31",
|
|
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.17.
|
|
44
|
-
"@applitools/utils": "1.7.
|
|
43
|
+
"@applitools/driver": "1.17.4",
|
|
44
|
+
"@applitools/utils": "1.7.3",
|
|
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.3.
|
|
49
|
+
"@applitools/spec-driver-playwright": "^1.3.46",
|
|
50
50
|
"@applitools/test-utils": "^1.5.17",
|
|
51
51
|
"@babel/core": "^7.22.5",
|
|
52
52
|
"@babel/preset-env": "^7.22.5",
|