appium-mac2-driver 2.1.1 → 2.2.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +7 -0
  3. package/build/lib/commands/bidi/constants.d.ts +3 -0
  4. package/build/lib/commands/bidi/constants.d.ts.map +1 -0
  5. package/build/lib/commands/bidi/constants.js +7 -0
  6. package/build/lib/commands/bidi/constants.js.map +1 -0
  7. package/build/lib/commands/bidi/models.d.ts +3 -0
  8. package/build/lib/commands/bidi/models.d.ts.map +1 -0
  9. package/build/lib/commands/bidi/models.js +14 -0
  10. package/build/lib/commands/bidi/models.js.map +1 -0
  11. package/build/lib/commands/bidi/types.d.ts +12 -0
  12. package/build/lib/commands/bidi/types.d.ts.map +1 -0
  13. package/build/lib/commands/bidi/types.js +3 -0
  14. package/build/lib/commands/bidi/types.js.map +1 -0
  15. package/build/lib/commands/native-record-screen.d.ts +21 -10
  16. package/build/lib/commands/native-record-screen.d.ts.map +1 -1
  17. package/build/lib/commands/native-record-screen.js +195 -34
  18. package/build/lib/commands/native-record-screen.js.map +1 -1
  19. package/build/lib/driver.d.ts +4 -4
  20. package/build/lib/driver.d.ts.map +1 -1
  21. package/build/lib/driver.js +7 -4
  22. package/build/lib/driver.js.map +1 -1
  23. package/build/lib/execute-method-map.d.ts +1 -1
  24. package/build/lib/execute-method-map.d.ts.map +1 -1
  25. package/build/lib/execute-method-map.js +2 -1
  26. package/build/lib/execute-method-map.js.map +1 -1
  27. package/build/lib/wda-mac.d.ts +5 -1
  28. package/build/lib/wda-mac.d.ts.map +1 -1
  29. package/build/lib/wda-mac.js +10 -2
  30. package/build/lib/wda-mac.js.map +1 -1
  31. package/lib/commands/bidi/constants.ts +3 -0
  32. package/lib/commands/bidi/models.ts +15 -0
  33. package/lib/commands/bidi/types.ts +11 -0
  34. package/lib/commands/native-record-screen.ts +192 -38
  35. package/lib/driver.js +11 -8
  36. package/lib/execute-method-map.ts +2 -1
  37. package/lib/wda-mac.js +10 -2
  38. package/npm-shrinkwrap.json +206 -280
  39. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-mac2-driver",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-mac2-driver",
9
- "version": "2.1.1",
9
+ "version": "2.2.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^0.x",
@@ -66,12 +66,11 @@
66
66
  }
67
67
  },
68
68
  "node_modules/@appium/schema": {
69
- "version": "0.7.1",
70
- "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.7.1.tgz",
71
- "integrity": "sha512-HCK0FqYOe96gYw7xb3mlZf9uIqgUwbrMJUedJnLfynvlrRsUe2/uXhYuBPENMn89mkeoZMThgAEEVarDH0sCaQ==",
69
+ "version": "0.8.1",
70
+ "resolved": "https://registry.npmjs.org/@appium/schema/-/schema-0.8.1.tgz",
71
+ "integrity": "sha512-3yzfQ/K7RMGnfYDgFG7JdCPsjjN3eS33n2SBeGJtd28mDtgO7EzcmtiUBQjbkxyu0Q7h8KOexiqndvgTCgHeGQ==",
72
72
  "license": "Apache-2.0",
73
73
  "dependencies": {
74
- "@types/json-schema": "7.0.15",
75
74
  "json-schema": "0.4.0",
76
75
  "source-map-support": "0.5.21"
77
76
  },
@@ -95,37 +94,22 @@
95
94
  }
96
95
  },
