appium-xcuitest-driver 7.32.0 → 7.32.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 +6 -0
- package/build/index.js +17 -7
- package/build/lib/app-utils.d.ts.map +1 -1
- package/build/lib/commands/alert.d.ts +1 -1
- package/build/lib/commands/alert.d.ts.map +1 -1
- package/build/lib/commands/app-management.d.ts +3 -3
- package/build/lib/commands/app-management.d.ts.map +1 -1
- package/build/lib/commands/app-strings.d.ts +1 -1
- package/build/lib/commands/app-strings.d.ts.map +1 -1
- package/build/lib/commands/certificate.d.ts +1 -1
- package/build/lib/commands/certificate.d.ts.map +1 -1
- package/build/lib/commands/clipboard.d.ts +2 -2
- package/build/lib/commands/clipboard.d.ts.map +1 -1
- package/build/lib/commands/context.d.ts +4 -4
- package/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/execute.d.ts +1 -1
- package/build/lib/commands/execute.d.ts.map +1 -1
- package/build/lib/commands/file-movement.d.ts +1 -1
- package/build/lib/commands/file-movement.d.ts.map +1 -1
- package/build/lib/commands/general.d.ts +1 -1
- package/build/lib/commands/general.d.ts.map +1 -1
- package/build/lib/commands/gesture.d.ts +13 -13
- package/build/lib/commands/gesture.d.ts.map +1 -1
- package/build/lib/commands/keyboard.d.ts +1 -1
- package/build/lib/commands/keyboard.d.ts.map +1 -1
- package/build/lib/commands/localization.d.ts +1 -1
- package/build/lib/commands/localization.d.ts.map +1 -1
- package/build/lib/commands/lock.d.ts +1 -1
- package/build/lib/commands/lock.d.ts.map +1 -1
- package/build/lib/commands/log.d.ts +2 -2
- package/build/lib/commands/log.d.ts.map +1 -1
- package/build/lib/commands/navigation.d.ts +1 -1
- package/build/lib/commands/navigation.d.ts.map +1 -1
- package/build/lib/commands/performance.d.ts +2 -2
- package/build/lib/commands/performance.d.ts.map +1 -1
- package/build/lib/commands/proxy-helper.d.ts +1 -1
- package/build/lib/commands/proxy-helper.d.ts.map +1 -1
- package/build/lib/commands/recordscreen.d.ts +1 -1
- package/build/lib/commands/recordscreen.d.ts.map +1 -1
- package/build/lib/commands/simctl.d.ts +1 -1
- package/build/lib/commands/simctl.d.ts.map +1 -1
- package/build/lib/commands/source.d.ts +1 -1
- package/build/lib/commands/source.d.ts.map +1 -1
- package/build/lib/commands/web.d.ts +1 -1
- package/build/lib/commands/web.d.ts.map +1 -1
- package/build/lib/commands/xctest-record-screen.d.ts +2 -2
- package/build/lib/commands/xctest-record-screen.d.ts.map +1 -1
- package/build/lib/commands/xctest.d.ts +1 -1
- package/build/lib/commands/xctest.d.ts.map +1 -1
- package/build/lib/desired-caps.d.ts.map +1 -1
- package/build/lib/doctor/checks.js +17 -7
- package/build/lib/doctor/checks.js.map +1 -1
- package/build/lib/doctor/required-checks.d.ts +1 -1
- package/build/lib/doctor/required-checks.d.ts.map +1 -1
- package/build/lib/driver.d.ts +47 -47
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/ios-fs-helpers.d.ts +1 -1
- package/build/lib/ios-fs-helpers.d.ts.map +1 -1
- package/build/lib/real-device-clients/devicectl.d.ts +3 -3
- package/build/lib/real-device-clients/devicectl.d.ts.map +1 -1
- package/build/lib/real-device-management.d.ts +1 -1
- package/build/lib/real-device-management.d.ts.map +1 -1
- package/build/lib/real-device.d.ts +1 -1
- package/build/lib/real-device.d.ts.map +1 -1
- package/build/lib/simulator-management.d.ts +1 -1
- package/build/lib/simulator-management.d.ts.map +1 -1
- package/build/lib/utils.d.ts +1 -1
- package/build/lib/utils.d.ts.map +1 -1
- package/build/lib/xcrun.d.ts.map +1 -1
- package/npm-shrinkwrap.json +155 -146
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "7.32.
|
|
3
|
+
"version": "7.32.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "7.32.
|
|
9
|
+
"version": "7.32.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@colors/colors": "^1.6.0",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"chai": "^5.1.1",
|
|
51
51
|
"chai-as-promised": "^8.0.0",
|
|
52
52
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
53
|
-
"mocha": "^
|
|
53
|
+
"mocha": "^11.0.1",
|
|
54
54
|
"mocha-junit-reporter": "^2.2.1",
|
|
55
55
|
"mocha-multi-reporters": "^1.5.1",
|
|
56
56
|
"pem": "^1.14.8",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"ts-node": "^10.9.1",
|
|
63
63
|
"type-fest": "^4.1.0",
|
|
64
64
|
"typescript": "^5.4.2",
|
|
65
|
-
"webdriverio": "^9.
|
|
65
|
+
"webdriverio": "^9.4.1"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
68
|
"node": ">=16",
|
|
@@ -73,23 +73,23 @@
|
|
|
73
73
|
}
|
|
74
74
|
},
|
|
75
75
|
"node_modules/@appium/base-driver": {
|
|
76
|
-
"version": "9.
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.
|
|
78
|
-
"integrity": "sha512-
|
|
76
|
+
"version": "9.13.0",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.13.0.tgz",
|
|
78
|
+
"integrity": "sha512-l3bN0TJlybKOmZ8DQJ/jxGApdGX2Ft9nAleCsBshRfohes3Z9UMOateQokd37+zP5PHpTknAXpVpGJui4XbsOQ==",
|
|
79
79
|
"license": "Apache-2.0",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@appium/support": "^5.1.
|
|
82
|
-
"@appium/types": "^0.22.
|
|
81
|
+
"@appium/support": "^5.1.8",
|
|
82
|
+
"@appium/types": "^0.22.2",
|
|
83
83
|
"@colors/colors": "1.6.0",
|
|
84
84
|
"@types/async-lock": "1.4.2",
|
|
85
85
|
"@types/bluebird": "3.5.42",
|
|
86
86
|
"@types/express": "5.0.0",
|
|
87
|
-
"@types/lodash": "4.17.
|
|
87
|
+
"@types/lodash": "4.17.13",
|
|
88
88
|
"@types/method-override": "0.0.35",
|
|
89
89
|
"@types/serve-favicon": "2.5.7",
|
|
90
90
|
"async-lock": "1.4.1",
|
|
91
91
|
"asyncbox": "3.0.0",
|
|
92
|
-
"axios": "1.7.
|
|
92
|
+
"axios": "1.7.8",
|
|
93
93
|
"bluebird": "3.7.2",
|
|
94
94
|
"body-parser": "1.20.3",
|
|
95
95
|
"express": "4.21.1",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"path-to-regexp": "8.2.0",
|
|
102
102
|
"serve-favicon": "2.5.0",
|
|
103
103
|
"source-map-support": "0.5.21",
|
|
104
|
-
"type-fest": "4.
|
|
104
|
+
"type-fest": "4.29.1",
|
|
105
105
|
"validate.js": "0.13.1"
|
|
106
106
|
},
|
|
107
107
|
"engines": {
|
|
@@ -112,16 +112,10 @@
|
|
|
112
112
|
"spdy": "4.0.2"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"node_modules/@appium/base-driver/node_modules/@types/lodash": {
|
|
116
|
-
"version": "4.17.12",
|
|
117
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz",
|
|
118
|
-
"integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==",
|
|
119
|
-
"license": "MIT"
|
|
120
|
-
},
|
|
121
115
|
"node_modules/@appium/base-driver/node_modules/type-fest": {
|
|
122
|
-
"version": "4.
|
|
123
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
124
|
-
"integrity": "sha512-
|
|
116
|
+
"version": "4.29.1",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
|
|
118
|
+
"integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
|
|
125
119
|
"license": "(MIT OR CC0-1.0)",
|
|
126
120
|
"engines": {
|
|
127
121
|
"node": ">=16"
|
|
@@ -131,12 +125,12 @@
|
|
|
131
125
|
}
|
|
132
126
|
},
|
|
133
127
|
"node_modules/@appium/docutils": {
|
|
134
|
-
"version": "1.0.
|
|
135
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
136
|
-
"integrity": "sha512-
|
|
128
|
+
"version": "1.0.25",
|
|
129
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.25.tgz",
|
|
130
|
+
"integrity": "sha512-x13gEuYViiNkcX0kZqpnSwkyzQEn2iVkOlY/8Hs2FaEQfl4Xq/S3e98AilVCtUh4mK2pJ7A1RgWj1CI1r4bZkA==",
|
|
137
131
|
"license": "Apache-2.0",
|
|
138
132
|
"dependencies": {
|
|
139
|
-
"@appium/support": "^5.1.
|
|
133
|
+
"@appium/support": "^5.1.8",
|
|
140
134
|
"@appium/tsconfig": "^0.3.3",
|
|
141
135
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
142
136
|
"@types/which": "3.0.4",
|
|
@@ -151,9 +145,9 @@
|
|
|
151
145
|
"semver": "7.6.3",
|
|
152
146
|
"source-map-support": "0.5.21",
|
|
153
147
|
"teen_process": "2.2.0",
|
|
154
|
-
"type-fest": "4.
|
|
155
|
-
"typescript": "5.
|
|
156
|
-
"yaml": "2.6.
|
|
148
|
+
"type-fest": "4.29.1",
|
|
149
|
+
"typescript": "5.7.2",
|
|
150
|
+
"yaml": "2.6.1",
|
|
157
151
|
"yargs": "17.7.2",
|
|
158
152
|
"yargs-parser": "21.1.1"
|
|
159
153
|
},
|
|
@@ -165,10 +159,26 @@
|
|
|
165
159
|
"npm": ">=8"
|
|
166
160
|
}
|
|
167
161
|
},
|
|
162
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
163
|
+
"version": "2.2.0",
|
|
164
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
|
|
165
|
+
"integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
|
|
166
|
+
"license": "Apache-2.0",
|
|
167
|
+
"dependencies": {
|
|
168
|
+
"bluebird": "^3.7.2",
|
|
169
|
+
"lodash": "^4.17.21",
|
|
170
|
+
"shell-quote": "^1.8.1",
|
|
171
|
+
"source-map-support": "^0.x"
|
|
172
|
+
},
|
|
173
|
+
"engines": {
|
|
174
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
175
|
+
"npm": ">=8"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
168
178
|
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
169
|
-
"version": "4.
|
|
170
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
171
|
-
"integrity": "sha512-
|
|
179
|
+
"version": "4.29.1",
|
|
180
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
|
|
181
|
+
"integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
|
|
172
182
|
"license": "(MIT OR CC0-1.0)",
|
|
173
183
|
"engines": {
|
|
174
184
|
"node": ">=16"
|
|
@@ -223,14 +233,14 @@
|
|
|
223
233
|
}
|
|
224
234
|
},
|
|
225
235
|
"node_modules/@appium/support": {
|
|
226
|
-
"version": "5.1.
|
|
227
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.
|
|
228
|
-
"integrity": "sha512-
|
|
236
|
+
"version": "5.1.8",
|
|
237
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-5.1.8.tgz",
|
|
238
|
+
"integrity": "sha512-GlaORVlf5Rx+xYvoe5k/Nvgozd1unTd+xoxwv6Hmf75hyQUSPrJysJwaLiP9jvQWWQ1yKVmft5vbxfraHURjVg==",
|
|
229
239
|
"license": "Apache-2.0",
|
|
230
240
|
"dependencies": {
|
|
231
241
|
"@appium/logger": "^1.6.1",
|
|
232
242
|
"@appium/tsconfig": "^0.3.3",
|
|
233
|
-
"@appium/types": "^0.22.
|
|
243
|
+
"@appium/types": "^0.22.2",
|
|
234
244
|
"@colors/colors": "1.6.0",
|
|
235
245
|
"@types/archiver": "6.0.3",
|
|
236
246
|
"@types/base64-stream": "1.0.5",
|
|
@@ -248,7 +258,7 @@
|
|
|
248
258
|
"@types/uuid": "10.0.0",
|
|
249
259
|
"@types/which": "3.0.4",
|
|
250
260
|
"archiver": "7.0.1",
|
|
251
|
-
"axios": "1.7.
|
|
261
|
+
"axios": "1.7.8",
|
|
252
262
|
"base64-stream": "1.0.0",
|
|
253
263
|
"bluebird": "3.7.2",
|
|
254
264
|
"bplist-creator": "0.1.1",
|
|
@@ -272,14 +282,14 @@
|
|
|
272
282
|
"resolve-from": "5.0.0",
|
|
273
283
|
"sanitize-filename": "1.6.3",
|
|
274
284
|
"semver": "7.6.3",
|
|
275
|
-
"shell-quote": "1.8.
|
|
285
|
+
"shell-quote": "1.8.2",
|
|
276
286
|
"source-map-support": "0.5.21",
|
|
277
287
|
"supports-color": "8.1.1",
|
|
278
288
|
"teen_process": "2.2.0",
|
|
279
|
-
"type-fest": "4.
|
|
280
|
-
"uuid": "
|
|
289
|
+
"type-fest": "4.29.1",
|
|
290
|
+
"uuid": "11.0.3",
|
|
281
291
|
"which": "4.0.0",
|
|
282
|
-
"yauzl": "3.
|
|
292
|
+
"yauzl": "3.2.0"
|
|
283
293
|
},
|
|
284
294
|
"engines": {
|
|
285
295
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -289,10 +299,26 @@
|
|
|
289
299
|
"sharp": "0.33.5"
|
|
290
300
|
}
|
|
291
301
|
},
|
|
302
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
303
|
+
"version": "2.2.0",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.0.tgz",
|
|
305
|
+
"integrity": "sha512-YYHdMnRGAMXrP+KmUH3/WBelsR+OZUfdqCZEXHfhN/2Bn2eTVP11NyB4FeMOjlmtZB/Y5CiZnRKQqu2lJzzlVw==",
|
|
306
|
+
"license": "Apache-2.0",
|
|
307
|
+
"dependencies": {
|
|
308
|
+
"bluebird": "^3.7.2",
|
|
309
|
+
"lodash": "^4.17.21",
|
|
310
|
+
"shell-quote": "^1.8.1",
|
|
311
|
+
"source-map-support": "^0.x"
|
|
312
|
+
},
|
|
313
|
+
"engines": {
|
|
314
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
315
|
+
"npm": ">=8"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
292
318
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
293
|
-
"version": "4.
|
|
294
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
295
|
-
"integrity": "sha512-
|
|
319
|
+
"version": "4.29.1",
|
|
320
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
|
|
321
|
+
"integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
|
|
296
322
|
"license": "(MIT OR CC0-1.0)",
|
|
297
323
|
"engines": {
|
|
298
324
|
"node": ">=16"
|
|
@@ -315,17 +341,17 @@
|
|
|
315
341
|
}
|
|
316
342
|
},
|
|
317
343
|
"node_modules/@appium/types": {
|
|
318
|
-
"version": "0.22.
|
|
319
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.
|
|
320
|
-
"integrity": "sha512-
|
|
344
|
+
"version": "0.22.2",
|
|
345
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.22.2.tgz",
|
|
346
|
+
"integrity": "sha512-wiUWRAJBDJNay29+wEv5Yf1W4aN39rK+/8xm2D5ix2EN6Bt7grcjSQG2D1CPWXK8sSI4yi8ZvwwQje7lW5N6qA==",
|
|
321
347
|
"license": "Apache-2.0",
|
|
322
348
|
"dependencies": {
|
|
323
349
|
"@appium/logger": "^1.6.1",
|
|
324
350
|
"@appium/schema": "^0.7.0",
|
|
325
351
|
"@appium/tsconfig": "^0.3.3",
|
|
326
352
|
"@types/express": "5.0.0",
|
|
327
|
-
"@types/ws": "8.5.
|
|
328
|
-
"type-fest": "4.
|
|
353
|
+
"@types/ws": "8.5.13",
|
|
354
|
+
"type-fest": "4.29.1"
|
|
329
355
|
},
|
|
330
356
|
"engines": {
|
|
331
357
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -333,9 +359,9 @@
|
|
|
333
359
|
}
|
|
334
360
|
},
|
|
335
361
|
"node_modules/@appium/types/node_modules/type-fest": {
|
|
336
|
-
"version": "4.
|
|
337
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
338
|
-
"integrity": "sha512-
|
|
362
|
+
"version": "4.29.1",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.29.1.tgz",
|
|
364
|
+
"integrity": "sha512-Y1zUveI92UYM/vo1EFlQSsNf74+hfKH+7saZJslF0Fw92FRaiTAnHPIvo9d7SLxXt/gAYqA4RXyDTioMQCCp0A==",
|
|
339
365
|
"license": "(MIT OR CC0-1.0)",
|
|
340
366
|
"engines": {
|
|
341
367
|
"node": ">=16"
|
|
@@ -568,9 +594,9 @@
|
|
|
568
594
|
}
|
|
569
595
|
},
|
|
570
596
|
"node_modules/@types/express-serve-static-core": {
|
|
571
|
-
"version": "5.0.
|
|
572
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
573
|
-
"integrity": "sha512-
|
|
597
|
+
"version": "5.0.2",
|
|
598
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.2.tgz",
|
|
599
|
+
"integrity": "sha512-vluaspfvWEtE4vcSDlKRNer52DvOGrB2xv6diXy6UKyKW0lqZiWHGNApSyxOv+8DE5Z27IzVvE7hNkxg7EXIcg==",
|
|
574
600
|
"license": "MIT",
|
|
575
601
|
"dependencies": {
|
|
576
602
|
"@types/node": "*",
|
|
@@ -658,12 +684,12 @@
|
|
|
658
684
|
}
|
|
659
685
|
},
|
|
660
686
|
"node_modules/@types/node": {
|
|
661
|
-
"version": "22.
|
|
662
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
663
|
-
"integrity": "sha512-
|
|
687
|
+
"version": "22.10.1",
|
|
688
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz",
|
|
689
|
+
"integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==",
|
|
664
690
|
"license": "MIT",
|
|
665
691
|
"dependencies": {
|
|
666
|
-
"undici-types": "~6.
|
|
692
|
+
"undici-types": "~6.20.0"
|
|
667
693
|
}
|
|
668
694
|
},
|
|
669
695
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -769,9 +795,9 @@
|
|
|
769
795
|
"license": "MIT"
|
|
770
796
|
},
|
|
771
797
|
"node_modules/@types/ws": {
|
|
772
|
-
"version": "8.5.
|
|
773
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.
|
|
774
|
-
"integrity": "sha512-
|
|
798
|
+
"version": "8.5.13",
|
|
799
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
|
|
800
|
+
"integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
|
|
775
801
|
"license": "MIT",
|
|
776
802
|
"dependencies": {
|
|
777
803
|
"@types/node": "*"
|
|
@@ -839,9 +865,9 @@
|
|
|
839
865
|
}
|
|
840
866
|
},
|
|
841
867
|
"node_modules/appium-idb": {
|
|
842
|
-
"version": "1.8.
|
|
843
|
-
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.
|
|
844
|
-
"integrity": "sha512-
|
|
868
|
+
"version": "1.8.20",
|
|
869
|
+
"resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-1.8.20.tgz",
|
|
870
|
+
"integrity": "sha512-Jnq/Ny0YkBzFSwzDLfW7uUG04rE3Rrwnfvb8yxxQexuCgW3I1yfpN60+eQzj1usjZouS89JR4Omd1KRPOTx37A==",
|
|
845
871
|
"license": "Apache-2.0",
|
|
846
872
|
"dependencies": {
|
|
847
873
|
"@appium/support": "^5.0.3",
|
|
@@ -857,9 +883,9 @@
|
|
|
857
883
|
}
|
|
858
884
|
},
|
|
859
885
|
"node_modules/appium-ios-device": {
|
|
860
|
-
"version": "2.7.
|
|
861
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.
|
|
862
|
-
"integrity": "sha512-
|
|
886
|
+
"version": "2.7.26",
|
|
887
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-2.7.26.tgz",
|
|
888
|
+
"integrity": "sha512-T1eE9YRfJmmU6Qp7fxt8znxHJP1lLCPbFAbF13ot70+7/Jm+lkoZEt8A9Hr9A07jfXQ6U/CcvPGkkuC3hxfrDw==",
|
|
863
889
|
"license": "Apache-2.0",
|
|
864
890
|
"dependencies": {
|
|
865
891
|
"@appium/support": "^5.0.3",
|
|
@@ -878,23 +904,10 @@
|
|
|
878
904
|
"npm": ">=8"
|
|
879
905
|
}
|
|
880
906
|
},
|
|
881
|
-
"node_modules/appium-ios-device/node_modules/uuid": {
|
|
882
|
-
"version": "11.0.3",
|
|
883
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
884
|
-
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
885
|
-
"funding": [
|
|
886
|
-
"https://github.com/sponsors/broofa",
|
|
887
|
-
"https://github.com/sponsors/ctavan"
|
|
888
|
-
],
|
|
889
|
-
"license": "MIT",
|
|
890
|
-
"bin": {
|
|
891
|
-
"uuid": "dist/esm/bin/uuid"
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
907
|
"node_modules/appium-ios-simulator": {
|
|
895
|
-
"version": "6.1.
|
|
896
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.
|
|
897
|
-
"integrity": "sha512-
|
|
908
|
+
"version": "6.1.14",
|
|
909
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.1.14.tgz",
|
|
910
|
+
"integrity": "sha512-nZCxEkb1zYEsvWcwfH+L9xkgtHYz8qHG14P3BL3T5/SDIlJjrv1j06SNixfQl8XgMe0vkZRBvttmgki65E/9mQ==",
|
|
898
911
|
"license": "Apache-2.0",
|
|
899
912
|
"dependencies": {
|
|
900
913
|
"@appium/support": "^5.0.3",
|
|
@@ -915,9 +928,9 @@
|
|
|
915
928
|
}
|
|
916
929
|
},
|
|
917
930
|
"node_modules/appium-remote-debugger": {
|
|
918
|
-
"version": "12.1.
|
|
919
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.
|
|
920
|
-
"integrity": "sha512-
|
|
931
|
+
"version": "12.1.3",
|
|
932
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-12.1.3.tgz",
|
|
933
|
+
"integrity": "sha512-cCrrzioHKaKXUf4jowtYFHVCS3/lPYdpcUpUcofs0UxfSI8ZQxtCGg5bOXa/Myo4DIbMe8RxjEevghCfgZKd0g==",
|
|
921
934
|
"license": "Apache-2.0",
|
|
922
935
|
"dependencies": {
|
|
923
936
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -960,9 +973,9 @@
|
|
|
960
973
|
}
|
|
961
974
|
},
|
|
962
975
|
"node_modules/appium-xcode": {
|
|
963
|
-
"version": "5.2.
|
|
964
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.
|
|
965
|
-
"integrity": "sha512-
|
|
976
|
+
"version": "5.2.19",
|
|
977
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.19.tgz",
|
|
978
|
+
"integrity": "sha512-tOizzrdgMXOH68LQtOOLCxh6ctl00FeVrh5UXtkiqG1Dn0Jg3Qg2HzdCQ2a2Dgg9ZOCfAb8DSR46vR6r9+fqbA==",
|
|
966
979
|
"license": "Apache-2.0",
|
|
967
980
|
"dependencies": {
|
|
968
981
|
"@appium/support": "^5.0.3",
|
|
@@ -1069,9 +1082,9 @@
|
|
|
1069
1082
|
"license": "MIT"
|
|
1070
1083
|
},
|
|
1071
1084
|
"node_modules/axios": {
|
|
1072
|
-
"version": "1.7.
|
|
1073
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.
|
|
1074
|
-
"integrity": "sha512-
|
|
1085
|
+
"version": "1.7.8",
|
|
1086
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.8.tgz",
|
|
1087
|
+
"integrity": "sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==",
|
|
1075
1088
|
"license": "MIT",
|
|
1076
1089
|
"dependencies": {
|
|
1077
1090
|
"follow-redirects": "^1.15.6",
|
|
@@ -1521,9 +1534,9 @@
|
|
|
1521
1534
|
"license": "MIT"
|
|
1522
1535
|
},
|
|
1523
1536
|
"node_modules/cross-spawn": {
|
|
1524
|
-
"version": "7.0.
|
|
1525
|
-
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.
|
|
1526
|
-
"integrity": "sha512-
|
|
1537
|
+
"version": "7.0.6",
|
|
1538
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
1539
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
1527
1540
|
"license": "MIT",
|
|
1528
1541
|
"dependencies": {
|
|
1529
1542
|
"path-key": "^3.1.0",
|
|
@@ -2077,12 +2090,15 @@
|
|
|
2077
2090
|
}
|
|
2078
2091
|
},
|
|
2079
2092
|
"node_modules/gopd": {
|
|
2080
|
-
"version": "1.0
|
|
2081
|
-
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.
|
|
2082
|
-
"integrity": "sha512-
|
|
2093
|
+
"version": "1.1.0",
|
|
2094
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.1.0.tgz",
|
|
2095
|
+
"integrity": "sha512-FQoVQnqcdk4hVM4JN1eromaun4iuS34oStkdlLENLdpULsuQcTyXj8w7ayhuUfPwEYZ1ZOooOTT6fdA9Vmx/RA==",
|
|
2083
2096
|
"license": "MIT",
|
|
2084
2097
|
"dependencies": {
|
|
2085
|
-
"get-intrinsic": "^1.
|
|
2098
|
+
"get-intrinsic": "^1.2.4"
|
|
2099
|
+
},
|
|
2100
|
+
"engines": {
|
|
2101
|
+
"node": ">= 0.4"
|
|
2086
2102
|
},
|
|
2087
2103
|
"funding": {
|
|
2088
2104
|
"url": "https://github.com/sponsors/ljharb"
|
|
@@ -2123,10 +2139,13 @@
|
|
|
2123
2139
|
}
|
|
2124
2140
|
},
|
|
2125
2141
|
"node_modules/has-proto": {
|
|
2126
|
-
"version": "1.0
|
|
2127
|
-
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.
|
|
2128
|
-
"integrity": "sha512-
|
|
2142
|
+
"version": "1.1.0",
|
|
2143
|
+
"resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.1.0.tgz",
|
|
2144
|
+
"integrity": "sha512-QLdzI9IIO1Jg7f9GT1gXpPpXArAn6cS31R1eEZqz08Gc+uQ8/XiqHWt17Fiw+2p6oTTIq5GXEpQkAlA88YRl/Q==",
|
|
2129
2145
|
"license": "MIT",
|
|
2146
|
+
"dependencies": {
|
|
2147
|
+
"call-bind": "^1.0.7"
|
|
2148
|
+
},
|
|
2130
2149
|
"engines": {
|
|
2131
2150
|
"node": ">= 0.4"
|
|
2132
2151
|
},
|
|
@@ -2135,9 +2154,9 @@
|
|
|
2135
2154
|
}
|
|
2136
2155
|
},
|
|
2137
2156
|
"node_modules/has-symbols": {
|
|
2138
|
-
"version": "1.0
|
|
2139
|
-
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.
|
|
2140
|
-
"integrity": "sha512-
|
|
2157
|
+
"version": "1.1.0",
|
|
2158
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
2159
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
2141
2160
|
"license": "MIT",
|
|
2142
2161
|
"engines": {
|
|
2143
2162
|
"node": ">= 0.4"
|
|
@@ -2893,9 +2912,9 @@
|
|
|
2893
2912
|
}
|
|
2894
2913
|
},
|
|
2895
2914
|
"node_modules/node-simctl": {
|
|
2896
|
-
"version": "7.6.
|
|
2897
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.
|
|
2898
|
-
"integrity": "sha512-
|
|
2915
|
+
"version": "7.6.3",
|
|
2916
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.6.3.tgz",
|
|
2917
|
+
"integrity": "sha512-tL22kxDdAlUYrb9EEPh9rucTSAEYtuVM16zWj7o2bVheIYBzAnpMlSbF4U09SVwsrGo6utUoqA5D6kNvCq/ahg==",
|
|
2899
2918
|
"license": "Apache-2.0",
|
|
2900
2919
|
"dependencies": {
|
|
2901
2920
|
"@appium/logger": "^1.3.0",
|
|
@@ -2914,19 +2933,6 @@
|
|
|
2914
2933
|
"npm": ">=8"
|
|
2915
2934
|
}
|
|
2916
2935
|
},
|
|
2917
|
-
"node_modules/node-simctl/node_modules/uuid": {
|
|
2918
|
-
"version": "11.0.3",
|
|
2919
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
2920
|
-
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
2921
|
-
"funding": [
|
|
2922
|
-
"https://github.com/sponsors/broofa",
|
|
2923
|
-
"https://github.com/sponsors/ctavan"
|
|
2924
|
-
],
|
|
2925
|
-
"license": "MIT",
|
|
2926
|
-
"bin": {
|
|
2927
|
-
"uuid": "dist/esm/bin/uuid"
|
|
2928
|
-
}
|
|
2929
|
-
},
|
|
2930
2936
|
"node_modules/normalize-package-data": {
|
|
2931
2937
|
"version": "2.5.0",
|
|
2932
2938
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
@@ -3698,10 +3704,13 @@
|
|
|
3698
3704
|
}
|
|
3699
3705
|
},
|
|
3700
3706
|
"node_modules/shell-quote": {
|
|
3701
|
-
"version": "1.8.
|
|
3702
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
3703
|
-
"integrity": "sha512-
|
|
3707
|
+
"version": "1.8.2",
|
|
3708
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
|
3709
|
+
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
|
3704
3710
|
"license": "MIT",
|
|
3711
|
+
"engines": {
|
|
3712
|
+
"node": ">= 0.4"
|
|
3713
|
+
},
|
|
3705
3714
|
"funding": {
|
|
3706
3715
|
"url": "https://github.com/sponsors/ljharb"
|
|
3707
3716
|
}
|
|
@@ -3881,9 +3890,9 @@
|
|
|
3881
3890
|
}
|
|
3882
3891
|
},
|
|
3883
3892
|
"node_modules/streamx": {
|
|
3884
|
-
"version": "2.
|
|
3885
|
-
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.
|
|
3886
|
-
"integrity": "sha512-
|
|
3893
|
+
"version": "2.21.0",
|
|
3894
|
+
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.21.0.tgz",
|
|
3895
|
+
"integrity": "sha512-Qz6MsDZXJ6ur9u+b+4xCG18TluU7PGlRfXVAAjNiGsFrBUt/ioyLkxbFaKJygoPs+/kW4VyBj0bSj89Qu0IGyg==",
|
|
3887
3896
|
"license": "MIT",
|
|
3888
3897
|
"dependencies": {
|
|
3889
3898
|
"fast-fifo": "^1.3.2",
|
|
@@ -4038,9 +4047,9 @@
|
|
|
4038
4047
|
}
|
|
4039
4048
|
},
|
|
4040
4049
|
"node_modules/teen_process": {
|
|
4041
|
-
"version": "2.2.
|
|
4042
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.
|
|
4043
|
-
"integrity": "sha512-
|
|
4050
|
+
"version": "2.2.2",
|
|
4051
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.2.2.tgz",
|
|
4052
|
+
"integrity": "sha512-Qs9JCzsKcbuBtbZxY9WVoYs3GG+WFfxoIDGpkj8AJ/BpWnh+pdLK+x1+E1bDlQuASs+CTQmykYPGAkzxFjqcaA==",
|
|
4044
4053
|
"license": "Apache-2.0",
|
|
4045
4054
|
"dependencies": {
|
|
4046
4055
|
"bluebird": "^3.7.2",
|
|
@@ -4103,9 +4112,9 @@
|
|
|
4103
4112
|
}
|
|
4104
4113
|
},
|
|
4105
4114
|
"node_modules/typescript": {
|
|
4106
|
-
"version": "5.
|
|
4107
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
4108
|
-
"integrity": "sha512-
|
|
4115
|
+
"version": "5.7.2",
|
|
4116
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
|
|
4117
|
+
"integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
|
|
4109
4118
|
"license": "Apache-2.0",
|
|
4110
4119
|
"bin": {
|
|
4111
4120
|
"tsc": "bin/tsc",
|
|
@@ -4116,9 +4125,9 @@
|
|
|
4116
4125
|
}
|
|
4117
4126
|
},
|
|
4118
4127
|
"node_modules/undici-types": {
|
|
4119
|
-
"version": "6.
|
|
4120
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
4121
|
-
"integrity": "sha512-
|
|
4128
|
+
"version": "6.20.0",
|
|
4129
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
|
|
4130
|
+
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
|
|
4122
4131
|
"license": "MIT"
|
|
4123
4132
|
},
|
|
4124
4133
|
"node_modules/unorm": {
|
|
@@ -4161,16 +4170,16 @@
|
|
|
4161
4170
|
}
|
|
4162
4171
|
},
|
|
4163
4172
|
"node_modules/uuid": {
|
|
4164
|
-
"version": "
|
|
4165
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4166
|
-
"integrity": "sha512-
|
|
4173
|
+
"version": "11.0.3",
|
|
4174
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
|
|
4175
|
+
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
|
|
4167
4176
|
"funding": [
|
|
4168
4177
|
"https://github.com/sponsors/broofa",
|
|
4169
4178
|
"https://github.com/sponsors/ctavan"
|
|
4170
4179
|
],
|
|
4171
4180
|
"license": "MIT",
|
|
4172
4181
|
"bin": {
|
|
4173
|
-
"uuid": "dist/bin/uuid"
|
|
4182
|
+
"uuid": "dist/esm/bin/uuid"
|
|
4174
4183
|
}
|
|
4175
4184
|
},
|
|
4176
4185
|
"node_modules/validate-npm-package-license": {
|
|
@@ -4344,9 +4353,9 @@
|
|
|
4344
4353
|
}
|
|
4345
4354
|
},
|
|
4346
4355
|
"node_modules/yaml": {
|
|
4347
|
-
"version": "2.6.
|
|
4348
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.
|
|
4349
|
-
"integrity": "sha512-
|
|
4356
|
+
"version": "2.6.1",
|
|
4357
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.1.tgz",
|
|
4358
|
+
"integrity": "sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==",
|
|
4350
4359
|
"license": "ISC",
|
|
4351
4360
|
"bin": {
|
|
4352
4361
|
"yaml": "bin.mjs"
|
|
@@ -4403,9 +4412,9 @@
|
|
|
4403
4412
|
}
|
|
4404
4413
|
},
|
|
4405
4414
|
"node_modules/yauzl": {
|
|
4406
|
-
"version": "3.
|
|
4407
|
-
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.
|
|
4408
|
-
"integrity": "sha512-
|
|
4415
|
+
"version": "3.2.0",
|
|
4416
|
+
"resolved": "https://registry.npmjs.org/yauzl/-/yauzl-3.2.0.tgz",
|
|
4417
|
+
"integrity": "sha512-Ow9nuGZE+qp1u4JIPvg+uCiUr7xGQWdff7JQSk5VGYTAZMDe2q8lxJ10ygv10qmSj031Ty/6FNJpLO4o1Sgc+w==",
|
|
4409
4418
|
"license": "MIT",
|
|
4410
4419
|
"dependencies": {
|
|
4411
4420
|
"buffer-crc32": "~0.2.3",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "7.32.
|
|
11
|
+
"version": "7.32.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"chai": "^5.1.1",
|
|
151
151
|
"chai-as-promised": "^8.0.0",
|
|
152
152
|
"conventional-changelog-conventionalcommits": "^8.0.0",
|
|
153
|
-
"mocha": "^
|
|
153
|
+
"mocha": "^11.0.1",
|
|
154
154
|
"mocha-junit-reporter": "^2.2.1",
|
|
155
155
|
"mocha-multi-reporters": "^1.5.1",
|
|
156
156
|
"pem": "^1.14.8",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"ts-node": "^10.9.1",
|
|
163
163
|
"type-fest": "^4.1.0",
|
|
164
164
|
"typescript": "^5.4.2",
|
|
165
|
-
"webdriverio": "^9.
|
|
165
|
+
"webdriverio": "^9.4.1"
|
|
166
166
|
},
|
|
167
167
|
"overrides": {
|
|
168
168
|
"http-cache-semantics": "4.1.1"
|