appium-xcuitest-driver 4.10.0 → 4.10.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/README.md CHANGED
@@ -879,7 +879,7 @@ Deletes the given file from the device under test.
879
879
 
880
880
  Name | Type | Required | Description | Example
881
881
  --- | --- | --- | --- | ---
882
- remotePath | string | yes | The path to an existing remote file on the device. This variable can be prefixed with bundle id, so then the file will be downloaded from the corresponding application container instead of the default media folder. Use `@<app_bundle_id>:<optional_container_type>/<path_to_the_file_or_folder_inside_container>` format to delete a file or a folder from an application container of the given type. The only supported container type is 'documents'. If the container type is not set explicitly for a bundle id, then the default application container is going to be mounted (aka --container ifuse argument) e.g. If `@com.myapp.bla:documents/111.png` is provided, `On My iPhone/<app name>` in Files app will be mounted to the host machine. `@com.myapp.bla:documents/` means `On My iPhone/<app name>`. | @com.mycompany.myapp:documents/myfile.txt
882
+ remotePath | string | yes | The path to an existing remote file on the device. This variable can be prefixed with bundle id, so then the file will be deleted from the corresponding application container instead of the default media folder. Use `@<app_bundle_id>:<optional_container_type>/<path_to_the_file_or_folder_inside_container>` format to delete a file or a folder from an application container of the given type. The only supported container type is 'documents'. If the container type is not set explicitly for a bundle id, then the default application container is going to be mounted (aka --container ifuse argument) e.g. If `@com.myapp.bla:documents/111.png` is provided, `On My iPhone/<app name>` in Files app will be mounted to the host machine. `@com.myapp.bla:documents/` means `On My iPhone/<app name>`. | @com.mycompany.myapp:documents/myfile.txt
883
883
 
884
884
  ### mobile: deleteFolder
885
885
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "4.10.0",
3
+ "version": "4.10.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "4.10.0",
9
+ "version": "4.10.1",
10
10
  "engines": [
11
11
  "node"
12
12
  ],
@@ -33,7 +33,7 @@
33
33
  "portscanner": "2.2.0",
34
34
  "semver": "^7.0.0",
35
35
  "source-map-support": "^0.x",
36
- "teen_process": "^1.14.0",
36
+ "teen_process": "^2.0.0",
37
37
  "ws": "^8.0.0"
38
38
  },
39
39
  "devDependencies": {
@@ -99,6 +99,14 @@
99
99
  "npm": ">=8"
100
100
  }
101
101
  },
102
+ "node_modules/@appium/base-driver/node_modules/lru-cache": {
103
+ "version": "7.13.2",
104
+ "extraneous": true,
105
+ "license": "ISC",
106
+ "engines": {
107
+ "node": ">=12"
108
+ }
109
+ },
102
110
  "node_modules/@appium/base-plugin": {
103
111
  "version": "1.10.2",
104
112
  "extraneous": true,
@@ -129,6 +137,22 @@
129
137
  "npm": ">=8"
130
138
  }
131
139
  },
140
+ "node_modules/@appium/docutils/node_modules/teen_process": {
141
+ "version": "1.16.0",
142
+ "engines": [
143
+ "node"
144
+ ],
145
+ "extraneous": true,
146
+ "license": "Apache-2.0",
147
+ "dependencies": {
148
+ "@babel/runtime": "^7.0.0",
149
+ "bluebird": "^3.5.1",
150
+ "lodash": "^4.17.4",
151
+ "shell-quote": "^1.4.3",
152
+ "source-map-support": "^0.5.3",
153
+ "which": "^2.0.2"
154
+ }
155
+ },
132
156
  "node_modules/@appium/schema": {
133
157
  "version": "0.0.9",
134
158
  "license": "Apache-2.0",
@@ -210,6 +234,21 @@
210
234
  "npm": ">=8"
211
235
  }
212
236
  },
