appium-uiautomator2-driver 5.0.0 → 5.0.2
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 +17 -0
- package/build/lib/constraints.d.ts +1 -1
- package/build/lib/driver.d.ts +2 -1
- package/build/lib/driver.d.ts.map +1 -1
- package/build/lib/driver.js +81 -70
- package/build/lib/driver.js.map +1 -1
- package/build/lib/types.d.ts +5 -1
- package/build/lib/types.d.ts.map +1 -1
- package/build/lib/uiautomator2.js +14 -0
- package/build/lib/uiautomator2.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/lib/driver.ts +7 -1
- package/lib/types.ts +4 -1
- package/npm-shrinkwrap.json +172 -133
- package/package.json +4 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-uiautomator2-driver",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "appium-uiautomator2-driver",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"appium-adb": "^13.0.0",
|
|
13
|
-
"appium-android-driver": "^11.0.
|
|
13
|
+
"appium-android-driver": "^11.0.4",
|
|
14
14
|
"appium-uiautomator2-server": "^8.0.0",
|
|
15
15
|
"asyncbox": "^3.0.0",
|
|
16
16
|
"axios": "^1.6.5",
|
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"lodash": "^4.17.4",
|
|
21
21
|
"portscanner": "^2.2.0",
|
|
22
22
|
"source-map-support": "^0.x",
|
|
23
|
-
"teen_process": "^3.0.0"
|
|
24
|
-
"type-fest": "^4.4.0"
|
|
23
|
+
"teen_process": "^3.0.0"
|
|
25
24
|
},
|
|
26
25
|
"devDependencies": {
|
|
27
26
|
"@appium/docutils": "^2.0.0-rc.1",
|
|
@@ -42,7 +41,7 @@
|
|
|
42
41
|
"@types/ws": "^8.5.4",
|
|
43
42
|
"@xmldom/xmldom": "^0.x",
|
|
44
43
|
"android-apidemos": "^5.0.0",
|
|
45
|
-
"chai": "^
|
|
44
|
+
"chai": "^6.0.0",
|
|
46
45
|
"chai-as-promised": "^8.0.0",
|
|
47
46
|
"conventional-changelog-conventionalcommits": "^9.0.0",
|
|
48
47
|
"mocha": "^11.0.1",
|
|
@@ -65,13 +64,13 @@
|
|
|
65
64
|
}
|
|
66
65
|
},
|
|
67
66
|
"node_modules/@appium/base-driver": {
|
|
68
|
-
"version": "10.0.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.
|
|
70
|
-
"integrity": "sha512-
|
|
67
|
+
"version": "10.0.1",
|
|
68
|
+
"resolved": "https://registry.npmjs.org/@appium/base-driver/-/base-driver-10.0.1.tgz",
|
|
69
|
+
"integrity": "sha512-5E/vsVY/6yzj6/M51JO+Qzr9/03KlgHqSPwm+46bV4qGMgBSe0kKRvUea5Vjva8Bwy/Bl60gZEA1ZkAWSjkBIA==",
|
|
71
70
|
"license": "Apache-2.0",
|
|
72
71
|
"dependencies": {
|
|
73
|
-
"@appium/support": "^7.0.
|
|
74
|
-
"@appium/types": "^1.0.
|
|
72
|
+
"@appium/support": "^7.0.1",
|
|
73
|
+
"@appium/types": "^1.0.1",
|
|
75
74
|
"@colors/colors": "1.6.0",
|
|
76
75
|
"async-lock": "1.4.1",
|
|
77
76
|
"asyncbox": "3.0.0",
|
|
@@ -82,10 +81,10 @@
|
|
|
82
81
|
"fastest-levenshtein": "1.0.16",
|
|
83
82
|
"http-status-codes": "2.3.0",
|
|
84
83
|
"lodash": "4.17.21",
|
|
85
|
-
"lru-cache": "11.1
|
|
84
|
+
"lru-cache": "11.2.1",
|
|
86
85
|
"method-override": "3.0.0",
|
|
87
86
|
"morgan": "1.10.1",
|
|
88
|
-
"path-to-regexp": "8.
|
|
87
|
+
"path-to-regexp": "8.3.0",
|
|
89
88
|
"serve-favicon": "2.5.1",
|
|
90
89
|
"source-map-support": "0.5.21",
|
|
91
90
|
"type-fest": "4.41.0"
|
|
@@ -98,22 +97,33 @@
|
|
|
98
97
|
"spdy": "4.0.2"
|
|
99
98
|
}
|
|
100
99
|
},
|
|
100
|
+
"node_modules/@appium/base-driver/node_modules/axios": {
|
|
101
|
+
"version": "1.11.0",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
103
|
+
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
104
|
+
"license": "MIT",
|
|
105
|
+
"dependencies": {
|
|
106
|
+
"follow-redirects": "^1.15.6",
|
|
107
|
+
"form-data": "^4.0.4",
|
|
108
|
+
"proxy-from-env": "^1.1.0"
|
|
109
|
+
}
|
|
110
|
+
},
|
|
101
111
|
"node_modules/@appium/docutils": {
|
|
102
|
-
"version": "2.
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.
|
|
104
|
-
"integrity": "sha512-
|
|
112
|
+
"version": "2.1.0",
|
|
113
|
+
"resolved": "https://registry.npmjs.org/@appium/docutils/-/docutils-2.1.0.tgz",
|
|
114
|
+
"integrity": "sha512-pIXgostwQtSEk6Ly02crIIaYQCN8eUgjRDx56BCLE6vQVFNAwPoS1QLiI7IPjIVZahAvv0ftyjMlbje0QXufnQ==",
|
|
105
115
|
"license": "Apache-2.0",
|
|
106
116
|
"dependencies": {
|
|
107
|
-
"@appium/support": "^7.0.
|
|
117
|
+
"@appium/support": "^7.0.1",
|
|
108
118
|
"chalk": "4.1.2",
|
|
109
119
|
"consola": "3.4.2",
|
|
110
|
-
"diff": "8.0.
|
|
120
|
+
"diff": "8.0.2",
|
|
111
121
|
"lilconfig": "3.1.3",
|
|
112
122
|
"lodash": "4.17.21",
|
|
113
123
|
"pkg-dir": "5.0.0",
|
|
114
124
|
"read-pkg": "5.2.0",
|
|
115
125
|
"source-map-support": "0.5.21",
|
|
116
|
-
"teen_process": "3.0.
|
|
126
|
+
"teen_process": "3.0.1",
|
|
117
127
|
"type-fest": "4.41.0",
|
|
118
128
|
"yaml": "2.8.1",
|
|
119
129
|
"yargs": "18.0.0",
|
|
@@ -128,14 +138,14 @@
|
|
|
128
138
|
}
|
|
129
139
|
},
|
|
130
140
|
"node_modules/@appium/logger": {
|
|
131
|
-
"version": "2.0.
|
|
132
|
-
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.
|
|
133
|
-
"integrity": "sha512-
|
|
141
|
+
"version": "2.0.1",
|
|
142
|
+
"resolved": "https://registry.npmjs.org/@appium/logger/-/logger-2.0.1.tgz",
|
|
143
|
+
"integrity": "sha512-EMO0wqON/lvj78+APZB2OVpObyoA5PevAKUP1z6ZEl57eUksNsw5RctglfhCDsJwyyr/oSGEMw+3mZ/qMNR9fQ==",
|
|
134
144
|
"license": "ISC",
|
|
135
145
|
"dependencies": {
|
|
136
146
|
"console-control-strings": "1.1.0",
|
|
137
147
|
"lodash": "4.17.21",
|
|
138
|
-
"lru-cache": "11.1
|
|
148
|
+
"lru-cache": "11.2.1",
|
|
139
149
|
"set-blocking": "2.0.0"
|
|
140
150
|
},
|
|
141
151
|
"engines": {
|
|
@@ -158,14 +168,14 @@
|
|
|
158
168
|
}
|
|
159
169
|
},
|
|
160
170
|
"node_modules/@appium/support": {
|
|
161
|
-
"version": "7.0.
|
|
162
|
-
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.
|
|
163
|
-
"integrity": "sha512-
|
|
171
|
+
"version": "7.0.1",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/@appium/support/-/support-7.0.1.tgz",
|
|
173
|
+
"integrity": "sha512-djVPpwVRBMUIGuF49KwIqFC+NhczVchSbsMni8+8b4tCumS+2/RjaDAhZ4ZdSfz7/pSQdTxWfvK00OK+tysmPw==",
|
|
164
174
|
"license": "Apache-2.0",
|
|
165
175
|
"dependencies": {
|
|
166
|
-
"@appium/logger": "^2.0.
|
|
167
|
-
"@appium/tsconfig": "^1.
|
|
168
|
-
"@appium/types": "^1.0.
|
|
176
|
+
"@appium/logger": "^2.0.1",
|
|
177
|
+
"@appium/tsconfig": "^1.1.0",
|
|
178
|
+
"@appium/types": "^1.0.1",
|
|
169
179
|
"@colors/colors": "1.6.0",
|
|
170
180
|
"archiver": "7.0.1",
|
|
171
181
|
"axios": "1.11.0",
|
|
@@ -193,9 +203,9 @@
|
|
|
193
203
|
"shell-quote": "1.8.3",
|
|
194
204
|
"source-map-support": "0.5.21",
|
|
195
205
|
"supports-color": "8.1.1",
|
|
196
|
-
"teen_process": "3.0.
|
|
206
|
+
"teen_process": "3.0.1",
|
|
197
207
|
"type-fest": "4.41.0",
|
|
198
|
-
"uuid": "
|
|
208
|
+
"uuid": "13.0.0",
|
|
199
209
|
"which": "5.0.0",
|
|
200
210
|
"yauzl": "3.2.0"
|
|
201
211
|
},
|
|
@@ -207,13 +217,24 @@
|
|
|
207
217
|
"sharp": "0.34.3"
|
|
208
218
|
}
|
|
209
219
|
},
|
|
220
|
+
"node_modules/@appium/support/node_modules/axios": {
|
|
221
|
+
"version": "1.11.0",
|
|
222
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.11.0.tgz",
|
|
223
|
+
"integrity": "sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==",
|
|
224
|
+
"license": "MIT",
|
|
225
|
+
"dependencies": {
|
|
226
|
+
"follow-redirects": "^1.15.6",
|
|
227
|
+
"form-data": "^4.0.4",
|
|
228
|
+
"proxy-from-env": "^1.1.0"
|
|
229
|
+
}
|
|
230
|
+
},
|
|
210
231
|
"node_modules/@appium/tsconfig": {
|
|
211
|
-
"version": "1.
|
|
212
|
-
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.
|
|
213
|
-
"integrity": "sha512-
|
|
232
|
+
"version": "1.1.0",
|
|
233
|
+
"resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-1.1.0.tgz",
|
|
234
|
+
"integrity": "sha512-4QO++yh9hMDiqAnPNHWQStxhTz1to6wG8hsPaviHjqOnlGQa34jrcS6gqciPZL6+xkd5qgIkZjmOTNNWNUFgqQ==",
|
|
214
235
|
"license": "Apache-2.0",
|
|
215
236
|
"dependencies": {
|
|
216
|
-
"@tsconfig/
|
|
237
|
+
"@tsconfig/node20": "20.1.6"
|
|
217
238
|
},
|
|
218
239
|
"engines": {
|
|
219
240
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -221,14 +242,14 @@
|
|
|
221
242
|
}
|
|
222
243
|
},
|
|
223
244
|
"node_modules/@appium/types": {
|
|
224
|
-
"version": "1.0.
|
|
225
|
-
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.
|
|
226
|
-
"integrity": "sha512-
|
|
245
|
+
"version": "1.0.1",
|
|
246
|
+
"resolved": "https://registry.npmjs.org/@appium/types/-/types-1.0.1.tgz",
|
|
247
|
+
"integrity": "sha512-Fajl1wzMNnr++OPo4SxfAsFVvu4g8UQO+w/sDv7rAreOmRh7xcLrmF/Q9rhBXDuWITczBQhvTH6nyLM9+bCP4w==",
|
|
227
248
|
"license": "Apache-2.0",
|
|
228
249
|
"dependencies": {
|
|
229
|
-
"@appium/logger": "^2.0.
|
|
250
|
+
"@appium/logger": "^2.0.1",
|
|
230
251
|
"@appium/schema": "^1.0.0",
|
|
231
|
-
"@appium/tsconfig": "^1.
|
|
252
|
+
"@appium/tsconfig": "^1.1.0",
|
|
232
253
|
"type-fest": "4.41.0"
|
|
233
254
|
},
|
|
234
255
|
"engines": {
|
|
@@ -307,9 +328,9 @@
|
|
|
307
328
|
}
|
|
308
329
|
},
|
|
309
330
|
"node_modules/@isaacs/cliui/node_modules/ansi-styles": {
|
|
310
|
-
"version": "6.2.
|
|
311
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
312
|
-
"integrity": "sha512-
|
|
331
|
+
"version": "6.2.3",
|
|
332
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
333
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
313
334
|
"license": "MIT",
|
|
314
335
|
"engines": {
|
|
315
336
|
"node": ">=12"
|
|
@@ -345,10 +366,10 @@
|
|
|
345
366
|
"node": ">=14"
|
|
346
367
|
}
|
|
347
368
|
},
|
|
348
|
-
"node_modules/@tsconfig/
|
|
349
|
-
"version": "
|
|
350
|
-
"resolved": "https://registry.npmjs.org/@tsconfig/
|
|
351
|
-
"integrity": "sha512-
|
|
369
|
+
"node_modules/@tsconfig/node20": {
|
|
370
|
+
"version": "20.1.6",
|
|
371
|
+
"resolved": "https://registry.npmjs.org/@tsconfig/node20/-/node20-20.1.6.tgz",
|
|
372
|
+
"integrity": "sha512-sz+Hqx9zwZDpZIV871WSbUzSqNIsXzghZydypnfgzPKLltVJfkINfUeTct31n/tTSa9ZE1ZOfKdRre1uHHquYQ==",
|
|
352
373
|
"license": "MIT"
|
|
353
374
|
},
|
|
354
375
|
"node_modules/@types/normalize-package-data": {
|
|
@@ -392,9 +413,9 @@
|
|
|
392
413
|
}
|
|
393
414
|
},
|
|
394
415
|
"node_modules/ansi-regex": {
|
|
395
|
-
"version": "6.2.
|
|
396
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.
|
|
397
|
-
"integrity": "sha512-
|
|
416
|
+
"version": "6.2.2",
|
|
417
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
|
|
418
|
+
"integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
|
|
398
419
|
"license": "MIT",
|
|
399
420
|
"engines": {
|
|
400
421
|
"node": ">=12"
|
|
@@ -419,9 +440,9 @@
|
|
|
419
440
|
}
|
|
420
441
|
},
|
|
421
442
|
"node_modules/appium-adb": {
|
|
422
|
-
"version": "13.0.
|
|
423
|
-
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.
|
|
424
|
-
"integrity": "sha512-
|
|
443
|
+
"version": "13.0.3",
|
|
444
|
+
"resolved": "https://registry.npmjs.org/appium-adb/-/appium-adb-13.0.3.tgz",
|
|
445
|
+
"integrity": "sha512-nce9sc6/fTN2pzs9y+38WqEfhyBxe67uQZFgMzs7b6IU08YX6N8j1pdzcKgl1jLCenhGPKWyc6Ca45/PQGg2uw==",
|
|
425
446
|
"license": "Apache-2.0",
|
|
426
447
|
"dependencies": {
|
|
427
448
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -441,9 +462,9 @@
|
|
|
441
462
|
}
|
|
442
463
|
},
|
|
443
464
|
"node_modules/appium-android-driver": {
|
|
444
|
-
"version": "11.0.
|
|
445
|
-
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-11.0.
|
|
446
|
-
"integrity": "sha512-
|
|
465
|
+
"version": "11.0.4",
|
|
466
|
+
"resolved": "https://registry.npmjs.org/appium-android-driver/-/appium-android-driver-11.0.4.tgz",
|
|
467
|
+
"integrity": "sha512-ku7c7IHofiTQm3utuiiP36VRS5HUJXhfZSemLM8dl2RCqlwQRcBTqIGOfPIrGkh0Xf0R5GOIQmga8fmyDYosLQ==",
|
|
447
468
|
"license": "Apache-2.0",
|
|
448
469
|
"dependencies": {
|
|
449
470
|
"@appium/support": "^7.0.0-rc.1",
|
|
@@ -455,14 +476,13 @@
|
|
|
455
476
|
"bluebird": "^3.4.7",
|
|
456
477
|
"io.appium.settings": "^6.0.0",
|
|
457
478
|
"lodash": "^4.17.4",
|
|
458
|
-
"lru-cache": "^
|
|
479
|
+
"lru-cache": "^11.1.0",
|
|
459
480
|
"moment": "^2.24.0",
|
|
460
481
|
"moment-timezone": "^0.x",
|
|
461
482
|
"portscanner": "^2.2.0",
|
|
462
483
|
"semver": "^7.0.0",
|
|
463
484
|
"source-map-support": "^0.x",
|
|
464
485
|
"teen_process": "^3.0.0",
|
|
465
|
-
"type-fest": "^4.4.0",
|
|
466
486
|
"ws": "^8.0.0"
|
|
467
487
|
},
|
|
468
488
|
"engines": {
|
|
@@ -473,16 +493,10 @@
|
|
|
473
493
|
"appium": "^3.0.0-rc.2"
|
|
474
494
|
}
|
|
475
495
|
},
|
|
476
|
-
"node_modules/appium-android-driver/node_modules/lru-cache": {
|
|
477
|
-
"version": "10.4.3",
|
|
478
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
|
|
479
|
-
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
|
|
480
|
-
"license": "ISC"
|
|
481
|
-
},
|
|
482
496
|
"node_modules/appium-chromedriver": {
|
|
483
|
-
"version": "8.0.
|
|
484
|
-
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.
|
|
485
|
-
"integrity": "sha512-
|
|
497
|
+
"version": "8.0.7",
|
|
498
|
+
"resolved": "https://registry.npmjs.org/appium-chromedriver/-/appium-chromedriver-8.0.7.tgz",
|
|
499
|
+
"integrity": "sha512-GKslPG95XF/MCe0JK4Ts/0t1T4BMgs8lC4ejYjOOqttTMnIqD2AylBpi3rw+xE8IfKO5kPifzu6HNh8/QNVluA==",
|
|
486
500
|
"license": "Apache-2.0",
|
|
487
501
|
"dependencies": {
|
|
488
502
|
"@appium/base-driver": "^10.0.0-rc.2",
|
|
@@ -505,9 +519,9 @@
|
|
|
505
519
|
}
|
|
506
520
|
},
|
|
507
521
|
"node_modules/appium-uiautomator2-server": {
|
|
508
|
-
"version": "8.
|
|
509
|
-
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-8.
|
|
510
|
-
"integrity": "sha512-
|
|
522
|
+
"version": "8.1.0",
|
|
523
|
+
"resolved": "https://registry.npmjs.org/appium-uiautomator2-server/-/appium-uiautomator2-server-8.1.0.tgz",
|
|
524
|
+
"integrity": "sha512-jZQqJeNp3IZMHs1VZBcHLq/AQWYlgXW8SYbQ29o5xTOZkT7MbJKPWcBcF8wbIekex5hheFr8MGai1csbl0RJNA==",
|
|
511
525
|
"license": "Apache-2.0",
|
|
512
526
|
"engines": {
|
|
513
527
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -671,9 +685,9 @@
|
|
|
671
685
|
"license": "MIT"
|
|
672
686
|
},
|
|
673
687
|
"node_modules/axios": {
|
|
674
|
-
"version": "1.
|
|
675
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
676
|
-
"integrity": "sha512-
|
|
688
|
+
"version": "1.12.2",
|
|
689
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.12.2.tgz",
|
|
690
|
+
"integrity": "sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==",
|
|
677
691
|
"license": "MIT",
|
|
678
692
|
"dependencies": {
|
|
679
693
|
"follow-redirects": "^1.15.6",
|
|
@@ -682,10 +696,18 @@
|
|
|
682
696
|
}
|
|
683
697
|
},
|
|
684
698
|
"node_modules/b4a": {
|
|
685
|
-
"version": "1.
|
|
686
|
-
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.
|
|
687
|
-
"integrity": "sha512-
|
|
688
|
-
"license": "Apache-2.0"
|
|
699
|
+
"version": "1.7.1",
|
|
700
|
+
"resolved": "https://registry.npmjs.org/b4a/-/b4a-1.7.1.tgz",
|
|
701
|
+
"integrity": "sha512-ZovbrBV0g6JxK5cGUF1Suby1vLfKjv4RWi8IxoaO/Mon8BDD9I21RxjHFtgQ+kskJqLAVyQZly3uMBui+vhc8Q==",
|
|
702
|
+
"license": "Apache-2.0",
|
|
703
|
+
"peerDependencies": {
|
|
704
|
+
"react-native-b4a": "*"
|
|
705
|
+
},
|
|
706
|
+
"peerDependenciesMeta": {
|
|
707
|
+
"react-native-b4a": {
|
|
708
|
+
"optional": true
|
|
709
|
+
}
|
|
710
|
+
}
|
|
689
711
|
},
|
|
690
712
|
"node_modules/balanced-match": {
|
|
691
713
|
"version": "1.0.2",
|
|
@@ -896,9 +918,9 @@
|
|
|
896
918
|
}
|
|
897
919
|
},
|
|
898
920
|
"node_modules/cliui/node_modules/ansi-styles": {
|
|
899
|
-
"version": "6.2.
|
|
900
|
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.
|
|
901
|
-
"integrity": "sha512-
|
|
921
|
+
"version": "6.2.3",
|
|
922
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz",
|
|
923
|
+
"integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==",
|
|
902
924
|
"license": "MIT",
|
|
903
925
|
"engines": {
|
|
904
926
|
"node": ">=12"
|
|
@@ -908,9 +930,9 @@
|
|
|
908
930
|
}
|
|
909
931
|
},
|
|
910
932
|
"node_modules/cliui/node_modules/emoji-regex": {
|
|
911
|
-
"version": "10.
|
|
912
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
913
|
-
"integrity": "sha512-
|
|
933
|
+
"version": "10.5.0",
|
|
934
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz",
|
|
935
|
+
"integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==",
|
|
914
936
|
"license": "MIT"
|
|
915
937
|
},
|
|
916
938
|
"node_modules/cliui/node_modules/string-width": {
|
|
@@ -931,9 +953,9 @@
|
|
|
931
953
|
}
|
|
932
954
|
},
|
|
933
955
|
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
934
|
-
"version": "9.0.
|
|
935
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.
|
|
936
|
-
"integrity": "sha512-
|
|
956
|
+
"version": "9.0.2",
|
|
957
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
958
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
937
959
|
"license": "MIT",
|
|
938
960
|
"dependencies": {
|
|
939
961
|
"ansi-styles": "^6.2.1",
|
|
@@ -1160,9 +1182,9 @@
|
|
|
1160
1182
|
"license": "MIT"
|
|
1161
1183
|
},
|
|
1162
1184
|
"node_modules/debug": {
|
|
1163
|
-
"version": "4.4.
|
|
1164
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.
|
|
1165
|
-
"integrity": "sha512-
|
|
1185
|
+
"version": "4.4.3",
|
|
1186
|
+
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
1187
|
+
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
1166
1188
|
"license": "MIT",
|
|
1167
1189
|
"dependencies": {
|
|
1168
1190
|
"ms": "^2.1.3"
|
|
@@ -1195,9 +1217,9 @@
|
|
|
1195
1217
|
}
|
|
1196
1218
|
},
|
|
1197
1219
|
"node_modules/detect-libc": {
|
|
1198
|
-
"version": "2.0
|
|
1199
|
-
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.
|
|
1200
|
-
"integrity": "sha512-
|
|
1220
|
+
"version": "2.1.0",
|
|
1221
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.0.tgz",
|
|
1222
|
+
"integrity": "sha512-vEtk+OcP7VBRtQZ1EJ3bdgzSfBjgnEalLTp5zjJrS+2Z1w2KZly4SBdac/WDU3hhsNAZ9E8SC96ME4Ey8MZ7cg==",
|
|
1201
1223
|
"devOptional": true,
|
|
1202
1224
|
"license": "Apache-2.0",
|
|
1203
1225
|
"engines": {
|
|
@@ -1268,9 +1290,9 @@
|
|
|
1268
1290
|
}
|
|
1269
1291
|
},
|
|
1270
1292
|
"node_modules/error-ex": {
|
|
1271
|
-
"version": "1.3.
|
|
1272
|
-
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.
|
|
1273
|
-
"integrity": "sha512-
|
|
1293
|
+
"version": "1.3.4",
|
|
1294
|
+
"resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz",
|
|
1295
|
+
"integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==",
|
|
1274
1296
|
"license": "MIT",
|
|
1275
1297
|
"dependencies": {
|
|
1276
1298
|
"is-arrayish": "^0.2.1"
|
|
@@ -1610,9 +1632,9 @@
|
|
|
1610
1632
|
}
|
|
1611
1633
|
},
|
|
1612
1634
|
"node_modules/get-east-asian-width": {
|
|
1613
|
-
"version": "1.
|
|
1614
|
-
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.
|
|
1615
|
-
"integrity": "sha512-
|
|
1635
|
+
"version": "1.4.0",
|
|
1636
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.4.0.tgz",
|
|
1637
|
+
"integrity": "sha512-QZjmEOC+IT1uk6Rx0sX22V6uHWVwbdbxf1faPqJ1QhLdGgsRGCZoyaQBm/piRdJy/D2um6hM1UP7ZEeQ4EkP+Q==",
|
|
1616
1638
|
"license": "MIT",
|
|
1617
1639
|
"engines": {
|
|
1618
1640
|
"node": ">=18"
|
|
@@ -1926,9 +1948,9 @@
|
|
|
1926
1948
|
}
|
|
1927
1949
|
},
|
|
1928
1950
|
"node_modules/io.appium.settings": {
|
|
1929
|
-
"version": "6.0.
|
|
1930
|
-
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-6.0.
|
|
1931
|
-
"integrity": "sha512-
|
|
1951
|
+
"version": "6.0.4",
|
|
1952
|
+
"resolved": "https://registry.npmjs.org/io.appium.settings/-/io.appium.settings-6.0.4.tgz",
|
|
1953
|
+
"integrity": "sha512-h97I4wk5+97/FwLNX649fneQzf8JpesYjReU/Is91J7X9dTMSLLondzb7WmH994SAMlho4qtdx823quf7wjoxg==",
|
|
1932
1954
|
"license": "Apache-2.0",
|
|
1933
1955
|
"dependencies": {
|
|
1934
1956
|
"@appium/logger": "^2.0.0-rc.1",
|
|
@@ -2218,9 +2240,9 @@
|
|
|
2218
2240
|
}
|
|
2219
2241
|
},
|
|
2220
2242
|
"node_modules/lru-cache": {
|
|
2221
|
-
"version": "11.1
|
|
2222
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.
|
|
2223
|
-
"integrity": "sha512-
|
|
2243
|
+
"version": "11.2.1",
|
|
2244
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.1.tgz",
|
|
2245
|
+
"integrity": "sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==",
|
|
2224
2246
|
"license": "ISC",
|
|
2225
2247
|
"engines": {
|
|
2226
2248
|
"node": "20 || >=22"
|
|
@@ -2637,12 +2659,13 @@
|
|
|
2637
2659
|
}
|
|
2638
2660
|
},
|
|
2639
2661
|
"node_modules/path-to-regexp": {
|
|
2640
|
-
"version": "8.
|
|
2641
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
2642
|
-
"integrity": "sha512-
|
|
2662
|
+
"version": "8.3.0",
|
|
2663
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
|
|
2664
|
+
"integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
|
|
2643
2665
|
"license": "MIT",
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2666
|
+
"funding": {
|
|
2667
|
+
"type": "opencollective",
|
|
2668
|
+
"url": "https://opencollective.com/express"
|
|
2646
2669
|
}
|
|
2647
2670
|
},
|
|
2648
2671
|
"node_modules/pend": {
|
|
@@ -2774,18 +2797,34 @@
|
|
|
2774
2797
|
}
|
|
2775
2798
|
},
|
|
2776
2799
|
"node_modules/raw-body": {
|
|
2777
|
-
"version": "3.0.
|
|
2778
|
-
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.
|
|
2779
|
-
"integrity": "sha512-
|
|
2800
|
+
"version": "3.0.1",
|
|
2801
|
+
"resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.1.tgz",
|
|
2802
|
+
"integrity": "sha512-9G8cA+tuMS75+6G/TzW8OtLzmBDMo8p1JRxN5AZ+LAp8uxGA8V8GZm4GQ4/N5QNQEnLmg6SS7wyuSmbKepiKqA==",
|
|
2780
2803
|
"license": "MIT",
|
|
2781
2804
|
"dependencies": {
|
|
2782
2805
|
"bytes": "3.1.2",
|
|
2783
2806
|
"http-errors": "2.0.0",
|
|
2784
|
-
"iconv-lite": "0.
|
|
2807
|
+
"iconv-lite": "0.7.0",
|
|
2785
2808
|
"unpipe": "1.0.0"
|
|
2786
2809
|
},
|
|
2787
2810
|
"engines": {
|
|
2788
|
-
"node": ">= 0.
|
|
2811
|
+
"node": ">= 0.10"
|
|
2812
|
+
}
|
|
2813
|
+
},
|
|
2814
|
+
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
2815
|
+
"version": "0.7.0",
|
|
2816
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.0.tgz",
|
|
2817
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
2818
|
+
"license": "MIT",
|
|
2819
|
+
"dependencies": {
|
|
2820
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
2821
|
+
},
|
|
2822
|
+
"engines": {
|
|
2823
|
+
"node": ">=0.10.0"
|
|
2824
|
+
},
|
|
2825
|
+
"funding": {
|
|
2826
|
+
"type": "opencollective",
|
|
2827
|
+
"url": "https://opencollective.com/express"
|
|
2789
2828
|
}
|
|
2790
2829
|
},
|
|
2791
2830
|
"node_modules/read-pkg": {
|
|
@@ -3210,18 +3249,18 @@
|
|
|
3210
3249
|
"license": "ISC"
|
|
3211
3250
|
},
|
|
3212
3251
|
"node_modules/simple-swizzle": {
|
|
3213
|
-
"version": "0.2.
|
|
3214
|
-
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.
|
|
3215
|
-
"integrity": "sha512-
|
|
3252
|
+
"version": "0.2.4",
|
|
3253
|
+
"resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.4.tgz",
|
|
3254
|
+
"integrity": "sha512-nAu1WFPQSMNr2Zn9PGSZK9AGn4t/y97lEm+MXTtUDwfP0ksAIX4nO+6ruD9Jwut4C49SB1Ws+fbXsm/yScWOHw==",
|
|
3216
3255
|
"license": "MIT",
|
|
3217
3256
|
"dependencies": {
|
|
3218
3257
|
"is-arrayish": "^0.3.1"
|
|
3219
3258
|
}
|
|
3220
3259
|
},
|
|
3221
3260
|
"node_modules/simple-swizzle/node_modules/is-arrayish": {
|
|
3222
|
-
"version": "0.3.
|
|
3223
|
-
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.
|
|
3224
|
-
"integrity": "sha512-
|
|
3261
|
+
"version": "0.3.4",
|
|
3262
|
+
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.4.tgz",
|
|
3263
|
+
"integrity": "sha512-m6UrgzFVUYawGBh1dUsWR5M2Clqic9RVXC/9f8ceNlv2IcO9j9J/z8UoCLPqtsPBFNzEpfR3xftohbfqDx8EQA==",
|
|
3225
3264
|
"license": "MIT"
|
|
3226
3265
|
},
|
|
3227
3266
|
"node_modules/source-map": {
|
|
@@ -3432,9 +3471,9 @@
|
|
|
3432
3471
|
}
|
|
3433
3472
|
},
|
|
3434
3473
|
"node_modules/strip-ansi": {
|
|
3435
|
-
"version": "7.1.
|
|
3436
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.
|
|
3437
|
-
"integrity": "sha512-
|
|
3474
|
+
"version": "7.1.2",
|
|
3475
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
3476
|
+
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
3438
3477
|
"license": "MIT",
|
|
3439
3478
|
"dependencies": {
|
|
3440
3479
|
"ansi-regex": "^6.0.1"
|
|
@@ -3507,9 +3546,9 @@
|
|
|
3507
3546
|
}
|
|
3508
3547
|
},
|
|
3509
3548
|
"node_modules/teen_process": {
|
|
3510
|
-
"version": "3.0.
|
|
3511
|
-
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.
|
|
3512
|
-
"integrity": "sha512-
|
|
3549
|
+
"version": "3.0.1",
|
|
3550
|
+
"resolved": "https://registry.npmjs.org/teen_process/-/teen_process-3.0.1.tgz",
|
|
3551
|
+
"integrity": "sha512-gczXA8Wequcnw+vC0saFhNnjHrv7rR4Ilg2lvyfbVEFpH1ecUT7uj1hbUUcVdKwlGgYXREwAERa0BemrGeDgTw==",
|
|
3513
3552
|
"license": "Apache-2.0",
|
|
3514
3553
|
"dependencies": {
|
|
3515
3554
|
"bluebird": "^3.7.2",
|
|
@@ -3612,16 +3651,16 @@
|
|
|
3612
3651
|
"license": "MIT"
|
|
3613
3652
|
},
|
|
3614
3653
|
"node_modules/uuid": {
|
|
3615
|
-
"version": "
|
|
3616
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-
|
|
3617
|
-
"integrity": "sha512-
|
|
3654
|
+
"version": "13.0.0",
|
|
3655
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
|
|
3656
|
+
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
|
|
3618
3657
|
"funding": [
|
|
3619
3658
|
"https://github.com/sponsors/broofa",
|
|
3620
3659
|
"https://github.com/sponsors/ctavan"
|
|
3621
3660
|
],
|
|
3622
3661
|
"license": "MIT",
|
|
3623
3662
|
"bin": {
|
|
3624
|
-
"uuid": "dist/
|
|
3663
|
+
"uuid": "dist-node/bin/uuid"
|
|
3625
3664
|
}
|
|
3626
3665
|
},
|
|
3627
3666
|
"node_modules/validate-npm-package-license": {
|
|
@@ -3883,9 +3922,9 @@
|
|
|
3883
3922
|
}
|
|
3884
3923
|
},
|
|
3885
3924
|
"node_modules/yargs/node_modules/emoji-regex": {
|
|
3886
|
-
"version": "10.
|
|
3887
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.
|
|
3888
|
-
"integrity": "sha512-
|
|
3925
|
+
"version": "10.5.0",
|
|
3926
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.5.0.tgz",
|
|
3927
|
+
"integrity": "sha512-lb49vf1Xzfx080OKA0o6l8DQQpV+6Vg95zyCJX9VB/BqKYlhG7N4wgROUUHRA+ZPUefLnteQOad7z1kT2bV7bg==",
|
|
3889
3928
|
"license": "MIT"
|
|
3890
3929
|
},
|
|
3891
3930
|
"node_modules/yargs/node_modules/string-width": {
|