appium-android-driver 7.1.4 → 7.1.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,11 @@
1
+ ## [7.1.5](https://github.com/appium/appium-android-driver/compare/v7.1.4...v7.1.5) (2023-10-19)
2
+
3
+
4
+ ### Miscellaneous Chores
5
+
6
+ * Always use latest types ([83971c0](https://github.com/appium/appium-android-driver/commit/83971c0601c2b992a2fee24ff59cc90fb2edc814))
7
+ * **deps:** bump appium-adb from 10.0.0 to 11.0.1 ([#873](https://github.com/appium/appium-android-driver/issues/873)) ([c4d6c83](https://github.com/appium/appium-android-driver/commit/c4d6c832f99b7ccdb26482886a3316810969ff91))
8
+
1
9
  ## [7.1.4](https://github.com/appium/appium-android-driver/compare/v7.1.3...v7.1.4) (2023-10-18)
2
10
 
3
11
 
@@ -3,4 +3,5 @@
3
3
  * @module
4
4
  */
5
5
  declare module 'io.appium.settings';
6
+ export {};
6
7
  //# sourceMappingURL=stubs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stubs.d.ts","sourceRoot":"","sources":["../../lib/stubs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,QAAQ,oBAAoB,CAAC"}
1
+ {"version":3,"file":"stubs.d.ts","sourceRoot":"","sources":["../../lib/stubs.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,QAAQ,oBAAoB,CAAC"}
@@ -1,5 +1,7 @@
1
+ "use strict";
1
2
  /**
2
3
  * This module contains delcaration stubs for dependencies that are untyped.
3
4
  * @module
4
5
  */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
5
7
  //# sourceMappingURL=stubs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"stubs.js","sourceRoot":"","sources":["../../lib/stubs.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
1
+ {"version":3,"file":"stubs.js","sourceRoot":"","sources":["../../lib/stubs.ts"],"names":[],"mappings":";AAAA;;;GAGG"}
package/lib/stubs.ts CHANGED
@@ -3,4 +3,5 @@
3
3
  * @module
4
4
  */
5
5
 
6
+ // @ts-ignore It is expected this module is untyped
6
7
  declare module 'io.appium.settings';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "7.1.4",
3
+ "version": "7.1.5",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -55,7 +55,7 @@
55
55
  "singleQuote": true
56
56
  },
57
57
  "dependencies": {
58
- "appium-adb": "^10.0.0",
58
+ "appium-adb": "^11.0.1",
59
59
  "appium-chromedriver": "^5.5.1",
60
60
  "asyncbox": "^2.8.0",
61
61
  "axios": "^1.x",
@@ -74,11 +74,11 @@
74
74
  },
75
75
  "devDependencies": {
76
76
  "@appium/eslint-config-appium": "^8.0.4",
77
- "@appium/eslint-config-appium-ts": "^0.3.1",
77
+ "@appium/eslint-config-appium-ts": "^0.x",
78
78
  "@appium/support": "^4.1.2",
79
79
  "@appium/test-support": "^3.0.20",
80
- "@appium/tsconfig": "^0.3.0",
81
- "@appium/types": "^0.13.4",
80
+ "@appium/tsconfig": "^0.x",
81
+ "@appium/types": "^0.x",
82
82
  "@commitlint/cli": "^17.6.3",
83
83
  "@commitlint/config-conventional": "^17.6.3",
84
84
  "@semantic-release/changelog": "^6.0.1",