97
96
  "node_modules/@appium/support": {
98
- "version": "6.0.3",
99
- "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.3.tgz",
100
- "integrity": "sha512-9WCO5JyxHEStdIJ3ZwyaLXXt+TGraEcDikB9p9x3+eBgAYP+nSbL/mFT5vHhaaoBP7DjfSmBmfY37fW7pdyRfA==",
97
+ "version": "6.0.6",
98
+ "resolved": "https://registry.npmjs.org/@appium/support/-/support-6.0.6.tgz",
99
+ "integrity": "sha512-qgj1uxHF7Suqi8wdWFBrG12dhLMAthpX973L7JHutM2jneynoIUaKtSXdd6zg0ZG/9clfY0C/06pIQTQljj+Lg==",
101
100
  "license": "Apache-2.0",
102
101
  "dependencies": {
103
102
  "@appium/logger": "^1.6.1",
104
- "@appium/tsconfig": "^0.3.3",
105
- "@appium/types": "^0.24.0",
103
+ "@appium/tsconfig": "^0.3.4",
104
+ "@appium/types": "^0.25.1",
106
105
  "@colors/colors": "1.6.0",
107
- "@types/archiver": "6.0.3",
108
- "@types/base64-stream": "1.0.5",
109
- "@types/find-root": "1.1.4",
110
- "@types/jsftp": "2.1.5",
111
- "@types/klaw": "3.0.6",
112
- "@types/lockfile": "1.0.4",
113
- "@types/mv": "2.1.4",
114
- "@types/ncp": "2.0.8",
115
- "@types/pluralize": "0.0.33",
116
- "@types/semver": "7.5.8",
117
- "@types/shell-quote": "1.7.5",
118
- "@types/supports-color": "8.1.3",
119
- "@types/teen_process": "2.0.4",
120
- "@types/uuid": "10.0.0",
121
- "@types/which": "3.0.4",
122
106
  "archiver": "7.0.1",
123
107
  "axios": "1.7.9",
124
108
  "base64-stream": "1.0.0",
125
109
  "bluebird": "3.7.2",
126
110
  "bplist-creator": "0.1.1",
127
111
  "bplist-parser": "0.3.2",
128
- "form-data": "4.0.1",
112
+ "form-data": "4.0.2",
129
113
  "get-stream": "6.0.1",
130
114
  "glob": "10.4.5",
131
115
  "jsftp": "2.1.3",
@@ -136,20 +120,19 @@
136
120
  "moment": "2.30.1",
137
121
  "mv": "2.1.1",
138
122
  "ncp": "2.0.0",
139
- "opencv-bindings": "4.5.5",
140
123
  "pkg-dir": "5.0.0",
141
124
  "plist": "3.1.0",
142
125
  "pluralize": "8.0.0",
143
126
  "read-pkg": "5.2.0",
144
127
  "resolve-from": "5.0.0",
145
128
  "sanitize-filename": "1.6.3",
146
- "semver": "7.6.3",
129
+ "semver": "7.7.1",
147
130
  "shell-quote": "1.8.2",
148
131
  "source-map-support": "0.5.21",
149
132
  "supports-color": "8.1.1",
150
133
  "teen_process": "2.2.3",
151
- "type-fest": "4.31.0",
152
- "uuid": "11.0.4",
134
+ "type-fest": "4.35.0",
135
+ "uuid": "11.1.0",
153
136
  "which": "4.0.0",
154
137
  "yauzl": "3.2.0"
155
138
  },
@@ -162,9 +145,9 @@
162
145
  }
163
146
  },
164
147
  "node_modules/@appium/tsconfig": {
165
- "version": "0.3.3",
166
- "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.3.tgz",
167
- "integrity": "sha512-Lk2M2NWVY2M8SIE1PTDVvj1NEuV4lze8yzPDSmklhkJSPDPrOCx7PkDziyjIycQBXy0ficd5CNwNDvdOD1Ym2w==",
148
+ "version": "0.3.4",
149
+ "resolved": "https://registry.npmjs.org/@appium/tsconfig/-/tsconfig-0.3.4.tgz",
150
+ "integrity": "sha512-tX719/ekarAWmJb+AaG6//8+3qQITshTgTZor0EbdEwA2KG3bGPwMIoCp10np6/qFr+sMZC0CbuKJruHSCDhhw==",
168
151
  "license": "Apache-2.0",
169
152
  "dependencies": {
170
153
  "@tsconfig/node14": "14.1.2"
@@ -175,17 +158,15 @@
175
158
  }
176
159
  },