237
+ "node_modules/@appium/support/node_modules/teen_process": {
238
+ "version": "1.16.0",
239
+ "engines": [
240
+ "node"
241
+ ],
242
+ "license": "Apache-2.0",
243
+ "dependencies": {
244
+ "@babel/runtime": "^7.0.0",
245
+ "bluebird": "^3.5.1",
246
+ "lodash": "^4.17.4",
247
+ "shell-quote": "^1.4.3",
248
+ "source-map-support": "^0.5.3",
249
+ "which": "^2.0.2"
250
+ }
251
+ },
213
252
  "node_modules/@appium/test-support": {
214
253
  "version": "1.5.0",
215
254
  "dev": true,
@@ -239,6 +278,22 @@
239
278
  "appium": "^2.0.0-beta.35"
240
279
  }
241
280
  },
281
+ "node_modules/@appium/test-support/node_modules/teen_process": {
282
+ "version": "1.16.0",
283
+ "dev": true,
284
+ "engines": [
285
+ "node"
286
+ ],
287
+ "license": "Apache-2.0",
288
+ "dependencies": {
289
+ "@babel/runtime": "^7.0.0",
290
+ "bluebird": "^3.5.1",
291
+ "lodash": "^4.17.4",
292
+ "shell-quote": "^1.4.3",
293
+ "source-map-support": "^0.5.3",
294
+ "which": "^2.0.2"
295
+ }
296
+ },
242
297
  "node_modules/@appium/types": {
243
298
  "version": "0.4.0",
244
299
  "license": "Apache-2.0",
@@ -1014,7 +1069,7 @@
1014
1069
  }
1015
1070
  },
1016
1071
  "node_modules/@types/node": {
1017
- "version": "18.7.4",
1072
+ "version": "18.7.8",
1018
1073
  "license": "MIT"
1019
1074
  },
1020
1075
  "node_modules/@types/normalize-package-data": {
@@ -1204,6 +1259,21 @@
1204
1259
  "teen_process": "^1.11.0"
1205
1260
  }
1206
1261
  },
1262
+ "node_modules/appium-idb/node_modules/teen_process": {
1263
+ "version": "1.16.0",
1264
+ "engines": [
1265
+ "node"
1266
+ ],
1267
+ "license": "Apache-2.0",
1268
+ "dependencies": {
1269
+ "@babel/runtime": "^7.0.0",
1270
+ "bluebird": "^3.5.1",
1271
+ "lodash": "^4.17.4",
1272
+ "shell-quote": "^1.4.3",
1273
+ "source-map-support": "^0.5.3",
1274
+ "which": "^2.0.2"
1275
+ }
1276
+ },
1207
1277
  "node_modules/appium-ios-device": {
1208
1278
  "version": "2.4.2",
1209
1279
  "engines": [
@@ -1224,7 +1294,7 @@
1224
1294
  }
1225
1295
  },
1226
1296
  "node_modules/appium-ios-simulator": {
1227
- "version": "4.1.0",
1297
+ "version": "4.1.2",
1228
1298
  "engines": [
1229
1299
  "node"
1230
1300
  ],
@@ -1241,7 +1311,7 @@
1241
1311
  "node-simctl": "^7.1.0",
1242
1312
  "semver": "^7.0.0",
1243
1313
  "source-map-support": "^0.x",
1244
- "teen_process": "^1.3.0"
1314
+ "teen_process": "^2.0.0"
1245
1315
  }
1246
1316
  },
1247
1317
  "node_modules/appium-remote-debugger": {
@@ -1285,6 +1355,21 @@
1285
1355
  "appium": "^2.0.0-beta.40"
1286
1356
  }
1287
1357
  },
1358
+ "node_modules/appium-webdriveragent/node_modules/teen_process": {
1359
+ "version": "1.16.0",
1360
+ "engines": [
1361
+ "node"
1362
+ ],
1363
+ "license": "Apache-2.0",
1364
+ "dependencies": {
1365
+ "@babel/runtime": "^7.0.0",
1366
+ "bluebird": "^3.5.1",
1367
+ "lodash": "^4.17.4",
1368
+ "shell-quote": "^1.4.3",
1369
+ "source-map-support": "^0.5.3",
1370
+ "which": "^2.0.2"
1371
+ }
1372
+ },
1288
1373
  "node_modules/appium-xcode": {
1289
1374
  "version": "4.0.0",
1290
1375
  "engines": [
@@ -1302,6 +1387,21 @@
1302
1387
  "teen_process": "^1.3.0"
1303
1388
  }
1304
1389
  },
