appium-android-driver 5.14.3 → 5.14.5

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.14.5](https://github.com/appium/appium-android-driver/compare/v5.14.4...v5.14.5) (2023-08-23)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * **deps-dev:** bump @appium/types from 0.11.1 to 0.13.4 ([#841](https://github.com/appium/appium-android-driver/issues/841)) ([7fcc099](https://github.com/appium/appium-android-driver/commit/7fcc099793b3b1172eef43f7a450f7444768a267))
7
+
8
+ ## [5.14.4](https://github.com/appium/appium-android-driver/compare/v5.14.3...v5.14.4) (2023-08-14)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **deps-dev:** bump prettier from 2.8.8 to 3.0.1 ([#834](https://github.com/appium/appium-android-driver/issues/834)) ([03333cd](https://github.com/appium/appium-android-driver/commit/03333cd823c03fe8d3546cdcbb2d0fb76b042f58))
14
+
1
15
  ## [5.14.3](https://github.com/appium/appium-android-driver/compare/v5.14.2...v5.14.3) (2023-08-14)
2
16
 
3
17
 
@@ -1,5 +1,5 @@
1
1
  export default AndroidDriver;
2
- export class AndroidDriver extends BaseDriver<any, import("@appium/base-driver/node_modules/@appium/types").StringRecord, import("@appium/base-driver/node_modules/@appium/types").StringRecord, import("@appium/base-driver/node_modules/@appium/types").DefaultCreateSessionResult<any>, void, import("@appium/base-driver/node_modules/@appium/types").StringRecord> {
2
+ export class AndroidDriver extends BaseDriver<any, import("@appium/types").StringRecord, import("@appium/types").StringRecord, import("@appium/types").DefaultCreateSessionResult<any>, void, import("@appium/types").StringRecord> {
3
3
  static newMethodMap: {
4
4
  readonly '/session/:sessionId/timeouts/implicit_wait': {
5
5
  readonly POST: {
@@ -400,7 +400,7 @@ export class AndroidDriver extends BaseDriver<any, import("@appium/base-driver/n
400
400
  apkStrings: {};
401
401
  unlocker: typeof import("./unlock-helpers").helpers;
402
402
  curContext: any;
403
- createSession(...args: any[]): Promise<(string | import("@appium/base-driver/node_modules/@appium/types").DriverCaps<any>)[]>;
403
+ createSession(...args: any[]): Promise<(string | import("@appium/types").DriverCaps<any>)[]>;
404
404
  useUnlockHelperApp: boolean | undefined;
405
405
  adb: any;
406
406
  isEmulator(): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.js"],"names":[],"mappings":";AAmCA;IAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAmC;IAEnC,qDA0BC;IAhBC,0BAA+C;IAC/C,yBAA8B;IAC9B,wBAA2B;IAC3B,qCAAsC;IACtC;;OACoE;IACpE,kBAAwB;IACxB,eAAoB;IACpB,oDAAgC;IAOhC,gBAA2C;IAG7C,8HAkIC;IA/FG,wCAA6D;IA8B7D,SASE;IA0DN,sBAEC;IAED,wCAaC;IAED,2BAGC;IAED,+BAEC;IAED,sDAIC;IAED,qCA6EC;IA1EC,gBAA+D;IAoB3D,iDAAuC;IAU3C,qEAA8F;IA8ChG,iCAYC;IAED,yBAwDC;IAED,iCAKC;IAED,qCAKC;IAGD,2DAEC;IAED,+BAwDC;IAED,yCA4BC;IAED,uBAKC;IAED,wCAQC;IAED,qCAIC;IAED,yDAIC;IAED,kCAKC;CACF;2BA9gB0C,eAAe;+BAAf,eAAe"}
1
+ {"version":3,"file":"driver.d.ts","sourceRoot":"","sources":["../../lib/driver.js"],"names":[],"mappings":";AAmCA;IAEE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAAmC;IAEnC,qDA0BC;IAhBC,0BAA+C;IAC/C,yBAA8B;IAC9B,wBAA2B;IAC3B,qCAAsC;IACtC;;OACoE;IACpE,kBAAwB;IACxB,eAAoB;IACpB,oDAAgC;IAOhC,gBAA2C;IAG7C,6FAkIC;IA/FG,wCAA6D;IA8B7D,SASE;IA0DN,sBAEC;IAED,wCAaC;IAED,2BAGC;IAED,+BAEC;IAED,sDAIC;IAED,qCA6EC;IA1EC,gBAA+D;IAoB3D,iDAAuC;IAU3C,qEAA8F;IA8ChG,iCAYC;IAED,yBAwDC;IAED,iCAKC;IAED,qCAKC;IAGD,2DAEC;IAED,+BAwDC;IAED,yCA4BC;IAED,uBAKC;IAED,wCAQC;IAED,qCAIC;IAED,yDAIC;IAED,kCAKC;CACF;2BA9gB0C,eAAe;+BAAf,eAAe"}
@@ -1,3 +1,3 @@
1
1
  export default log;
2
- declare const log: import("@appium/base-driver/node_modules/@appium/types").AppiumLogger;
2
+ declare const log: import("@appium/types").AppiumLogger;
3
3
  //# sourceMappingURL=logger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../lib/logger.js"],"names":[],"mappings":";AACA,yFAA8C"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../lib/logger.js"],"names":[],"mappings":";AACA,wDAA8C"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "5.14.3",
3
+ "version": "5.14.5",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -80,7 +80,7 @@
80
80
  "@appium/support": "^4.0.1",
81
81
  "@appium/test-support": "^3.0.0",
82
82
  "@appium/tsconfig": "^0.3.0",
83
- "@appium/types": "^0.11.1",
83
+ "@appium/types": "^0.13.4",
84
84
  "@commitlint/cli": "^17.6.3",
85
85
  "@commitlint/config-conventional": "^17.6.3",
86
86
  "@semantic-release/changelog": "^6.0.1",
@@ -110,7 +110,7 @@
110
110
  "husky": "^8.0.3",
111
111
  "lint-staged": "^14.0.0",
112
112
  "mocha": "^10.0.0",
113
- "prettier": "^2.8.8",
113
+ "prettier": "^3.0.1",
114
114
  "rimraf": "^5.0.0",
115
115
  "semantic-release": "^20.0.2",
116
116
  "sinon": "^15.0.0",