177
160
  "node_modules/@appium/types": {
178
- "version": "0.24.0",
179
- "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.24.0.tgz",
180
- "integrity": "sha512-1OkU1Gzi6rmt3P2KabYKMBsTazbnrV14nNoSw1vVGxK1qJ7pRo8OlcR+6eEDsxTD/+6uY9qzOdkYdEPZAksrKA==",
161
+ "version": "0.25.1",
162
+ "resolved": "https://registry.npmjs.org/@appium/types/-/types-0.25.1.tgz",
163
+ "integrity": "sha512-2Lu5qwFNQa+iPw98XdB5/7tXKO7dugZHXfAsF050wgJkJJ4kDemVFJ4yr1YqM7DYmgqZnt+k0EfzshLODCHXTA==",
181
164
  "license": "Apache-2.0",
182
165
  "dependencies": {
183
166
  "@appium/logger": "^1.6.1",
184
- "@appium/schema": "^0.7.1",
185
- "@appium/tsconfig": "^0.3.3",
186
- "@types/express": "5.0.0",
187
- "@types/ws": "8.5.13",
188
- "type-fest": "4.31.0"
167
+ "@appium/schema": "^0.8.1",
168
+ "@appium/tsconfig": "^0.3.4",
169
+ "type-fest": "4.35.0"
189
170
  },
190
171
  "engines": {
191
172
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
@@ -324,146 +305,16 @@
324
305
  "integrity": "sha512-1vncsbfCZ3TBLPxesRYz02Rn7SNJfbLoDVkcZ7F/ixOV6nwxwgdhD1mdPcc5YQ413qBJ8CvMxXMFfJ7oawjo7Q==",
325
306
  "license": "MIT"
326
307
  },
327
- "node_modules/@types/archiver": {
328
- "version": "6.0.3",
329
- "resolved": "https://registry.npmjs.org/@types/archiver/-/archiver-6.0.3.tgz",
330
- "integrity": "sha512-a6wUll6k3zX6qs5KlxIggs1P1JcYJaTCx2gnlr+f0S1yd2DoaEwoIK10HmBaLnZwWneBz+JBm0dwcZu0zECBcQ==",
331
- "license": "MIT",
332
- "dependencies": {
333
- "@types/readdir-glob": "*"
334
- }
335
- },
336
- "node_modules/@types/base64-stream": {
337
- "version": "1.0.5",
338
- "resolved": "https://registry.npmjs.org/@types/base64-stream/-/base64-stream-1.0.5.tgz",
339
- "integrity": "sha512-gXuo/a7pQ1EXlR5ksM2MccBLl6UUgAgnzR01r/QoHnkaSNinmzSdaGcCq5NAxn72dZ5A1zNYQIl+J9hPsBgBrA==",
340
- "license": "MIT",
341
- "dependencies": {
342
- "@types/node": "*"
343
- }
344
- },
345
- "node_modules/@types/bluebird": {
346
- "version": "3.5.42",
347
- "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.42.tgz",
348
- "integrity": "sha512-Jhy+MWRlro6UjVi578V/4ZGNfeCOcNCp0YaFNIUGFKlImowqwb1O/22wDVk3FDGMLqxdpOV3qQHD5fPEH4hK6A==",
349
- "license": "MIT"
350
- },
351
- "node_modules/@types/body-parser": {
352
- "version": "1.19.5",
353
- "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz",
354
- "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==",
355
- "license": "MIT",
356
- "dependencies": {
357
- "@types/connect": "*",
358
- "@types/node": "*"
359
- }
360
- },
361
- "node_modules/@types/connect": {
362
- "version": "3.4.38",
363
- "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz",
364
- "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==",
365
- "license": "MIT",
366
- "dependencies": {
367
- "@types/node": "*"
368
- }
369
- },
370
- "node_modules/@types/express": {
371
- "version": "5.0.0",
372
- "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz",
373
- "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==",
374
- "license": "MIT",
375
- "dependencies": {
376
- "@types/body-parser": "*",
377
- "@types/express-serve-static-core": "^5.0.0",
378
- "@types/qs": "*",
379
- "@types/serve-static": "*"
380
- }
381
- },
382
- "node_modules/@types/express-serve-static-core": {
383
- "version": "5.0.6",
384
- "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
385
- "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
386
- "license": "MIT",
387
- "dependencies": {
388
- "@types/node": "*",
389
- "@types/qs": "*",
390
- "@types/range-parser": "*",
391
- "@types/send": "*"
392
- }
393
- },
394
- "node_modules/@types/find-root": {
395
- "version": "1.1.4",
396
- "resolved": "https://registry.npmjs.org/@types/find-root/-/find-root-1.1.4.tgz",
397
- "integrity": "sha512-2EXK/+gVhVgtt4JqThbEncORvpYJKzi9tQGmI3EkU2jTgMzQsrPm/hbd5xe5uPdeFzIW5gh2PRvvPjaUsI8vpg==",
398
- "license": "MIT"
399
- },
400
- "node_modules/@types/http-errors": {
401
- "version": "2.0.4",
402
- "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz",
403
- "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
404
- "license": "MIT"
405
- },
406
- "node_modules/@types/jsftp": {
407
- "version": "2.1.5",
408
- "resolved": "https://registry.npmjs.org/@types/jsftp/-/jsftp-2.1.5.tgz",
409
- "integrity": "sha512-g2W6f06wXWVYZw3f/z/N5VHRK69kb1nFaNcRnxs6YxwLph+G7ebd0+Aobd3jWu43oZuyHgycpJZPn+YdIU6qRw==",
410
- "license": "MIT",
411
- "dependencies": {
412
- "@types/node": "*"
413
- }
414
- },
415
- "node_modules/@types/json-schema": {
416
- "version": "7.0.15",
417
- "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
418
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
419
- "license": "MIT"
420
- },
421
- "node_modules/@types/klaw": {
422
- "version": "3.0.6",
423
- "resolved": "https://registry.npmjs.org/@types/klaw/-/klaw-3.0.6.tgz",
424
- "integrity": "sha512-BErW5TrTz4nzt/c3VRGf0Bug4JyQJ1o807F4mAfXfvOzFZ8SKgFeHJ0T28Y1KtqlMEB+cUgN7S7CsyQDQ/qxqg==",
425
- "license": "MIT",
426
- "dependencies": {
427
- "@types/node": "*"
428
- }
429
- },
430
- "node_modules/@types/lockfile": {
431
- "version": "1.0.4",
432
- "resolved": "https://registry.npmjs.org/@types/lockfile/-/lockfile-1.0.4.tgz",
433
- "integrity": "sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ==",
434
- "license": "MIT"
435
- },
436
308
  "node_modules/@types/lodash": {
437
309
  "version": "4.17.15",
438
310
  "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.15.tgz",
439
311
  "integrity": "sha512-w/P33JFeySuhN6JLkysYUK2gEmy9kHHFN7E8ro0tkfmlDOgxBDzWEZ/J8cWA+fHqFevpswDTFZnDx+R9lbL6xw==",
440
312
  "license": "MIT"
441
313
  },
442
- "node_modules/@types/mime": {
443
- "version": "1.3.5",
444
- "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
445
- "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
446
- "license": "MIT"
447
- },
448
- "node_modules/@types/mv": {
449
- "version": "2.1.4",
450
- "resolved": "https://registry.npmjs.org/@types/mv/-/mv-2.1.4.tgz",
451
- "integrity": "sha512-MgEHBpXnQo44Q43j8G0Bvp/Yi8LYbC8hxKrRFMgDEDZMmzDKZLgiyMWtW49B37ko+QupgZ3G5rtPUnOGe5ixLw==",
452
- "license": "MIT"
453
- },
454
- "node_modules/@types/ncp": {
455
- "version": "2.0.8",
456
- "resolved": "https://registry.npmjs.org/@types/ncp/-/ncp-2.0.8.tgz",
457
- "integrity": "sha512-pLNWVLCVWBLVM4F2OPjjK6FWFtByFKD7LhHryF+MbVLws7ENj09mKxRFlhkGPOXfJuaBAG+2iADKJsZwnAbYDw==",
458
- "license": "MIT",
459
- "dependencies": {
460
- "@types/node": "*"
461
- }
462
- },
463
314
  "node_modules/@types/node": {
464
- "version": "20.17.17",
465
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.17.tgz",
466
- "integrity": "sha512-/WndGO4kIfMicEQLTi/mDANUu/iVUhT7KboZPdEqqHQ4aTS+3qT3U5gIqWDFV+XouorjfgGqvKILJeHhuQgFYg==",
315
+ "version": "20.17.19",
316
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.19.tgz",
317
+ "integrity": "sha512-LEwC7o1ifqg/6r2gn9Dns0f1rhK+fPFDoMiceTJ6kWmVk6bgXBI/9IOWfVan4WiAavK9pIVWdX0/e3J+eEUh5A==",
467
318
  "license": "MIT",
468
319
  "dependencies": {
469
320
  "undici-types": "~6.19.2"
@@ -475,72 +326,6 @@
475
326
  "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
476
327
  "license": "MIT"
477
328
  },
478
- "node_modules/@types/pluralize": {
479
- "version": "0.0.33",
480
- "resolved": "https://registry.npmjs.org/@types/pluralize/-/pluralize-0.0.33.tgz",
481
- "integrity": "sha512-JOqsl+ZoCpP4e8TDke9W79FDcSgPAR0l6pixx2JHkhnRjvShyYiAYw2LVsnA7K08Y6DeOnaU6ujmENO4os/cYg==",
482
- "license": "MIT"
483
- },
484
- "node_modules/@types/qs": {
485
- "version": "6.9.18",
486
- "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
487
- "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
488
- "license": "MIT"
489
- },
490
- "node_modules/@types/range-parser": {
491
- "version": "1.2.7",
492
- "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz",
493
- "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==",
494
- "license": "MIT"
495
- },
496
- "node_modules/@types/readdir-glob": {
497
- "version": "1.1.5",
498
- "resolved": "https://registry.npmjs.org/@types/readdir-glob/-/readdir-glob-1.1.5.tgz",
499
- "integrity": "sha512-raiuEPUYqXu+nvtY2Pe8s8FEmZ3x5yAH4VkLdihcPdalvsHltomrRC9BzuStrJ9yk06470hS0Crw0f1pXqD+Hg==",
500
- "license": "MIT",
501
- "dependencies": {
502
- "@types/node": "*"
503
- }
504
- },
505
- "node_modules/@types/semver": {
506
- "version": "7.5.8",
507
- "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
508
- "integrity": "sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==",
509
- "license": "MIT"
510
- },
511
- "node_modules/@types/send": {
512
- "version": "0.17.4",
513
- "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz",
514
- "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==",
515
- "license": "MIT",
516
- "dependencies": {
517
- "@types/mime": "^1",
518
- "@types/node": "*"
519
- }
520
- },
521
- "node_modules/@types/serve-static": {
522
- "version": "1.15.7",
523
- "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz",
524
- "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==",
525
- "license": "MIT",
526
- "dependencies": {
527
- "@types/http-errors": "*",
528
- "@types/node": "*",
529
- "@types/send": "*"
530
- }
531
- },
532
- "node_modules/@types/shell-quote": {
533
- "version": "1.7.5",
534
- "resolved": "https://registry.npmjs.org/@types/shell-quote/-/shell-quote-1.7.5.tgz",
535
- "integrity": "sha512-+UE8GAGRPbJVQDdxi16dgadcBfQ+KG2vgZhV1+3A1XmHbmwcdwhCUwIdy+d3pAGrbvgRoVSjeI9vOWyq376Yzw==",
536
- "license": "MIT"
537
- },
538
- "node_modules/@types/supports-color": {
539
- "version": "8.1.3",
540
- "resolved": "https://registry.npmjs.org/@types/supports-color/-/supports-color-8.1.3.tgz",
541
- "integrity": "sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg==",
542
- "license": "MIT"
543
- },
544
329
  "node_modules/@types/teen_process": {
545
330
  "version": "2.0.4",
546
331
  "resolved": "https://registry.npmjs.org/@types/teen_process/-/teen_process-2.0.4.tgz",
@@ -550,27 +335,6 @@
550
335
  "@types/node": "*"
551
336
  }
552
337
  },
553
- "node_modules/@types/uuid": {
554
- "version": "10.0.0",
555
- "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
556
- "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==",
557
- "license": "MIT"
558
- },
559
- "node_modules/@types/which": {
560
- "version": "3.0.4",
561
- "resolved": "https://registry.npmjs.org/@types/which/-/which-3.0.4.tgz",
562
- "integrity": "sha512-liyfuo/106JdlgSchJzXEQCVArk0CvevqPote8F8HgWgJ3dRCcTHgJIsLDuee0kxk/mhbInzIZk3QWSZJ8R+2w==",
563
- "license": "MIT"
564
- },
565
- "node_modules/@types/ws": {
566
- "version": "8.5.13",
567
- "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz",
568
- "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==",
569
- "license": "MIT",
570
- "dependencies": {
571
- "@types/node": "*"
572
- }
573
- },
574
338
  "node_modules/@xmldom/xmldom": {
575
339
  "version": "0.8.10",
576
340
  "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
@@ -859,6 +623,19 @@
859
623
  "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
860
624
  "license": "MIT"
861
625
  },
626
+ "node_modules/call-bind-apply-helpers": {
627
+ "version": "1.0.2",
628
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
629
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
630
+ "license": "MIT",
631
+ "dependencies": {
632
+ "es-errors": "^1.3.0",
633
+ "function-bind": "^1.1.2"
634
+ },
635
+ "engines": {
636
+ "node": ">= 0.4"
637
+ }
638
+ },
862
639
  "node_modules/chalk": {
863
640
  "version": "4.1.2",
864
641
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -1139,6 +916,20 @@
1139
916
  "node": ">=8"
1140
917
  }
1141
918
  },
