@applitools/spec-driver-browser-extension 1.0.22 → 1.0.25
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 +37 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.25](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.24...js/spec-driver-browser-extension@1.0.25) (2024-03-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/spec-driver-playwright bumped to 1.3.40
|
|
9
|
+
|
|
10
|
+
* @applitools/driver bumped to 1.16.5
|
|
11
|
+
#### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
|
|
14
|
+
|
|
15
|
+
## [1.0.24](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.23...js/spec-driver-browser-extension@1.0.24) (2024-03-18)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/spec-driver-playwright bumped to 1.3.39
|
|
21
|
+
|
|
22
|
+
* @applitools/driver bumped to 1.16.4
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
|
|
26
|
+
|
|
27
|
+
## [1.0.23](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-browser-extension@1.0.22...js/spec-driver-browser-extension@1.0.23) (2024-03-17)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* @applitools/spec-driver-playwright bumped to 1.3.38
|
|
33
|
+
|
|
34
|
+
* @applitools/driver bumped to 1.16.3
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
|
|
38
|
+
* trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
|
|
39
|
+
|
|
3
40
|
## [1.0.22](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-browser-extension@1.0.21...js/spec-driver-browser-extension@1.0.22) (2024-01-30)
|
|
4
41
|
|
|
5
42
|
|
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.25",
|
|
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.16.
|
|
43
|
+
"@applitools/driver": "1.16.5",
|
|
44
44
|
"@applitools/utils": "1.7.0",
|
|
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.40",
|
|
50
50
|
"@applitools/test-utils": "^1.5.17",
|
|
51
51
|
"@babel/core": "^7.22.5",
|
|
52
52
|
"@babel/preset-env": "^7.22.5",
|