@applitools/spec-driver-selenium 1.5.78 → 1.5.80

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 +43 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.80](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.79...js/spec-driver-selenium@1.5.80) (2024-06-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.17.4
9
+ #### Bug Fixes
10
+
11
+ * cache nml client per driver session ([#2368](https://github.com/Applitools-Dev/sdk/issues/2368)) ([5840389](https://github.com/Applitools-Dev/sdk/commit/5840389f74111c0e0e68026389c755c59a027b74))
12
+
13
+ ## [1.5.79](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.78...js/spec-driver-selenium@1.5.79) (2024-05-28)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * @applitools/utils bumped to 1.7.3
24
+ #### Bug Fixes
25
+
26
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
27
+ * @applitools/logger bumped to 2.0.17
28
+ #### Bug Fixes
29
+
30
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
31
+
32
+
33
+
34
+ * @applitools/snippets bumped to 2.4.26
35
+ #### Bug Fixes
36
+
37
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
38
+ * @applitools/driver bumped to 1.17.3
39
+ #### Bug Fixes
40
+
41
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
42
+
43
+
44
+
45
+
3
46
  ## [1.5.78](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-selenium@1.5.77...js/spec-driver-selenium@1.5.78) (2024-05-01)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.78",
3
+ "version": "1.5.80",
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.17.2",
50
- "@applitools/utils": "1.7.2"
49
+ "@applitools/driver": "1.17.4",
50
+ "@applitools/utils": "1.7.3"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@applitools/api-extractor": "^1.2.22",