@applitools/spec-driver-selenium 1.5.52 → 1.5.54
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 +34 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.54](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.53...js/spec-driver-selenium@1.5.54) (2023-07-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/driver bumped to 1.13.3
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
* @applitools/logger bumped to 2.0.7
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* fix workspace dependencies ([2a3856f](https://github.com/applitools/eyes.sdk.javascript1/commit/2a3856f3ce3bcf1407f59c676653b6f218556760))
|
|
24
|
+
|
|
25
|
+
## [1.5.53](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.52...js/spec-driver-selenium@1.5.53) (2023-07-21)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Code Refactoring
|
|
29
|
+
|
|
30
|
+
* ufg client ([#1780](https://github.com/applitools/eyes.sdk.javascript1/issues/1780)) ([d60cf16](https://github.com/applitools/eyes.sdk.javascript1/commit/d60cf1616741a96b152a1548760bb98116e5c3f9))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Dependencies
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
3
37
|
## [1.5.52](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.51...js/spec-driver-selenium@1.5.52) (2023-07-13)
|
|
4
38
|
|
|
5
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/spec-driver-selenium",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.54",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"selenium",
|
|
6
6
|
"selenium-webdriver",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"up:framework": "run --top-level add-silent selenium-webdriver"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@applitools/driver": "1.13.
|
|
48
|
+
"@applitools/driver": "1.13.3",
|
|
49
49
|
"@applitools/utils": "1.5.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@applitools/api-extractor": "^1.2.21",
|
|
53
53
|
"@applitools/test-utils": "^1.5.17",
|
|
54
54
|
"@types/node": "^12.20.55",
|
|
55
|
-
"@types/selenium-webdriver": "^4.1.
|
|
56
|
-
"nock": "^13.2
|
|
55
|
+
"@types/selenium-webdriver": "^4.1.15",
|
|
56
|
+
"nock": "^13.3.2",
|
|
57
57
|
"selenium-webdriver": "4.4.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|