appium-xcuitest-driver 11.0.0 → 11.0.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/npm-shrinkwrap.json +134 -135
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [11.0.1](https://github.com/appium/appium-xcuitest-driver/compare/v11.0.0...v11.0.1) (2026-04-24)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Bump remotexpc version to ^1.0.0 ([#2818](https://github.com/appium/appium-xcuitest-driver/issues/2818)) ([63a02b8](https://github.com/appium/appium-xcuitest-driver/commit/63a02b87c7390fee0f98a9f4fcda81bf002cc3c1))
|
|
6
|
+
|
|
1
7
|
## [11.0.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.43.1...v11.0.0) (2026-04-14)
|
|
2
8
|
|
|
3
9
|
### ⚠ BREAKING CHANGES
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "11.0.
|
|
9
|
+
"version": "11.0.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@appium/strongbox": "^1.0.0-rc.1",
|
|
13
13
|
"@colors/colors": "^1.6.0",
|
|
14
14
|
"appium-ios-device": "^3.0.0",
|
|
15
15
|
"appium-ios-simulator": "^8.0.0",
|
|
16
|
-
"appium-remote-debugger": "^15.
|
|
16
|
+
"appium-remote-debugger": "^15.7.3",
|
|
17
17
|
"appium-webdriveragent": "^12.0.0",
|
|
18
18
|
"appium-xcode": "^6.0.2",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
@@ -67,20 +67,20 @@
|
|
|
67
67
|
"npm": ">=10"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
|
-
"appium-ios-remotexpc": "^0.
|
|
70
|
+
"appium-ios-remotexpc": "^1.0.1"
|
|
71
71
|
},
|
|
72
72
|
"peerDependencies": {
|
|
73
73
|
"appium": "^3.0.0-rc.2"
|
|
74
74
|
}
|
|
75
75
|
},
|
|
76
76
|
"node_modules/@appium/base-driver": {
|
|
77
|
-
"version": "10.
|
|
78
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.
|
|
79
|
-
"integrity": "sha512-
|
|
77
|
+
"version": "10.4.0",
|
|
78
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.4.0.tgz",
|
|
79
|
+
"integrity": "sha512-vt+9zILQw2wECIqzLPbWupaMrNVC9ALttoiARyvL1V7zVwNLi1Zr9MQY0o9+vAXcxiVAf2/aUWeMjyMBYNVBfw==",
|
|
80
80
|
"license": "Apache-2.0",
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@appium/support": "7.1.
|
|
83
|
-
"@appium/types": "1.3.
|
|
82
|
+
"@appium/support": "7.1.1",
|
|
83
|
+
"@appium/types": "1.3.1",
|
|
84
84
|
"@colors/colors": "1.6.0",
|
|
85
85
|
"async-lock": "1.4.1",
|
|
86
86
|
"asyncbox": "6.1.0",
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"fastest-levenshtein": "1.0.16",
|
|
92
92
|
"http-status-codes": "2.3.0",
|
|
93
93
|
"lodash": "4.18.1",
|
|
94
|
-
"lru-cache": "11.3.
|
|
94
|
+
"lru-cache": "11.3.5",
|
|
95
95
|
"method-override": "3.0.0",
|
|
96
96
|
"morgan": "1.10.1",
|
|
97
97
|
"path-to-regexp": "8.4.2",
|
|
98
98
|
"serve-favicon": "2.5.1",
|
|
99
|
-
"type-fest": "5.
|
|
99
|
+
"type-fest": "5.6.0"
|
|
100
100
|
},
|
|
101
101
|
"engines": {
|
|
102
102
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -106,30 +106,32 @@
|
|
|
106
106
|
"spdy": "4.0.2"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"node_modules/@appium/base-driver/node_modules/
|
|
110
|
-
"version": "
|
|
111
|
-
"resolved": "https://registry.npmjs.org/
|
|
112
|
-
"integrity": "sha512-
|
|
113
|
-
"license": "
|
|
114
|
-
"
|
|
115
|
-
"
|
|
109
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
110
|
+
"version": "1.15.0",
|
|
111
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
112
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
113
|
+
"license": "MIT",
|
|
114
|
+
"dependencies": {
|
|
115
|
+
"follow-redirects": "^1.15.11",
|
|
116
|
+
"form-data": "^4.0.5",
|
|
117
|
+
"proxy-from-env": "^2.1.0"
|
|
116
118
|
}
|
|
117
119
|
},
|
|
118
120
|
"node_modules/@appium/docutils": {
|
|
119
|
-
"version": "2.3.
|
|
120
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.3.
|
|
121
|
-
"integrity": "sha512-
|
|
121
|
+
"version": "2.3.1",
|
|
122
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.3.1.tgz",
|
|
123
|
+
"integrity": "sha512-y18MGvsNFbGWPBAz0ThSvgtV0kKIn8ejdwEOFsWZkbeNalQuCpHuKnVJ0kYqu2aqRqCsWGut1V98wUtyT3xy+Q==",
|
|
122
124
|
"license": "Apache-2.0",
|
|
123
125
|
"dependencies": {
|
|
124
|
-
"@appium/support": "7.1.
|
|
126
|
+
"@appium/support": "7.1.1",
|
|
125
127
|
"consola": "3.4.2",
|
|
126
|
-
"diff": "
|
|
128
|
+
"diff": "9.0.0",
|
|
127
129
|
"lilconfig": "3.1.3",
|
|
128
130
|
"lodash": "4.18.1",
|
|
129
131
|
"package-directory": "8.2.0",
|
|
130
132
|
"read-pkg": "10.1.0",
|
|
131
|
-
"teen_process": "4.1.
|
|
132
|
-
"type-fest": "5.
|
|
133
|
+
"teen_process": "4.1.1",
|
|
134
|
+
"type-fest": "5.6.0",
|
|
133
135
|
"yaml": "2.8.3",
|
|
134
136
|
"yargs": "18.0.0",
|
|
135
137
|
"yargs-parser": "22.0.0"
|
|
@@ -142,29 +144,15 @@
|
|
|
142
144
|
"npm": ">=10"
|
|
143
145
|
}
|
|
144
146
|
},
|
|
145
|
-
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
146
|
-
"version": "4.1.0",
|
|
147
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-4.1.0.tgz",
|
|
148
|
-
"integrity": "sha512-AN8y3MYPExB3r2mkkX9r0wEF4xPfhKOj6YvcfeIqQai+GVhTIhjjdkPvwI5CFT4z8UQ5aZWldzbJ+jNejYAdGw==",
|
|
149
|
-
"license": "Apache-2.0",
|
|
150
|
-
"dependencies": {
|
|
151
|
-
"lodash": "^4.17.21",
|
|
152
|
-
"shell-quote": "^1.8.1"
|
|
153
|
-
},
|
|
154
|
-
"engines": {
|
|
155
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
156
|
-
"npm": ">=10"
|
|
157
|
-
}
|
|
158
|
-
},
|
|
159
147
|
"node_modules/@appium/logger": {
|
|
160
|
-
"version": "2.0.
|
|
161
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
162
|
-
"integrity": "sha512-
|
|
148
|
+
"version": "2.0.7",
|
|
149
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.7.tgz",
|
|
150
|
+
"integrity": "sha512-WqagwYDZlPsSkICrXL9wB1E7qgErnwmYc/Q6NLVAC2ckXkWioh3fZ49AK5zevbJCnnkQbU2y8497Mk4xWDetkg==",
|
|
163
151
|
"license": "ISC",
|
|
164
152
|
"dependencies": {
|
|
165
153
|
"console-control-strings": "1.1.0",
|
|
166
154
|
"lodash": "4.18.1",
|
|
167
|
-
"lru-cache": "11.3.
|
|
155
|
+
"lru-cache": "11.3.5",
|
|
168
156
|
"set-blocking": "2.0.0"
|
|
169
157
|
},
|
|
170
158
|
"engines": {
|
|
@@ -172,15 +160,6 @@
|
|
|
172
160
|
"npm": ">=10"
|
|
173
161
|
}
|
|
174
162
|
},
|
|
175
|
-
"node_modules/@appium/logger/node_modules/lru-cache": {
|
|
176
|
-
"version": "11.3.3",
|
|
177
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.3.3.tgz",
|
|
178
|
-
"integrity": "sha512-JvNw9Y81y33E+BEYPr0U7omo+U9AySnsMsEiXgwT6yqd31VQWTLNQqmT4ou5eqPFUrTfIDFta2wKhB1hyohtAQ==",
|
|
179
|
-
"license": "BlueOak-1.0.0",
|
|
180
|
-
"engines": {
|
|
181
|
-
"node": "20 || >=22"
|
|
182
|
-
}
|
|
183
|
-
},
|
|
184
163
|
"node_modules/@appium/schema": {
|
|
185
164
|
"version": "1.1.0",
|
|
186
165
|
"resolved": "https://registry.npmjs.org/@appium/schema/-/schema-1.1.0.tgz",
|
|
@@ -195,9 +174,9 @@
|
|
|
195
174
|
}
|
|
196
175
|
},
|
|
197
176
|
"node_modules/@appium/strongbox": {
|
|
198
|
-
"version": "1.1.
|
|
199
|
-
"resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.1.
|
|
200
|
-
"integrity": "sha512-
|
|
177
|
+
"version": "1.1.1",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/@appium/strongbox/-/strongbox-1.1.1.tgz",
|
|
179
|
+
"integrity": "sha512-cBpvgD3r8OyLUoZXamY3mVTe3V+Fy6bFQulpyRCLi7DTtt4rwkIHzvn3h+81t0XMVFLxlOiJNXN2SkOFpRQ3eg==",
|
|
201
180
|
"license": "Apache-2.0",
|
|
202
181
|
"dependencies": {
|
|
203
182
|
"env-paths": "4.0.0",
|
|
@@ -209,14 +188,14 @@
|
|
|
209
188
|
}
|
|
210
189
|
},
|
|
211
190
|
"node_modules/@appium/support": {
|
|
212
|
-
"version": "7.1.
|
|
213
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.
|
|
214
|
-
"integrity": "sha512-
|
|
191
|
+
"version": "7.1.1",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.1.1.tgz",
|
|
193
|
+
"integrity": "sha512-WJewvoQxDOaVKjlvjVwifNDMQUVdCy0Edcxobl6I7pJzSE2O15Bi3BEq5AMzDpaXs7DtjZTLkHT29Tin9KHV3Q==",
|
|
215
194
|
"license": "Apache-2.0",
|
|
216
195
|
"dependencies": {
|
|
217
|
-
"@appium/logger": "2.0.
|
|
196
|
+
"@appium/logger": "2.0.7",
|
|
218
197
|
"@appium/tsconfig": "1.1.2",
|
|
219
|
-
"@appium/types": "1.3.
|
|
198
|
+
"@appium/types": "1.3.1",
|
|
220
199
|
"@colors/colors": "1.6.0",
|
|
221
200
|
"archiver": "7.0.1",
|
|
222
201
|
"asyncbox": "6.1.0",
|
|
@@ -243,9 +222,9 @@
|
|
|
243
222
|
"semver": "7.7.4",
|
|
244
223
|
"shell-quote": "1.8.3",
|
|
245
224
|
"supports-color": "10.2.2",
|
|
246
|
-
"teen_process": "4.1.
|
|
247
|
-
"type-fest": "5.
|
|
248
|
-
"uuid": "
|
|
225
|
+
"teen_process": "4.1.1",
|
|
226
|
+
"type-fest": "5.6.0",
|
|
227
|
+
"uuid": "14.0.0",
|
|
249
228
|
"which": "6.0.1",
|
|
250
229
|
"yauzl": "3.3.0"
|
|
251
230
|
},
|
|
@@ -257,18 +236,15 @@
|
|
|
257
236
|
"sharp": "0.34.5"
|
|
258
237
|
}
|
|
259
238
|
},
|
|
260
|
-
"node_modules/@appium/support/node_modules/
|
|
261
|
-
"version": "
|
|
262
|
-
"resolved": "https://registry.npmjs.org/
|
|
263
|
-
"integrity": "sha512-
|
|
264
|
-
"license": "
|
|
239
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
240
|
+
"version": "1.15.0",
|
|
241
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
242
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
243
|
+
"license": "MIT",
|
|
265
244
|
"dependencies": {
|
|
266
|
-
"
|
|
267
|
-
"
|
|
268
|
-
|
|
269
|
-
"engines": {
|
|
270
|
-
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
271
|
-
"npm": ">=10"
|
|
245
|
+
"follow-redirects": "^1.15.11",
|
|
246
|
+
"form-data": "^4.0.5",
|
|
247
|
+
"proxy-from-env": "^2.1.0"
|
|
272
248
|
}
|
|
273
249
|
},
|
|
274
250
|
"node_modules/@appium/tsconfig": {
|
|
@@ -285,15 +261,15 @@
|
|
|
285
261
|
}
|
|
286
262
|
},
|
|
287
263
|
"node_modules/@appium/types": {
|
|
288
|
-
"version": "1.3.
|
|
289
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.
|
|
290
|
-
"integrity": "sha512-
|
|
264
|
+
"version": "1.3.1",
|
|
265
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.3.1.tgz",
|
|
266
|
+
"integrity": "sha512-SWTntQ8EAI1m6P2LWqcqASGkRLk5HiKv2V2x7DSfknS8AsiF2ymr6T6oPJ7hUrTkEUA/3ncTSZji5Oq4h5TjzA==",
|
|
291
267
|
"license": "Apache-2.0",
|
|
292
268
|
"dependencies": {
|
|
293
|
-
"@appium/logger": "2.0.
|
|
269
|
+
"@appium/logger": "2.0.7",
|
|
294
270
|
"@appium/schema": "1.1.0",
|
|
295
271
|
"@appium/tsconfig": "1.1.2",
|
|
296
|
-
"type-fest": "5.
|
|
272
|
+
"type-fest": "5.6.0"
|
|
297
273
|
},
|
|
298
274
|
"engines": {
|
|
299
275
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -344,9 +320,9 @@
|
|
|
344
320
|
}
|
|
345
321
|
},
|
|
346
322
|
"node_modules/@emnapi/runtime": {
|
|
347
|
-
"version": "1.
|
|
348
|
-
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.
|
|
349
|
-
"integrity": "sha512-
|
|
323
|
+
"version": "1.10.0",
|
|
324
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
325
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
350
326
|
"extraneous": true,
|
|
351
327
|
"license": "MIT",
|
|
352
328
|
"dependencies": {
|
|
@@ -546,9 +522,9 @@
|
|
|
546
522
|
"license": "MIT"
|
|
547
523
|
},
|
|
548
524
|
"node_modules/@xmldom/xmldom": {
|
|
549
|
-
"version": "0.9.
|
|
550
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.
|
|
551
|
-
"integrity": "sha512-
|
|
525
|
+
"version": "0.9.10",
|
|
526
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.9.10.tgz",
|
|
527
|
+
"integrity": "sha512-A9gOqLdi6cV4ibazAjcQufGj0B1y/vDqYrcuP6d/6x8P27gRS8643Dj9o1dEKtB6O7fwxb2FgBmJS2mX7gpvdw==",
|
|
552
528
|
"license": "MIT",
|
|
553
529
|
"engines": {
|
|
554
530
|
"node": ">=14.6"
|
|
@@ -607,9 +583,9 @@
|
|
|
607
583
|
}
|
|
608
584
|
},
|
|
609
585
|
"node_modules/appium-ios-device": {
|
|
610
|
-
"version": "3.1.
|
|
611
|
-
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.
|
|
612
|
-
"integrity": "sha512-
|
|
586
|
+
"version": "3.1.11",
|
|
587
|
+
"resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.11.tgz",
|
|
588
|
+
"integrity": "sha512-ccW8jAfZTtKc6mvFbbHCkVbB8/OxOdBolAB/sAHmwGl0jDrCrzMWOINkx1EdZx6QIrNPAw11Op1HibIRU66RWA==",
|
|
613
589
|
"license": "Apache-2.0",
|
|
614
590
|
"dependencies": {
|
|
615
591
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -627,9 +603,9 @@
|
|
|
627
603
|
}
|
|
628
604
|
},
|
|
629
605
|
"node_modules/appium-ios-remotexpc": {
|
|
630
|
-
"version": "0.
|
|
631
|
-
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.
|
|
632
|
-
"integrity": "sha512-
|
|
606
|
+
"version": "1.0.1",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-1.0.1.tgz",
|
|
608
|
+
"integrity": "sha512-I9y7UHyl1JIwCODpUc+6LkWuCKWlw3OekVVDet3Ldt4z/fc2lLR/KHipGdphHcYqcBeJgmfIHWKUlMOY+xYoqw==",
|
|
633
609
|
"license": "Apache-2.0",
|
|
634
610
|
"optional": true,
|
|
635
611
|
"dependencies": {
|
|
@@ -692,9 +668,9 @@
|
|
|
692
668
|
}
|
|
693
669
|
},
|
|
694
670
|
"node_modules/appium-remote-debugger": {
|
|
695
|
-
"version": "15.
|
|
696
|
-
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.
|
|
697
|
-
"integrity": "sha512-
|
|
671
|
+
"version": "15.7.3",
|
|
672
|
+
"resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.7.3.tgz",
|
|
673
|
+
"integrity": "sha512-CC57qOATozVFpsrSj9lXRIU/J65SiubpRQS04tBdgwp4RF8giA9DHRkJ/eM3JBBGZwKhRGrwYu6E3DZmTXJElQ==",
|
|
698
674
|
"license": "Apache-2.0",
|
|
699
675
|
"dependencies": {
|
|
700
676
|
"@appium/base-driver": "^10.0.0-rc.1",
|
|
@@ -712,7 +688,7 @@
|
|
|
712
688
|
"npm": ">=10"
|
|
713
689
|
},
|
|
714
690
|
"optionalDependencies": {
|
|
715
|
-
"appium-ios-remotexpc": "^0.
|
|
691
|
+
"appium-ios-remotexpc": "^1.0.0"
|
|
716
692
|
}
|
|
717
693
|
},
|
|
718
694
|
"node_modules/appium-webdriveragent": {
|
|
@@ -739,9 +715,9 @@
|
|
|
739
715
|
}
|
|
740
716
|
},
|
|
741
717
|
"node_modules/appium-xcode": {
|
|
742
|
-
"version": "6.1.
|
|
743
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.
|
|
744
|
-
"integrity": "sha512-
|
|
718
|
+
"version": "6.1.10",
|
|
719
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-6.1.10.tgz",
|
|
720
|
+
"integrity": "sha512-Grd85la64SFSOidd48j9KBfasmByvXgtL0NCECgoj4DAeo/qytNKKdwbxhLqiOMqw/6i68KZEqJyWOQufu8TYg==",
|
|
745
721
|
"license": "Apache-2.0",
|
|
746
722
|
"dependencies": {
|
|
747
723
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -905,9 +881,9 @@
|
|
|
905
881
|
"license": "MIT"
|
|
906
882
|
},
|
|
907
883
|
"node_modules/axios": {
|
|
908
|
-
"version": "1.15.
|
|
909
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.
|
|
910
|
-
"integrity": "sha512-
|
|
884
|
+
"version": "1.15.2",
|
|
885
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.2.tgz",
|
|
886
|
+
"integrity": "sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==",
|
|
911
887
|
"license": "MIT",
|
|
912
888
|
"dependencies": {
|
|
913
889
|
"follow-redirects": "^1.15.11",
|
|
@@ -953,9 +929,9 @@
|
|
|
953
929
|
}
|
|
954
930
|
},
|
|
955
931
|
"node_modules/bare-fs": {
|
|
956
|
-
"version": "4.7.
|
|
957
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.
|
|
958
|
-
"integrity": "sha512-
|
|
932
|
+
"version": "4.7.1",
|
|
933
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.7.1.tgz",
|
|
934
|
+
"integrity": "sha512-WDRsyVN52eAx/lBamKD6uyw8H4228h/x0sGGGegOamM2cd7Pag88GfMQalobXI+HaEUxpCkbKQUDOQqt9wawRw==",
|
|
959
935
|
"license": "Apache-2.0",
|
|
960
936
|
"dependencies": {
|
|
961
937
|
"bare-events": "^2.5.4",
|
|
@@ -977,9 +953,9 @@
|
|
|
977
953
|
}
|
|
978
954
|
},
|
|
979
955
|
"node_modules/bare-os": {
|
|
980
|
-
"version": "3.
|
|
981
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.
|
|
982
|
-
"integrity": "sha512-
|
|
956
|
+
"version": "3.9.0",
|
|
957
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.9.0.tgz",
|
|
958
|
+
"integrity": "sha512-JTjuZyNIDpw+GytMO4a6TK1VXdVKKJr6DRxEHasyuYyShV2deuiHJK/ahGZlebc+SG0/wJCB9XK8gprBGDFi/Q==",
|
|
983
959
|
"license": "Apache-2.0",
|
|
984
960
|
"engines": {
|
|
985
961
|
"bare": ">=1.14.0"
|
|
@@ -1021,9 +997,9 @@
|
|
|
1021
997
|
}
|
|
1022
998
|
},
|
|
1023
999
|
"node_modules/bare-url": {
|
|
1024
|
-
"version": "2.4.
|
|
1025
|
-
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.
|
|
1026
|
-
"integrity": "sha512
|
|
1000
|
+
"version": "2.4.2",
|
|
1001
|
+
"resolved": "https://registry.npmjs.org/bare-url/-/bare-url-2.4.2.tgz",
|
|
1002
|
+
"integrity": "sha512-/9a2j4ac6ckpmAHvod/ob7x439OAHst/drc2Clnq+reRYd/ovddwcF4LfoxHyNk5AuGBnPg+HqFjmE/Zpq6v0A==",
|
|
1027
1003
|
"license": "Apache-2.0",
|
|
1028
1004
|
"dependencies": {
|
|
1029
1005
|
"bare-path": "^3.0.0"
|
|
@@ -1568,9 +1544,9 @@
|
|
|
1568
1544
|
"optional": true
|
|
1569
1545
|
},
|
|
1570
1546
|
"node_modules/diff": {
|
|
1571
|
-
"version": "
|
|
1572
|
-
"resolved": "https://registry.npmjs.org/diff/-/diff-
|
|
1573
|
-
"integrity": "sha512-
|
|
1547
|
+
"version": "9.0.0",
|
|
1548
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-9.0.0.tgz",
|
|
1549
|
+
"integrity": "sha512-svtcdpS8CgJyqAjEQIXdb3OjhFVVYjzGAPO8WGCmRbrml64SPw/jJD4GoE98aR7r25A0XcgrK3F02yw9R/vhQw==",
|
|
1574
1550
|
"license": "BSD-3-Clause",
|
|
1575
1551
|
"engines": {
|
|
1576
1552
|
"node": ">=0.3.1"
|
|
@@ -2166,9 +2142,9 @@
|
|
|
2166
2142
|
}
|
|
2167
2143
|
},
|
|
2168
2144
|
"node_modules/hasown": {
|
|
2169
|
-
"version": "2.0.
|
|
2170
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
2171
|
-
"integrity": "sha512-
|
|
2145
|
+
"version": "2.0.3",
|
|
2146
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
|
|
2147
|
+
"integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
|
|
2172
2148
|
"license": "MIT",
|
|
2173
2149
|
"dependencies": {
|
|
2174
2150
|
"function-bind": "^1.1.2"
|
|
@@ -2884,6 +2860,19 @@
|
|
|
2884
2860
|
"npm": ">=10"
|
|
2885
2861
|
}
|
|
2886
2862
|
},
|
|
2863
|
+
"node_modules/node-simctl/node_modules/uuid": {
|
|
2864
|
+
"version": "13.0.0",
|
|
2865
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
|
|
2866
|
+
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
|
2867
|
+
"funding": [
|
|
2868
|
+
"https://github.com/sponsors/broofa",
|
|
2869
|
+
"https://github.com/sponsors/ctavan"
|
|
2870
|
+
],
|
|
2871
|
+
"license": "MIT",
|
|
2872
|
+
"bin": {
|
|
2873
|
+
"uuid": "dist-node/bin/uuid"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2887
2876
|
"node_modules/normalize-package-data": {
|
|
2888
2877
|
"version": "8.0.0",
|
|
2889
2878
|
"resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-8.0.0.tgz",
|
|
@@ -3227,9 +3216,9 @@
|
|
|
3227
3216
|
}
|
|
3228
3217
|
},
|
|
3229
3218
|
"node_modules/plist/node_modules/@xmldom/xmldom": {
|
|
3230
|
-
"version": "0.8.
|
|
3231
|
-
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.
|
|
3232
|
-
"integrity": "sha512-
|
|
3219
|
+
"version": "0.8.13",
|
|
3220
|
+
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
|
|
3221
|
+
"integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
|
|
3233
3222
|
"license": "MIT",
|
|
3234
3223
|
"engines": {
|
|
3235
3224
|
"node": ">=10.0.0"
|
|
@@ -3822,13 +3811,7 @@
|
|
|
3822
3811
|
"spdx-license-ids": "^3.0.0"
|
|
3823
3812
|
}
|
|
3824
3813
|
},
|
|
3825
|
-
"node_modules/spdx-
|
|
3826
|
-
"version": "2.5.0",
|
|
3827
|
-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
3828
|
-
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
3829
|
-
"license": "CC-BY-3.0"
|
|
3830
|
-
},
|
|
3831
|
-
"node_modules/spdx-expression-parse": {
|
|
3814
|
+
"node_modules/spdx-correct/node_modules/spdx-expression-parse": {
|
|
3832
3815
|
"version": "3.0.1",
|
|
3833
3816
|
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
3834
3817
|
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
@@ -3838,6 +3821,12 @@
|
|
|
3838
3821
|
"spdx-license-ids": "^3.0.0"
|
|
3839
3822
|
}
|
|
3840
3823
|
},
|
|
3824
|
+
"node_modules/spdx-exceptions": {
|
|
3825
|
+
"version": "2.5.0",
|
|
3826
|
+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
|
|
3827
|
+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
|
|
3828
|
+
"license": "CC-BY-3.0"
|
|
3829
|
+
},
|
|
3841
3830
|
"node_modules/spdx-license-ids": {
|
|
3842
3831
|
"version": "3.0.23",
|
|
3843
3832
|
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.23.tgz",
|
|
@@ -4155,9 +4144,9 @@
|
|
|
4155
4144
|
"license": "0BSD"
|
|
4156
4145
|
},
|
|
4157
4146
|
"node_modules/type-fest": {
|
|
4158
|
-
"version": "5.
|
|
4159
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
4160
|
-
"integrity": "sha512-
|
|
4147
|
+
"version": "5.6.0",
|
|
4148
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.6.0.tgz",
|
|
4149
|
+
"integrity": "sha512-8ZiHFm91orbSAe2PSAiSVBVko18pbhbiB3U9GglSzF/zCGkR+rxpHx6sEMCUm4kxY4LjDIUGgCfUMtwfZfjfUA==",
|
|
4161
4150
|
"license": "(MIT OR CC0-1.0)",
|
|
4162
4151
|
"dependencies": {
|
|
4163
4152
|
"tagged-tag": "^1.0.0"
|
|
@@ -4184,9 +4173,9 @@
|
|
|
4184
4173
|
}
|
|
4185
4174
|
},
|
|
4186
4175
|
"node_modules/typescript": {
|
|
4187
|
-
"version": "6.0.
|
|
4188
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.
|
|
4189
|
-
"integrity": "sha512-
|
|
4176
|
+
"version": "6.0.3",
|
|
4177
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
4178
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
4190
4179
|
"devOptional": true,
|
|
4191
4180
|
"license": "Apache-2.0",
|
|
4192
4181
|
"bin": {
|
|
@@ -4247,9 +4236,9 @@
|
|
|
4247
4236
|
"license": "MIT"
|
|
4248
4237
|
},
|
|
4249
4238
|
"node_modules/uuid": {
|
|
4250
|
-
"version": "
|
|
4251
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
4252
|
-
"integrity": "sha512-
|
|
4239
|
+
"version": "14.0.0",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
|
|
4241
|
+
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
|
|
4253
4242
|
"funding": [
|
|
4254
4243
|
"https://github.com/sponsors/broofa",
|
|
4255
4244
|
"https://github.com/sponsors/ctavan"
|
|
@@ -4269,6 +4258,16 @@
|
|
|
4269
4258
|
"spdx-expression-parse": "^3.0.0"
|
|
4270
4259
|
}
|
|
4271
4260
|
},
|
|
4261
|
+
"node_modules/validate-npm-package-license/node_modules/spdx-expression-parse": {
|
|
4262
|
+
"version": "3.0.1",
|
|
4263
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
|
|
4264
|
+
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
|
|
4265
|
+
"license": "MIT",
|
|
4266
|
+
"dependencies": {
|
|
4267
|
+
"spdx-exceptions": "^2.1.0",
|
|
4268
|
+
"spdx-license-ids": "^3.0.0"
|
|
4269
|
+
}
|
|
4270
|
+
},
|
|
4272
4271
|
"node_modules/vary": {
|
|
4273
4272
|
"version": "1.1.2",
|
|
4274
4273
|
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "11.0.
|
|
11
|
+
"version": "11.0.1",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@colors/colors": "^1.6.0",
|
|
85
85
|
"appium-ios-device": "^3.0.0",
|
|
86
86
|
"appium-ios-simulator": "^8.0.0",
|
|
87
|
-
"appium-remote-debugger": "^15.
|
|
87
|
+
"appium-remote-debugger": "^15.7.3",
|
|
88
88
|
"appium-webdriveragent": "^12.0.0",
|
|
89
89
|
"appium-xcode": "^6.0.2",
|
|
90
90
|
"async-lock": "^1.4.0",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"ws": "^8.13.0"
|
|
108
108
|
},
|
|
109
109
|
"optionalDependencies": {
|
|
110
|
-
"appium-ios-remotexpc": "^0.
|
|
110
|
+
"appium-ios-remotexpc": "^1.0.1"
|
|
111
111
|
},
|
|
112
112
|
"scripts": {
|
|
113
113
|
"build": "tsc -b",
|