@applitools/spec-driver-webdriver 1.1.4 → 1.1.6

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.1.6](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.5...js/spec-driver-webdriver@1.1.6) (2024-04-22)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/utils bumped to 1.7.2
9
+ #### Bug Fixes
10
+
11
+ * trigger release ([88ba29f](https://github.com/Applitools-Dev/sdk/commit/88ba29f358620a5c0f0861eb31e8929d0b611284))
12
+ * @applitools/logger bumped to 2.0.16
13
+
14
+ * @applitools/driver bumped to 1.17.1
15
+
16
+
17
+ ## [1.1.5](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.4...js/spec-driver-webdriver@1.1.5) (2024-04-22)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * @applitools/driver bumped to 1.17.0
23
+ #### Features
24
+
25
+ * report batchId and batchUrl to kobiton ([#2329](https://github.com/Applitools-Dev/sdk/issues/2329)) ([5be4356](https://github.com/Applitools-Dev/sdk/commit/5be4356d7f3cd96b70491325d4a788202c06720a))
26
+
3
27
  ## [1.1.4](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.3...js/spec-driver-webdriver@1.1.4) (2024-04-15)
4
28
 
5
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-webdriver",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
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.16.6",
53
- "@applitools/utils": "1.7.1",
52
+ "@applitools/driver": "1.17.1",
53
+ "@applitools/utils": "1.7.2",
54
54
  "http-proxy-agent": "5.0.0",
55
55
  "https-proxy-agent": "5.0.1"
56
56
  },