919
+ "node_modules/dunder-proto": {
920
+ "version": "1.0.1",
921
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
922
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
923
+ "license": "MIT",
924
+ "dependencies": {
925
+ "call-bind-apply-helpers": "^1.0.1",
926
+ "es-errors": "^1.3.0",
927
+ "gopd": "^1.2.0"
928
+ },
929
+ "engines": {
930
+ "node": ">= 0.4"
931
+ }
932
+ },
1142
933
  "node_modules/duplexer": {
1143
934
  "version": "0.1.2",
1144
935
  "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
@@ -1175,6 +966,51 @@
1175
966
  "is-arrayish": "^0.2.1"
1176
967
  }
1177
968
  },
969
+ "node_modules/es-define-property": {
970
+ "version": "1.0.1",
971
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
972
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
973
+ "license": "MIT",
974
+ "engines": {
975
+ "node": ">= 0.4"
976
+ }
977
+ },
978
+ "node_modules/es-errors": {
979
+ "version": "1.3.0",
980
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
981
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
982
+ "license": "MIT",
983
+ "engines": {
984
+ "node": ">= 0.4"
985
+ }
986
+ },
987
+ "node_modules/es-object-atoms": {
988
+ "version": "1.1.1",
989
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
990
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
991
+ "license": "MIT",
992
+ "dependencies": {
993
+ "es-errors": "^1.3.0"
994
+ },
995
+ "engines": {
996
+ "node": ">= 0.4"
997
+ }
998
+ },
999
+ "node_modules/es-set-tostringtag": {
1000
+ "version": "2.1.0",
1001
+ "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
1002
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
1003
+ "license": "MIT",
1004
+ "dependencies": {
1005
+ "es-errors": "^1.3.0",
1006
+ "get-intrinsic": "^1.2.6",
1007
+ "has-tostringtag": "^1.0.2",
1008
+ "hasown": "^2.0.2"
1009
+ },
1010
+ "engines": {
1011
+ "node": ">= 0.4"
1012
+ }
1013
+ },
1178
1014
  "node_modules/escalade": {
1179
1015
  "version": "3.2.0",
1180
1016
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
@@ -1209,6 +1045,16 @@
1209
1045
  "integrity": "sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==",
1210
1046
  "license": "MIT"
1211
1047
  },
