appium-chromedriver 5.6.33 → 5.6.35

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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.6.35](https://github.com/appium/appium-chromedriver/compare/v5.6.34...v5.6.35) (2024-02-28)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * ChromeDriver Bump to v122.0.6261.94 ([#380](https://github.com/appium/appium-chromedriver/issues/380)) ([4e43c66](https://github.com/appium/appium-chromedriver/commit/4e43c66d53518ff498090e491583564eb2f9cd52))
7
+
8
+ ## [5.6.34](https://github.com/appium/appium-chromedriver/compare/v5.6.33...v5.6.34) (2024-02-23)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * ChromeDriver Bump to v122.0.6261.69 ([#379](https://github.com/appium/appium-chromedriver/issues/379)) ([4d90a61](https://github.com/appium/appium-chromedriver/commit/4d90a619755829846950b583b1ca55436b535e05))
14
+
1
15
  ## [5.6.33](https://github.com/appium/appium-chromedriver/compare/v5.6.32...v5.6.33) (2024-02-21)
2
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- export class Chromedriver extends events {
2
+ export class Chromedriver extends events<[never]> {
3
3
  /**
4
4
  *
5
5
  * @param {import('./types').ChromedriverOpts} args
@@ -1,4 +1,6 @@
1
1
  {
2
+ "122.0.6261.94": "122.0.6261.94",
3
+ "122.0.6261.69": "122.0.6261.69",
2
4
  "122.0.6261.57": "122.0.6261.57",
3
5
  "121.0.6167.184": "121.0.6167.184",
4
6
  "121.0.6167.85": "121.0.6167.85",
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "chrome",
7
7
  "android"
8
8
  ],
9
- "version": "5.6.33",
9
+ "version": "5.6.35",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {