appium-xcuitest-driver 7.4.2 → 7.5.0
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 +7 -0
- package/npm-shrinkwrap.json +149 -51
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [7.5.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.4.2...v7.5.0) (2024-03-24)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* add appium:usePreinstalledWDA for real iOS 17 devices ([#2350](https://github.com/appium/appium-xcuitest-driver/issues/2350)) ([ec5a1f7](https://github.com/appium/appium-xcuitest-driver/commit/ec5a1f73f06763da47c06386aac729e8ee75d990))
|
|
7
|
+
|
|
1
8
|
## [7.4.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.4.1...v7.4.2) (2024-03-23)
|
|
2
9
|
|
|
3
10
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.5.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.
|
|
9
|
+
"version": "7.5.0",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"appium-ios-device": "^2.5.4",
|
|
15
15
|
"appium-ios-simulator": "^5.5.1",
|
|
16
16
|
"appium-remote-debugger": "^11.0.0",
|
|
17
|
-
"appium-webdriveragent": "^7.
|
|
17
|
+
"appium-webdriveragent": "^7.3.0",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -249,6 +249,98 @@
|
|
|
249
249
|
"sharp": "0.33.2"
|
|
250
250
|
}
|
|
251
251
|
},
|
|
252
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
253
|
+
"version": "1.0.1",
|
|
254
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.1.tgz",
|
|
255
|
+
"integrity": "sha512-3NR1mxFsaSgMMzz1bAnnKbSAI+lHXVTqAHgc1bgzjHuXjo4hlscpUxc0vFSAPKI3yuzdzcZOkq7nDPrP2F8Jgw==",
|
|
256
|
+
"cpu": [
|
|
257
|
+
"x64"
|
|
258
|
+
],
|
|
259
|
+
"optional": true,
|
|
260
|
+
"os": [
|
|
261
|
+
"linux"
|
|
262
|
+
],
|
|
263
|
+
"engines": {
|
|
264
|
+
"glibc": ">=2.26",
|
|
265
|
+
"npm": ">=9.6.5",
|
|
266
|
+
"pnpm": ">=7.1.0",
|
|
267
|
+
"yarn": ">=3.2.0"
|
|
268
|
+
},
|
|
269
|
+
"funding": {
|
|
270
|
+
"url": "https://opencollective.com/libvips"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
274
|
+
"version": "1.0.1",
|
|
275
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.1.tgz",
|
|
276
|
+
"integrity": "sha512-dcT7inI9DBFK6ovfeWRe3hG30h51cBAP5JXlZfx6pzc/Mnf9HFCQDLtYf4MCBjxaaTfjCCjkBxcy3XzOAo5txw==",
|
|
277
|
+
"cpu": [
|
|
278
|
+
"x64"
|
|
279
|
+
],
|
|
280
|
+
"optional": true,
|
|
281
|
+
"os": [
|
|
282
|
+
"linux"
|
|
283
|
+
],
|
|
284
|
+
"engines": {
|
|
285
|
+
"musl": ">=1.2.2",
|
|
286
|
+
"npm": ">=9.6.5",
|
|
287
|
+
"pnpm": ">=7.1.0",
|
|
288
|
+
"yarn": ">=3.2.0"
|
|
289
|
+
},
|
|
290
|
+
"funding": {
|
|
291
|
+
"url": "https://opencollective.com/libvips"
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
295
|
+
"version": "0.33.2",
|
|
296
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.2.tgz",
|
|
297
|
+
"integrity": "sha512-xUT82H5IbXewKkeF5aiooajoO1tQV4PnKfS/OZtb5DDdxS/FCI/uXTVZ35GQ97RZXsycojz/AJ0asoz6p2/H/A==",
|
|
298
|
+
"cpu": [
|
|
299
|
+
"x64"
|
|
300
|
+
],
|
|
301
|
+
"optional": true,
|
|
302
|
+
"os": [
|
|
303
|
+
"linux"
|
|
304
|
+
],
|
|
305
|
+
"engines": {
|
|
306
|
+
"glibc": ">=2.26",
|
|
307
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
308
|
+
"npm": ">=9.6.5",
|
|
309
|
+
"pnpm": ">=7.1.0",
|
|
310
|
+
"yarn": ">=3.2.0"
|
|
311
|
+
},
|
|
312
|
+
"funding": {
|
|
313
|
+
"url": "https://opencollective.com/libvips"
|
|
314
|
+
},
|
|
315
|
+
"optionalDependencies": {
|
|
316
|
+
"@img/sharp-libvips-linux-x64": "1.0.1"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"node_modules/@appium/support/node_modules/@img/sharp-linuxmusl-x64": {
|
|
320
|
+
"version": "0.33.2",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.2.tgz",
|
|
322
|
+
"integrity": "sha512-+ZLE3SQmSL+Fn1gmSaM8uFusW5Y3J9VOf+wMGNnTtJUMUxFhv+P4UPaYEYT8tqnyYVaOVGgMN/zsOxn9pSsO2A==",
|
|
323
|
+
"cpu": [
|
|
324
|
+
"x64"
|
|
325
|
+
],
|
|
326
|
+
"optional": true,
|
|
327
|
+
"os": [
|
|
328
|
+
"linux"
|
|
329
|
+
],
|
|
330
|
+
"engines": {
|
|
331
|
+
"musl": ">=1.2.2",
|
|
332
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0",
|
|
333
|
+
"npm": ">=9.6.5",
|
|
334
|
+
"pnpm": ">=7.1.0",
|
|
335
|
+
"yarn": ">=3.2.0"
|
|
336
|
+
},
|
|
337
|
+
"funding": {
|
|
338
|
+
"url": "https://opencollective.com/libvips"
|
|
339
|
+
},
|
|
340
|
+
"optionalDependencies": {
|
|
341
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.0.1"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
252
344
|
"node_modules/@appium/support/node_modules/axios": {
|
|
253
345
|
"version": "1.6.7",
|
|
254
346
|
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz",
|
|
@@ -259,6 +351,46 @@
|
|
|
259
351
|
"proxy-from-env": "^1.1.0"
|
|
260
352
|
}
|
|
261
353
|
},
|
|
354
|
+
"node_modules/@appium/support/node_modules/sharp": {
|
|
355
|
+
"version": "0.33.2",
|
|
356
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz",
|
|
357
|
+
"integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==",
|
|
358
|
+
"hasInstallScript": true,
|
|
359
|
+
"optional": true,
|
|
360
|
+
"dependencies": {
|
|
361
|
+
"color": "^4.2.3",
|
|
362
|
+
"detect-libc": "^2.0.2",
|
|
363
|
+
"semver": "^7.5.4"
|
|
364
|
+
},
|
|
365
|
+
"engines": {
|
|
366
|
+
"libvips": ">=8.15.1",
|
|
367
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
368
|
+
},
|
|
369
|
+
"funding": {
|
|
370
|
+
"url": "https://opencollective.com/libvips"
|
|
371
|
+
},
|
|
372
|
+
"optionalDependencies": {
|
|
373
|
+
"@img/sharp-darwin-arm64": "0.33.2",
|
|
374
|
+
"@img/sharp-darwin-x64": "0.33.2",
|
|
375
|
+
"@img/sharp-libvips-darwin-arm64": "1.0.1",
|
|
376
|
+
"@img/sharp-libvips-darwin-x64": "1.0.1",
|
|
377
|
+
"@img/sharp-libvips-linux-arm": "1.0.1",
|
|
378
|
+
"@img/sharp-libvips-linux-arm64": "1.0.1",
|
|
379
|
+
"@img/sharp-libvips-linux-s390x": "1.0.1",
|
|
380
|
+
"@img/sharp-libvips-linux-x64": "1.0.1",
|
|
381
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.0.1",
|
|
382
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.0.1",
|
|
383
|
+
"@img/sharp-linux-arm": "0.33.2",
|
|
384
|
+
"@img/sharp-linux-arm64": "0.33.2",
|
|
385
|
+
"@img/sharp-linux-s390x": "0.33.2",
|
|
386
|
+
"@img/sharp-linux-x64": "0.33.2",
|
|
387
|
+
"@img/sharp-linuxmusl-arm64": "0.33.2",
|
|
388
|
+
"@img/sharp-linuxmusl-x64": "0.33.2",
|
|
389
|
+
"@img/sharp-wasm32": "0.33.2",
|
|
390
|
+
"@img/sharp-win32-ia32": "0.33.2",
|
|
391
|
+
"@img/sharp-win32-x64": "0.33.2"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
262
394
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
263
395
|
"version": "4.10.1",
|
|
264
396
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
|
|
@@ -867,9 +999,9 @@
|
|
|
867
999
|
}
|
|
868
1000
|
},
|
|
869
1001
|
"node_modules/appium-webdriveragent": {
|
|
870
|
-
"version": "7.
|
|
871
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.
|
|
872
|
-
"integrity": "sha512-
|
|
1002
|
+
"version": "7.3.0",
|
|
1003
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-7.3.0.tgz",
|
|
1004
|
+
"integrity": "sha512-J83ztzvHivg4dCu0MhkLQBiNXab6ZIvm1OQwW6xeEvFq5AATncU7Nl7lz1eO4/mlyoJd+q1PuO2/6tn/K1i8Xg==",
|
|
873
1005
|
"dependencies": {
|
|
874
1006
|
"@appium/base-driver": "^9.0.0",
|
|
875
1007
|
"@appium/strongbox": "^0.x",
|
|
@@ -1230,7 +1362,7 @@
|
|
|
1230
1362
|
"version": "4.2.3",
|
|
1231
1363
|
"resolved": "https://registry.npmjs.org/color/-/color-4.2.3.tgz",
|
|
1232
1364
|
"integrity": "sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==",
|
|
1233
|
-
"
|
|
1365
|
+
"optional": true,
|
|
1234
1366
|
"dependencies": {
|
|
1235
1367
|
"color-convert": "^2.0.1",
|
|
1236
1368
|
"color-string": "^1.9.0"
|
|
@@ -1259,7 +1391,7 @@
|
|
|
1259
1391
|
"version": "1.9.1",
|
|
1260
1392
|
"resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz",
|
|
1261
1393
|
"integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==",
|
|
1262
|
-
"
|
|
1394
|
+
"optional": true,
|
|
1263
1395
|
"dependencies": {
|
|
1264
1396
|
"color-name": "^1.0.0",
|
|
1265
1397
|
"simple-swizzle": "^0.2.2"
|
|
@@ -1477,7 +1609,7 @@
|
|
|
1477
1609
|
"version": "2.0.3",
|
|
1478
1610
|
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
|
|
1479
1611
|
"integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
|
|
1480
|
-
"
|
|
1612
|
+
"optional": true,
|
|
1481
1613
|
"engines": {
|
|
1482
1614
|
"node": ">=8"
|
|
1483
1615
|
}
|
|
@@ -3235,46 +3367,6 @@
|
|
|
3235
3367
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
3236
3368
|
"integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw=="
|
|
3237
3369
|
},
|
|
3238
|
-
"node_modules/sharp": {
|
|
3239
|
-
"version": "0.33.2",
|
|
3240
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.33.2.tgz",
|
|
3241
|
-
"integrity": "sha512-WlYOPyyPDiiM07j/UO+E720ju6gtNtHjEGg5vovUk1Lgxyjm2LFO+37Nt/UI3MMh2l6hxTWQWi7qk3cXJTutcQ==",
|
|
3242
|
-
"devOptional": true,
|
|
3243
|
-
"hasInstallScript": true,
|
|
3244
|
-
"dependencies": {
|
|
3245
|
-
"color": "^4.2.3",
|
|
3246
|
-
"detect-libc": "^2.0.2",
|
|
3247
|
-
"semver": "^7.5.4"
|
|
3248
|
-
},
|
|
3249
|
-
"engines": {
|
|
3250
|
-
"libvips": ">=8.15.1",
|
|
3251
|
-
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
3252
|
-
},
|
|
3253
|
-
"funding": {
|
|
3254
|
-
"url": "https://opencollective.com/libvips"
|
|
3255
|
-
},
|
|
3256
|
-
"optionalDependencies": {
|
|
3257
|
-
"@img/sharp-darwin-arm64": "0.33.2",
|
|
3258
|
-
"@img/sharp-darwin-x64": "0.33.2",
|
|
3259
|
-
"@img/sharp-libvips-darwin-arm64": "1.0.1",
|
|
3260
|
-
"@img/sharp-libvips-darwin-x64": "1.0.1",
|
|
3261
|
-
"@img/sharp-libvips-linux-arm": "1.0.1",
|
|
3262
|
-
"@img/sharp-libvips-linux-arm64": "1.0.1",
|
|
3263
|
-
"@img/sharp-libvips-linux-s390x": "1.0.1",
|
|
3264
|
-
"@img/sharp-libvips-linux-x64": "1.0.1",
|
|
3265
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.0.1",
|
|
3266
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.0.1",
|
|
3267
|
-
"@img/sharp-linux-arm": "0.33.2",
|
|
3268
|
-
"@img/sharp-linux-arm64": "0.33.2",
|
|
3269
|
-
"@img/sharp-linux-s390x": "0.33.2",
|
|
3270
|
-
"@img/sharp-linux-x64": "0.33.2",
|
|
3271
|
-
"@img/sharp-linuxmusl-arm64": "0.33.2",
|
|
3272
|
-
"@img/sharp-linuxmusl-x64": "0.33.2",
|
|
3273
|
-
"@img/sharp-wasm32": "0.33.2",
|
|
3274
|
-
"@img/sharp-win32-ia32": "0.33.2",
|
|
3275
|
-
"@img/sharp-win32-x64": "0.33.2"
|
|
3276
|
-
}
|
|
3277
|
-
},
|
|
3278
3370
|
"node_modules/shebang-command": {
|
|
3279
3371
|
"version": "2.0.0",
|
|
3280
3372
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
@@ -3328,7 +3420,7 @@
|
|
|
3328
3420
|
"version": "0.2.2",
|
|
3329
3421
|
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
|
|
3330
3422
|
"integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==",
|
|
3331
|
-
"
|
|
3423
|
+
"optional": true,
|
|
3332
3424
|
"dependencies": {
|
|
3333
3425
|
"is-arrayish": "^0.3.1"
|
|
3334
3426
|
}
|
|
@@ -3337,7 +3429,7 @@
|
|
|
3337
3429
|
"version": "0.3.2",
|
|
3338
3430
|
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz",
|
|
3339
3431
|
"integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==",
|
|
3340
|
-
"
|
|
3432
|
+
"optional": true
|
|
3341
3433
|
},
|
|
3342
3434
|
"node_modules/slugify": {
|
|
3343
3435
|
"version": "1.6.6",
|
|
@@ -3621,6 +3713,12 @@
|
|
|
3621
3713
|
"utf8-byte-length": "^1.0.1"
|
|
3622
3714
|
}
|
|
3623
3715
|
},
|
|
3716
|
+
"node_modules/tslib": {
|
|
3717
|
+
"version": "2.6.2",
|
|
3718
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
3719
|
+
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
3720
|
+
"extraneous": true
|
|
3721
|
+
},
|
|
3624
3722
|
"node_modules/type-is": {
|
|
3625
3723
|
"version": "1.6.18",
|
|
3626
3724
|
"resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.
|
|
11
|
+
"version": "7.5.0",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.5.4",
|
|
82
82
|
"appium-ios-simulator": "^5.5.1",
|
|
83
83
|
"appium-remote-debugger": "^11.0.0",
|
|
84
|
-
"appium-webdriveragent": "^7.
|
|
84
|
+
"appium-webdriveragent": "^7.3.0",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|