appium-mac2-driver 3.2.9 → 3.2.10

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
+ ## [3.2.10](https://github.com/appium/appium-mac2-driver/compare/v3.2.9...v3.2.10) (2025-12-13)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** remove source-map-support ([#366](https://github.com/appium/appium-mac2-driver/issues/366)) ([c86daf8](https://github.com/appium/appium-mac2-driver/commit/c86daf865764b70c5ce08f5a47fd74c171dbfec9))
6
+
1
7
  ## [3.2.9](https://github.com/appium/appium-mac2-driver/compare/v3.2.8...v3.2.9) (2025-12-11)
2
8
 
3
9
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "3.2.9",
3
+ "version": "3.2.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-mac2-driver",
9
- "version": "3.2.9",
9
+ "version": "3.2.10",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -17,7 +17,6 @@
17
17
  "bluebird": "^3.5.1",
18
18
  "lodash": "^4.17.4",
19
19
  "portscanner": "2.2.0",
20
- "source-map-support": "^0.x",
21
20
  "teen_process": "^3.0.0"
22
21
  },
23
22
  "devDependencies": {
@@ -663,9 +662,9 @@
663
662
  }
664
663
  },
665
664
  "node_modules/appium-xcode": {
666
- "version": "6.1.3",
667
- "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.3.tgz",
668
- "integrity": "sha512-NtmFbd2bcdJuUzM+gczdXIgZZ1ZXRtNA4hAhTTVspHt4gqSEdloB/zMDFnUTh9dxgcqN/sFKi35KbPJfF704Vw==",
665
+ "version": "6.1.4",
666
+ "resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.4.tgz",
667
+ "integrity": "sha512-onvssXYm8BEvciJWTiGsKrLPsIITbDBHlwDqnshIxlV+shbiGYcq1RHynfxu0+Y+/53kfpvPpGLcJzUh1uyRtA==",
669
668
  "license": "Apache-2.0",
670
669
  "dependencies": {
671
670
  "@appium/support": "^7.0.0-rc.1",
@@ -674,7 +673,6 @@
674
673
  "lodash": "^4.17.4",
675
674
  "plist": "^3.0.1",
676
675
  "semver": "^7.0.0",
677
- "source-map-support": "^0.x",
678
676
  "teen_process": "^3.0.0"
679
677
  },
680
678
  "engines": {
@@ -2235,9 +2233,9 @@
2235
2233
  "license": "MIT"
2236
2234
  },
2237
2235
  "node_modules/iconv-lite": {
2238
- "version": "0.7.0",
2239
- "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
2240
- "integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
2236
+ "version": "0.7.1",
2237
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.1.tgz",
2238
+ "integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
2241
2239
  "license": "MIT",
2242
2240
  "dependencies": {
2243
2241
  "safer-buffer": ">= 2.1.2 < 3.0.0"
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "mac",
7
7
  "XCTest"
8
8
  ],
9
- "version": "3.2.9",
9
+ "version": "3.2.10",
10
10
  "author": "Appium Contributors",
11
11
  "license": "Apache-2.0",
12
12
  "repository": {
@@ -54,7 +54,6 @@
54
54
  "bluebird": "^3.5.1",
55
55
  "lodash": "^4.17.4",
56
56
  "portscanner": "2.2.0",
57
- "source-map-support": "^0.x",
58
57
  "teen_process": "^3.0.0"
59
58
  },
60
59
  "scripts": {