1048
+ "node_modules/fastest-levenshtein": {
1049
+ "version": "1.0.16",
1050
+ "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
1051
+ "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
1052
+ "extraneous": true,
1053
+ "license": "MIT",
1054
+ "engines": {
1055
+ "node": ">= 4.9.1"
1056
+ }
1057
+ },
1212
1058
  "node_modules/find-up": {
1213
1059
  "version": "5.0.0",
1214
1060
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@@ -1274,13 +1120,14 @@
1274
1120
  }
1275
1121
  },
1276
1122
  "node_modules/form-data": {
1277
- "version": "4.0.1",
1278
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz",
1279
- "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==",
1123
+ "version": "4.0.2",
1124
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
1125
+ "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
1280
1126
  "license": "MIT",
1281
1127
  "dependencies": {
1282
1128
  "asynckit": "^0.4.0",
1283
1129
  "combined-stream": "^1.0.8",
1130
+ "es-set-tostringtag": "^2.1.0",
1284
1131
  "mime-types": "^2.1.12"
1285
1132
  },
1286
1133
  "engines": {
@@ -1341,6 +1188,43 @@
1341
1188
  "node": "6.* || 8.* || >= 10.*"
1342
1189
  }
1343
1190
  },
1191
+ "node_modules/get-intrinsic": {
1192
+ "version": "1.2.7",
1193
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
1194
+ "integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
1195
+ "license": "MIT",
1196
+ "dependencies": {
1197
+ "call-bind-apply-helpers": "^1.0.1",
1198
+ "es-define-property": "^1.0.1",
1199
+ "es-errors": "^1.3.0",
1200
+ "es-object-atoms": "^1.0.0",
1201
+ "function-bind": "^1.1.2",
1202
+ "get-proto": "^1.0.0",
1203
+ "gopd": "^1.2.0",
1204
+ "has-symbols": "^1.1.0",
1205
+ "hasown": "^2.0.2",
1206
+ "math-intrinsics": "^1.1.0"
1207
+ },
1208
+ "engines": {
1209
+ "node": ">= 0.4"
1210
+ },
1211
+ "funding": {
1212
+ "url": "https://github.com/sponsors/ljharb"
1213
+ }
1214
+ },
1215
+ "node_modules/get-proto": {
1216
+ "version": "1.0.1",
1217
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
1218
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
1219
+ "license": "MIT",
1220
+ "dependencies": {
1221
+ "dunder-proto": "^1.0.1",
1222
+ "es-object-atoms": "^1.0.0"
1223
+ },
1224
+ "engines": {
1225
+ "node": ">= 0.4"
1226
+ }
1227
+ },
1344
1228
  "node_modules/get-stream": {
1345
1229
  "version": "6.0.1",
1346
1230
  "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
@@ -1397,6 +1281,18 @@
1397
1281
  "url": "https://github.com/sponsors/isaacs"
1398
1282
  }
