appium-xcuitest-driver 9.2.3 → 9.2.5
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 +12 -0
- package/npm-shrinkwrap.json +200 -156
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [9.2.5](https://github.com/appium/appium-xcuitest-driver/compare/v9.2.4...v9.2.5) (2025-05-21)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **deps-dev:** bump conventional-changelog-conventionalcommits ([#2564](https://github.com/appium/appium-xcuitest-driver/issues/2564)) ([5d98175](https://github.com/appium/appium-xcuitest-driver/commit/5d98175ddc71bff3d38bedbf3cf18ca5d859a665))
|
|
6
|
+
|
|
7
|
+
## [9.2.4](https://github.com/appium/appium-xcuitest-driver/compare/v9.2.3...v9.2.4) (2025-05-01)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* bump WDA to 9.6.2 ([59a8ffc](https://github.com/appium/appium-xcuitest-driver/commit/59a8ffccdd12fb3e66c72750d650a81b6c4fa88d))
|
|
12
|
+
|
|
1
13
|
## [9.2.3](https://github.com/appium/appium-xcuitest-driver/compare/v9.2.2...v9.2.3) (2025-04-23)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-xcuitest-driver",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-xcuitest-driver",
|
|
9
|
-
"version": "9.2.
|
|
9
|
+
"version": "9.2.5",
|
|
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.8.0",
|
|
15
15
|
"appium-ios-simulator": "^6.2.2",
|
|
16
16
|
"appium-remote-debugger": "^12.2.0",
|
|
17
|
-
"appium-webdriveragent": "^9.
|
|
17
|
+
"appium-webdriveragent": "^9.6.2",
|
|
18
18
|
"appium-xcode": "^5.1.4",
|
|
19
19
|
"async-lock": "^1.4.0",
|
|
20
20
|
"asyncbox": "^3.0.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"axios": "^1.4.0",
|
|
50
50
|
"chai": "^5.1.1",
|
|
51
51
|
"chai-as-promised": "^8.0.0",
|
|
52
|
-
"conventional-changelog-conventionalcommits": "^
|
|
52
|
+
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
53
53
|
"mocha": "^11.0.1",
|
|
54
54
|
"mocha-junit-reporter": "^2.2.1",
|
|
55
55
|
"mocha-multi-reporters": "^1.5.1",
|
|
@@ -73,17 +73,17 @@
|
|
|
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.17.0",
|
|
77
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-9.17.0.tgz",
|
|
78
|
+
"integrity": "sha512-ncEtI+TAkH5RGwfvH9XW/LidqD9a135bP4ufz7H44/Dn7zMQX5mhOH8uZoqyGBBzUQZpKJ3qQaVnQDFI+7vVMQ==",
|
|
79
79
|
"license": "Apache-2.0",
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@appium/support": "^6.0
|
|
82
|
-
"@appium/types": "^0.25.
|
|
81
|
+
"@appium/support": "^6.1.0",
|
|
82
|
+
"@appium/types": "^0.25.3",
|
|
83
83
|
"@colors/colors": "1.6.0",
|
|
84
84
|
"async-lock": "1.4.1",
|
|
85
85
|
"asyncbox": "3.0.0",
|
|
86
|
-
"axios": "1.8.
|
|
86
|
+
"axios": "1.8.4",
|
|
87
87
|
"bluebird": "3.7.2",
|
|
88
88
|
"body-parser": "1.20.3",
|
|
89
89
|
"express": "4.21.2",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"path-to-regexp": "8.2.0",
|
|
97
97
|
"serve-favicon": "2.5.0",
|
|
98
98
|
"source-map-support": "0.5.21",
|
|
99
|
-
"type-fest": "4.
|
|
99
|
+
"type-fest": "4.40.0",
|
|
100
100
|
"validate.js": "0.13.1"
|
|
101
101
|
},
|
|
102
102
|
"engines": {
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
111
|
-
"version": "1.8.
|
|
112
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.
|
|
113
|
-
"integrity": "sha512-
|
|
111
|
+
"version": "1.8.4",
|
|
112
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
|
|
113
|
+
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
|
|
114
114
|
"license": "MIT",
|
|
115
115
|
"dependencies": {
|
|
116
116
|
"follow-redirects": "^1.15.6",
|
|
@@ -119,9 +119,9 @@
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
"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-
|
|
122
|
+
"version": "4.40.0",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
|
|
124
|
+
"integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
|
|
125
125
|
"license": "(MIT OR CC0-1.0)",
|
|
126
126
|
"engines": {
|
|
127
127
|
"node": ">=16"
|
|
@@ -131,16 +131,16 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"node_modules/@appium/docutils": {
|
|
134
|
-
"version": "1.0
|
|
135
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.0.
|
|
136
|
-
"integrity": "sha512-
|
|
134
|
+
"version": "1.1.0",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-1.1.0.tgz",
|
|
136
|
+
"integrity": "sha512-Zc7W1yPyPhY1P8LkmXoL3imgi3tgDVMNffj8jGgw/sciVcx0hkqnCcpNlwu6wsGvSAQvLGDyvWkux1ImoHK7Fg==",
|
|
137
137
|
"license": "Apache-2.0",
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@appium/support": "^6.0
|
|
139
|
+
"@appium/support": "^6.1.0",
|
|
140
140
|
"@appium/tsconfig": "^0.3.5",
|
|
141
141
|
"@sliphua/lilconfig-ts-loader": "3.2.2",
|
|
142
142
|
"chalk": "4.1.2",
|
|
143
|
-
"consola": "3.4.
|
|
143
|
+
"consola": "3.4.2",
|
|
144
144
|
"diff": "7.0.0",
|
|
145
145
|
"json5": "2.2.3",
|
|
146
146
|
"lilconfig": "3.1.3",
|
|
@@ -150,9 +150,9 @@
|
|
|
150
150
|
"semver": "7.7.1",
|
|
151
151
|
"source-map-support": "0.5.21",
|
|
152
152
|
"teen_process": "2.3.1",
|
|
153
|
-
"type-fest": "4.
|
|
154
|
-
"typescript": "5.8.
|
|
155
|
-
"yaml": "2.7.
|
|
153
|
+
"type-fest": "4.40.0",
|
|
154
|
+
"typescript": "5.8.3",
|
|
155
|
+
"yaml": "2.7.1",
|
|
156
156
|
"yargs": "17.7.2",
|
|
157
157
|
"yargs-parser": "21.1.1"
|
|
158
158
|
},
|
|
@@ -164,10 +164,38 @@
|
|
|
164
164
|
"npm": ">=8"
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
|
+
"node_modules/@appium/docutils/node_modules/semver": {
|
|
168
|
+
"version": "7.7.1",
|
|
169
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
170
|
+
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
171
|
+
"license": "ISC",
|
|
172
|
+
"bin": {
|
|
173
|
+
"semver": "bin/semver.js"
|
|
174
|
+
},
|
|
175
|
+
"engines": {
|
|
176
|
+
"node": ">=10"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"node_modules/@appium/docutils/node_modules/teen_process": {
|
|
180
|
+
"version": "2.3.1",
|
|
181
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.1.tgz",
|
|
182
|
+
"integrity": "sha512-duT4gPj7HxEYy+AR4bJ9MNwf8GMLpJd+sNRAK2PTx53FpCcaiXVft3ePZh3hO6PY8NFWZMxTC3ZAtxyztScEsw==",
|
|
183
|
+
"license": "Apache-2.0",
|
|
184
|
+
"dependencies": {
|
|
185
|
+
"bluebird": "^3.7.2",
|
|
186
|
+
"lodash": "^4.17.21",
|
|
187
|
+
"shell-quote": "^1.8.1",
|
|
188
|
+
"source-map-support": "^0.x"
|
|
189
|
+
},
|
|
190
|
+
"engines": {
|
|
191
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
192
|
+
"npm": ">=8"
|
|
193
|
+
}
|
|
194
|
+
},
|
|
167
195
|
"node_modules/@appium/docutils/node_modules/type-fest": {
|
|
168
|
-
"version": "4.
|
|
169
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
170
|
-
"integrity": "sha512-
|
|
196
|
+
"version": "4.40.0",
|
|
197
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
|
|
198
|
+
"integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
|
|
171
199
|
"license": "(MIT OR CC0-1.0)",
|
|
172
200
|
"engines": {
|
|
173
201
|
"node": ">=16"
|
|
@@ -176,23 +204,10 @@
|
|
|
176
204
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
177
205
|
}
|
|
178
206
|
},
|
|
179
|
-
"node_modules/@appium/docutils/node_modules/typescript": {
|
|
180
|
-
"version": "5.8.2",
|
|
181
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
|
182
|
-
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
|
183
|
-
"license": "Apache-2.0",
|
|
184
|
-
"bin": {
|
|
185
|
-
"tsc": "bin/tsc",
|
|
186
|
-
"tsserver": "bin/tsserver"
|
|
187
|
-
},
|
|
188
|
-
"engines": {
|
|
189
|
-
"node": ">=14.17"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
207
|
"node_modules/@appium/logger": {
|
|
193
|
-
"version": "1.
|
|
194
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.
|
|
195
|
-
"integrity": "sha512-
|
|
208
|
+
"version": "1.7.0",
|
|
209
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-1.7.0.tgz",
|
|
210
|
+
"integrity": "sha512-Z5Rc0epbQKEcgIa5ksPBWXEe9iqT8w3bHFmvUDEUHuA3ymizxVWYf9fYmEMA3ysGJpsCCfAzMU1VQBMi/63JVg==",
|
|
196
211
|
"license": "ISC",
|
|
197
212
|
"dependencies": {
|
|
198
213
|
"console-control-strings": "1.1.0",
|
|
@@ -234,17 +249,17 @@
|
|
|
234
249
|
}
|
|
235
250
|
},
|
|
236
251
|
"node_modules/@appium/support": {
|
|
237
|
-
"version": "6.0
|
|
238
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.
|
|
239
|
-
"integrity": "sha512-
|
|
252
|
+
"version": "6.1.0",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-6.1.0.tgz",
|
|
254
|
+
"integrity": "sha512-HX1F63w8iUYs7SfaYjBrRhlHnOuaMC4+PJzUyDuTiq9XFuFnZmHWFcGqvJKlDiw1lk8JrlIIqaagCoa7ie/v4g==",
|
|
240
255
|
"license": "Apache-2.0",
|
|
241
256
|
"dependencies": {
|
|
242
|
-
"@appium/logger": "^1.
|
|
257
|
+
"@appium/logger": "^1.7.0",
|
|
243
258
|
"@appium/tsconfig": "^0.3.5",
|
|
244
|
-
"@appium/types": "^0.25.
|
|
259
|
+
"@appium/types": "^0.25.3",
|
|
245
260
|
"@colors/colors": "1.6.0",
|
|
246
261
|
"archiver": "7.0.1",
|
|
247
|
-
"axios": "1.8.
|
|
262
|
+
"axios": "1.8.4",
|
|
248
263
|
"base64-stream": "1.0.0",
|
|
249
264
|
"bluebird": "3.7.2",
|
|
250
265
|
"bplist-creator": "0.1.1",
|
|
@@ -271,7 +286,7 @@
|
|
|
271
286
|
"source-map-support": "0.5.21",
|
|
272
287
|
"supports-color": "8.1.1",
|
|
273
288
|
"teen_process": "2.3.1",
|
|
274
|
-
"type-fest": "4.
|
|
289
|
+
"type-fest": "4.40.0",
|
|
275
290
|
"uuid": "11.1.0",
|
|
276
291
|
"which": "4.0.0",
|
|
277
292
|
"yauzl": "3.2.0"
|
|
@@ -281,29 +296,13 @@
|
|
|
281
296
|
"npm": ">=8"
|
|
282
297
|
},
|
|
283
298
|
"optionalDependencies": {
|
|
284
|
-
"sharp": "0.
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
"node_modules/@appium/support/node_modules/@img/sharp-libvips-linux-x64": {
|
|
288
|
-
"version": "1.0.4",
|
|
289
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.4.tgz",
|
|
290
|
-
"integrity": "sha512-MmWmQ3iPFZr0Iev+BAgVMb3ZyC4KeFc3jFxnNbEPas60e1cIfevbtuyf9nDGIzOaW9PdnDciJm+wFFaTlj5xYw==",
|
|
291
|
-
"cpu": [
|
|
292
|
-
"x64"
|
|
293
|
-
],
|
|
294
|
-
"license": "LGPL-3.0-or-later",
|
|
295
|
-
"optional": true,
|
|
296
|
-
"os": [
|
|
297
|
-
"linux"
|
|
298
|
-
],
|
|
299
|
-
"funding": {
|
|
300
|
-
"url": "https://opencollective.com/libvips"
|
|
299
|
+
"sharp": "0.34.1"
|
|
301
300
|
}
|
|
302
301
|
},
|
|
303
302
|
"node_modules/@appium/support/node_modules/@img/sharp-linux-x64": {
|
|
304
|
-
"version": "0.
|
|
305
|
-
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.
|
|
306
|
-
"integrity": "sha512-
|
|
303
|
+
"version": "0.34.1",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.1.tgz",
|
|
305
|
+
"integrity": "sha512-wExv7SH9nmoBW3Wr2gvQopX1k8q2g5V5Iag8Zk6AVENsjwd+3adjwxtp3Dcu2QhOXr8W9NusBU6XcQUohBZ5MA==",
|
|
307
306
|
"cpu": [
|
|
308
307
|
"x64"
|
|
309
308
|
],
|
|
@@ -319,13 +318,13 @@
|
|
|
319
318
|
"url": "https://opencollective.com/libvips"
|
|
320
319
|
},
|
|
321
320
|
"optionalDependencies": {
|
|
322
|
-
"@img/sharp-libvips-linux-x64": "1.0
|
|
321
|
+
"@img/sharp-libvips-linux-x64": "1.1.0"
|
|
323
322
|
}
|
|
324
323
|
},
|
|
325
324
|
"node_modules/@appium/support/node_modules/axios": {
|
|
326
|
-
"version": "1.8.
|
|
327
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.
|
|
328
|
-
"integrity": "sha512-
|
|
325
|
+
"version": "1.8.4",
|
|
326
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
|
|
327
|
+
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
|
|
329
328
|
"license": "MIT",
|
|
330
329
|
"dependencies": {
|
|
331
330
|
"follow-redirects": "^1.15.6",
|
|
@@ -333,17 +332,29 @@
|
|
|
333
332
|
"proxy-from-env": "^1.1.0"
|
|
334
333
|
}
|
|
335
334
|
},
|
|
335
|
+
"node_modules/@appium/support/node_modules/semver": {
|
|
336
|
+
"version": "7.7.1",
|
|
337
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
338
|
+
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
339
|
+
"license": "ISC",
|
|
340
|
+
"bin": {
|
|
341
|
+
"semver": "bin/semver.js"
|
|
342
|
+
},
|
|
343
|
+
"engines": {
|
|
344
|
+
"node": ">=10"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
336
347
|
"node_modules/@appium/support/node_modules/sharp": {
|
|
337
|
-
"version": "0.
|
|
338
|
-
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.
|
|
339
|
-
"integrity": "sha512-
|
|
348
|
+
"version": "0.34.1",
|
|
349
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.1.tgz",
|
|
350
|
+
"integrity": "sha512-1j0w61+eVxu7DawFJtnfYcvSv6qPFvfTaqzTQ2BLknVhHTwGS8sc63ZBF4rzkWMBVKybo4S5OBtDdZahh2A1xg==",
|
|
340
351
|
"hasInstallScript": true,
|
|
341
352
|
"license": "Apache-2.0",
|
|
342
353
|
"optional": true,
|
|
343
354
|
"dependencies": {
|
|
344
355
|
"color": "^4.2.3",
|
|
345
356
|
"detect-libc": "^2.0.3",
|
|
346
|
-
"semver": "^7.
|
|
357
|
+
"semver": "^7.7.1"
|
|
347
358
|
},
|
|
348
359
|
"engines": {
|
|
349
360
|
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
@@ -352,31 +363,48 @@
|
|
|
352
363
|
"url": "https://opencollective.com/libvips"
|
|
353
364
|
},
|
|
354
365
|
"optionalDependencies": {
|
|
355
|
-
"@img/sharp-darwin-arm64": "0.
|
|
356
|
-
"@img/sharp-darwin-x64": "0.
|
|
357
|
-
"@img/sharp-libvips-darwin-arm64": "1.0
|
|
358
|
-
"@img/sharp-libvips-darwin-x64": "1.0
|
|
359
|
-
"@img/sharp-libvips-linux-arm": "1.0
|
|
360
|
-
"@img/sharp-libvips-linux-arm64": "1.0
|
|
361
|
-
"@img/sharp-libvips-linux-
|
|
362
|
-
"@img/sharp-libvips-linux-
|
|
363
|
-
"@img/sharp-libvips-
|
|
364
|
-
"@img/sharp-libvips-linuxmusl-
|
|
365
|
-
"@img/sharp-
|
|
366
|
-
"@img/sharp-linux-
|
|
367
|
-
"@img/sharp-linux-
|
|
368
|
-
"@img/sharp-linux-
|
|
369
|
-
"@img/sharp-
|
|
370
|
-
"@img/sharp-linuxmusl-
|
|
371
|
-
"@img/sharp-
|
|
372
|
-
"@img/sharp-
|
|
373
|
-
"@img/sharp-win32-
|
|
366
|
+
"@img/sharp-darwin-arm64": "0.34.1",
|
|
367
|
+
"@img/sharp-darwin-x64": "0.34.1",
|
|
368
|
+
"@img/sharp-libvips-darwin-arm64": "1.1.0",
|
|
369
|
+
"@img/sharp-libvips-darwin-x64": "1.1.0",
|
|
370
|
+
"@img/sharp-libvips-linux-arm": "1.1.0",
|
|
371
|
+
"@img/sharp-libvips-linux-arm64": "1.1.0",
|
|
372
|
+
"@img/sharp-libvips-linux-ppc64": "1.1.0",
|
|
373
|
+
"@img/sharp-libvips-linux-s390x": "1.1.0",
|
|
374
|
+
"@img/sharp-libvips-linux-x64": "1.1.0",
|
|
375
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.1.0",
|
|
376
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.1.0",
|
|
377
|
+
"@img/sharp-linux-arm": "0.34.1",
|
|
378
|
+
"@img/sharp-linux-arm64": "0.34.1",
|
|
379
|
+
"@img/sharp-linux-s390x": "0.34.1",
|
|
380
|
+
"@img/sharp-linux-x64": "0.34.1",
|
|
381
|
+
"@img/sharp-linuxmusl-arm64": "0.34.1",
|
|
382
|
+
"@img/sharp-linuxmusl-x64": "0.34.1",
|
|
383
|
+
"@img/sharp-wasm32": "0.34.1",
|
|
384
|
+
"@img/sharp-win32-ia32": "0.34.1",
|
|
385
|
+
"@img/sharp-win32-x64": "0.34.1"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"node_modules/@appium/support/node_modules/teen_process": {
|
|
389
|
+
"version": "2.3.1",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.1.tgz",
|
|
391
|
+
"integrity": "sha512-duT4gPj7HxEYy+AR4bJ9MNwf8GMLpJd+sNRAK2PTx53FpCcaiXVft3ePZh3hO6PY8NFWZMxTC3ZAtxyztScEsw==",
|
|
392
|
+
"license": "Apache-2.0",
|
|
393
|
+
"dependencies": {
|
|
394
|
+
"bluebird": "^3.7.2",
|
|
395
|
+
"lodash": "^4.17.21",
|
|
396
|
+
"shell-quote": "^1.8.1",
|
|
397
|
+
"source-map-support": "^0.x"
|
|
398
|
+
},
|
|
399
|
+
"engines": {
|
|
400
|
+
"node": "^16.13.0 || >=18.0.0",
|
|
401
|
+
"npm": ">=8"
|
|
374
402
|
}
|
|
375
403
|
},
|
|
376
404
|
"node_modules/@appium/support/node_modules/type-fest": {
|
|
377
|
-
"version": "4.
|
|
378
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
379
|
-
"integrity": "sha512-
|
|
405
|
+
"version": "4.40.0",
|
|
406
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
|
|
407
|
+
"integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
|
|
380
408
|
"license": "(MIT OR CC0-1.0)",
|
|
381
409
|
"engines": {
|
|
382
410
|
"node": ">=16"
|
|
@@ -399,15 +427,15 @@
|
|
|
399
427
|
}
|
|
400
428
|
},
|
|
401
429
|
"node_modules/@appium/types": {
|
|
402
|
-
"version": "0.25.
|
|
403
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.
|
|
404
|
-
"integrity": "sha512-
|
|
430
|
+
"version": "0.25.3",
|
|
431
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.3.tgz",
|
|
432
|
+
"integrity": "sha512-hp/IOpn+eoH5woy6PrXlG8i27oqiDUZDPEaaGWmnK1fsIr4/vNKY+dKTnnHgl5H405p85ubG4pVcfGuaz5h3OQ==",
|
|
405
433
|
"license": "Apache-2.0",
|
|
406
434
|
"dependencies": {
|
|
407
|
-
"@appium/logger": "^1.
|
|
435
|
+
"@appium/logger": "^1.7.0",
|
|
408
436
|
"@appium/schema": "^0.8.1",
|
|
409
437
|
"@appium/tsconfig": "^0.3.5",
|
|
410
|
-
"type-fest": "4.
|
|
438
|
+
"type-fest": "4.40.0"
|
|
411
439
|
},
|
|
412
440
|
"engines": {
|
|
413
441
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
|
@@ -415,9 +443,9 @@
|
|
|
415
443
|
}
|
|
416
444
|
},
|
|
417
445
|
"node_modules/@appium/types/node_modules/type-fest": {
|
|
418
|
-
"version": "4.
|
|
419
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.
|
|
420
|
-
"integrity": "sha512-
|
|
446
|
+
"version": "4.40.0",
|
|
447
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.40.0.tgz",
|
|
448
|
+
"integrity": "sha512-ABHZ2/tS2JkvH1PEjxFDTUWC8dB5OsIGZP4IFLhR293GqT5Y5qB1WwL2kMPYhQW9DVgVD8Hd7I8gjwPIf5GFkw==",
|
|
421
449
|
"license": "(MIT OR CC0-1.0)",
|
|
422
450
|
"engines": {
|
|
423
451
|
"node": ">=16"
|
|
@@ -427,23 +455,23 @@
|
|
|
427
455
|
}
|
|
428
456
|
},
|
|
429
457
|
"node_modules/@babel/code-frame": {
|
|
430
|
-
"version": "7.
|
|
431
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.
|
|
432
|
-
"integrity": "sha512-
|
|
458
|
+
"version": "7.27.1",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
460
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
433
461
|
"license": "MIT",
|
|
434
462
|
"dependencies": {
|
|
435
|
-
"@babel/helper-validator-identifier": "^7.
|
|
463
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
436
464
|
"js-tokens": "^4.0.0",
|
|
437
|
-
"picocolors": "^1.
|
|
465
|
+
"picocolors": "^1.1.1"
|
|
438
466
|
},
|
|
439
467
|
"engines": {
|
|
440
468
|
"node": ">=6.9.0"
|
|
441
469
|
}
|
|
442
470
|
},
|
|
443
471
|
"node_modules/@babel/helper-validator-identifier": {
|
|
444
|
-
"version": "7.
|
|
445
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
446
|
-
"integrity": "sha512-
|
|
472
|
+
"version": "7.27.1",
|
|
473
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
|
|
474
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
447
475
|
"license": "MIT",
|
|
448
476
|
"engines": {
|
|
449
477
|
"node": ">=6.9.0"
|
|
@@ -468,6 +496,22 @@
|
|
|
468
496
|
"tslib": "^2.4.0"
|
|
469
497
|
}
|
|
470
498
|
},
|
|
499
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
500
|
+
"version": "1.1.0",
|
|
501
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.1.0.tgz",
|
|
502
|
+
"integrity": "sha512-yRj2+reB8iMg9W5sULM3S74jVS7zqSzHG3Ol/twnAAkAhnGQnpjj6e4ayUz7V+FpKypwgs82xbRdYtchTTUB+Q==",
|
|
503
|
+
"cpu": [
|
|
504
|
+
"x64"
|
|
505
|
+
],
|
|
506
|
+
"license": "LGPL-3.0-or-later",
|
|
507
|
+
"optional": true,
|
|
508
|
+
"os": [
|
|
509
|
+
"linux"
|
|
510
|
+
],
|
|
511
|
+
"funding": {
|
|
512
|
+
"url": "https://opencollective.com/libvips"
|
|
513
|
+
}
|
|
514
|
+
},
|
|
471
515
|
"node_modules/@isaacs/cliui": {
|
|
472
516
|
"version": "8.0.2",
|
|
473
517
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
@@ -584,15 +628,15 @@
|
|
|
584
628
|
"license": "MIT"
|
|
585
629
|
},
|
|
586
630
|
"node_modules/@types/lodash": {
|
|
587
|
-
"version": "4.17.
|
|
588
|
-
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.
|
|
589
|
-
"integrity": "sha512-
|
|
631
|
+
"version": "4.17.17",
|
|
632
|
+
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.17.tgz",
|
|
633
|
+
"integrity": "sha512-RRVJ+J3J+WmyOTqnz3PiBLA501eKwXl2noseKOrNo/6+XEHjTAxO4xHvxQB6QuNm+s4WRbn6rSiap8+EA+ykFQ==",
|
|
590
634
|
"license": "MIT"
|
|
591
635
|
},
|
|
592
636
|
"node_modules/@types/node": {
|
|
593
|
-
"version": "22.
|
|
594
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
595
|
-
"integrity": "sha512-
|
|
637
|
+
"version": "22.15.21",
|
|
638
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.21.tgz",
|
|
639
|
+
"integrity": "sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==",
|
|
596
640
|
"license": "MIT",
|
|
597
641
|
"dependencies": {
|
|
598
642
|
"undici-types": "~6.21.0"
|
|
@@ -715,9 +759,9 @@
|
|
|
715
759
|
}
|
|
716
760
|
},
|
|
717
761
|
"node_modules/appium-ios-simulator": {
|
|
718
|
-
"version": "6.2.
|
|
719
|
-
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.2.
|
|
720
|
-
"integrity": "sha512-
|
|
762
|
+
"version": "6.2.3",
|
|
763
|
+
"resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-6.2.3.tgz",
|
|
764
|
+
"integrity": "sha512-FNaxrcWihKfO7ejEAw6pHVY4vy8wKCYBjuH6vt2dNCU+OyjjgUovnEOA0j22qEUBIorsBiYx1b67xbc59qSPCg==",
|
|
721
765
|
"license": "Apache-2.0",
|
|
722
766
|
"dependencies": {
|
|
723
767
|
"@appium/support": "^6.0.0",
|
|
@@ -759,9 +803,9 @@
|
|
|
759
803
|
}
|
|
760
804
|
},
|
|
761
805
|
"node_modules/appium-webdriveragent": {
|
|
762
|
-
"version": "9.
|
|
763
|
-
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.
|
|
764
|
-
"integrity": "sha512-
|
|
806
|
+
"version": "9.7.0",
|
|
807
|
+
"resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-9.7.0.tgz",
|
|
808
|
+
"integrity": "sha512-lNDLuoRz28+g1xzXUKLrUfSHDeYimMjMIq9avBvtAZbpO0CmbGd7r6xpJUQ+1A8kCg+JMy4H49eDuKsdmPqm7g==",
|
|
765
809
|
"license": "Apache-2.0",
|
|
766
810
|
"dependencies": {
|
|
767
811
|
"@appium/base-driver": "^9.0.0",
|
|
@@ -783,9 +827,9 @@
|
|
|
783
827
|
}
|
|
784
828
|
},
|
|
785
829
|
"node_modules/appium-xcode": {
|
|
786
|
-
"version": "5.2.
|
|
787
|
-
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.
|
|
788
|
-
"integrity": "sha512-
|
|
830
|
+
"version": "5.2.22",
|
|
831
|
+
"resolved": "https://registry.npmjs.org/appium-xcode/-/appium-xcode-5.2.22.tgz",
|
|
832
|
+
"integrity": "sha512-34LxxTnkhjl7KYelWt/NBNsnwn4ZBt4xIT7RQOTYS5+KM3iAmSuq49GYIB/w1FqqriLOjX9e5gJ94m8UpSnJyQ==",
|
|
789
833
|
"license": "Apache-2.0",
|
|
790
834
|
"dependencies": {
|
|
791
835
|
"@appium/support": "^6.0.0",
|
|
@@ -892,9 +936,9 @@
|
|
|
892
936
|
"license": "MIT"
|
|
893
937
|
},
|
|
894
938
|
"node_modules/axios": {
|
|
895
|
-
"version": "1.
|
|
896
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
897
|
-
"integrity": "sha512-
|
|
939
|
+
"version": "1.9.0",
|
|
940
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.9.0.tgz",
|
|
941
|
+
"integrity": "sha512-re4CqKTJaURpzbLHtIi6XpDv20/CnpXOtjRY5/CU32L8gU8ek9UIivcfvSWvmKEngmVbrUtPpdDwWDWL7DNHvg==",
|
|
898
942
|
"license": "MIT",
|
|
899
943
|
"dependencies": {
|
|
900
944
|
"follow-redirects": "^1.15.6",
|
|
@@ -1263,9 +1307,9 @@
|
|
|
1263
1307
|
"license": "MIT"
|
|
1264
1308
|
},
|
|
1265
1309
|
"node_modules/consola": {
|
|
1266
|
-
"version": "3.4.
|
|
1267
|
-
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.
|
|
1268
|
-
"integrity": "sha512-
|
|
1310
|
+
"version": "3.4.2",
|
|
1311
|
+
"resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz",
|
|
1312
|
+
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==",
|
|
1269
1313
|
"license": "MIT",
|
|
1270
1314
|
"engines": {
|
|
1271
1315
|
"node": "^14.18.0 || >=16.10.0"
|
|
@@ -1402,9 +1446,9 @@
|
|
|
1402
1446
|
"license": "MIT"
|
|
1403
1447
|
},
|
|
1404
1448
|
"node_modules/debug": {
|
|
1405
|
-
"version": "4.4.
|
|
1406
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
1407
|
-
"integrity": "sha512-
|
|
1449
|
+
"version": "4.4.1",
|
|
1450
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
|
|
1451
|
+
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
|
1408
1452
|
"devOptional": true,
|
|
1409
1453
|
"license": "MIT",
|
|
1410
1454
|
"dependencies": {
|
|
@@ -2776,9 +2820,9 @@
|
|
|
2776
2820
|
}
|
|
2777
2821
|
},
|
|
2778
2822
|
"node_modules/node-simctl": {
|
|
2779
|
-
"version": "7.7.
|
|
2780
|
-
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.7.
|
|
2781
|
-
"integrity": "sha512-
|
|
2823
|
+
"version": "7.7.3",
|
|
2824
|
+
"resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-7.7.3.tgz",
|
|
2825
|
+
"integrity": "sha512-2KuVhn3MqQWFHtazYuAm+perIW1iXYSHFDoojEYVMspbMppb+JKILR4k+KfugLvuTNJCljL2D1GZ5utT9Sp4cQ==",
|
|
2782
2826
|
"license": "Apache-2.0",
|
|
2783
2827
|
"dependencies": {
|
|
2784
2828
|
"@appium/logger": "^1.3.0",
|
|
@@ -3378,9 +3422,9 @@
|
|
|
3378
3422
|
"optional": true
|
|
3379
3423
|
},
|
|
3380
3424
|
"node_modules/semver": {
|
|
3381
|
-
"version": "7.7.
|
|
3382
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
3383
|
-
"integrity": "sha512-
|
|
3425
|
+
"version": "7.7.2",
|
|
3426
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
3427
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
3384
3428
|
"license": "ISC",
|
|
3385
3429
|
"bin": {
|
|
3386
3430
|
"semver": "bin/semver.js"
|
|
@@ -3922,9 +3966,9 @@
|
|
|
3922
3966
|
}
|
|
3923
3967
|
},
|
|
3924
3968
|
"node_modules/teen_process": {
|
|
3925
|
-
"version": "2.3.
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.
|
|
3927
|
-
"integrity": "sha512-
|
|
3969
|
+
"version": "2.3.2",
|
|
3970
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-2.3.2.tgz",
|
|
3971
|
+
"integrity": "sha512-eiYtJbYrMz5WbZL68u05qCgLMShPZhYKVewZFoyT6C2xvNdMfikCP7Nh0K3Phiy+H4bMZ8q5GtJROFcoYwQJmQ==",
|
|
3928
3972
|
"license": "Apache-2.0",
|
|
3929
3973
|
"dependencies": {
|
|
3930
3974
|
"bluebird": "^3.7.2",
|
|
@@ -4234,9 +4278,9 @@
|
|
|
4234
4278
|
"license": "ISC"
|
|
4235
4279
|
},
|
|
4236
4280
|
"node_modules/ws": {
|
|
4237
|
-
"version": "8.18.
|
|
4238
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.
|
|
4239
|
-
"integrity": "sha512-
|
|
4281
|
+
"version": "8.18.2",
|
|
4282
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
|
|
4283
|
+
"integrity": "sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==",
|
|
4240
4284
|
"license": "MIT",
|
|
4241
4285
|
"engines": {
|
|
4242
4286
|
"node": ">=10.0.0"
|
|
@@ -4273,9 +4317,9 @@
|
|
|
4273
4317
|
}
|
|
4274
4318
|
},
|
|
4275
4319
|
"node_modules/yaml": {
|
|
4276
|
-
"version": "2.7.
|
|
4277
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.
|
|
4278
|
-
"integrity": "sha512
|
|
4320
|
+
"version": "2.7.1",
|
|
4321
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz",
|
|
4322
|
+
"integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==",
|
|
4279
4323
|
"license": "ISC",
|
|
4280
4324
|
"bin": {
|
|
4281
4325
|
"yaml": "bin.mjs"
|
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"xcuitest",
|
|
9
9
|
"xctest"
|
|
10
10
|
],
|
|
11
|
-
"version": "9.2.
|
|
11
|
+
"version": "9.2.5",
|
|
12
12
|
"author": "Appium Contributors",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"repository": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"appium-ios-device": "^2.8.0",
|
|
82
82
|
"appium-ios-simulator": "^6.2.2",
|
|
83
83
|
"appium-remote-debugger": "^12.2.0",
|
|
84
|
-
"appium-webdriveragent": "^9.
|
|
84
|
+
"appium-webdriveragent": "^9.6.2",
|
|
85
85
|
"appium-xcode": "^5.1.4",
|
|
86
86
|
"async-lock": "^1.4.0",
|
|
87
87
|
"asyncbox": "^3.0.0",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"axios": "^1.4.0",
|
|
150
150
|
"chai": "^5.1.1",
|
|
151
151
|
"chai-as-promised": "^8.0.0",
|
|
152
|
-
"conventional-changelog-conventionalcommits": "^
|
|
152
|
+
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
153
153
|
"mocha": "^11.0.1",
|
|
154
154
|
"mocha-junit-reporter": "^2.2.1",
|
|
155
155
|
"mocha-multi-reporters": "^1.5.1",
|