@applitools/spec-driver-webdriver 1.1.8 → 1.1.10

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.1.10](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.9...js/spec-driver-webdriver@1.1.10) (2024-06-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.4
14
+ #### Bug Fixes
15
+
16
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
17
+ * @applitools/logger bumped to 2.0.18
18
+ #### Bug Fixes
19
+
20
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
21
+
22
+
23
+
24
+ * @applitools/snippets bumped to 2.4.27
25
+ #### Bug Fixes
26
+
27
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
28
+ * @applitools/driver bumped to 1.17.5
29
+ #### Bug Fixes
30
+
31
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
32
+
33
+
34
+
35
+
36
+ ## [1.1.9](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.8...js/spec-driver-webdriver@1.1.9) (2024-06-11)
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * @applitools/driver bumped to 1.17.4
42
+ #### Bug Fixes
43
+
44
+ * cache nml client per driver session ([#2368](https://github.com/Applitools-Dev/sdk/issues/2368)) ([5840389](https://github.com/Applitools-Dev/sdk/commit/5840389f74111c0e0e68026389c755c59a027b74))
45
+
3
46
  ## [1.1.8](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.7...js/spec-driver-webdriver@1.1.8) (2024-05-28)
4
47
 
5
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-webdriver",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "keywords": [
5
5
  "webdriver",
6
6
  "chrome devtools protocol",
@@ -49,8 +49,8 @@
49
49
  "up:framework": "echo \"$(jq '.devDependencies.webdriver = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
50
50
  },
51
51
  "dependencies": {
52
- "@applitools/driver": "1.17.3",
53
- "@applitools/utils": "1.7.3",
52
+ "@applitools/driver": "1.17.5",
53
+ "@applitools/utils": "1.7.4",
54
54
  "http-proxy-agent": "5.0.0",
55
55
  "https-proxy-agent": "5.0.1"
56
56
  },