1390
+ "node_modules/appium-xcode/node_modules/teen_process": {
1391
+ "version": "1.16.0",
1392
+ "engines": [
1393
+ "node"
1394
+ ],
1395
+ "license": "Apache-2.0",
1396
+ "dependencies": {
1397
+ "@babel/runtime": "^7.0.0",
1398
+ "bluebird": "^3.5.1",
1399
+ "lodash": "^4.17.4",
1400
+ "shell-quote": "^1.4.3",
1401
+ "source-map-support": "^0.5.3",
1402
+ "which": "^2.0.2"
1403
+ }
1404
+ },
1305
1405
  "node_modules/aproba": {
1306
1406
  "version": "2.0.0",
1307
1407
  "license": "ISC"
@@ -3423,7 +3523,7 @@
3423
3523
  }
3424
3524
  },
3425
3525
  "node_modules/lru-cache": {
3426
- "version": "7.13.2",
3526
+ "version": "7.14.0",
3427
3527
  "license": "ISC",
3428
3528
  "engines": {
3429
3529
  "node": ">=12"
@@ -3745,6 +3845,21 @@
3745
3845
  "which": "^2.0.0"
3746
3846
  }
3747
3847
  },
3848
+ "node_modules/node-simctl/node_modules/teen_process": {
3849
+ "version": "1.16.0",
3850
+ "engines": [
3851
+ "node"
3852
+ ],
3853
+ "license": "Apache-2.0",
3854
+ "dependencies": {
3855
+ "@babel/runtime": "^7.0.0",
3856
+ "bluebird": "^3.5.1",
3857
+ "lodash": "^4.17.4",
3858
+ "shell-quote": "^1.4.3",
3859
+ "source-map-support": "^0.5.3",
3860
+ "which": "^2.0.2"
3861
+ }
3862
+ },
3748
3863
  "node_modules/normalize-package-data": {
3749
3864
  "version": "2.5.0",
3750
3865
  "license": "BSD-2-Clause",
@@ -3809,7 +3924,7 @@
3809
3924
  }
3810
3925
  },
3811
3926
  "node_modules/object.assign": {
3812
- "version": "4.1.3",
3927
+ "version": "4.1.4",
3813
3928
  "extraneous": true,
3814
3929
  "license": "MIT",
3815
3930
  "dependencies": {
@@ -4858,10 +4973,7 @@
4858
4973
  }
4859
4974
  },
4860
4975
  "node_modules/teen_process": {
4861
- "version": "1.16.0",
4862
- "engines": [
4863
- "node"
4864
- ],
4976
+ "version": "2.0.0",
4865
4977
  "license": "Apache-2.0",
4866
4978
  "dependencies": {
4867
4979
  "@babel/runtime": "^7.0.0",
@@ -4870,6 +4982,10 @@
4870
4982
  "shell-quote": "^1.4.3",
4871
4983
  "source-map-support": "^0.5.3",
4872
4984
  "which": "^2.0.2"
4985
+ },
4986
+ "engines": {
4987
+ "node": ">=14",
4988
+ "npm": ">=6"
4873
4989
  }
4874
4990
  },
4875
4991
  "node_modules/text-hex": {
@@ -5320,6 +5436,12 @@
5320
5436
  "source-map-support": "0.5.21",
5321
5437
  "type-fest": "2.18.0",
5322
5438
  "validate.js": "0.13.1"
5439
+ },
5440
+ "dependencies": {
5441
+ "lru-cache": {
5442
+ "version": "7.13.2",
5443
+ "extraneous": true
5444
+ }
5323
5445
  }
5324
5446
  },
