appium-xcuitest-driver 10.0.0-rc.2 → 10.0.0-rc.3

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.0.0-rc.2",
3
+ "version": "10.0.0-rc.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.0.0-rc.1",
9
+ "version": "10.0.0-rc.3",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.0.0-rc.2",
11
+ "version": "10.0.0-rc.3",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -1,4 +1,4 @@
1
- import {fs, logger, zip, net, node} from 'appium/support.js';
1
+ import {fs, logger, zip, net, node} from '@appium/support';
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.js';
6
+ import {logger, node} from '@appium/support';
7
7
  import _ from 'lodash';
8
8
 
9
9
  import {