appium-chromedriver 5.6.15 → 5.6.17
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.
- package/CHANGELOG.md +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [5.6.17](https://github.com/appium/appium-chromedriver/compare/v5.6.16...v5.6.17) (2023-10-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Miscellaneous Chores
|
|
5
|
+
|
|
6
|
+
* Use latest config ([6ae316f](https://github.com/appium/appium-chromedriver/commit/6ae316f336c9d44584443a68a2ddbaf841430a5e))
|
|
7
|
+
|
|
8
|
+
## [5.6.16](https://github.com/appium/appium-chromedriver/compare/v5.6.15...v5.6.16) (2023-10-19)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Miscellaneous Chores
|
|
12
|
+
|
|
13
|
+
* **deps:** bump appium-adb from 10.0.0 to 11.0.1 ([#356](https://github.com/appium/appium-chromedriver/issues/356)) ([91f017f](https://github.com/appium/appium-chromedriver/commit/91f017f7b0094c102fc45c610a9021c40824dffd))
|
|
14
|
+
|
|
1
15
|
## [5.6.15](https://github.com/appium/appium-chromedriver/compare/v5.6.14...v5.6.15) (2023-10-19)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"chrome",
|
|
7
7
|
"android"
|
|
8
8
|
],
|
|
9
|
-
"version": "5.6.
|
|
9
|
+
"version": "5.6.17",
|
|
10
10
|
"author": "Appium Contributors",
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"repository": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@appium/base-driver": "^9.1.0",
|
|
52
52
|
"@appium/support": "^4.0.0",
|
|
53
53
|
"@xmldom/xmldom": "^0.x",
|
|
54
|
-
"appium-adb": "^
|
|
54
|
+
"appium-adb": "^11.0.1",
|
|
55
55
|
"asyncbox": "^2.0.2",
|
|
56
56
|
"axios": "^1.x",
|
|
57
57
|
"bluebird": "^3.5.1",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@appium/eslint-config-appium": "^8.0.0",
|
|
80
80
|
"@appium/test-support": "^3.0.0",
|
|
81
|
-
"@appium/tsconfig": "^0.
|
|
81
|
+
"@appium/tsconfig": "^0.x",
|
|
82
82
|
"@semantic-release/changelog": "^6.0.1",
|
|
83
83
|
"@semantic-release/git": "^10.0.1",
|
|
84
84
|
"@types/bluebird": "^3.5.38",
|