5325
5447
  "@appium/base-plugin": {
@@ -5340,6 +5462,20 @@
5340
5462
  "jsdoc-plugin-typescript": "2.1.1",
5341
5463
  "source-map-support": "0.5.21",
5342
5464
  "teen_process": "1.16.0"
5465
+ },
5466
+ "dependencies": {
5467
+ "teen_process": {
5468
+ "version": "1.16.0",
5469
+ "extraneous": true,
5470
+ "requires": {
5471
+ "@babel/runtime": "^7.0.0",
5472
+ "bluebird": "^3.5.1",
5473
+ "lodash": "^4.17.4",
5474
+ "shell-quote": "^1.4.3",
5475
+ "source-map-support": "^0.5.3",
5476
+ "which": "^2.0.2"
5477
+ }
5478
+ }
5343
5479
  }
5344
5480
  },
5345
5481
  "@appium/schema": {
@@ -5411,6 +5547,19 @@
5411
5547
  "uuid": "8.3.2",
5412
5548
  "which": "2.0.2",
5413
5549
  "yauzl": "2.10.0"
5550
+ },
5551
+ "dependencies": {
5552
+ "teen_process": {
5553
+ "version": "1.16.0",
5554
+ "requires": {
5555
+ "@babel/runtime": "^7.0.0",
5556
+ "bluebird": "^3.5.1",
5557
+ "lodash": "^4.17.4",
5558
+ "shell-quote": "^1.4.3",
5559
+ "source-map-support": "^0.5.3",
5560
+ "which": "^2.0.2"
5561
+ }
5562
+ }
5414
5563
  }
5415
5564
  },
5416
5565
  "@appium/test-support": {
@@ -5428,6 +5577,20 @@
5428
5577
  "sinon": "14.0.0",
5429
5578
  "source-map-support": "0.5.21",
5430
5579
  "teen_process": "1.16.0"
5580
+ },
5581
+ "dependencies": {
5582
+ "teen_process": {
5583
+ "version": "1.16.0",
5584
+ "dev": true,
5585
+ "requires": {
5586
+ "@babel/runtime": "^7.0.0",
5587
+ "bluebird": "^3.5.1",
5588
+ "lodash": "^4.17.4",
5589
+ "shell-quote": "^1.4.3",
5590
+ "source-map-support": "^0.5.3",
5591
+ "which": "^2.0.2"
5592
+ }
5593
+ }
5431
5594
  }
5432
5595
  },
5433
5596
  "@appium/types": {
@@ -5968,7 +6131,7 @@
5968
6131
  }
5969
6132
  },
5970
6133
  "@types/node": {
5971
- "version": "18.7.4"
6134
+ "version": "18.7.8"
5972
6135
  },
5973
6136
  "@types/normalize-package-data": {
5974
6137
  "version": "2.4.1"
@@ -6097,6 +6260,19 @@
6097
6260
  "lodash": "^4.0.0",
6098
6261
  "source-map-support": "^0.x",
6099
6262
  "teen_process": "^1.11.0"
6263
+ },
6264
+ "dependencies": {
6265
+ "teen_process": {
6266
+ "version": "1.16.0",
6267
+ "requires": {
6268
+ "@babel/runtime": "^7.0.0",
6269
+ "bluebird": "^3.5.1",
6270
+ "lodash": "^4.17.4",
6271
+ "shell-quote": "^1.4.3",
6272
+ "source-map-support": "^0.5.3",
6273
+ "which": "^2.0.2"
6274
+ }
6275
+ }
6100
6276
  }
6101
6277
  },
6102
6278
  "appium-ios-device": {
@@ -6115,7 +6291,7 @@
6115
6291
  }
6116
6292
  },
6117
6293
  "appium-ios-simulator": {
6118
- "version": "4.1.0",
6294
+ "version": "4.1.2",
6119
6295
  "requires": {
6120
6296
  "@appium/support": "^2.55.3",
6121
6297
  "@babel/runtime": "^7.0.0",
@@ -6128,7 +6304,7 @@
6128
6304
  "node-simctl": "^7.1.0",
6129
6305
  "semver": "^7.0.0",
6130
6306
  "source-map-support": "^0.x",
6131
- "teen_process": "^1.3.0"
6307
+ "teen_process": "^2.0.0"
6132
6308
  }
6133
6309
  },
