Commit 43fd51f
authored
feat: improve accepted formats for plugin names in plugin dependencies (#6164)
* normalize dependencies, normalizePluginName(), queueDependency()
* test plugin dependency resolution
* don't log binary (media) to console, validate service.start, clean up logging
* Normalize both dependency name and plugin names for consistent matching, Only add scoped name if plugin.name is not already scoped
* double-scope check, handle scoped plugin names with short name
* jsdoc for queueDependency()
* useModel blob guards
* adjust timeouts for windows1 parent 624793a commit 43fd51f
File tree
4 files changed
+614
-73
lines changed- packages
- cli/tests/commands
- core/src
- __tests__
4 files changed
+614
-73
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
| |||
411 | 413 | | |
412 | 414 | | |
413 | 415 | | |
414 | | - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
415 | 421 | | |
416 | 422 | | |
417 | 423 | | |
| |||
428 | 434 | | |
429 | 435 | | |
430 | 436 | | |
431 | | - | |
| 437 | + | |
432 | 438 | | |
433 | 439 | | |
0 commit comments