appium-xcuitest-driver 10.1.3 → 10.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,15 @@
1
+ ## [10.1.5](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.4...v10.1.5) (2025-10-05)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Update ESM script imports ([#2636](https://github.com/appium/appium-xcuitest-driver/issues/2636)) ([6cafc44](https://github.com/appium/appium-xcuitest-driver/commit/6cafc44468f0f20ce53ca2ca4c4d9b267911eb9f))
6
+
7
+ ## [10.1.4](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.3...v10.1.4) (2025-10-03)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * Bump remote debugger ([#2635](https://github.com/appium/appium-xcuitest-driver/issues/2635)) ([387f2df](https://github.com/appium/appium-xcuitest-driver/commit/387f2dfdcc39ac209d126207134d9920717bc660))
12
+
1
13
  ## [10.1.3](https://github.com/appium/appium-xcuitest-driver/compare/v10.1.2...v10.1.3) (2025-10-01)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.1.3",
3
+ "version": "10.1.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.1.3",
9
+ "version": "10.1.5",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -14,7 +14,7 @@
14
14
  "appium-idb": "^2.0.0",
15
15
  "appium-ios-device": "^3.0.0",
16
16
  "appium-ios-simulator": "^7.0.0",
17
- "appium-remote-debugger": "^15.0.2",
17
+ "appium-remote-debugger": "^15.0.3",
18
18
  "appium-webdriveragent": "^10.1.0",
19
19
  "appium-xcode": "^6.0.0",
20
20
  "async-lock": "^1.4.0",
@@ -553,9 +553,9 @@
553
553
  "license": "MIT"
554
554
  },
555
555
  "node_modules/@types/node": {
556
- "version": "24.6.1",
557
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.1.tgz",
558
- "integrity": "sha512-ljvjjs3DNXummeIaooB4cLBKg2U6SPI6Hjra/9rRIy7CpM0HpLtG9HptkMKAb4HYWy5S7HUvJEuWgr/y0U8SHw==",
556
+ "version": "24.6.2",
557
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.6.2.tgz",
558
+ "integrity": "sha512-d2L25Y4j+W3ZlNAeMKcy7yDsK425ibcAOO2t7aPTz6gNMH0z2GThtwENCDc0d/Pw9wgyRqE5Px1wkV7naz8ang==",
559
559
  "devOptional": true,
560
560
  "license": "MIT",
561
561
  "dependencies": {
@@ -675,9 +675,9 @@
675
675
  }
676
676
  },
677
677
  "node_modules/appium-ios-remotexpc": {
678
- "version": "0.5.0",
679
- "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.5.0.tgz",
680
- "integrity": "sha512-KYe2HcElee9yo2LfCzulGcWE1AoejuZCJcHdhJ2AxGer2Kn12+ZSxzHx9w8ZleD9TxSFdpkCWG8h6g8m9gzwZA==",
678
+ "version": "0.6.0",
679
+ "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.6.0.tgz",
680
+ "integrity": "sha512-Fci9VfPw0g6DC+dG/FiRa9DOmC/mp9ZrDYWgVMHaVnkEYfed6iDLXCaTEcYoXNt0yehBUPhI6dZwClKxGT5egQ==",
681
681
  "license": "Apache-2.0",
682
682
  "optional": true,
683
683
  "dependencies": {
@@ -735,9 +735,9 @@
735
735
  }
736
736
  },
737
737
  "node_modules/appium-remote-debugger": {
738
- "version": "15.0.2",
739
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.0.2.tgz",
740
- "integrity": "sha512-biT5HPQ5XgAwgnpofil1q06XGJoBwSmwOaHbukcLWOdSNmal7z+7qhyMtaKJ3N5mPfKMOyAHmpEfRC5xD9SEUA==",
738
+ "version": "15.1.0",
739
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.1.0.tgz",
740
+ "integrity": "sha512-bnJSyQ0fpC4mOEjGk2cmSmCNI65idjVeWuW12TpDdD57uypSVzWrgecLuG85W5aQA1cja50eq5pbtxLrD16YPw==",
741
741
  "license": "Apache-2.0",
742
742
  "dependencies": {
743
743
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -1513,9 +1513,9 @@
1513
1513
  }
1514
1514
  },
1515
1515
  "node_modules/detect-libc": {
1516
- "version": "2.1.1",
1517
- "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.1.tgz",
1518
- "integrity": "sha512-ecqj/sy1jcK1uWrwpR67UhYrIFQ+5WlGxth34WquCbamhFA6hkkwiu37o6J5xCHdo1oixJRfVRw+ywV+Hq/0Aw==",
1516
+ "version": "2.1.2",
1517
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
1518
+ "integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
1519
1519
  "devOptional": true,
1520
1520
  "license": "Apache-2.0",
1521
1521
  "engines": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.1.3",
11
+ "version": "10.1.5",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -84,7 +84,7 @@
84
84
  "appium-idb": "^2.0.0",
85
85
  "appium-ios-device": "^3.0.0",
86
86
  "appium-ios-simulator": "^7.0.0",
87
- "appium-remote-debugger": "^15.0.2",
87
+ "appium-remote-debugger": "^15.0.3",
88
88
  "appium-webdriveragent": "^10.1.0",
89
89
  "appium-xcode": "^6.0.0",
90
90
  "async-lock": "^1.4.0",
@@ -3,7 +3,7 @@
3
3
  /* eslint-disable promise/prefer-await-to-then */
4
4
 
5
5
  const {deploy} = require('@appium/docutils');
6
- const {logger} = require('@appium/support');
6
+ const {logger} = require('appium/support');
7
7
  const path = require('path');
8
8
  const semver = require('semver');
9
9
  const {version} = require('../package.json');
@@ -1,4 +1,4 @@
1
- import {fs, logger, zip, net, node} from '@appium/support';
1
+ import {fs, logger, zip, net, node} from 'appium/support.js';
2
2
  import _ from 'lodash';
3
3
  import os from 'os';
4
4
  import path from 'path';
@@ -3,7 +3,7 @@
3
3
  * Test script for creating lockdown service, starting CoreDeviceProxy, and creating tunnel
4
4
  * This script demonstrates the tunnel creation workflow for all connected devices
5
5
  */
6
- import {logger, node} from '@appium/support';
6
+ import {logger, node} from 'appium/support.js';
7
7
  import _ from 'lodash';
8
8
 
9
9
  import {