appium-adb 14.6.0 → 15.0.0

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [15.0.0](https://github.com/appium/appium-adb/compare/v14.6.1...v15.0.0) (2026-05-21)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * `checkApkCert(appPath, pkg, opts?)` is now `checkApkCert(appPath, opts?)`. The `pkg` argument was never used.
6
+ * Deprecated `getAdbServerPort()` has been removed. Use `adb.adbPort` instead.
7
+ * `TFullOutputOption` type has been removed
8
+
9
+ ### Features
10
+
11
+ * Cleanup deprecated/unused entities and add method overloads ([2e368de](https://github.com/appium/appium-adb/commit/2e368de1ff91f396a11a0858b9421c63156510aa))
12
+
13
+ ## [14.6.1](https://github.com/appium/appium-adb/compare/v14.6.0...v14.6.1) (2026-05-21)
14
+
15
+ ### Reverts
16
+
17
+ * Revert "feat: Cleanup deprecated/unused entities and add method overloads ([#876](https://github.com/appium/appium-adb/issues/876))" ([#877](https://github.com/appium/appium-adb/issues/877)) ([8395609](https://github.com/appium/appium-adb/commit/83956090307b319bddb2f2973a5d574c9e9aeede))
18
+
1
19
  ## [14.6.0](https://github.com/appium/appium-adb/compare/v14.5.0...v14.6.0) (2026-05-21)
2
20
 
3
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-adb",
3
- "version": "14.6.0",
3
+ "version": "15.0.0",
4
4
  "description": "Android Debug Bridge interface",
5
5
  "main": "./build/lib/index.js",
6
6
  "scripts": {