1399
1283
  },
1284
+ "node_modules/gopd": {
1285
+ "version": "1.2.0",
1286
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
1287
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
1288
+ "license": "MIT",
1289
+ "engines": {
1290
+ "node": ">= 0.4"
1291
+ },
1292
+ "funding": {
1293
+ "url": "https://github.com/sponsors/ljharb"
1294
+ }
1295
+ },
1400
1296
  "node_modules/graceful-fs": {
1401
1297
  "version": "4.2.11",
1402
1298
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -1412,6 +1308,33 @@
1412
1308
  "node": ">=8"
1413
1309
  }
1414
1310
  },
1311
+ "node_modules/has-symbols": {
1312
+ "version": "1.1.0",
1313
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
1314
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
1315
+ "license": "MIT",
1316
+ "engines": {
1317
+ "node": ">= 0.4"
1318
+ },
1319
+ "funding": {
1320
+ "url": "https://github.com/sponsors/ljharb"
1321
+ }
1322
+ },
1323
+ "node_modules/has-tostringtag": {
1324
+ "version": "1.0.2",
1325
+ "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
1326
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
1327
+ "license": "MIT",
1328
+ "dependencies": {
1329
+ "has-symbols": "^1.0.3"
1330
+ },
1331
+ "engines": {
1332
+ "node": ">= 0.4"
1333
+ },
1334
+ "funding": {
1335
+ "url": "https://github.com/sponsors/ljharb"
1336
+ }
1337
+ },
1415
1338
  "node_modules/hasown": {
1416
1339
  "version": "2.0.2",
1417
1340
  "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
@@ -1734,6 +1657,15 @@
1734
1657
  "extraneous": true,
1735
1658
  "license": "ISC"
1736
1659
  },
