@applitools/spec-driver-selenium 1.5.92 → 1.5.94

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.94](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.93...js/spec-driver-selenium@1.5.94) (2025-01-13)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.6.4
9
+ #### Bug Fixes
10
+
11
+ * remove side-eyes and fix code scanning issues ([#2712](https://github.com/Applitools-Dev/sdk/issues/2712)) ([cda98e4](https://github.com/Applitools-Dev/sdk/commit/cda98e4748c73cd97c11f646a2b5e26ff9416892))
12
+ * @applitools/driver bumped to 1.20.3
13
+
14
+
15
+ ## [1.5.93](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.92...js/spec-driver-selenium@1.5.93) (2024-12-31)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * @applitools/utils bumped to 1.7.7
21
+ #### Bug Fixes
22
+
23
+ * shim process execution functions for browser environment ([#2698](https://github.com/Applitools-Dev/sdk/issues/2698)) ([8d77db4](https://github.com/Applitools-Dev/sdk/commit/8d77db48e1c7fd54cad92c89a819a924255e5868))
24
+ * @applitools/logger bumped to 2.1.0
25
+ #### Features
26
+
27
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
28
+
29
+
30
+
31
+ * @applitools/driver bumped to 1.20.2
32
+
33
+
3
34
  ## [1.5.92](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.91...js/spec-driver-selenium@1.5.92) (2024-12-18)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.92",
3
+ "version": "1.5.94",
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.1",
50
- "@applitools/utils": "1.7.6"
49
+ "@applitools/driver": "1.20.3",
50
+ "@applitools/utils": "1.7.7"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@applitools/api-extractor": "^1.2.22",