@applitools/spec-driver-webdriver 1.0.35 → 1.0.37

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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.37](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.36...js/spec-driver-webdriver@1.0.37) (2023-07-05)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped from 1.12.4 to 1.13.0
9
+ #### Features
10
+
11
+ * added auto applitools lib detection ([#1707](https://github.com/applitools/eyes.sdk.javascript1/issues/1707)) ([7d439b5](https://github.com/applitools/eyes.sdk.javascript1/commit/7d439b52af55f3b0596c9d35d6ba85c717448023))
12
+
13
+ ## [1.0.36](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.35...js/spec-driver-webdriver@1.0.36) (2023-06-28)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/utils bumped from 1.4.0 to 1.5.0
19
+ #### Features
20
+
21
+ * handled abandoned tunnels ([#1669](https://github.com/applitools/eyes.sdk.javascript1/issues/1669)) ([e01a9f6](https://github.com/applitools/eyes.sdk.javascript1/commit/e01a9f6f7543fc5e6bd842acf6ee8de8cfb49998))
22
+ * @applitools/driver bumped from 1.12.3 to 1.12.4
23
+
24
+ * @applitools/logger bumped from 2.0.4 to 2.0.5
25
+
26
+
3
27
  ## [1.0.35](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-webdriver@1.0.34...js/spec-driver-webdriver@1.0.35) (2023-06-21)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-webdriver",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "keywords": [
5
5
  "webdriver",
6
6
  "chrome devtools protocol",
@@ -48,8 +48,8 @@
48
48
  "setup": "run --top-level browsers:setup"
49
49
  },
50
50
  "dependencies": {
51
- "@applitools/driver": "1.12.3",
52
- "@applitools/utils": "1.4.0",
51
+ "@applitools/driver": "1.13.0",
52
+ "@applitools/utils": "1.5.0",
53
53
  "http-proxy-agent": "5.0.0",
54
54
  "https-proxy-agent": "5.0.1"
55
55
  },