1660
+ "node_modules/math-intrinsics": {
1661
+ "version": "1.1.0",
1662
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
1663
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
1664
+ "license": "MIT",
1665
+ "engines": {
1666
+ "node": ">= 0.4"
1667
+ }
1668
+ },
1737
1669
  "node_modules/mime-db": {
1738
1670
  "version": "1.52.0",
1739
1671
  "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
@@ -1900,12 +1832,6 @@
1900
1832
  "url": "https://github.com/sponsors/sindresorhus"
1901
1833
  }
1902
1834
  },
1903
- "node_modules/opencv-bindings": {
1904
- "version": "4.5.5",
1905
- "resolved": "https://registry.npmjs.org/opencv-bindings/-/opencv-bindings-4.5.5.tgz",
1906
- "integrity": "sha512-FdYE9uqnoPKbAkZFEOpIh6RTtJIz1lz+W27xPCo1Ov6+d0OOgg+Hm9OT2MIGIG8V1Dp3fWlLvi7SIjDOpqO2XA==",
1907
- "license": "ISC"
1908
- },
1909
1835
  "node_modules/p-limit": {
1910
1836
  "version": "3.1.0",
1911
1837
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -2301,9 +2227,9 @@
2301
2227
  }
2302
2228
  },
2303
2229
  "node_modules/semver": {
2304
- "version": "7.6.3",
2305
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz",
2306
- "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==",
2230
+ "version": "7.7.1",
2231
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
2232
+ "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
2307
2233
  "license": "ISC",
2308
2234
  "bin": {
2309
2235
  "semver": "bin/semver.js"
@@ -2695,9 +2621,9 @@
2695
2621
  "license": "0BSD"
2696
2622
  },
2697
2623
  "node_modules/type-fest": {
2698
- "version": "4.31.0",
2699
- "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.31.0.tgz",
2700
- "integrity": "sha512-yCxltHW07Nkhv/1F6wWBr8kz+5BGMfP+RbRSYFnegVb0qV/UMT0G0ElBloPVerqn4M2ZV80Ir1FtCcYv1cT6vQ==",
2624
+ "version": "4.35.0",
2625
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.35.0.tgz",
2626
+ "integrity": "sha512-2/AwEFQDFEy30iOLjrvHDIH7e4HEWH+f1Yl1bI5XMqzuoCUqwYCdxachgsgv0og/JdVZUhbfjcJAoHj5L1753A==",
2701
2627
  "license": "(MIT OR CC0-1.0)",
2702
2628
  "engines": {
2703
2629
  "node": ">=16"
@@ -2747,9 +2673,9 @@
2747
2673
  "license": "MIT"
2748
2674
  },
2749
2675
  "node_modules/uuid": {
2750
- "version": "11.0.4",
2751
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz",
2752
- "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==",
2676
+ "version": "11.1.0",
2677
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
2678
+ "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
2753
2679
  "funding": [
2754
2680
  "https://github.com/sponsors/broofa",
2755
2681
  "https://github.com/sponsors/ctavan"