@applitools/spec-driver-selenium 1.5.74 → 1.5.77
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 +38 -0
- package/package.json +5 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.77](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.76...js/spec-driver-selenium@1.5.77) (2024-04-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.7.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
|
|
12
|
+
* @applitools/logger bumped to 2.0.16
|
|
13
|
+
|
|
14
|
+
* @applitools/driver bumped to 1.17.1
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [1.5.76](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.75...js/spec-driver-selenium@1.5.76) (2024-04-22)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* @applitools/driver bumped to 1.17.0
|
|
23
|
+
#### Features
|
|
24
|
+
|
|
25
|
+
* report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
|
|
26
|
+
|
|
27
|
+
## [1.5.75](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.74...js/spec-driver-selenium@1.5.75) (2024-04-15)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* @applitools/utils bumped to 1.7.1
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
36
|
+
* @applitools/logger bumped to 2.0.15
|
|
37
|
+
|
|
38
|
+
* @applitools/driver bumped to 1.16.6
|
|
39
|
+
|
|
40
|
+
|
|
3
41
|
## [1.5.74](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.73...js/spec-driver-selenium@1.5.74) (2024-04-01)
|
|
4
42
|
|
|
5
43
|
|
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.77",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"selenium",
|
|
6
6
|
"selenium-webdriver",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
".": {
|
|
30
30
|
"types": "./types/index.d.ts",
|
|
31
31
|
"default": "./dist/index.js"
|
|
32
|
-
}
|
|
32
|
+
},
|
|
33
|
+
"./package.json": "./package.json"
|
|
33
34
|
},
|
|
34
35
|
"main": "./dist/index.js",
|
|
35
36
|
"types": "./types/index.d.ts",
|
|
@@ -45,8 +46,8 @@
|
|
|
45
46
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
46
47
|
},
|
|
47
48
|
"dependencies": {
|
|
48
|
-
"@applitools/driver": "1.
|
|
49
|
-
"@applitools/utils": "1.7.
|
|
49
|
+
"@applitools/driver": "1.17.1",
|
|
50
|
+
"@applitools/utils": "1.7.2"
|
|
50
51
|
},
|
|
51
52
|
"devDependencies": {
|
|
52
53
|
"@applitools/api-extractor": "^1.2.22",
|