appium-android-driver 12.4.4 → 12.4.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,9 @@
1
+ ## [12.4.5](https://github.com/appium/appium-android-driver/compare/v12.4.4...v12.4.5) (2025-12-12)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** remove `source-map-support` ([#1036](https://github.com/appium/appium-android-driver/issues/1036)) ([78c3277](https://github.com/appium/appium-android-driver/commit/78c3277eb2b0b78093eb620c4fda5bc3b370e5ec))
6
+
1
7
  ## [12.4.4](https://github.com/appium/appium-android-driver/compare/v12.4.3...v12.4.4) (2025-12-11)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAGA,OAAO,EAAC,aAAa,EAAC,MAAM,UAAU,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAC,UAAU,EAAE,WAAW,EAAC,MAAM,SAAS,CAAC;AAChD,eAAO,MAAM,KAAK;;;;CAIR,CAAC;AACX,mBAAmB,kBAAkB,CAAC;AACtC,OAAO,EAAC,0BAA0B,IAAI,oBAAoB,EAAC,MAAM,eAAe,CAAC;AACjF,cAAc,UAAU,CAAC;AACzB,OAAO,KAAK,MAAM,MAAM,iBAAiB,CAAC;AAE1C,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,aAAa,EAAC,MAAM,UAAU,CAAC;AACvC,OAAO,EAAC,YAAY,EAAC,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAC,UAAU,EAAE,WAAW,EAAC,MAAM,SAAS,CAAC;AAChD,eAAO,MAAM,KAAK;;;;CAIR,CAAC;AACX,mBAAmB,kBAAkB,CAAC;AACtC,OAAO,EAAC,0BAA0B,IAAI,oBAAoB,EAAC,MAAM,eAAe,CAAC;AACjF,cAAc,UAAU,CAAC;AACzB,OAAO,KAAK,MAAM,MAAM,iBAAiB,CAAC;AAE1C,eAAe,aAAa,CAAC"}
@@ -37,8 +37,6 @@ var __importStar = (this && this.__importStar) || (function () {
37
37
  })();
38
38
  Object.defineProperty(exports, "__esModule", { value: true });
39
39
  exports.doctor = exports.commonCapConstraints = exports.utils = void 0;
40
- const source_map_support_1 = require("source-map-support");
41
- (0, source_map_support_1.install)();
42
40
  const driver_1 = require("./driver");
43
41
  const helpers_1 = require("./commands/context/helpers");
44
42
  const utils_1 = require("./utils");
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2DAA2C;AAC3C,IAAA,4BAAO,GAAE,CAAC;AAEV,qCAAuC;AACvC,wDAAwD;AACxD,mCAAgD;AACnC,QAAA,KAAK,GAAG;IACnB,YAAY,EAAZ,sBAAY;IACZ,UAAU,EAAV,kBAAU;IACV,WAAW,EAAX,mBAAW;CACH,CAAC;AAEX,6CAAiF;AAAzE,mHAAA,0BAA0B,OAAwB;AAC1D,2CAAyB;AACzB,0DAA0C;AAE1C,kBAAe,sBAAa,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qCAAuC;AACvC,wDAAwD;AACxD,mCAAgD;AACnC,QAAA,KAAK,GAAG;IACnB,YAAY,EAAZ,sBAAY;IACZ,UAAU,EAAV,kBAAU;IACV,WAAW,EAAX,mBAAW;CACH,CAAC;AAEX,6CAAiF;AAAzE,mHAAA,0BAA0B,OAAwB;AAC1D,2CAAyB;AACzB,0DAA0C;AAE1C,kBAAe,sBAAa,CAAC"}
package/lib/index.ts CHANGED
@@ -1,6 +1,3 @@
1
- import {install} from 'source-map-support';
2
- install();
3
-
4
1
  import {AndroidDriver} from './driver';
5
2
  import {getChromePkg} from './commands/context/helpers';
6
3
  import {parseArray, requireArgs} from './utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-android-driver",
3
- "version": "12.4.4",
3
+ "version": "12.4.5",
4
4
  "description": "Android UiAutomator and Chrome support for Appium",
5
5
  "keywords": [
6
6
  "appium",
@@ -62,7 +62,6 @@
62
62
  "moment-timezone": "^0.x",
63
63
  "portscanner": "^2.2.0",
64
64
  "semver": "^7.0.0",
65
- "source-map-support": "^0.x",
66
65
  "teen_process": "^3.0.0",
67
66
  "ws": "^8.0.0"
68
67
  },
@@ -78,7 +77,6 @@
78
77
  "@types/node": "^25.0.0",
79
78
  "@types/portscanner": "^2.1.1",
80
79
  "@types/semver": "^7.5.0",
81
- "@types/source-map-support": "^0.5.6",
82
80
  "@types/ws": "^8.5.4",
83
81
  "@xmldom/xmldom": "^0.x",
84
82
  "chai": "^6.0.0",