appium-xcuitest-driver 9.9.0 → 9.9.1

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
+ ## [9.9.1](https://github.com/appium/appium-xcuitest-driver/compare/v9.9.0...v9.9.1) (2025-06-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ * add @ temporary fix ([#2588](https://github.com/appium/appium-xcuitest-driver/issues/2588)) ([f0ffbf6](https://github.com/appium/appium-xcuitest-driver/commit/f0ffbf6133458c3c3bcf69a1dbefc992c1ad599e))
6
+
1
7
  ## [9.9.0](https://github.com/appium/appium-xcuitest-driver/compare/v9.8.1...v9.9.0) (2025-06-26)
2
8
 
3
9
  ### Features
@@ -1,15 +1,16 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "9.9.0",
3
+ "version": "9.9.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "9.9.0",
9
+ "version": "9.9.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^0.x",
13
+ "@appium/support": "^6.1.1",
13
14
  "@colors/colors": "^1.6.0",
14
15
  "appium-idb": "^1.6.13",
15
16
  "appium-ios-device": "^2.8.0",
@@ -486,9 +487,9 @@
486
487
  "license": "MIT"
487
488
  },
488
489
  "node_modules/@types/node": {
489
- "version": "24.0.4",
490
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.4.tgz",
491
- "integrity": "sha512-ulyqAkrhnuNq9pB76DRBTkcS6YsmDALy6Ua63V8OhrOBgbcYt6IOdzpw5P1+dyRIyMerzLkeYWBeOXPpA9GMAA==",
490
+ "version": "24.0.7",
491
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-24.0.7.tgz",
492
+ "integrity": "sha512-YIEUUr4yf8q8oQoXPpSlnvKNVKDQlPMWrmOcgzoduo7kvA2UF0/BwJ/eMKFTiTtkNL17I0M6Xe2tvwFU7be6iw==",
492
493
  "license": "MIT",
493
494
  "dependencies": {
494
495
  "undici-types": "~7.8.0"
@@ -4372,9 +4373,9 @@
4372
4373
  "license": "ISC"
4373
4374
  },
4374
4375
  "node_modules/ws": {
4375
- "version": "8.18.2",
4376
- "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
4377
- "integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
4376
+ "version": "8.18.3",
4377
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
4378
+ "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
4378
4379
  "license": "MIT",
4379
4380
  "engines": {
4380
4381
  "node": ">=10.0.0"
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "9.9.0",
11
+ "version": "9.9.1",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -79,6 +79,7 @@
79
79
  "types": "./build/index.d.ts",
80
80
  "dependencies": {
81
81
  "@appium/strongbox": "^0.x",
82
+ "@appium/support": "^6.1.1",
82
83
  "@colors/colors": "^1.6.0",
83
84
  "appium-idb": "^1.6.13",
84
85
  "appium-ios-device": "^2.8.0",
@@ -1,4 +1,6 @@
1
- import {fs, logger, zip, net, node} from 'appium/support.js';
1
+ // TODO: Please revert '@appium/support' to 'appium/support.js' and "@appium/support" dependency
2
+ // in Appium 3 based version
3
+ import {fs, logger, zip, net, node} from '@appium/support';
2
4
  import _ from 'lodash';
3
5
  import os from 'os';
4
6
  import path from 'path';
@@ -3,7 +3,10 @@
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.js';
6
+
7
+ // TODO: Please revert '@appium/support' to 'appium/support.js' and "@appium/support" dependency
8
+ // in Appium 3 based version
9
+ import {logger, node} from '@appium/support';
7
10
  import _ from 'lodash';
8
11
  /* eslint-disable import/no-unresolved */
9
12
  import {