6134
6310
  "appium-remote-debugger": {
@@ -6156,6 +6332,19 @@
6156
6332
  "node-simctl": "^7.0.1",
6157
6333
  "source-map-support": "^0.x",
6158
6334
  "teen_process": "^1.14.1"
6335
+ },
6336
+ "dependencies": {
6337
+ "teen_process": {
6338
+ "version": "1.16.0",
6339
+ "requires": {
6340
+ "@babel/runtime": "^7.0.0",
6341
+ "bluebird": "^3.5.1",
6342
+ "lodash": "^4.17.4",
6343
+ "shell-quote": "^1.4.3",
6344
+ "source-map-support": "^0.5.3",
6345
+ "which": "^2.0.2"
6346
+ }
6347
+ }
6159
6348
  }
6160
6349
  },
6161
6350
  "appium-xcode": {
@@ -6169,6 +6358,19 @@
6169
6358
  "semver": "^7.0.0",
6170
6359
  "source-map-support": "^0.x",
6171
6360
  "teen_process": "^1.3.0"
6361
+ },
6362
+ "dependencies": {
6363
+ "teen_process": {
6364
+ "version": "1.16.0",
6365
+ "requires": {
6366
+ "@babel/runtime": "^7.0.0",
6367
+ "bluebird": "^3.5.1",
6368
+ "lodash": "^4.17.4",
6369
+ "shell-quote": "^1.4.3",
6370
+ "source-map-support": "^0.5.3",
6371
+ "which": "^2.0.2"
6372
+ }
6373
+ }
6172
6374
  }
6173
6375
  },
6174
6376
  "aproba": {
@@ -7546,7 +7748,7 @@
7546
7748
  "version": "2.0.0"
7547
7749
  },
7548
7750
  "lru-cache": {
7549
- "version": "7.13.2"
7751
+ "version": "7.14.0"
7550
7752
  },
7551
7753
  "markdown-it": {
7552
7754
  "version": "12.3.2",
@@ -7761,6 +7963,19 @@
7761
7963
  "teen_process": "^1.5.1",
7762
7964
  "uuid": "^8.0.0",
7763
7965
  "which": "^2.0.0"
7966
+ },
7967
+ "dependencies": {
7968
+ "teen_process": {
7969
+ "version": "1.16.0",
7970
+ "requires": {
7971
+ "@babel/runtime": "^7.0.0",
7972
+ "bluebird": "^3.5.1",
7973
+ "lodash": "^4.17.4",
7974
+ "shell-quote": "^1.4.3",
7975
+ "source-map-support": "^0.5.3",
7976
+ "which": "^2.0.2"
7977
+ }
7978
+ }
7764
7979
  }
7765
7980
  },
7766
7981
  "normalize-package-data": {
@@ -7801,7 +8016,7 @@
7801
8016
  "extraneous": true
7802
8017
  },
7803
8018
  "object.assign": {
7804
- "version": "4.1.3",
8019
+ "version": "4.1.4",
7805
8020
  "extraneous": true,
7806
8021
  "requires": {
7807
8022
  "call-bind": "^1.0.2",
@@ -8483,7 +8698,7 @@
8483
8698
  }
8484
8699
  },
8485
8700
  "teen_process": {
8486
- "version": "1.16.0",
8701
+ "version": "2.0.0",
8487
8702
  "requires": {
8488
8703
  "@babel/runtime": "^7.0.0",
8489
8704
  "bluebird": "^3.5.1",
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "4.10.0",
11
+ "version": "4.10.1",
12
12
  "author": "appium",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -85,7 +85,7 @@
85
85
  "portscanner": "2.2.0",
86
86
  "semver": "^7.0.0",
87
87
  "source-map-support": "^0.x",
88
- "teen_process": "^1.14.0",
88
+ "teen_process": "^2.0.0",
89
89
  "ws": "^8.0.0"
90
90
  },
91
91
  "scripts": {