@applitools/spec-driver-selenium 1.5.95 → 1.5.96
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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.96](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.95...js/spec-driver-selenium@1.5.96) (2025-02-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.7.8
|
|
9
|
+
#### Performance Improvements
|
|
10
|
+
|
|
11
|
+
* ufg client dedup job info elements ([#2811](https://github.com/Applitools-Dev/sdk/issues/2811)) ([c04c147](https://github.com/Applitools-Dev/sdk/commit/c04c14776736a422292ada1029820e975adc3d31))
|
|
12
|
+
* @applitools/logger bumped to 2.1.1
|
|
13
|
+
|
|
14
|
+
* @applitools/driver bumped to 1.20.5
|
|
15
|
+
|
|
16
|
+
|
|
3
17
|
## [1.5.95](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.94...js/spec-driver-selenium@1.5.95) (2025-01-30)
|
|
4
18
|
|
|
5
19
|
|
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.96",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"selenium",
|
|
6
6
|
"selenium-webdriver",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@applitools/driver": "1.20.
|
|
50
|
-
"@applitools/utils": "1.7.
|
|
49
|
+
"@applitools/driver": "1.20.5",
|
|
50
|
+
"@applitools/utils": "1.7.8"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@applitools/api-extractor": "^1.2.22",
|