appium-xcuitest-driver 10.1.0 → 10.1.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 +7 -0
- package/build/lib/commands/context.d.ts +2 -3
- package/build/lib/commands/context.d.ts.map +1 -1
- package/build/lib/commands/context.js +10 -11
- package/build/lib/commands/context.js.map +1 -1
- package/build/lib/commands/pcap.js +2 -0
- package/build/lib/commands/pcap.js.map +1 -1
- package/build/lib/commands/performance.js +2 -0
- package/build/lib/commands/performance.js.map +1 -1
- package/build/lib/commands/types.d.ts +9 -10
- package/build/lib/commands/types.d.ts.map +1 -1
- package/build/lib/device-log/ios-crash-log.js +6 -0
- package/build/lib/device-log/ios-crash-log.js.map +1 -1
- package/build/lib/device-log/ios-device-log.js +3 -0
- package/build/lib/device-log/ios-device-log.js.map +1 -1
- package/build/lib/device-log/ios-log.js +3 -0
- package/build/lib/device-log/ios-log.js.map +1 -1
- package/build/lib/device-log/ios-performance-log.js +2 -0
- package/build/lib/device-log/ios-performance-log.js.map +1 -1
- package/build/lib/device-log/ios-simulator-log.js +7 -0
- package/build/lib/device-log/ios-simulator-log.js.map +1 -1
- package/build/lib/device-log/safari-console-log.js +1 -0
- package/build/lib/device-log/safari-console-log.js.map +1 -1
- package/build/lib/device-log/safari-network-log.js +1 -0
- package/build/lib/device-log/safari-network-log.js.map +1 -1
- package/build/lib/doctor/optional-checks.js +4 -10
- package/build/lib/doctor/optional-checks.js.map +1 -1
- package/build/lib/doctor/required-checks.js +1 -1
- package/build/lib/doctor/required-checks.js.map +1 -1
- package/build/lib/driver.d.ts +1 -1
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +426 -371
- package/build/lib/driver.js.map +1 -1
- package/build/lib/real-device-clients/base-device-client.js +1 -0
- package/build/lib/real-device-clients/base-device-client.js.map +1 -1
- package/build/lib/real-device-clients/py-ios-device-client.js +2 -0
- package/build/lib/real-device-clients/py-ios-device-client.js.map +1 -1
- package/lib/commands/context.js +10 -11
- package/lib/commands/types.ts +5 -7
- package/lib/driver.js +0 -3
- package/npm-shrinkwrap.json +149 -156
- package/package.json +2 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "10.1.
|
|
9
|
+
"version": "10.1.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"sharp": "^0.x",
|
|
61
61
|
"sinon": "^21.0.0",
|
|
62
62
|
"ts-node": "^10.9.1",
|
|
63
|
-
"type-fest": "^4.1.0",
|
|
64
63
|
"typescript": "^5.4.2",
|
|
65
64
|
"webdriverio": "^9.4.1"
|
|
66
65
|
},
|
|
@@ -69,20 +68,20 @@
|
|
|
69
68
|
"npm": ">=10"
|
|
70
69
|
},
|
|
71
70
|
"optionalDependencies": {
|
|
72
|
-
"appium-ios-remotexpc": "^0.
|
|
71
|
+
"appium-ios-remotexpc": "^0.x"
|
|
73
72
|
},
|
|
74
73
|
"peerDependencies": {
|
|
75
74
|
"appium": "^3.0.0-rc.2"
|
|
76
75
|
}
|
|
77
76
|
},
|
|
78
77
|
"node_modules/@appium/base-driver": {
|
|
79
|
-
"version": "10.0.
|
|
80
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.
|
|
81
|
-
"integrity": "sha512-
|
|
78
|
+
"version": "10.0.1",
|
|
79
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.1.tgz",
|
|
80
|
+
"integrity": "sha512-5E/vsVY/6yzj6/M51JO+Qzr9/03KlgHqSPwm+46bV4qGMgBSe0kKRvUea5Vjva8Bwy/Bl60gZEA1ZkAWSjkBIA==",
|
|
82
81
|
"license": "Apache-2.0",
|
|
83
82
|
"dependencies": {
|
|
84
|
-
"@appium/support": "^7.0.
|
|
85
|
-
"@appium/types": "^1.0.
|
|
83
|
+
"@appium/support": "^7.0.1",
|
|
84
|
+
"@appium/types": "^1.0.1",
|
|
86
85
|
"@colors/colors": "1.6.0",
|
|
87
86
|
"async-lock": "1.4.1",
|
|
88
87
|
"asyncbox": "3.0.0",
|
|
@@ -93,10 +92,10 @@
|
|
|
93
92
|
"fastest-levenshtein": "1.0.16",
|
|
94
93
|
"http-status-codes": "2.3.0",
|
|
95
94
|
"lodash": "4.17.21",
|
|
96
|
-
"lru-cache": "11.1
|
|
95
|
+
"lru-cache": "11.2.1",
|
|
97
96
|
"method-override": "3.0.0",
|
|
98
97
|
"morgan": "1.10.1",
|
|
99
|
-
"path-to-regexp": "8.
|
|
98
|
+
"path-to-regexp": "8.3.0",
|
|
100
99
|
"serve-favicon": "2.5.1",
|
|
101
100
|
"source-map-support": "0.5.21",
|
|
102
101
|
"type-fest": "4.41.0"
|
|
@@ -109,22 +108,24 @@
|
|
|
109
108
|
"spdy": "4.0.2"
|
|
110
109
|
}
|
|
111
110
|
},
|
|
112
|
-
"node_modules/@appium/base-driver/node_modules/
|
|
113
|
-
"version": "11.
|
|
114
|
-
"resolved": "https://registry.npmjs.org/
|
|
115
|
-
"integrity": "sha512-
|
|
116
|
-
"license": "
|
|
117
|
-
"
|
|
118
|
-
"
|
|
111
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
112
|
+
"version": "1.11.0",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
114
|
+
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
115
|
+
"license": "MIT",
|
|
116
|
+
"dependencies": {
|
|
117
|
+
"follow-redirects": "^1.15.6",
|
|
118
|
+
"form-data": "^4.0.4",
|
|
119
|
+
"proxy-from-env": "^1.1.0"
|
|
119
120
|
}
|
|
120
121
|
},
|
|
121
122
|
"node_modules/@appium/docutils": {
|
|
122
|
-
"version": "2.0
|
|
123
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.0.
|
|
124
|
-
"integrity": "sha512
|
|
123
|
+
"version": "2.1.0",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.0.tgz",
|
|
125
|
+
"integrity": "sha512-pIXgostwQtSEk6Ly02crIIaYQCN8eUgjRDx56BCLE6vQVFNAwPoS1QLiI7IPjIVZahAvv0ftyjMlbje0QXufnQ==",
|
|
125
126
|
"license": "Apache-2.0",
|
|
126
127
|
"dependencies": {
|
|
127
|
-
"@appium/support": "^7.0.
|
|
128
|
+
"@appium/support": "^7.0.1",
|
|
128
129
|
"chalk": "4.1.2",
|
|
129
130
|
"consola": "3.4.2",
|
|
130
131
|
"diff": "8.0.2",
|
|
@@ -133,7 +134,7 @@
|
|
|
133
134
|
"pkg-dir": "5.0.0",
|
|
134
135
|
"read-pkg": "5.2.0",
|
|
135
136
|
"source-map-support": "0.5.21",
|
|
136
|
-
"teen_process": "3.0.
|
|
137
|
+
"teen_process": "3.0.1",
|
|
137
138
|
"type-fest": "4.41.0",
|
|
138
139
|
"yaml": "2.8.1",
|
|
139
140
|
"yargs": "18.0.0",
|
|
@@ -147,31 +148,15 @@
|
|
|
147
148
|
"npm": ">=10"
|
|
148
149
|
}
|
|
149
150
|
},
|
|
150
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
151
|
-
"version": "3.0.0",
|
|
152
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.0.tgz",
|
|
153
|
-
"integrity": "sha512-UuRgQZkfhbeD+bEn+hqLPs6IhXYhY7bcKecj1yiNAfRty6oOftJmYGksW8l111dvs3dOR/U38adOkXrAww3/bg==",
|
|
154
|
-
"license": "Apache-2.0",
|
|
155
|
-
"dependencies": {
|
|
156
|
-
"bluebird": "^3.7.2",
|
|
157
|
-
"lodash": "^4.17.21",
|
|
158
|
-
"shell-quote": "^1.8.1",
|
|
159
|
-
"source-map-support": "^0.x"
|
|
160
|
-
},
|
|
161
|
-
"engines": {
|
|
162
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
163
|
-
"npm": ">=10"
|
|
164
|
-
}
|
|
165
|
-
},
|
|
166
151
|
"node_modules/@appium/logger": {
|
|
167
|
-
"version": "2.0.
|
|
168
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
169
|
-
"integrity": "sha512-
|
|
152
|
+
"version": "2.0.1",
|
|
153
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.1.tgz",
|
|
154
|
+
"integrity": "sha512-EMO0wqON/lvj78+APZB2OVpObyoA5PevAKUP1z6ZEl57eUksNsw5RctglfhCDsJwyyr/oSGEMw+3mZ/qMNR9fQ==",
|
|
170
155
|
"license": "ISC",
|
|
171
156
|
"dependencies": {
|
|
172
157
|
"console-control-strings": "1.1.0",
|
|
173
158
|
"lodash": "4.17.21",
|
|
174
|
-
"lru-cache": "11.1
|
|
159
|
+
"lru-cache": "11.2.1",
|
|
175
160
|
"set-blocking": "2.0.0"
|
|
176
161
|
},
|
|
177
162
|
"engines": {
|
|
@@ -179,15 +164,6 @@
|
|
|
179
164
|
"npm": ">=10"
|
|
180
165
|
}
|
|
181
166
|
},
|
|
182
|
-
"node_modules/@appium/logger/node_modules/lru-cache": {
|
|
183
|
-
"version": "11.1.0",
|
|
184
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
|
|
185
|
-
"integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
|
|
186
|
-
"license": "ISC",
|
|
187
|
-
"engines": {
|
|
188
|
-
"node": "20 || >=22"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
167
|
"node_modules/@appium/schema": {
|
|
192
168
|
"version": "1.0.0",
|
|
193
169
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.0.0.tgz",
|
|
@@ -217,14 +193,14 @@
|
|
|
217
193
|
}
|
|
218
194
|
},
|
|
219
195
|
"node_modules/@appium/support": {
|
|
220
|
-
"version": "7.0.
|
|
221
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
222
|
-
"integrity": "sha512-
|
|
196
|
+
"version": "7.0.1",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.1.tgz",
|
|
198
|
+
"integrity": "sha512-djVPpwVRBMUIGuF49KwIqFC+NhczVchSbsMni8+8b4tCumS+2/RjaDAhZ4ZdSfz7/pSQdTxWfvK00OK+tysmPw==",
|
|
223
199
|
"license": "Apache-2.0",
|
|
224
200
|
"dependencies": {
|
|
225
|
-
"@appium/logger": "^2.0.
|
|
226
|
-
"@appium/tsconfig": "^1.
|
|
227
|
-
"@appium/types": "^1.0.
|
|
201
|
+
"@appium/logger": "^2.0.1",
|
|
202
|
+
"@appium/tsconfig": "^1.1.0",
|
|
203
|
+
"@appium/types": "^1.0.1",
|
|
228
204
|
"@colors/colors": "1.6.0",
|
|
229
205
|
"archiver": "7.0.1",
|
|
230
206
|
"axios": "1.11.0",
|
|
@@ -252,9 +228,9 @@
|
|
|
252
228
|
"shell-quote": "1.8.3",
|
|
253
229
|
"source-map-support": "0.5.21",
|
|
254
230
|
"supports-color": "8.1.1",
|
|
255
|
-
"teen_process": "3.0.
|
|
231
|
+
"teen_process": "3.0.1",
|
|
256
232
|
"type-fest": "4.41.0",
|
|
257
|
-
"uuid": "
|
|
233
|
+
"uuid": "13.0.0",
|
|
258
234
|
"which": "5.0.0",
|
|
259
235
|
"yauzl": "3.2.0"
|
|
260
236
|
},
|
|
@@ -266,29 +242,24 @@
|
|
|
266
242
|
"sharp": "0.34.3"
|
|
267
243
|
}
|
|
268
244
|
},
|
|
269
|
-
"node_modules/@appium/support/node_modules/
|
|
270
|
-
"version": "
|
|
271
|
-
"resolved": "https://registry.npmjs.org/
|
|
272
|
-
"integrity": "sha512-
|
|
273
|
-
"license": "
|
|
245
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
246
|
+
"version": "1.11.0",
|
|
247
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
248
|
+
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
249
|
+
"license": "MIT",
|
|
274
250
|
"dependencies": {
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"source-map-support": "^0.x"
|
|
279
|
-
},
|
|
280
|
-
"engines": {
|
|
281
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
282
|
-
"npm": ">=10"
|
|
251
|
+
"follow-redirects": "^1.15.6",
|
|
252
|
+
"form-data": "^4.0.4",
|
|
253
|
+
"proxy-from-env": "^1.1.0"
|
|
283
254
|
}
|
|
284
255
|
},
|
|
285
256
|
"node_modules/@appium/tsconfig": {
|
|
286
|
-
"version": "1.
|
|
287
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.
|
|
288
|
-
"integrity": "sha512-
|
|
257
|
+
"version": "1.1.0",
|
|
258
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.0.tgz",
|
|
259
|
+
"integrity": "sha512-4QO++yh9hMDiqAnPNHWQStxhTz1to6wG8hsPaviHjqOnlGQa34jrcS6gqciPZL6+xkd5qgIkZjmOTNNWNUFgqQ==",
|
|
289
260
|
"license": "Apache-2.0",
|
|
290
261
|
"dependencies": {
|
|
291
|
-
"@tsconfig/
|
|
262
|
+
"@tsconfig/node20": "20.1.6"
|
|
292
263
|
},
|
|
293
264
|
"engines": {
|
|
294
265
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -296,14 +267,14 @@
|
|
|
296
267
|
}
|
|
297
268
|
},
|
|
298
269
|
"node_modules/@appium/types": {
|
|
299
|
-
"version": "1.0.
|
|
300
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.
|
|
301
|
-
"integrity": "sha512-
|
|
270
|
+
"version": "1.0.1",
|
|
271
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.1.tgz",
|
|
272
|
+
"integrity": "sha512-Fajl1wzMNnr++OPo4SxfAsFVvu4g8UQO+w/sDv7rAreOmRh7xcLrmF/Q9rhBXDuWITczBQhvTH6nyLM9+bCP4w==",
|
|
302
273
|
"license": "Apache-2.0",
|
|
303
274
|
"dependencies": {
|
|
304
|
-
"@appium/logger": "^2.0.
|
|
275
|
+
"@appium/logger": "^2.0.1",
|
|
305
276
|
"@appium/schema": "^1.0.0",
|
|
306
|
-
"@appium/tsconfig": "^1.
|
|
277
|
+
"@appium/tsconfig": "^1.1.0",
|
|
307
278
|
"type-fest": "4.41.0"
|
|
308
279
|
},
|
|
309
280
|
"engines": {
|
|
@@ -393,9 +364,9 @@
|
|
|
393
364
|
}
|
|
394
365
|
},
|
|
395
366
|
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
396
|
-
"version": "6.2.
|
|
397
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
398
|
-
"integrity": "sha512-
|
|
367
|
+
"version": "6.2.3",
|
|
368
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
369
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
399
370
|
"license": "MIT",
|
|
400
371
|
"engines": {
|
|
401
372
|
"node": ">=12"
|
|
@@ -431,20 +402,20 @@
|
|
|
431
402
|
"node": ">=14"
|
|
432
403
|
}
|
|
433
404
|
},
|
|
434
|
-
"node_modules/@tsconfig/
|
|
435
|
-
"version": "
|
|
436
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/
|
|
437
|
-
"integrity": "sha512-
|
|
405
|
+
"node_modules/@tsconfig/node20": {
|
|
406
|
+
"version": "20.1.6",
|
|
407
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.6.tgz",
|
|
408
|
+
"integrity": "sha512-sz+Hqx9zwZDpZIV871WSbUzSqNIsXzghZydypnfgzPKLltVJfkINfUeTct31n/tTSa9ZE1ZOfKdRre1uHHquYQ==",
|
|
438
409
|
"license": "MIT"
|
|
439
410
|
},
|
|
440
411
|
"node_modules/@types/node": {
|
|
441
|
-
"version": "24.
|
|
442
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.
|
|
443
|
-
"integrity": "sha512-
|
|
412
|
+
"version": "24.4.0",
|
|
413
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.4.0.tgz",
|
|
414
|
+
"integrity": "sha512-gUuVEAK4/u6F9wRLznPUU4WGUacSEBDPoC2TrBkw3GAnOLHBL45QdfHOXp1kJ4ypBGLxTOB+t7NJLpKoC3gznQ==",
|
|
444
415
|
"devOptional": true,
|
|
445
416
|
"license": "MIT",
|
|
446
417
|
"dependencies": {
|
|
447
|
-
"undici-types": "~7.
|
|
418
|
+
"undici-types": "~7.11.0"
|
|
448
419
|
}
|
|
449
420
|
},
|
|
450
421
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -494,9 +465,9 @@
|
|
|
494
465
|
}
|
|
495
466
|
},
|
|
496
467
|
"node_modules/ansi-regex": {
|
|
497
|
-
"version": "6.2.
|
|
498
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.
|
|
499
|
-
"integrity": "sha512-
|
|
468
|
+
"version": "6.2.2",
|
|
469
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
470
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
500
471
|
"license": "MIT",
|
|
501
472
|
"engines": {
|
|
502
473
|
"node": ">=12"
|
|
@@ -539,9 +510,9 @@
|
|
|
539
510
|
}
|
|
540
511
|
},
|
|
541
512
|
"node_modules/appium-ios-device": {
|
|
542
|
-
"version": "3.0
|
|
543
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.0.
|
|
544
|
-
"integrity": "sha512-
|
|
513
|
+
"version": "3.1.0",
|
|
514
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.0.tgz",
|
|
515
|
+
"integrity": "sha512-iaeemrG8SljRicPv6QijfbICZsqP6gOHoOw6k5gNtiqua3prWIVNxvETZqU1r4UBR8yHa63ndl7vO6DPTh9OMw==",
|
|
545
516
|
"license": "Apache-2.0",
|
|
546
517
|
"dependencies": {
|
|
547
518
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -552,8 +523,7 @@
|
|
|
552
523
|
"bplist-parser": "^0.x",
|
|
553
524
|
"lodash": "^4.17.15",
|
|
554
525
|
"semver": "^7.0.0",
|
|
555
|
-
"source-map-support": "^0.x"
|
|
556
|
-
"uuid": "^11.0.1"
|
|
526
|
+
"source-map-support": "^0.x"
|
|
557
527
|
},
|
|
558
528
|
"engines": {
|
|
559
529
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -561,9 +531,9 @@
|
|
|
561
531
|
}
|
|
562
532
|
},
|
|
563
533
|
"node_modules/appium-ios-remotexpc": {
|
|
564
|
-
"version": "0.
|
|
565
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
566
|
-
"integrity": "sha512-
|
|
534
|
+
"version": "0.4.1",
|
|
535
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.4.1.tgz",
|
|
536
|
+
"integrity": "sha512-8zg2LEkBn/BSDKgfpu+BLLUJVUwh3ykYQYFfNsV/91d/HKNRrbt+BB01TLvRqkHD/ZWoqLnVSp+SitvY9mKNWw==",
|
|
567
537
|
"license": "Apache-2.0",
|
|
568
538
|
"optional": true,
|
|
569
539
|
"dependencies": {
|
|
@@ -572,6 +542,7 @@
|
|
|
572
542
|
"@types/node": "^24.0.10",
|
|
573
543
|
"@xmldom/xmldom": "^0.9.8",
|
|
574
544
|
"appium-ios-tuntap": "^0.x",
|
|
545
|
+
"axios": "^1.12.0",
|
|
575
546
|
"npm-run-all2": "^8.0.4"
|
|
576
547
|
},
|
|
577
548
|
"engines": {
|
|
@@ -642,9 +613,9 @@
|
|
|
642
613
|
}
|
|
643
614
|
},
|
|
644
615
|
"node_modules/appium-webdriveragent": {
|
|
645
|
-
"version": "10.1.
|
|
646
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.1.
|
|
647
|
-
"integrity": "sha512-
|
|
616
|
+
"version": "10.1.1",
|
|
617
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.1.1.tgz",
|
|
618
|
+
"integrity": "sha512-R5Vfei8nYmXEuoPMjt/t9SAMVQB091+7z8GQoBcgX1H68ATcOr9kJ94Ix2m2SFpRw3nRNkfWhtNl3L2XCWJQ9A==",
|
|
648
619
|
"license": "Apache-2.0",
|
|
649
620
|
"dependencies": {
|
|
650
621
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -842,9 +813,9 @@
|
|
|
842
813
|
"license": "MIT"
|
|
843
814
|
},
|
|
844
815
|
"node_modules/axios": {
|
|
845
|
-
"version": "1.
|
|
846
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
847
|
-
"integrity": "sha512-
|
|
816
|
+
"version": "1.12.2",
|
|
817
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
818
|
+
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
848
819
|
"license": "MIT",
|
|
849
820
|
"dependencies": {
|
|
850
821
|
"follow-redirects": "^1.15.6",
|
|
@@ -853,10 +824,18 @@
|
|
|
853
824
|
}
|
|
854
825
|
},
|
|
855
826
|
"node_modules/b4a": {
|
|
856
|
-
"version": "1.
|
|
857
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.
|
|
858
|
-
"integrity": "sha512-
|
|
859
|
-
"license": "Apache-2.0"
|
|
827
|
+
"version": "1.7.1",
|
|
828
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.1.tgz",
|
|
829
|
+
"integrity": "sha512-ZovbrBV0g6JxK5cGUF1Suby1vLfKjv4RWi8IxoaO/Mon8BDD9I21RxjHFtgQ+kskJqLAVyQZly3uMBui+vhc8Q==",
|
|
830
|
+
"license": "Apache-2.0",
|
|
831
|
+
"peerDependencies": {
|
|
832
|
+
"react-native-b4a": "*"
|
|
833
|
+
},
|
|
834
|
+
"peerDependenciesMeta": {
|
|
835
|
+
"react-native-b4a": {
|
|
836
|
+
"optional": true
|
|
837
|
+
}
|
|
838
|
+
}
|
|
860
839
|
},
|
|
861
840
|
"node_modules/balanced-match": {
|
|
862
841
|
"version": "1.0.2",
|
|
@@ -1067,9 +1046,9 @@
|
|
|
1067
1046
|
}
|
|
1068
1047
|
},
|
|
1069
1048
|
"node_modules/cliui/node_modules/ansi-styles": {
|
|
1070
|
-
"version": "6.2.
|
|
1071
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
1072
|
-
"integrity": "sha512-
|
|
1049
|
+
"version": "6.2.3",
|
|
1050
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
1051
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
1073
1052
|
"license": "MIT",
|
|
1074
1053
|
"engines": {
|
|
1075
1054
|
"node": ">=12"
|
|
@@ -1102,9 +1081,9 @@
|
|
|
1102
1081
|
}
|
|
1103
1082
|
},
|
|
1104
1083
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
1105
|
-
"version": "9.0.
|
|
1106
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.
|
|
1107
|
-
"integrity": "sha512-
|
|
1084
|
+
"version": "9.0.2",
|
|
1085
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
1086
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
1108
1087
|
"license": "MIT",
|
|
1109
1088
|
"dependencies": {
|
|
1110
1089
|
"ansi-styles": "^6.2.1",
|
|
@@ -1360,9 +1339,9 @@
|
|
|
1360
1339
|
"license": "MIT"
|
|
1361
1340
|
},
|
|
1362
1341
|
"node_modules/debug": {
|
|
1363
|
-
"version": "4.4.
|
|
1364
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
1365
|
-
"integrity": "sha512-
|
|
1342
|
+
"version": "4.4.3",
|
|
1343
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1344
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1366
1345
|
"license": "MIT",
|
|
1367
1346
|
"dependencies": {
|
|
1368
1347
|
"ms": "^2.1.3"
|
|
@@ -1395,9 +1374,9 @@
|
|
|
1395
1374
|
}
|
|
1396
1375
|
},
|
|
1397
1376
|
"node_modules/detect-libc": {
|
|
1398
|
-
"version": "2.0
|
|
1399
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.
|
|
1400
|
-
"integrity": "sha512-
|
|
1377
|
+
"version": "2.1.0",
|
|
1378
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.0.tgz",
|
|
1379
|
+
"integrity": "sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg==",
|
|
1401
1380
|
"devOptional": true,
|
|
1402
1381
|
"license": "Apache-2.0",
|
|
1403
1382
|
"engines": {
|
|
@@ -1483,9 +1462,9 @@
|
|
|
1483
1462
|
}
|
|
1484
1463
|
},
|
|
1485
1464
|
"node_modules/error-ex": {
|
|
1486
|
-
"version": "1.3.
|
|
1487
|
-
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.
|
|
1488
|
-
"integrity": "sha512-
|
|
1465
|
+
"version": "1.3.4",
|
|
1466
|
+
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
|
|
1467
|
+
"integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
|
|
1489
1468
|
"license": "MIT",
|
|
1490
1469
|
"dependencies": {
|
|
1491
1470
|
"is-arrayish": "^0.2.1"
|
|
@@ -1837,9 +1816,9 @@
|
|
|
1837
1816
|
}
|
|
1838
1817
|
},
|
|
1839
1818
|
"node_modules/get-east-asian-width": {
|
|
1840
|
-
"version": "1.
|
|
1841
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
1842
|
-
"integrity": "sha512-
|
|
1819
|
+
"version": "1.4.0",
|
|
1820
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
1821
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
1843
1822
|
"license": "MIT",
|
|
1844
1823
|
"engines": {
|
|
1845
1824
|
"node": ">=18"
|
|
@@ -2703,6 +2682,19 @@
|
|
|
2703
2682
|
"npm": ">=10"
|
|
2704
2683
|
}
|
|
2705
2684
|
},
|
|
2685
|
+
"node_modules/node-simctl/node_modules/uuid": {
|
|
2686
|
+
"version": "11.1.0",
|
|
2687
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
|
|
2688
|
+
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
|
2689
|
+
"funding": [
|
|
2690
|
+
"https://github.com/sponsors/broofa",
|
|
2691
|
+
"https://github.com/sponsors/ctavan"
|
|
2692
|
+
],
|
|
2693
|
+
"license": "MIT",
|
|
2694
|
+
"bin": {
|
|
2695
|
+
"uuid": "dist/esm/bin/uuid"
|
|
2696
|
+
}
|
|
2697
|
+
},
|
|
2706
2698
|
"node_modules/normalize-package-data": {
|
|
2707
2699
|
"version": "2.5.0",
|
|
2708
2700
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
|
|
@@ -2771,9 +2763,9 @@
|
|
|
2771
2763
|
}
|
|
2772
2764
|
},
|
|
2773
2765
|
"node_modules/npm-run-all2/node_modules/ansi-styles": {
|
|
2774
|
-
"version": "6.2.
|
|
2775
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
2776
|
-
"integrity": "sha512-
|
|
2766
|
+
"version": "6.2.3",
|
|
2767
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
2768
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
2777
2769
|
"license": "MIT",
|
|
2778
2770
|
"optional": true,
|
|
2779
2771
|
"engines": {
|
|
@@ -2988,12 +2980,13 @@
|
|
|
2988
2980
|
}
|
|
2989
2981
|
},
|
|
2990
2982
|
"node_modules/path-to-regexp": {
|
|
2991
|
-
"version": "8.
|
|
2992
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
2993
|
-
"integrity": "sha512-
|
|
2983
|
+
"version": "8.3.0",
|
|
2984
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
2985
|
+
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
2994
2986
|
"license": "MIT",
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2987
|
+
"funding": {
|
|
2988
|
+
"type": "opencollective",
|
|
2989
|
+
"url": "https://opencollective.com/express"
|
|
2997
2990
|
}
|
|
2998
2991
|
},
|
|
2999
2992
|
"node_modules/pend": {
|
|
@@ -3641,18 +3634,18 @@
|
|
|
3641
3634
|
"license": "ISC"
|
|
3642
3635
|
},
|
|
3643
3636
|
"node_modules/simple-swizzle": {
|
|
3644
|
-
"version": "0.2.
|
|
3645
|
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.
|
|
3646
|
-
"integrity": "sha512-
|
|
3637
|
+
"version": "0.2.4",
|
|
3638
|
+
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
3639
|
+
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
3647
3640
|
"license": "MIT",
|
|
3648
3641
|
"dependencies": {
|
|
3649
3642
|
"is-arrayish": "^0.3.1"
|
|
3650
3643
|
}
|
|
3651
3644
|
},
|
|
3652
3645
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
3653
|
-
"version": "0.3.
|
|
3654
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.
|
|
3655
|
-
"integrity": "sha512-
|
|
3646
|
+
"version": "0.3.4",
|
|
3647
|
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
3648
|
+
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
3656
3649
|
"license": "MIT"
|
|
3657
3650
|
},
|
|
3658
3651
|
"node_modules/slugify": {
|
|
@@ -3881,9 +3874,9 @@
|
|
|
3881
3874
|
}
|
|
3882
3875
|
},
|
|
3883
3876
|
"node_modules/strip-ansi": {
|
|
3884
|
-
"version": "7.1.
|
|
3885
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
3886
|
-
"integrity": "sha512-
|
|
3877
|
+
"version": "7.1.2",
|
|
3878
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
3879
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
3887
3880
|
"license": "MIT",
|
|
3888
3881
|
"dependencies": {
|
|
3889
3882
|
"ansi-regex": "^6.0.1"
|
|
@@ -4060,9 +4053,9 @@
|
|
|
4060
4053
|
}
|
|
4061
4054
|
},
|
|
4062
4055
|
"node_modules/undici-types": {
|
|
4063
|
-
"version": "7.
|
|
4064
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
4065
|
-
"integrity": "sha512-
|
|
4056
|
+
"version": "7.11.0",
|
|
4057
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.11.0.tgz",
|
|
4058
|
+
"integrity": "sha512-kt1ZriHTi7MU+Z/r9DOdAI3ONdaR3M3csEaRc6ewa4f4dTvX4cQCbJ4NkEn0ohE4hHtq85+PhPSTY+pO/1PwgA==",
|
|
4066
4059
|
"devOptional": true,
|
|
4067
4060
|
"license": "MIT"
|
|
4068
4061
|
},
|
|
@@ -4097,16 +4090,16 @@
|
|
|
4097
4090
|
"license": "MIT"
|
|
4098
4091
|
},
|
|
4099
4092
|
"node_modules/uuid": {
|
|
4100
|
-
"version": "
|
|
4101
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4102
|
-
"integrity": "sha512-
|
|
4093
|
+
"version": "13.0.0",
|
|
4094
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
|
|
4095
|
+
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
|
4103
4096
|
"funding": [
|
|
4104
4097
|
"https://github.com/sponsors/broofa",
|
|
4105
4098
|
"https://github.com/sponsors/ctavan"
|
|
4106
4099
|
],
|
|
4107
4100
|
"license": "MIT",
|
|
4108
4101
|
"bin": {
|
|
4109
|
-
"uuid": "dist/
|
|
4102
|
+
"uuid": "dist-node/bin/uuid"
|
|
4110
4103
|
}
|
|
4111
4104
|
},
|
|
4112
4105
|
"node_modules/validate-npm-package-license": {
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "10.1.
|
|
11
|
+
"version": "10.1.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"ws": "^8.13.0"
|
|
106
106
|
},
|
|
107
107
|
"optionalDependencies": {
|
|
108
|
-
"appium-ios-remotexpc": "^0.
|
|
108
|
+
"appium-ios-remotexpc": "^0.x"
|
|
109
109
|
},
|
|
110
110
|
"scripts": {
|
|
111
111
|
"build": "tsc -b",
|
|
@@ -166,7 +166,6 @@
|
|
|
166
166
|
"sharp": "^0.x",
|
|
167
167
|
"sinon": "^21.0.0",
|
|
168
168
|
"ts-node": "^10.9.1",
|
|
169
|
-
"type-fest": "^4.1.0",
|
|
170
169
|
"typescript": "^5.4.2",
|
|
171
170
|
"webdriverio": "^9.4.1"
|
|
172
171
|
}
|