@teambit/dependencies 1.0.487 → 1.0.488

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 (43) hide show
  1. package/artifacts/__bit_junit.xml +40 -40
  2. package/artifacts/schema.json +334 -334
  3. package/dependencies-loader/apply-overrides.ts +3 -4
  4. package/dependencies-loader/auto-detect-deps.ts +9 -6
  5. package/dependencies-loader/dependencies-data.ts +1 -2
  6. package/dependencies-loader/dependencies-loader.ts +2 -3
  7. package/dependencies-loader/dependencies-versions-resolver.ts +4 -6
  8. package/dependencies-loader/overrides-dependencies.ts +3 -7
  9. package/dist/dependencies-cmd.js +8 -8
  10. package/dist/dependencies-cmd.js.map +1 -1
  11. package/dist/dependencies-loader/apply-overrides.d.ts +2 -3
  12. package/dist/dependencies-loader/apply-overrides.js +18 -18
  13. package/dist/dependencies-loader/apply-overrides.js.map +1 -1
  14. package/dist/dependencies-loader/auto-detect-deps.d.ts +2 -2
  15. package/dist/dependencies-loader/auto-detect-deps.js +22 -22
  16. package/dist/dependencies-loader/auto-detect-deps.js.map +1 -1
  17. package/dist/dependencies-loader/dependencies-data.d.ts +1 -1
  18. package/dist/dependencies-loader/dependencies-data.js +6 -6
  19. package/dist/dependencies-loader/dependencies-data.js.map +1 -1
  20. package/dist/dependencies-loader/dependencies-loader.d.ts +1 -2
  21. package/dist/dependencies-loader/dependencies-loader.js +4 -4
  22. package/dist/dependencies-loader/dependencies-loader.js.map +1 -1
  23. package/dist/dependencies-loader/dependencies-versions-resolver.d.ts +1 -1
  24. package/dist/dependencies-loader/dependencies-versions-resolver.js +9 -10
  25. package/dist/dependencies-loader/dependencies-versions-resolver.js.map +1 -1
  26. package/dist/dependencies-loader/overrides-dependencies.d.ts +1 -1
  27. package/dist/dependencies-loader/overrides-dependencies.js +11 -12
  28. package/dist/dependencies-loader/overrides-dependencies.js.map +1 -1
  29. package/dist/dependencies.main.runtime.d.ts +1 -2
  30. package/dist/dependencies.main.runtime.js +4 -4
  31. package/dist/dependencies.main.runtime.js.map +1 -1
  32. package/dist/dependents.js +10 -18
  33. package/dist/dependents.js.map +1 -1
  34. package/dist/files-dependency-builder/path-map.d.ts +1 -1
  35. package/dist/files-dependency-builder/path-map.js.map +1 -1
  36. package/dist/files-dependency-builder/types/dependency-tree-type.d.ts +1 -1
  37. package/dist/files-dependency-builder/types/dependency-tree-type.js.map +1 -1
  38. package/dist/resolve-pkg-data.js +8 -8
  39. package/dist/resolve-pkg-data.js.map +1 -1
  40. package/files-dependency-builder/path-map.ts +1 -1
  41. package/files-dependency-builder/types/dependency-tree-type.ts +1 -1
  42. package/package.json +24 -20
  43. /package/dist/{preview-1733714450424.js → preview-1733830651067.js} +0 -0
@@ -26,7 +26,7 @@
26
26
  "__schema": "ClassSchema",
27
27
  "location": {
28
28
  "filePath": "dependencies.main.runtime.ts",
29
- "line": 62,
29
+ "line": 61,
30
30
  "character": 1
31
31
  },
32
32
  "signature": "class DependenciesMain",
@@ -36,7 +36,7 @@
36
36
  "__schema": "ConstructorSchema",
37
37
  "location": {
38
38
  "filePath": "dependencies.main.runtime.ts",
39
- "line": 63,
39
+ "line": 62,
40
40
  "character": 3
41
41
  },
42
42
  "signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain, logger: Logger): DependenciesMain",
@@ -46,7 +46,7 @@
46
46
  "__schema": "ParameterSchema",
47
47
  "location": {
48
48
  "filePath": "dependencies.main.runtime.ts",
49
- "line": 64,
49
+ "line": 63,
50
50
  "character": 5
51
51
  },
52
52
  "name": "workspace",
@@ -54,7 +54,7 @@
54
54
  "__schema": "TypeRefSchema",
55
55
  "location": {
56
56
  "filePath": "dependencies.main.runtime.ts",
57
- "line": 64,
57
+ "line": 63,
58
58
  "character": 24
59
59
  },
60
60
  "name": "Workspace"
@@ -66,7 +66,7 @@
66
66
  "__schema": "ParameterSchema",
67
67
  "location": {
68
68
  "filePath": "dependencies.main.runtime.ts",
69
- "line": 65,
69
+ "line": 64,
70
70
  "character": 5
71
71
  },
72
72
  "name": "scope",
@@ -74,7 +74,7 @@
74
74
  "__schema": "TypeRefSchema",
75
75
  "location": {
76
76
  "filePath": "dependencies.main.runtime.ts",
77
- "line": 65,
77
+ "line": 64,
78
78
  "character": 20
79
79
  },
80
80
  "name": "ScopeMain"
@@ -86,7 +86,7 @@
86
86
  "__schema": "ParameterSchema",
87
87
  "location": {
88
88
  "filePath": "dependencies.main.runtime.ts",
89
- "line": 66,
89
+ "line": 65,
90
90
  "character": 5
91
91
  },
92
92
  "name": "dependencyResolver",
@@ -94,7 +94,7 @@
94
94
  "__schema": "TypeRefSchema",
95
95
  "location": {
96
96
  "filePath": "dependencies.main.runtime.ts",
97
- "line": 66,
97
+ "line": 65,
98
98
  "character": 33
99
99
  },
100
100
  "name": "DependencyResolverMain"
@@ -106,7 +106,7 @@
106
106
  "__schema": "ParameterSchema",
107
107
  "location": {
108
108
  "filePath": "dependencies.main.runtime.ts",
109
- "line": 67,
109
+ "line": 66,
110
110
  "character": 5
111
111
  },
112
112
  "name": "devFiles",
@@ -114,7 +114,7 @@
114
114
  "__schema": "TypeRefSchema",
115
115
  "location": {
116
116
  "filePath": "dependencies.main.runtime.ts",
117
- "line": 67,
117
+ "line": 66,
118
118
  "character": 23
119
119
  },
120
120
  "name": "DevFilesMain"
@@ -126,7 +126,7 @@
126
126
  "__schema": "ParameterSchema",
127
127
  "location": {
128
128
  "filePath": "dependencies.main.runtime.ts",
129
- "line": 68,
129
+ "line": 67,
130
130
  "character": 5
131
131
  },
132
132
  "name": "aspectLoader",
@@ -134,7 +134,7 @@
134
134
  "__schema": "TypeRefSchema",
135
135
  "location": {
136
136
  "filePath": "dependencies.main.runtime.ts",
137
- "line": 68,
137
+ "line": 67,
138
138
  "character": 27
139
139
  },
140
140
  "name": "AspectLoaderMain"
@@ -146,7 +146,7 @@
146
146
  "__schema": "ParameterSchema",
147
147
  "location": {
148
148
  "filePath": "dependencies.main.runtime.ts",
149
- "line": 69,
149
+ "line": 68,
150
150
  "character": 5
151
151
  },
152
152
  "name": "graph",
@@ -154,7 +154,7 @@
154
154
  "__schema": "TypeRefSchema",
155
155
  "location": {
156
156
  "filePath": "dependencies.main.runtime.ts",
157
- "line": 69,
157
+ "line": 68,
158
158
  "character": 20
159
159
  },
160
160
  "name": "GraphMain"
@@ -166,7 +166,7 @@
166
166
  "__schema": "ParameterSchema",
167
167
  "location": {
168
168
  "filePath": "dependencies.main.runtime.ts",
169
- "line": 70,
169
+ "line": 69,
170
170
  "character": 5
171
171
  },
172
172
  "name": "logger",
@@ -174,7 +174,7 @@
174
174
  "__schema": "TypeRefSchema",
175
175
  "location": {
176
176
  "filePath": "dependencies.main.runtime.ts",
177
- "line": 70,
177
+ "line": 69,
178
178
  "character": 21
179
179
  },
180
180
  "name": "Logger"
@@ -187,7 +187,7 @@
187
187
  "__schema": "ThisTypeSchema",
188
188
  "location": {
189
189
  "filePath": "dependencies.main.runtime.ts",
190
- "line": 62,
190
+ "line": 61,
191
191
  "character": 1
192
192
  },
193
193
  "name": "DependenciesMain"
@@ -198,7 +198,7 @@
198
198
  "__schema": "FunctionLikeSchema",
199
199
  "location": {
200
200
  "filePath": "dependencies.main.runtime.ts",
201
- "line": 73,
201
+ "line": 72,
202
202
  "character": 3
203
203
  },
204
204
  "signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
@@ -208,7 +208,7 @@
208
208
  "__schema": "ParameterSchema",
209
209
  "location": {
210
210
  "filePath": "dependencies.main.runtime.ts",
211
- "line": 73,
211
+ "line": 72,
212
212
  "character": 17
213
213
  },
214
214
  "name": "componentId",
@@ -216,7 +216,7 @@
216
216
  "__schema": "KeywordTypeSchema",
217
217
  "location": {
218
218
  "filePath": "dependencies.main.runtime.ts",
219
- "line": 73,
219
+ "line": 72,
220
220
  "character": 30
221
221
  },
222
222
  "name": "string"
@@ -228,7 +228,7 @@
228
228
  "__schema": "ParameterSchema",
229
229
  "location": {
230
230
  "filePath": "dependencies.main.runtime.ts",
231
- "line": 73,
231
+ "line": 72,
232
232
  "character": 38
233
233
  },
234
234
  "name": "range",
@@ -236,7 +236,7 @@
236
236
  "__schema": "KeywordTypeSchema",
237
237
  "location": {
238
238
  "filePath": "dependencies.main.runtime.ts",
239
- "line": 73,
239
+ "line": 72,
240
240
  "character": 46
241
241
  },
242
242
  "name": "string"
@@ -249,7 +249,7 @@
249
249
  "__schema": "TypeRefSchema",
250
250
  "location": {
251
251
  "filePath": "dependencies.main.runtime.ts",
252
- "line": 73,
252
+ "line": 72,
253
253
  "character": 55
254
254
  },
255
255
  "name": "Promise",
@@ -258,7 +258,7 @@
258
258
  "__schema": "KeywordTypeSchema",
259
259
  "location": {
260
260
  "filePath": "dependencies.main.runtime.ts",
261
- "line": 73,
261
+ "line": 72,
262
262
  "character": 63
263
263
  },
264
264
  "name": "void"
@@ -273,7 +273,7 @@
273
273
  "__schema": "FunctionLikeSchema",
274
274
  "location": {
275
275
  "filePath": "dependencies.main.runtime.ts",
276
- "line": 84,
276
+ "line": 83,
277
277
  "character": 3
278
278
  },
279
279
  "signature": "(method) DependenciesMain.unsetPeer(componentId: string): Promise<void>",
@@ -283,7 +283,7 @@
283
283
  "__schema": "ParameterSchema",
284
284
  "location": {
285
285
  "filePath": "dependencies.main.runtime.ts",
286
- "line": 84,
286
+ "line": 83,
287
287
  "character": 19
288
288
  },
289
289
  "name": "componentId",
@@ -291,7 +291,7 @@
291
291
  "__schema": "KeywordTypeSchema",
292
292
  "location": {
293
293
  "filePath": "dependencies.main.runtime.ts",
294
- "line": 84,
294
+ "line": 83,
295
295
  "character": 32
296
296
  },
297
297
  "name": "string"
@@ -304,7 +304,7 @@
304
304
  "__schema": "TypeRefSchema",
305
305
  "location": {
306
306
  "filePath": "dependencies.main.runtime.ts",
307
- "line": 84,
307
+ "line": 83,
308
308
  "character": 41
309
309
  },
310
310
  "name": "Promise",
@@ -313,7 +313,7 @@
313
313
  "__schema": "KeywordTypeSchema",
314
314
  "location": {
315
315
  "filePath": "dependencies.main.runtime.ts",
316
- "line": 84,
316
+ "line": 83,
317
317
  "character": 49
318
318
  },
319
319
  "name": "void"
@@ -328,7 +328,7 @@
328
328
  "__schema": "FunctionLikeSchema",
329
329
  "location": {
330
330
  "filePath": "dependencies.main.runtime.ts",
331
- "line": 101,
331
+ "line": 100,
332
332
  "character": 3
333
333
  },
334
334
  "signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
@@ -338,7 +338,7 @@
338
338
  "__schema": "ParameterSchema",
339
339
  "location": {
340
340
  "filePath": "dependencies.main.runtime.ts",
341
- "line": 102,
341
+ "line": 101,
342
342
  "character": 5
343
343
  },
344
344
  "name": "componentPattern",
@@ -346,7 +346,7 @@
346
346
  "__schema": "KeywordTypeSchema",
347
347
  "location": {
348
348
  "filePath": "dependencies.main.runtime.ts",
349
- "line": 102,
349
+ "line": 101,
350
350
  "character": 23
351
351
  },
352
352
  "name": "string"
@@ -358,7 +358,7 @@
358
358
  "__schema": "ParameterSchema",
359
359
  "location": {
360
360
  "filePath": "dependencies.main.runtime.ts",
361
- "line": 103,
361
+ "line": 102,
362
362
  "character": 5
363
363
  },
364
364
  "name": "packages",
@@ -366,14 +366,14 @@
366
366
  "__schema": "TypeArraySchema",
367
367
  "location": {
368
368
  "filePath": "dependencies.main.runtime.ts",
369
- "line": 103,
369
+ "line": 102,
370
370
  "character": 15
371
371
  },
372
372
  "type": {
373
373
  "__schema": "KeywordTypeSchema",
374
374
  "location": {
375
375
  "filePath": "dependencies.main.runtime.ts",
376
- "line": 103,
376
+ "line": 102,
377
377
  "character": 15
378
378
  },
379
379
  "name": "string"
@@ -386,7 +386,7 @@
386
386
  "__schema": "ParameterSchema",
387
387
  "location": {
388
388
  "filePath": "dependencies.main.runtime.ts",
389
- "line": 104,
389
+ "line": 103,
390
390
  "character": 5
391
391
  },
392
392
  "name": "options",
@@ -394,7 +394,7 @@
394
394
  "__schema": "TypeRefSchema",
395
395
  "location": {
396
396
  "filePath": "dependencies.main.runtime.ts",
397
- "line": 104,
397
+ "line": 103,
398
398
  "character": 14
399
399
  },
400
400
  "name": "SetDependenciesFlags"
@@ -408,7 +408,7 @@
408
408
  "__schema": "TypeRefSchema",
409
409
  "location": {
410
410
  "filePath": "dependencies.main.runtime.ts",
411
- "line": 105,
411
+ "line": 104,
412
412
  "character": 6
413
413
  },
414
414
  "name": "Promise",
@@ -417,7 +417,7 @@
417
417
  "__schema": "TypeRefSchema",
418
418
  "location": {
419
419
  "filePath": "dependencies.main.runtime.ts",
420
- "line": 105,
420
+ "line": 104,
421
421
  "character": 14
422
422
  },
423
423
  "name": "SetDependenciesResult"
@@ -432,7 +432,7 @@
432
432
  "__schema": "FunctionLikeSchema",
433
433
  "location": {
434
434
  "filePath": "dependencies.main.runtime.ts",
435
- "line": 145,
435
+ "line": 144,
436
436
  "character": 3
437
437
  },
438
438
  "signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
@@ -442,7 +442,7 @@
442
442
  "__schema": "ParameterSchema",
443
443
  "location": {
444
444
  "filePath": "dependencies.main.runtime.ts",
445
- "line": 146,
445
+ "line": 145,
446
446
  "character": 5
447
447
  },
448
448
  "name": "componentPattern",
@@ -450,7 +450,7 @@
450
450
  "__schema": "KeywordTypeSchema",
451
451
  "location": {
452
452
  "filePath": "dependencies.main.runtime.ts",
453
- "line": 146,
453
+ "line": 145,
454
454
  "character": 23
455
455
  },
456
456
  "name": "string"
@@ -462,7 +462,7 @@
462
462
  "__schema": "ParameterSchema",
463
463
  "location": {
464
464
  "filePath": "dependencies.main.runtime.ts",
465
- "line": 147,
465
+ "line": 146,
466
466
  "character": 5
467
467
  },
468
468
  "name": "packages",
@@ -470,14 +470,14 @@
470
470
  "__schema": "TypeArraySchema",
471
471
  "location": {
472
472
  "filePath": "dependencies.main.runtime.ts",
473
- "line": 147,
473
+ "line": 146,
474
474
  "character": 15
475
475
  },
476
476
  "type": {
477
477
  "__schema": "KeywordTypeSchema",
478
478
  "location": {
479
479
  "filePath": "dependencies.main.runtime.ts",
480
- "line": 147,
480
+ "line": 146,
481
481
  "character": 15
482
482
  },
483
483
  "name": "string"
@@ -490,7 +490,7 @@
490
490
  "__schema": "ParameterSchema",
491
491
  "location": {
492
492
  "filePath": "dependencies.main.runtime.ts",
493
- "line": 148,
493
+ "line": 147,
494
494
  "character": 5
495
495
  },
496
496
  "name": "options",
@@ -498,7 +498,7 @@
498
498
  "__schema": "TypeRefSchema",
499
499
  "location": {
500
500
  "filePath": "dependencies.main.runtime.ts",
501
- "line": 148,
501
+ "line": 147,
502
502
  "character": 14
503
503
  },
504
504
  "name": "RemoveDependenciesFlags"
@@ -511,7 +511,7 @@
511
511
  "__schema": "ParameterSchema",
512
512
  "location": {
513
513
  "filePath": "dependencies.main.runtime.ts",
514
- "line": 149,
514
+ "line": 148,
515
515
  "character": 5
516
516
  },
517
517
  "name": "removeOnlyIfExists",
@@ -519,7 +519,7 @@
519
519
  "__schema": "InferenceTypeSchema",
520
520
  "location": {
521
521
  "filePath": "dependencies.main.runtime.ts",
522
- "line": 149,
522
+ "line": 148,
523
523
  "character": 5
524
524
  },
525
525
  "type": "boolean"
@@ -533,7 +533,7 @@
533
533
  "__schema": "TypeRefSchema",
534
534
  "location": {
535
535
  "filePath": "dependencies.main.runtime.ts",
536
- "line": 150,
536
+ "line": 149,
537
537
  "character": 6
538
538
  },
539
539
  "name": "Promise",
@@ -542,14 +542,14 @@
542
542
  "__schema": "TypeArraySchema",
543
543
  "location": {
544
544
  "filePath": "dependencies.main.runtime.ts",
545
- "line": 150,
545
+ "line": 149,
546
546
  "character": 14
547
547
  },
548
548
  "type": {
549
549
  "__schema": "TypeRefSchema",
550
550
  "location": {
551
551
  "filePath": "dependencies.main.runtime.ts",
552
- "line": 150,
552
+ "line": 149,
553
553
  "character": 14
554
554
  },
555
555
  "name": "RemoveDependencyResult"
@@ -565,7 +565,7 @@
565
565
  "__schema": "FunctionLikeSchema",
566
566
  "location": {
567
567
  "filePath": "dependencies.main.runtime.ts",
568
- "line": 209,
568
+ "line": 208,
569
569
  "character": 3
570
570
  },
571
571
  "signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
@@ -575,7 +575,7 @@
575
575
  "__schema": "ParameterSchema",
576
576
  "location": {
577
577
  "filePath": "dependencies.main.runtime.ts",
578
- "line": 209,
578
+ "line": 208,
579
579
  "character": 15
580
580
  },
581
581
  "name": "componentPattern",
@@ -583,7 +583,7 @@
583
583
  "__schema": "KeywordTypeSchema",
584
584
  "location": {
585
585
  "filePath": "dependencies.main.runtime.ts",
586
- "line": 209,
586
+ "line": 208,
587
587
  "character": 33
588
588
  },
589
589
  "name": "string"
@@ -596,7 +596,7 @@
596
596
  "__schema": "TypeRefSchema",
597
597
  "location": {
598
598
  "filePath": "dependencies.main.runtime.ts",
599
- "line": 209,
599
+ "line": 208,
600
600
  "character": 42
601
601
  },
602
602
  "name": "Promise",
@@ -605,14 +605,14 @@
605
605
  "__schema": "TypeArraySchema",
606
606
  "location": {
607
607
  "filePath": "dependencies.main.runtime.ts",
608
- "line": 209,
608
+ "line": 208,
609
609
  "character": 50
610
610
  },
611
611
  "type": {
612
612
  "__schema": "TypeRefSchema",
613
613
  "location": {
614
614
  "filePath": "dependencies.main.runtime.ts",
615
- "line": 209,
615
+ "line": 208,
616
616
  "character": 50
617
617
  },
618
618
  "name": "ComponentID"
@@ -628,7 +628,7 @@
628
628
  "__schema": "FunctionLikeSchema",
629
629
  "location": {
630
630
  "filePath": "dependencies.main.runtime.ts",
631
- "line": 219,
631
+ "line": 218,
632
632
  "character": 3
633
633
  },
634
634
  "signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
@@ -638,7 +638,7 @@
638
638
  "__schema": "ParameterSchema",
639
639
  "location": {
640
640
  "filePath": "dependencies.main.runtime.ts",
641
- "line": 219,
641
+ "line": 218,
642
642
  "character": 15
643
643
  },
644
644
  "name": "componentPattern",
@@ -646,7 +646,7 @@
646
646
  "__schema": "KeywordTypeSchema",
647
647
  "location": {
648
648
  "filePath": "dependencies.main.runtime.ts",
649
- "line": 219,
649
+ "line": 218,
650
650
  "character": 33
651
651
  },
652
652
  "name": "string"
@@ -659,7 +659,7 @@
659
659
  "__schema": "TypeRefSchema",
660
660
  "location": {
661
661
  "filePath": "dependencies.main.runtime.ts",
662
- "line": 219,
662
+ "line": 218,
663
663
  "character": 42
664
664
  },
665
665
  "name": "Promise",
@@ -668,14 +668,14 @@
668
668
  "__schema": "TypeArraySchema",
669
669
  "location": {
670
670
  "filePath": "dependencies.main.runtime.ts",
671
- "line": 219,
671
+ "line": 218,
672
672
  "character": 50
673
673
  },
674
674
  "type": {
675
675
  "__schema": "TypeRefSchema",
676
676
  "location": {
677
677
  "filePath": "dependencies.main.runtime.ts",
678
- "line": 219,
678
+ "line": 218,
679
679
  "character": 50
680
680
  },
681
681
  "name": "ComponentID"
@@ -691,7 +691,7 @@
691
691
  "__schema": "FunctionLikeSchema",
692
692
  "location": {
693
693
  "filePath": "dependencies.main.runtime.ts",
694
- "line": 237,
694
+ "line": 236,
695
695
  "character": 3
696
696
  },
697
697
  "signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
@@ -701,7 +701,7 @@
701
701
  "__schema": "ParameterSchema",
702
702
  "location": {
703
703
  "filePath": "dependencies.main.runtime.ts",
704
- "line": 237,
704
+ "line": 236,
705
705
  "character": 25
706
706
  },
707
707
  "name": "id",
@@ -709,7 +709,7 @@
709
709
  "__schema": "KeywordTypeSchema",
710
710
  "location": {
711
711
  "filePath": "dependencies.main.runtime.ts",
712
- "line": 237,
712
+ "line": 236,
713
713
  "character": 29
714
714
  },
715
715
  "name": "string"
@@ -721,7 +721,7 @@
721
721
  "__schema": "ParameterSchema",
722
722
  "location": {
723
723
  "filePath": "dependencies.main.runtime.ts",
724
- "line": 237,
724
+ "line": 236,
725
725
  "character": 37
726
726
  },
727
727
  "name": "scope",
@@ -729,7 +729,7 @@
729
729
  "__schema": "KeywordTypeSchema",
730
730
  "location": {
731
731
  "filePath": "dependencies.main.runtime.ts",
732
- "line": 237,
732
+ "line": 236,
733
733
  "character": 45
734
734
  },
735
735
  "name": "boolean"
@@ -742,7 +742,7 @@
742
742
  "__schema": "TypeRefSchema",
743
743
  "location": {
744
744
  "filePath": "dependencies.main.runtime.ts",
745
- "line": 237,
745
+ "line": 236,
746
746
  "character": 55
747
747
  },
748
748
  "name": "Promise",
@@ -751,7 +751,7 @@
751
751
  "__schema": "TypeRefSchema",
752
752
  "location": {
753
753
  "filePath": "dependencies.main.runtime.ts",
754
- "line": 237,
754
+ "line": 236,
755
755
  "character": 63
756
756
  },
757
757
  "name": "DependenciesResults"
@@ -766,7 +766,7 @@
766
766
  "__schema": "FunctionLikeSchema",
767
767
  "location": {
768
768
  "filePath": "dependencies.main.runtime.ts",
769
- "line": 247,
769
+ "line": 246,
770
770
  "character": 3
771
771
  },
772
772
  "signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
@@ -776,7 +776,7 @@
776
776
  "__schema": "ParameterSchema",
777
777
  "location": {
778
778
  "filePath": "dependencies.main.runtime.ts",
779
- "line": 247,
779
+ "line": 246,
780
780
  "character": 26
781
781
  },
782
782
  "name": "component",
@@ -784,7 +784,7 @@
784
784
  "__schema": "TypeRefSchema",
785
785
  "location": {
786
786
  "filePath": "dependencies.main.runtime.ts",
787
- "line": 247,
787
+ "line": 246,
788
788
  "character": 37
789
789
  },
790
790
  "name": "ConsumerComponent"
@@ -796,7 +796,7 @@
796
796
  "__schema": "ParameterSchema",
797
797
  "location": {
798
798
  "filePath": "dependencies.main.runtime.ts",
799
- "line": 247,
799
+ "line": 246,
800
800
  "character": 56
801
801
  },
802
802
  "name": "opts",
@@ -804,7 +804,7 @@
804
804
  "__schema": "TypeRefSchema",
805
805
  "location": {
806
806
  "filePath": "dependencies.main.runtime.ts",
807
- "line": 247,
807
+ "line": 246,
808
808
  "character": 62
809
809
  },
810
810
  "name": "DependencyLoaderOpts"
@@ -817,7 +817,7 @@
817
817
  "__schema": "InferenceTypeSchema",
818
818
  "location": {
819
819
  "filePath": "dependencies.main.runtime.ts",
820
- "line": 247,
820
+ "line": 246,
821
821
  "character": 3
822
822
  },
823
823
  "type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
@@ -830,14 +830,14 @@
830
830
  "__schema": "FunctionLikeSchema",
831
831
  "location": {
832
832
  "filePath": "dependencies.main.runtime.ts",
833
- "line": 264,
833
+ "line": 263,
834
834
  "character": 3
835
835
  },
836
836
  "doc": {
837
837
  "__schema": "DocSchema",
838
838
  "location": {
839
839
  "filePath": "dependencies.main.runtime.ts",
840
- "line": 258,
840
+ "line": 257,
841
841
  "character": 3
842
842
  },
843
843
  "raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
@@ -851,7 +851,7 @@
851
851
  "__schema": "ParameterSchema",
852
852
  "location": {
853
853
  "filePath": "dependencies.main.runtime.ts",
854
- "line": 264,
854
+ "line": 263,
855
855
  "character": 35
856
856
  },
857
857
  "name": "component",
@@ -859,7 +859,7 @@
859
859
  "__schema": "TypeRefSchema",
860
860
  "location": {
861
861
  "filePath": "dependencies.main.runtime.ts",
862
- "line": 264,
862
+ "line": 263,
863
863
  "character": 46
864
864
  },
865
865
  "name": "ConsumerComponent"
@@ -871,7 +871,7 @@
871
871
  "__schema": "ParameterSchema",
872
872
  "location": {
873
873
  "filePath": "dependencies.main.runtime.ts",
874
- "line": 264,
874
+ "line": 263,
875
875
  "character": 65
876
876
  },
877
877
  "name": "dependenciesData",
@@ -879,7 +879,7 @@
879
879
  "__schema": "TypeRefSchema",
880
880
  "location": {
881
881
  "filePath": "dependencies.main.runtime.ts",
882
- "line": 264,
882
+ "line": 263,
883
883
  "character": 83
884
884
  },
885
885
  "name": "Partial",
@@ -888,7 +888,7 @@
888
888
  "__schema": "TypeRefSchema",
889
889
  "location": {
890
890
  "filePath": "dependencies.main.runtime.ts",
891
- "line": 264,
891
+ "line": 263,
892
892
  "character": 91
893
893
  },
894
894
  "name": "DependenciesData"
@@ -903,7 +903,7 @@
903
903
  "__schema": "InferenceTypeSchema",
904
904
  "location": {
905
905
  "filePath": "dependencies.main.runtime.ts",
906
- "line": 264,
906
+ "line": 263,
907
907
  "character": 3
908
908
  },
909
909
  "type": "Promise<void>"
@@ -916,7 +916,7 @@
916
916
  "__schema": "FunctionLikeSchema",
917
917
  "location": {
918
918
  "filePath": "dependencies.main.runtime.ts",
919
- "line": 275,
919
+ "line": 274,
920
920
  "character": 3
921
921
  },
922
922
  "signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
@@ -926,7 +926,7 @@
926
926
  "__schema": "ParameterSchema",
927
927
  "location": {
928
928
  "filePath": "dependencies.main.runtime.ts",
929
- "line": 275,
929
+ "line": 274,
930
930
  "character": 27
931
931
  },
932
932
  "name": "id",
@@ -934,7 +934,7 @@
934
934
  "__schema": "KeywordTypeSchema",
935
935
  "location": {
936
936
  "filePath": "dependencies.main.runtime.ts",
937
- "line": 275,
937
+ "line": 274,
938
938
  "character": 31
939
939
  },
940
940
  "name": "string"
@@ -947,7 +947,7 @@
947
947
  "__schema": "TypeRefSchema",
948
948
  "location": {
949
949
  "filePath": "dependencies.main.runtime.ts",
950
- "line": 275,
950
+ "line": 274,
951
951
  "character": 40
952
952
  },
953
953
  "name": "Promise",
@@ -956,7 +956,7 @@
956
956
  "__schema": "TypeRefSchema",
957
957
  "location": {
958
958
  "filePath": "dependencies.main.runtime.ts",
959
- "line": 275,
959
+ "line": 274,
960
960
  "character": 48
961
961
  },
962
962
  "name": "DependenciesResultsDebug"
@@ -971,14 +971,14 @@
971
971
  "__schema": "FunctionLikeSchema",
972
972
  "location": {
973
973
  "filePath": "dependencies.main.runtime.ts",
974
- "line": 307,
974
+ "line": 306,
975
975
  "character": 3
976
976
  },
977
977
  "doc": {
978
978
  "__schema": "DocSchema",
979
979
  "location": {
980
980
  "filePath": "dependencies.main.runtime.ts",
981
- "line": 303,
981
+ "line": 302,
982
982
  "character": 3
983
983
  },
984
984
  "raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
@@ -992,7 +992,7 @@
992
992
  "__schema": "ParameterSchema",
993
993
  "location": {
994
994
  "filePath": "dependencies.main.runtime.ts",
995
- "line": 307,
995
+ "line": 306,
996
996
  "character": 15
997
997
  },
998
998
  "name": "compName",
@@ -1000,7 +1000,7 @@
1000
1000
  "__schema": "KeywordTypeSchema",
1001
1001
  "location": {
1002
1002
  "filePath": "dependencies.main.runtime.ts",
1003
- "line": 307,
1003
+ "line": 306,
1004
1004
  "character": 25
1005
1005
  },
1006
1006
  "name": "string"
@@ -1012,7 +1012,7 @@
1012
1012
  "__schema": "ParameterSchema",
1013
1013
  "location": {
1014
1014
  "filePath": "dependencies.main.runtime.ts",
1015
- "line": 307,
1015
+ "line": 306,
1016
1016
  "character": 33
1017
1017
  },
1018
1018
  "name": "depName",
@@ -1020,7 +1020,7 @@
1020
1020
  "__schema": "KeywordTypeSchema",
1021
1021
  "location": {
1022
1022
  "filePath": "dependencies.main.runtime.ts",
1023
- "line": 307,
1023
+ "line": 306,
1024
1024
  "character": 42
1025
1025
  },
1026
1026
  "name": "string"
@@ -1033,7 +1033,7 @@
1033
1033
  "__schema": "InferenceTypeSchema",
1034
1034
  "location": {
1035
1035
  "filePath": "dependencies.main.runtime.ts",
1036
- "line": 307,
1036
+ "line": 306,
1037
1037
  "character": 3
1038
1038
  },
1039
1039
  "type": "Promise<BlameResult[]>"
@@ -1046,7 +1046,7 @@
1046
1046
  "__schema": "FunctionLikeSchema",
1047
1047
  "location": {
1048
1048
  "filePath": "dependencies.main.runtime.ts",
1049
- "line": 340,
1049
+ "line": 339,
1050
1050
  "character": 3
1051
1051
  },
1052
1052
  "signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
@@ -1056,7 +1056,7 @@
1056
1056
  "__schema": "ParameterSchema",
1057
1057
  "location": {
1058
1058
  "filePath": "dependencies.main.runtime.ts",
1059
- "line": 340,
1059
+ "line": 339,
1060
1060
  "character": 19
1061
1061
  },
1062
1062
  "name": "depName",
@@ -1064,7 +1064,7 @@
1064
1064
  "__schema": "KeywordTypeSchema",
1065
1065
  "location": {
1066
1066
  "filePath": "dependencies.main.runtime.ts",
1067
- "line": 340,
1067
+ "line": 339,
1068
1068
  "character": 28
1069
1069
  },
1070
1070
  "name": "string"
@@ -1076,7 +1076,7 @@
1076
1076
  "__schema": "ParameterSchema",
1077
1077
  "location": {
1078
1078
  "filePath": "dependencies.main.runtime.ts",
1079
- "line": 340,
1079
+ "line": 339,
1080
1080
  "character": 36
1081
1081
  },
1082
1082
  "name": "opts",
@@ -1084,7 +1084,7 @@
1084
1084
  "__schema": "TypeLiteralSchema",
1085
1085
  "location": {
1086
1086
  "filePath": "dependencies.main.runtime.ts",
1087
- "line": 340,
1087
+ "line": 339,
1088
1088
  "character": 43
1089
1089
  },
1090
1090
  "members": [
@@ -1092,7 +1092,7 @@
1092
1092
  "__schema": "VariableLikeSchema",
1093
1093
  "location": {
1094
1094
  "filePath": "dependencies.main.runtime.ts",
1095
- "line": 340,
1095
+ "line": 339,
1096
1096
  "character": 45
1097
1097
  },
1098
1098
  "signature": "(property) depth?: number | undefined",
@@ -1101,7 +1101,7 @@
1101
1101
  "__schema": "KeywordTypeSchema",
1102
1102
  "location": {
1103
1103
  "filePath": "dependencies.main.runtime.ts",
1104
- "line": 340,
1104
+ "line": 339,
1105
1105
  "character": 53
1106
1106
  },
1107
1107
  "name": "number"
@@ -1118,7 +1118,7 @@
1118
1118
  "__schema": "TypeRefSchema",
1119
1119
  "location": {
1120
1120
  "filePath": "dependencies.main.runtime.ts",
1121
- "line": 340,
1121
+ "line": 339,
1122
1122
  "character": 64
1123
1123
  },
1124
1124
  "name": "Promise",
@@ -1127,7 +1127,7 @@
1127
1127
  "__schema": "TypeUnionSchema",
1128
1128
  "location": {
1129
1129
  "filePath": "dependencies.main.runtime.ts",
1130
- "line": 340,
1130
+ "line": 339,
1131
1131
  "character": 72
1132
1132
  },
1133
1133
  "types": [
@@ -1135,7 +1135,7 @@
1135
1135
  "__schema": "KeywordTypeSchema",
1136
1136
  "location": {
1137
1137
  "filePath": "dependencies.main.runtime.ts",
1138
- "line": 340,
1138
+ "line": 339,
1139
1139
  "character": 72
1140
1140
  },
1141
1141
  "name": "string"
@@ -1144,7 +1144,7 @@
1144
1144
  "__schema": "KeywordTypeSchema",
1145
1145
  "location": {
1146
1146
  "filePath": "dependencies.main.runtime.ts",
1147
- "line": 340,
1147
+ "line": 339,
1148
1148
  "character": 81
1149
1149
  },
1150
1150
  "name": "undefined"
@@ -1161,14 +1161,14 @@
1161
1161
  "__schema": "FunctionLikeSchema",
1162
1162
  "location": {
1163
1163
  "filePath": "dependencies.main.runtime.ts",
1164
- "line": 355,
1164
+ "line": 354,
1165
1165
  "character": 3
1166
1166
  },
1167
1167
  "doc": {
1168
1168
  "__schema": "DocSchema",
1169
1169
  "location": {
1170
1170
  "filePath": "dependencies.main.runtime.ts",
1171
- "line": 351,
1171
+ "line": 350,
1172
1172
  "character": 3
1173
1173
  },
1174
1174
  "raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
@@ -1178,7 +1178,7 @@
1178
1178
  "__schema": "PropertyLikeTagSchema",
1179
1179
  "location": {
1180
1180
  "filePath": "dependencies.main.runtime.ts",
1181
- "line": 352,
1181
+ "line": 351,
1182
1182
  "character": 6
1183
1183
  },
1184
1184
  "name": "depName",
@@ -1189,7 +1189,7 @@
1189
1189
  "__schema": "ReturnTagSchema",
1190
1190
  "location": {
1191
1191
  "filePath": "dependencies.main.runtime.ts",
1192
- "line": 353,
1192
+ "line": 352,
1193
1193
  "character": 6
1194
1194
  },
1195
1195
  "tagName": "return",
@@ -1204,7 +1204,7 @@
1204
1204
  "__schema": "ParameterSchema",
1205
1205
  "location": {
1206
1206
  "filePath": "dependencies.main.runtime.ts",
1207
- "line": 355,
1207
+ "line": 354,
1208
1208
  "character": 15
1209
1209
  },
1210
1210
  "name": "depName",
@@ -1212,7 +1212,7 @@
1212
1212
  "__schema": "KeywordTypeSchema",
1213
1213
  "location": {
1214
1214
  "filePath": "dependencies.main.runtime.ts",
1215
- "line": 355,
1215
+ "line": 354,
1216
1216
  "character": 24
1217
1217
  },
1218
1218
  "name": "string"
@@ -1225,7 +1225,7 @@
1225
1225
  "__schema": "TypeRefSchema",
1226
1226
  "location": {
1227
1227
  "filePath": "dependencies.main.runtime.ts",
1228
- "line": 355,
1228
+ "line": 354,
1229
1229
  "character": 33
1230
1230
  },
1231
1231
  "name": "Promise",
@@ -1234,7 +1234,7 @@
1234
1234
  "__schema": "TypeLiteralSchema",
1235
1235
  "location": {
1236
1236
  "filePath": "dependencies.main.runtime.ts",
1237
- "line": 355,
1237
+ "line": 354,
1238
1238
  "character": 41
1239
1239
  },
1240
1240
  "members": [
@@ -1242,14 +1242,14 @@
1242
1242
  "__schema": "IndexSignatureSchema",
1243
1243
  "location": {
1244
1244
  "filePath": "dependencies.main.runtime.ts",
1245
- "line": 355,
1245
+ "line": 354,
1246
1246
  "character": 43
1247
1247
  },
1248
1248
  "keyType": {
1249
1249
  "__schema": "ParameterSchema",
1250
1250
  "location": {
1251
1251
  "filePath": "dependencies.main.runtime.ts",
1252
- "line": 355,
1252
+ "line": 354,
1253
1253
  "character": 44
1254
1254
  },
1255
1255
  "name": "compIdStr",
@@ -1257,7 +1257,7 @@
1257
1257
  "__schema": "KeywordTypeSchema",
1258
1258
  "location": {
1259
1259
  "filePath": "dependencies.main.runtime.ts",
1260
- "line": 355,
1260
+ "line": 354,
1261
1261
  "character": 55
1262
1262
  },
1263
1263
  "name": "string"
@@ -1269,7 +1269,7 @@
1269
1269
  "__schema": "KeywordTypeSchema",
1270
1270
  "location": {
1271
1271
  "filePath": "dependencies.main.runtime.ts",
1272
- "line": 355,
1272
+ "line": 354,
1273
1273
  "character": 64
1274
1274
  },
1275
1275
  "name": "string"
@@ -1287,7 +1287,7 @@
1287
1287
  "__schema": "VariableLikeSchema",
1288
1288
  "location": {
1289
1289
  "filePath": "dependencies.main.runtime.ts",
1290
- "line": 395,
1290
+ "line": 394,
1291
1291
  "character": 3
1292
1292
  },
1293
1293
  "signature": "(property) DependenciesMain.slots: never[]",
@@ -1296,7 +1296,7 @@
1296
1296
  "__schema": "InferenceTypeSchema",
1297
1297
  "location": {
1298
1298
  "filePath": "dependencies.main.runtime.ts",
1299
- "line": 395,
1299
+ "line": 394,
1300
1300
  "character": 3
1301
1301
  },
1302
1302
  "type": "never[]"
@@ -1308,7 +1308,7 @@
1308
1308
  "__schema": "VariableLikeSchema",
1309
1309
  "location": {
1310
1310
  "filePath": "dependencies.main.runtime.ts",
1311
- "line": 396,
1311
+ "line": 395,
1312
1312
  "character": 3
1313
1313
  },
1314
1314
  "signature": "(property) DependenciesMain.dependencies: Aspect[]",
@@ -1317,7 +1317,7 @@
1317
1317
  "__schema": "InferenceTypeSchema",
1318
1318
  "location": {
1319
1319
  "filePath": "dependencies.main.runtime.ts",
1320
- "line": 396,
1320
+ "line": 395,
1321
1321
  "character": 3
1322
1322
  },
1323
1323
  "type": "Aspect[]"
@@ -1329,7 +1329,7 @@
1329
1329
  "__schema": "VariableLikeSchema",
1330
1330
  "location": {
1331
1331
  "filePath": "dependencies.main.runtime.ts",
1332
- "line": 407,
1332
+ "line": 406,
1333
1333
  "character": 3
1334
1334
  },
1335
1335
  "signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
@@ -1338,7 +1338,7 @@
1338
1338
  "__schema": "InferenceTypeSchema",
1339
1339
  "location": {
1340
1340
  "filePath": "dependencies.main.runtime.ts",
1341
- "line": 407,
1341
+ "line": 406,
1342
1342
  "character": 3
1343
1343
  },
1344
1344
  "type": "RuntimeDefinition"
@@ -1350,7 +1350,7 @@
1350
1350
  "__schema": "FunctionLikeSchema",
1351
1351
  "location": {
1352
1352
  "filePath": "dependencies.main.runtime.ts",
1353
- "line": 409,
1353
+ "line": 408,
1354
1354
  "character": 3
1355
1355
  },
1356
1356
  "signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain,\n ScopeMain,\n GraphMain,\n LoggerMain\n]): Promise<DependenciesMain>",
@@ -1360,7 +1360,7 @@
1360
1360
  "__schema": "ParameterSchema",
1361
1361
  "location": {
1362
1362
  "filePath": "dependencies.main.runtime.ts",
1363
- "line": 409,
1363
+ "line": 408,
1364
1364
  "character": 25
1365
1365
  },
1366
1366
  "name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain ]",
@@ -1368,7 +1368,7 @@
1368
1368
  "__schema": "TupleTypeSchema",
1369
1369
  "location": {
1370
1370
  "filePath": "dependencies.main.runtime.ts",
1371
- "line": 409,
1371
+ "line": 408,
1372
1372
  "character": 107
1373
1373
  },
1374
1374
  "elements": [
@@ -1376,7 +1376,7 @@
1376
1376
  "__schema": "TypeRefSchema",
1377
1377
  "location": {
1378
1378
  "filePath": "dependencies.main.runtime.ts",
1379
- "line": 410,
1379
+ "line": 409,
1380
1380
  "character": 5
1381
1381
  },
1382
1382
  "name": "CLIMain"
@@ -1385,7 +1385,7 @@
1385
1385
  "__schema": "TypeRefSchema",
1386
1386
  "location": {
1387
1387
  "filePath": "dependencies.main.runtime.ts",
1388
- "line": 411,
1388
+ "line": 410,
1389
1389
  "character": 5
1390
1390
  },
1391
1391
  "name": "Workspace"
@@ -1394,7 +1394,7 @@
1394
1394
  "__schema": "TypeRefSchema",
1395
1395
  "location": {
1396
1396
  "filePath": "dependencies.main.runtime.ts",
1397
- "line": 412,
1397
+ "line": 411,
1398
1398
  "character": 5
1399
1399
  },
1400
1400
  "name": "DependencyResolverMain"
@@ -1403,7 +1403,7 @@
1403
1403
  "__schema": "TypeRefSchema",
1404
1404
  "location": {
1405
1405
  "filePath": "dependencies.main.runtime.ts",
1406
- "line": 413,
1406
+ "line": 412,
1407
1407
  "character": 5
1408
1408
  },
1409
1409
  "name": "DevFilesMain"
@@ -1412,7 +1412,7 @@
1412
1412
  "__schema": "TypeRefSchema",
1413
1413
  "location": {
1414
1414
  "filePath": "dependencies.main.runtime.ts",
1415
- "line": 414,
1415
+ "line": 413,
1416
1416
  "character": 5
1417
1417
  },
1418
1418
  "name": "AspectLoaderMain"
@@ -1421,7 +1421,7 @@
1421
1421
  "__schema": "TypeRefSchema",
1422
1422
  "location": {
1423
1423
  "filePath": "dependencies.main.runtime.ts",
1424
- "line": 415,
1424
+ "line": 414,
1425
1425
  "character": 5
1426
1426
  },
1427
1427
  "name": "ScopeMain"
@@ -1430,7 +1430,7 @@
1430
1430
  "__schema": "TypeRefSchema",
1431
1431
  "location": {
1432
1432
  "filePath": "dependencies.main.runtime.ts",
1433
- "line": 416,
1433
+ "line": 415,
1434
1434
  "character": 5
1435
1435
  },
1436
1436
  "name": "GraphMain"
@@ -1439,7 +1439,7 @@
1439
1439
  "__schema": "TypeRefSchema",
1440
1440
  "location": {
1441
1441
  "filePath": "dependencies.main.runtime.ts",
1442
- "line": 417,
1442
+ "line": 416,
1443
1443
  "character": 5
1444
1444
  },
1445
1445
  "name": "LoggerMain"
@@ -1454,7 +1454,7 @@
1454
1454
  "__schema": "InferenceTypeSchema",
1455
1455
  "location": {
1456
1456
  "filePath": "dependencies.main.runtime.ts",
1457
- "line": 409,
1457
+ "line": 408,
1458
1458
  "character": 3
1459
1459
  },
1460
1460
  "type": "Promise<DependenciesMain>"
@@ -2040,7 +2040,7 @@
2040
2040
  "__schema": "TypeSchema",
2041
2041
  "location": {
2042
2042
  "filePath": "dependencies.main.runtime.ts",
2043
- "line": 43,
2043
+ "line": 42,
2044
2044
  "character": 1
2045
2045
  },
2046
2046
  "signature": "type RemoveDependencyResult = {\n id: ComponentID;\n removedPackages: string[];\n}",
@@ -2049,7 +2049,7 @@
2049
2049
  "__schema": "TypeLiteralSchema",
2050
2050
  "location": {
2051
2051
  "filePath": "dependencies.main.runtime.ts",
2052
- "line": 43,
2052
+ "line": 42,
2053
2053
  "character": 38
2054
2054
  },
2055
2055
  "members": [
@@ -2057,7 +2057,7 @@
2057
2057
  "__schema": "VariableLikeSchema",
2058
2058
  "location": {
2059
2059
  "filePath": "dependencies.main.runtime.ts",
2060
- "line": 43,
2060
+ "line": 42,
2061
2061
  "character": 40
2062
2062
  },
2063
2063
  "signature": "(property) id: ComponentID",
@@ -2066,7 +2066,7 @@
2066
2066
  "__schema": "TypeRefSchema",
2067
2067
  "location": {
2068
2068
  "filePath": "dependencies.main.runtime.ts",
2069
- "line": 43,
2069
+ "line": 42,
2070
2070
  "character": 40
2071
2071
  },
2072
2072
  "name": "ComponentID",
@@ -2082,7 +2082,7 @@
2082
2082
  "__schema": "VariableLikeSchema",
2083
2083
  "location": {
2084
2084
  "filePath": "dependencies.main.runtime.ts",
2085
- "line": 43,
2085
+ "line": 42,
2086
2086
  "character": 57
2087
2087
  },
2088
2088
  "signature": "(property) removedPackages: string[]",
@@ -2091,14 +2091,14 @@
2091
2091
  "__schema": "TypeArraySchema",
2092
2092
  "location": {
2093
2093
  "filePath": "dependencies.main.runtime.ts",
2094
- "line": 43,
2094
+ "line": 42,
2095
2095
  "character": 74
2096
2096
  },
2097
2097
  "type": {
2098
2098
  "__schema": "KeywordTypeSchema",
2099
2099
  "location": {
2100
2100
  "filePath": "dependencies.main.runtime.ts",
2101
- "line": 43,
2101
+ "line": 42,
2102
2102
  "character": 74
2103
2103
  },
2104
2104
  "name": "string"
@@ -2113,7 +2113,7 @@
2113
2113
  "__schema": "TypeSchema",
2114
2114
  "location": {
2115
2115
  "filePath": "dependencies.main.runtime.ts",
2116
- "line": 44,
2116
+ "line": 43,
2117
2117
  "character": 1
2118
2118
  },
2119
2119
  "signature": "type SetDependenciesResult = {\n changedComps: string[];\n addedPackages: Record<string, string>;\n}",
@@ -2122,7 +2122,7 @@
2122
2122
  "__schema": "TypeLiteralSchema",
2123
2123
  "location": {
2124
2124
  "filePath": "dependencies.main.runtime.ts",
2125
- "line": 44,
2125
+ "line": 43,
2126
2126
  "character": 37
2127
2127
  },
2128
2128
  "members": [
@@ -2130,7 +2130,7 @@
2130
2130
  "__schema": "VariableLikeSchema",
2131
2131
  "location": {
2132
2132
  "filePath": "dependencies.main.runtime.ts",
2133
- "line": 44,
2133
+ "line": 43,
2134
2134
  "character": 39
2135
2135
  },
2136
2136
  "signature": "(property) changedComps: string[]",
@@ -2139,14 +2139,14 @@
2139
2139
  "__schema": "TypeArraySchema",
2140
2140
  "location": {
2141
2141
  "filePath": "dependencies.main.runtime.ts",
2142
- "line": 44,
2142
+ "line": 43,
2143
2143
  "character": 53
2144
2144
  },
2145
2145
  "type": {
2146
2146
  "__schema": "KeywordTypeSchema",
2147
2147
  "location": {
2148
2148
  "filePath": "dependencies.main.runtime.ts",
2149
- "line": 44,
2149
+ "line": 43,
2150
2150
  "character": 53
2151
2151
  },
2152
2152
  "name": "string"
@@ -2158,7 +2158,7 @@
2158
2158
  "__schema": "VariableLikeSchema",
2159
2159
  "location": {
2160
2160
  "filePath": "dependencies.main.runtime.ts",
2161
- "line": 44,
2161
+ "line": 43,
2162
2162
  "character": 63
2163
2163
  },
2164
2164
  "signature": "(property) addedPackages: Record<string, string>",
@@ -2167,7 +2167,7 @@
2167
2167
  "__schema": "TypeRefSchema",
2168
2168
  "location": {
2169
2169
  "filePath": "dependencies.main.runtime.ts",
2170
- "line": 44,
2170
+ "line": 43,
2171
2171
  "character": 78
2172
2172
  },
2173
2173
  "name": "Record",
@@ -2176,7 +2176,7 @@
2176
2176
  "__schema": "KeywordTypeSchema",
2177
2177
  "location": {
2178
2178
  "filePath": "dependencies.main.runtime.ts",
2179
- "line": 44,
2179
+ "line": 43,
2180
2180
  "character": 85
2181
2181
  },
2182
2182
  "name": "string"
@@ -2185,7 +2185,7 @@
2185
2185
  "__schema": "KeywordTypeSchema",
2186
2186
  "location": {
2187
2187
  "filePath": "dependencies.main.runtime.ts",
2188
- "line": 44,
2188
+ "line": 43,
2189
2189
  "character": 93
2190
2190
  },
2191
2191
  "name": "string"
@@ -2201,7 +2201,7 @@
2201
2201
  "__schema": "TypeSchema",
2202
2202
  "location": {
2203
2203
  "filePath": "dependencies.main.runtime.ts",
2204
- "line": 45,
2204
+ "line": 44,
2205
2205
  "character": 1
2206
2206
  },
2207
2207
  "signature": "type DependenciesResultsDebug = DebugDependencies & OverridesDependenciesData & {\n coreAspects: string[];\n sources: {\n id: string;\n source: string;\n }[];\n}",
@@ -2210,7 +2210,7 @@
2210
2210
  "__schema": "TypeIntersectionSchema",
2211
2211
  "location": {
2212
2212
  "filePath": "dependencies.main.runtime.ts",
2213
- "line": 45,
2213
+ "line": 44,
2214
2214
  "character": 40
2215
2215
  },
2216
2216
  "types": [
@@ -2218,7 +2218,7 @@
2218
2218
  "__schema": "TypeRefSchema",
2219
2219
  "location": {
2220
2220
  "filePath": "dependencies.main.runtime.ts",
2221
- "line": 45,
2221
+ "line": 44,
2222
2222
  "character": 40
2223
2223
  },
2224
2224
  "name": "DebugDependencies"
@@ -2227,7 +2227,7 @@
2227
2227
  "__schema": "TypeRefSchema",
2228
2228
  "location": {
2229
2229
  "filePath": "dependencies.main.runtime.ts",
2230
- "line": 46,
2230
+ "line": 45,
2231
2231
  "character": 3
2232
2232
  },
2233
2233
  "name": "OverridesDependenciesData"
@@ -2236,7 +2236,7 @@
2236
2236
  "__schema": "TypeLiteralSchema",
2237
2237
  "location": {
2238
2238
  "filePath": "dependencies.main.runtime.ts",
2239
- "line": 46,
2239
+ "line": 45,
2240
2240
  "character": 31
2241
2241
  },
2242
2242
  "members": [
@@ -2244,7 +2244,7 @@
2244
2244
  "__schema": "VariableLikeSchema",
2245
2245
  "location": {
2246
2246
  "filePath": "dependencies.main.runtime.ts",
2247
- "line": 46,
2247
+ "line": 45,
2248
2248
  "character": 33
2249
2249
  },
2250
2250
  "signature": "(property) coreAspects: string[]",
@@ -2253,14 +2253,14 @@
2253
2253
  "__schema": "TypeArraySchema",
2254
2254
  "location": {
2255
2255
  "filePath": "dependencies.main.runtime.ts",
2256
- "line": 46,
2256
+ "line": 45,
2257
2257
  "character": 46
2258
2258
  },
2259
2259
  "type": {
2260
2260
  "__schema": "KeywordTypeSchema",
2261
2261
  "location": {
2262
2262
  "filePath": "dependencies.main.runtime.ts",
2263
- "line": 46,
2263
+ "line": 45,
2264
2264
  "character": 46
2265
2265
  },
2266
2266
  "name": "string"
@@ -2272,7 +2272,7 @@
2272
2272
  "__schema": "VariableLikeSchema",
2273
2273
  "location": {
2274
2274
  "filePath": "dependencies.main.runtime.ts",
2275
- "line": 46,
2275
+ "line": 45,
2276
2276
  "character": 56
2277
2277
  },
2278
2278
  "signature": "(property) sources: {\n id: string;\n source: string;\n}[]",
@@ -2281,14 +2281,14 @@
2281
2281
  "__schema": "TypeArraySchema",
2282
2282
  "location": {
2283
2283
  "filePath": "dependencies.main.runtime.ts",
2284
- "line": 46,
2284
+ "line": 45,
2285
2285
  "character": 65
2286
2286
  },
2287
2287
  "type": {
2288
2288
  "__schema": "TypeLiteralSchema",
2289
2289
  "location": {
2290
2290
  "filePath": "dependencies.main.runtime.ts",
2291
- "line": 46,
2291
+ "line": 45,
2292
2292
  "character": 65
2293
2293
  },
2294
2294
  "members": [
@@ -2296,7 +2296,7 @@
2296
2296
  "__schema": "VariableLikeSchema",
2297
2297
  "location": {
2298
2298
  "filePath": "dependencies.main.runtime.ts",
2299
- "line": 46,
2299
+ "line": 45,
2300
2300
  "character": 67
2301
2301
  },
2302
2302
  "signature": "(property) id: string",
@@ -2305,7 +2305,7 @@
2305
2305
  "__schema": "KeywordTypeSchema",
2306
2306
  "location": {
2307
2307
  "filePath": "dependencies.main.runtime.ts",
2308
- "line": 46,
2308
+ "line": 45,
2309
2309
  "character": 71
2310
2310
  },
2311
2311
  "name": "string"
@@ -2316,7 +2316,7 @@
2316
2316
  "__schema": "VariableLikeSchema",
2317
2317
  "location": {
2318
2318
  "filePath": "dependencies.main.runtime.ts",
2319
- "line": 46,
2319
+ "line": 45,
2320
2320
  "character": 79
2321
2321
  },
2322
2322
  "signature": "(property) source: string",
@@ -2325,7 +2325,7 @@
2325
2325
  "__schema": "KeywordTypeSchema",
2326
2326
  "location": {
2327
2327
  "filePath": "dependencies.main.runtime.ts",
2328
- "line": 46,
2328
+ "line": 45,
2329
2329
  "character": 87
2330
2330
  },
2331
2331
  "name": "string"
@@ -2346,7 +2346,7 @@
2346
2346
  "__schema": "TypeSchema",
2347
2347
  "location": {
2348
2348
  "filePath": "dependencies.main.runtime.ts",
2349
- "line": 48,
2349
+ "line": 47,
2350
2350
  "character": 1
2351
2351
  },
2352
2352
  "signature": "type DependenciesResults = {\n graph: ComponentIdGraph;\n id: ComponentID;\n}",
@@ -2355,7 +2355,7 @@
2355
2355
  "__schema": "TypeLiteralSchema",
2356
2356
  "location": {
2357
2357
  "filePath": "dependencies.main.runtime.ts",
2358
- "line": 48,
2358
+ "line": 47,
2359
2359
  "character": 35
2360
2360
  },
2361
2361
  "members": [
@@ -2363,7 +2363,7 @@
2363
2363
  "__schema": "VariableLikeSchema",
2364
2364
  "location": {
2365
2365
  "filePath": "dependencies.main.runtime.ts",
2366
- "line": 49,
2366
+ "line": 48,
2367
2367
  "character": 3
2368
2368
  },
2369
2369
  "signature": "(property) graph: ComponentIdGraph",
@@ -2372,7 +2372,7 @@
2372
2372
  "__schema": "TypeRefSchema",
2373
2373
  "location": {
2374
2374
  "filePath": "dependencies.main.runtime.ts",
2375
- "line": 49,
2375
+ "line": 48,
2376
2376
  "character": 3
2377
2377
  },
2378
2378
  "name": "ComponentIdGraph",
@@ -2387,7 +2387,7 @@
2387
2387
  "__schema": "VariableLikeSchema",
2388
2388
  "location": {
2389
2389
  "filePath": "dependencies.main.runtime.ts",
2390
- "line": 50,
2390
+ "line": 49,
2391
2391
  "character": 3
2392
2392
  },
2393
2393
  "signature": "(property) id: ComponentID",
@@ -2396,7 +2396,7 @@
2396
2396
  "__schema": "TypeRefSchema",
2397
2397
  "location": {
2398
2398
  "filePath": "dependencies.main.runtime.ts",
2399
- "line": 50,
2399
+ "line": 49,
2400
2400
  "character": 3
2401
2401
  },
2402
2402
  "name": "ComponentID",
@@ -2415,7 +2415,7 @@
2415
2415
  "__schema": "TypeSchema",
2416
2416
  "location": {
2417
2417
  "filePath": "dependencies.main.runtime.ts",
2418
- "line": 53,
2418
+ "line": 52,
2419
2419
  "character": 1
2420
2420
  },
2421
2421
  "signature": "type BlameResult = {\n snap: string;\n tag?: string | undefined;\n author: string;\n date: string;\n message: string;\n version: string;\n}",
@@ -2424,7 +2424,7 @@
2424
2424
  "__schema": "TypeLiteralSchema",
2425
2425
  "location": {
2426
2426
  "filePath": "dependencies.main.runtime.ts",
2427
- "line": 53,
2427
+ "line": 52,
2428
2428
  "character": 27
2429
2429
  },
2430
2430
  "members": [
@@ -2432,7 +2432,7 @@
2432
2432
  "__schema": "VariableLikeSchema",
2433
2433
  "location": {
2434
2434
  "filePath": "dependencies.main.runtime.ts",
2435
- "line": 54,
2435
+ "line": 53,
2436
2436
  "character": 3
2437
2437
  },
2438
2438
  "signature": "(property) snap: string",
@@ -2441,7 +2441,7 @@
2441
2441
  "__schema": "KeywordTypeSchema",
2442
2442
  "location": {
2443
2443
  "filePath": "dependencies.main.runtime.ts",
2444
- "line": 54,
2444
+ "line": 53,
2445
2445
  "character": 9
2446
2446
  },
2447
2447
  "name": "string"
@@ -2452,7 +2452,7 @@
2452
2452
  "__schema": "VariableLikeSchema",
2453
2453
  "location": {
2454
2454
  "filePath": "dependencies.main.runtime.ts",
2455
- "line": 55,
2455
+ "line": 54,
2456
2456
  "character": 3
2457
2457
  },
2458
2458
  "signature": "(property) tag?: string | undefined",
@@ -2461,7 +2461,7 @@
2461
2461
  "__schema": "KeywordTypeSchema",
2462
2462
  "location": {
2463
2463
  "filePath": "dependencies.main.runtime.ts",
2464
- "line": 55,
2464
+ "line": 54,
2465
2465
  "character": 9
2466
2466
  },
2467
2467
  "name": "string"
@@ -2472,7 +2472,7 @@
2472
2472
  "__schema": "VariableLikeSchema",
2473
2473
  "location": {
2474
2474
  "filePath": "dependencies.main.runtime.ts",
2475
- "line": 56,
2475
+ "line": 55,
2476
2476
  "character": 3
2477
2477
  },
2478
2478
  "signature": "(property) author: string",
@@ -2481,7 +2481,7 @@
2481
2481
  "__schema": "KeywordTypeSchema",
2482
2482
  "location": {
2483
2483
  "filePath": "dependencies.main.runtime.ts",
2484
- "line": 56,
2484
+ "line": 55,
2485
2485
  "character": 11
2486
2486
  },
2487
2487
  "name": "string"
@@ -2492,7 +2492,7 @@
2492
2492
  "__schema": "VariableLikeSchema",
2493
2493
  "location": {
2494
2494
  "filePath": "dependencies.main.runtime.ts",
2495
- "line": 57,
2495
+ "line": 56,
2496
2496
  "character": 3
2497
2497
  },
2498
2498
  "signature": "(property) date: string",
@@ -2501,7 +2501,7 @@
2501
2501
  "__schema": "KeywordTypeSchema",
2502
2502
  "location": {
2503
2503
  "filePath": "dependencies.main.runtime.ts",
2504
- "line": 57,
2504
+ "line": 56,
2505
2505
  "character": 9
2506
2506
  },
2507
2507
  "name": "string"
@@ -2512,7 +2512,7 @@
2512
2512
  "__schema": "VariableLikeSchema",
2513
2513
  "location": {
2514
2514
  "filePath": "dependencies.main.runtime.ts",
2515
- "line": 58,
2515
+ "line": 57,
2516
2516
  "character": 3
2517
2517
  },
2518
2518
  "signature": "(property) message: string",
@@ -2521,7 +2521,7 @@
2521
2521
  "__schema": "KeywordTypeSchema",
2522
2522
  "location": {
2523
2523
  "filePath": "dependencies.main.runtime.ts",
2524
- "line": 58,
2524
+ "line": 57,
2525
2525
  "character": 12
2526
2526
  },
2527
2527
  "name": "string"
@@ -2532,7 +2532,7 @@
2532
2532
  "__schema": "VariableLikeSchema",
2533
2533
  "location": {
2534
2534
  "filePath": "dependencies.main.runtime.ts",
2535
- "line": 59,
2535
+ "line": 58,
2536
2536
  "character": 3
2537
2537
  },
2538
2538
  "signature": "(property) version: string",
@@ -2541,7 +2541,7 @@
2541
2541
  "__schema": "KeywordTypeSchema",
2542
2542
  "location": {
2543
2543
  "filePath": "dependencies.main.runtime.ts",
2544
- "line": 59,
2544
+ "line": 58,
2545
2545
  "character": 12
2546
2546
  },
2547
2547
  "name": "string"
@@ -2555,7 +2555,7 @@
2555
2555
  "__schema": "ClassSchema",
2556
2556
  "location": {
2557
2557
  "filePath": "dependencies.main.runtime.ts",
2558
- "line": 62,
2558
+ "line": 61,
2559
2559
  "character": 1
2560
2560
  },
2561
2561
  "signature": "class DependenciesMain",
@@ -2565,7 +2565,7 @@
2565
2565
  "__schema": "ConstructorSchema",
2566
2566
  "location": {
2567
2567
  "filePath": "dependencies.main.runtime.ts",
2568
- "line": 63,
2568
+ "line": 62,
2569
2569
  "character": 3
2570
2570
  },
2571
2571
  "signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain, logger: Logger): DependenciesMain",
@@ -2575,7 +2575,7 @@
2575
2575
  "__schema": "ParameterSchema",
2576
2576
  "location": {
2577
2577
  "filePath": "dependencies.main.runtime.ts",
2578
- "line": 64,
2578
+ "line": 63,
2579
2579
  "character": 5
2580
2580
  },
2581
2581
  "name": "workspace",
@@ -2583,7 +2583,7 @@
2583
2583
  "__schema": "TypeRefSchema",
2584
2584
  "location": {
2585
2585
  "filePath": "dependencies.main.runtime.ts",
2586
- "line": 64,
2586
+ "line": 63,
2587
2587
  "character": 24
2588
2588
  },
2589
2589
  "name": "Workspace"
@@ -2595,7 +2595,7 @@
2595
2595
  "__schema": "ParameterSchema",
2596
2596
  "location": {
2597
2597
  "filePath": "dependencies.main.runtime.ts",
2598
- "line": 65,
2598
+ "line": 64,
2599
2599
  "character": 5
2600
2600
  },
2601
2601
  "name": "scope",
@@ -2603,7 +2603,7 @@
2603
2603
  "__schema": "TypeRefSchema",
2604
2604
  "location": {
2605
2605
  "filePath": "dependencies.main.runtime.ts",
2606
- "line": 65,
2606
+ "line": 64,
2607
2607
  "character": 20
2608
2608
  },
2609
2609
  "name": "ScopeMain"
@@ -2615,7 +2615,7 @@
2615
2615
  "__schema": "ParameterSchema",
2616
2616
  "location": {
2617
2617
  "filePath": "dependencies.main.runtime.ts",
2618
- "line": 66,
2618
+ "line": 65,
2619
2619
  "character": 5
2620
2620
  },
2621
2621
  "name": "dependencyResolver",
@@ -2623,7 +2623,7 @@
2623
2623
  "__schema": "TypeRefSchema",
2624
2624
  "location": {
2625
2625
  "filePath": "dependencies.main.runtime.ts",
2626
- "line": 66,
2626
+ "line": 65,
2627
2627
  "character": 33
2628
2628
  },
2629
2629
  "name": "DependencyResolverMain"
@@ -2635,7 +2635,7 @@
2635
2635
  "__schema": "ParameterSchema",
2636
2636
  "location": {
2637
2637
  "filePath": "dependencies.main.runtime.ts",
2638
- "line": 67,
2638
+ "line": 66,
2639
2639
  "character": 5
2640
2640
  },
2641
2641
  "name": "devFiles",
@@ -2643,7 +2643,7 @@
2643
2643
  "__schema": "TypeRefSchema",
2644
2644
  "location": {
2645
2645
  "filePath": "dependencies.main.runtime.ts",
2646
- "line": 67,
2646
+ "line": 66,
2647
2647
  "character": 23
2648
2648
  },
2649
2649
  "name": "DevFilesMain"
@@ -2655,7 +2655,7 @@
2655
2655
  "__schema": "ParameterSchema",
2656
2656
  "location": {
2657
2657
  "filePath": "dependencies.main.runtime.ts",
2658
- "line": 68,
2658
+ "line": 67,
2659
2659
  "character": 5
2660
2660
  },
2661
2661
  "name": "aspectLoader",
@@ -2663,7 +2663,7 @@
2663
2663
  "__schema": "TypeRefSchema",
2664
2664
  "location": {
2665
2665
  "filePath": "dependencies.main.runtime.ts",
2666
- "line": 68,
2666
+ "line": 67,
2667
2667
  "character": 27
2668
2668
  },
2669
2669
  "name": "AspectLoaderMain"
@@ -2675,7 +2675,7 @@
2675
2675
  "__schema": "ParameterSchema",
2676
2676
  "location": {
2677
2677
  "filePath": "dependencies.main.runtime.ts",
2678
- "line": 69,
2678
+ "line": 68,
2679
2679
  "character": 5
2680
2680
  },
2681
2681
  "name": "graph",
@@ -2683,7 +2683,7 @@
2683
2683
  "__schema": "TypeRefSchema",
2684
2684
  "location": {
2685
2685
  "filePath": "dependencies.main.runtime.ts",
2686
- "line": 69,
2686
+ "line": 68,
2687
2687
  "character": 20
2688
2688
  },
2689
2689
  "name": "GraphMain"
@@ -2695,7 +2695,7 @@
2695
2695
  "__schema": "ParameterSchema",
2696
2696
  "location": {
2697
2697
  "filePath": "dependencies.main.runtime.ts",
2698
- "line": 70,
2698
+ "line": 69,
2699
2699
  "character": 5
2700
2700
  },
2701
2701
  "name": "logger",
@@ -2703,7 +2703,7 @@
2703
2703
  "__schema": "TypeRefSchema",
2704
2704
  "location": {
2705
2705
  "filePath": "dependencies.main.runtime.ts",
2706
- "line": 70,
2706
+ "line": 69,
2707
2707
  "character": 21
2708
2708
  },
2709
2709
  "name": "Logger"
@@ -2716,7 +2716,7 @@
2716
2716
  "__schema": "ThisTypeSchema",
2717
2717
  "location": {
2718
2718
  "filePath": "dependencies.main.runtime.ts",
2719
- "line": 62,
2719
+ "line": 61,
2720
2720
  "character": 1
2721
2721
  },
2722
2722
  "name": "DependenciesMain"
@@ -2727,7 +2727,7 @@
2727
2727
  "__schema": "FunctionLikeSchema",
2728
2728
  "location": {
2729
2729
  "filePath": "dependencies.main.runtime.ts",
2730
- "line": 73,
2730
+ "line": 72,
2731
2731
  "character": 3
2732
2732
  },
2733
2733
  "signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
@@ -2737,7 +2737,7 @@
2737
2737
  "__schema": "ParameterSchema",
2738
2738
  "location": {
2739
2739
  "filePath": "dependencies.main.runtime.ts",
2740
- "line": 73,
2740
+ "line": 72,
2741
2741
  "character": 17
2742
2742
  },
2743
2743
  "name": "componentId",
@@ -2745,7 +2745,7 @@
2745
2745
  "__schema": "KeywordTypeSchema",
2746
2746
  "location": {
2747
2747
  "filePath": "dependencies.main.runtime.ts",
2748
- "line": 73,
2748
+ "line": 72,
2749
2749
  "character": 30
2750
2750
  },
2751
2751
  "name": "string"
@@ -2757,7 +2757,7 @@
2757
2757
  "__schema": "ParameterSchema",
2758
2758
  "location": {
2759
2759
  "filePath": "dependencies.main.runtime.ts",
2760
- "line": 73,
2760
+ "line": 72,
2761
2761
  "character": 38
2762
2762
  },
2763
2763
  "name": "range",
@@ -2765,7 +2765,7 @@
2765
2765
  "__schema": "KeywordTypeSchema",
2766
2766
  "location": {
2767
2767
  "filePath": "dependencies.main.runtime.ts",
2768
- "line": 73,
2768
+ "line": 72,
2769
2769
  "character": 46
2770
2770
  },
2771
2771
  "name": "string"
@@ -2778,7 +2778,7 @@
2778
2778
  "__schema": "TypeRefSchema",
2779
2779
  "location": {
2780
2780
  "filePath": "dependencies.main.runtime.ts",
2781
- "line": 73,
2781
+ "line": 72,
2782
2782
  "character": 55
2783
2783
  },
2784
2784
  "name": "Promise",
@@ -2787,7 +2787,7 @@
2787
2787
  "__schema": "KeywordTypeSchema",
2788
2788
  "location": {
2789
2789
  "filePath": "dependencies.main.runtime.ts",
2790
- "line": 73,
2790
+ "line": 72,
2791
2791
  "character": 63
2792
2792
  },
2793
2793
  "name": "void"
@@ -2802,7 +2802,7 @@
2802
2802
  "__schema": "FunctionLikeSchema",
2803
2803
  "location": {
2804
2804
  "filePath": "dependencies.main.runtime.ts",
2805
- "line": 84,
2805
+ "line": 83,
2806
2806
  "character": 3
2807
2807
  },
2808
2808
  "signature": "(method) DependenciesMain.unsetPeer(componentId: string): Promise<void>",
@@ -2812,7 +2812,7 @@
2812
2812
  "__schema": "ParameterSchema",
2813
2813
  "location": {
2814
2814
  "filePath": "dependencies.main.runtime.ts",
2815
- "line": 84,
2815
+ "line": 83,
2816
2816
  "character": 19
2817
2817
  },
2818
2818
  "name": "componentId",
@@ -2820,7 +2820,7 @@
2820
2820
  "__schema": "KeywordTypeSchema",
2821
2821
  "location": {
2822
2822
  "filePath": "dependencies.main.runtime.ts",
2823
- "line": 84,
2823
+ "line": 83,
2824
2824
  "character": 32
2825
2825
  },
2826
2826
  "name": "string"
@@ -2833,7 +2833,7 @@
2833
2833
  "__schema": "TypeRefSchema",
2834
2834
  "location": {
2835
2835
  "filePath": "dependencies.main.runtime.ts",
2836
- "line": 84,
2836
+ "line": 83,
2837
2837
  "character": 41
2838
2838
  },
2839
2839
  "name": "Promise",
@@ -2842,7 +2842,7 @@
2842
2842
  "__schema": "KeywordTypeSchema",
2843
2843
  "location": {
2844
2844
  "filePath": "dependencies.main.runtime.ts",
2845
- "line": 84,
2845
+ "line": 83,
2846
2846
  "character": 49
2847
2847
  },
2848
2848
  "name": "void"
@@ -2857,7 +2857,7 @@
2857
2857
  "__schema": "FunctionLikeSchema",
2858
2858
  "location": {
2859
2859
  "filePath": "dependencies.main.runtime.ts",
2860
- "line": 101,
2860
+ "line": 100,
2861
2861
  "character": 3
2862
2862
  },
2863
2863
  "signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
@@ -2867,7 +2867,7 @@
2867
2867
  "__schema": "ParameterSchema",
2868
2868
  "location": {
2869
2869
  "filePath": "dependencies.main.runtime.ts",
2870
- "line": 102,
2870
+ "line": 101,
2871
2871
  "character": 5
2872
2872
  },
2873
2873
  "name": "componentPattern",
@@ -2875,7 +2875,7 @@
2875
2875
  "__schema": "KeywordTypeSchema",
2876
2876
  "location": {
2877
2877
  "filePath": "dependencies.main.runtime.ts",
2878
- "line": 102,
2878
+ "line": 101,
2879
2879
  "character": 23
2880
2880
  },
2881
2881
  "name": "string"
@@ -2887,7 +2887,7 @@
2887
2887
  "__schema": "ParameterSchema",
2888
2888
  "location": {
2889
2889
  "filePath": "dependencies.main.runtime.ts",
2890
- "line": 103,
2890
+ "line": 102,
2891
2891
  "character": 5
2892
2892
  },
2893
2893
  "name": "packages",
@@ -2895,14 +2895,14 @@
2895
2895
  "__schema": "TypeArraySchema",
2896
2896
  "location": {
2897
2897
  "filePath": "dependencies.main.runtime.ts",
2898
- "line": 103,
2898
+ "line": 102,
2899
2899
  "character": 15
2900
2900
  },
2901
2901
  "type": {
2902
2902
  "__schema": "KeywordTypeSchema",
2903
2903
  "location": {
2904
2904
  "filePath": "dependencies.main.runtime.ts",
2905
- "line": 103,
2905
+ "line": 102,
2906
2906
  "character": 15
2907
2907
  },
2908
2908
  "name": "string"
@@ -2915,7 +2915,7 @@
2915
2915
  "__schema": "ParameterSchema",
2916
2916
  "location": {
2917
2917
  "filePath": "dependencies.main.runtime.ts",
2918
- "line": 104,
2918
+ "line": 103,
2919
2919
  "character": 5
2920
2920
  },
2921
2921
  "name": "options",
@@ -2923,7 +2923,7 @@
2923
2923
  "__schema": "TypeRefSchema",
2924
2924
  "location": {
2925
2925
  "filePath": "dependencies.main.runtime.ts",
2926
- "line": 104,
2926
+ "line": 103,
2927
2927
  "character": 14
2928
2928
  },
2929
2929
  "name": "SetDependenciesFlags"
@@ -2937,7 +2937,7 @@
2937
2937
  "__schema": "TypeRefSchema",
2938
2938
  "location": {
2939
2939
  "filePath": "dependencies.main.runtime.ts",
2940
- "line": 105,
2940
+ "line": 104,
2941
2941
  "character": 6
2942
2942
  },
2943
2943
  "name": "Promise",
@@ -2946,7 +2946,7 @@
2946
2946
  "__schema": "TypeRefSchema",
2947
2947
  "location": {
2948
2948
  "filePath": "dependencies.main.runtime.ts",
2949
- "line": 105,
2949
+ "line": 104,
2950
2950
  "character": 14
2951
2951
  },
2952
2952
  "name": "SetDependenciesResult"
@@ -2961,7 +2961,7 @@
2961
2961
  "__schema": "FunctionLikeSchema",
2962
2962
  "location": {
2963
2963
  "filePath": "dependencies.main.runtime.ts",
2964
- "line": 145,
2964
+ "line": 144,
2965
2965
  "character": 3
2966
2966
  },
2967
2967
  "signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
@@ -2971,7 +2971,7 @@
2971
2971
  "__schema": "ParameterSchema",
2972
2972
  "location": {
2973
2973
  "filePath": "dependencies.main.runtime.ts",
2974
- "line": 146,
2974
+ "line": 145,
2975
2975
  "character": 5
2976
2976
  },
2977
2977
  "name": "componentPattern",
@@ -2979,7 +2979,7 @@
2979
2979
  "__schema": "KeywordTypeSchema",
2980
2980
  "location": {
2981
2981
  "filePath": "dependencies.main.runtime.ts",
2982
- "line": 146,
2982
+ "line": 145,
2983
2983
  "character": 23
2984
2984
  },
2985
2985
  "name": "string"
@@ -2991,7 +2991,7 @@
2991
2991
  "__schema": "ParameterSchema",
2992
2992
  "location": {
2993
2993
  "filePath": "dependencies.main.runtime.ts",
2994
- "line": 147,
2994
+ "line": 146,
2995
2995
  "character": 5
2996
2996
  },
2997
2997
  "name": "packages",
@@ -2999,14 +2999,14 @@
2999
2999
  "__schema": "TypeArraySchema",
3000
3000
  "location": {
3001
3001
  "filePath": "dependencies.main.runtime.ts",
3002
- "line": 147,
3002
+ "line": 146,
3003
3003
  "character": 15
3004
3004
  },
3005
3005
  "type": {
3006
3006
  "__schema": "KeywordTypeSchema",
3007
3007
  "location": {
3008
3008
  "filePath": "dependencies.main.runtime.ts",
3009
- "line": 147,
3009
+ "line": 146,
3010
3010
  "character": 15
3011
3011
  },
3012
3012
  "name": "string"
@@ -3019,7 +3019,7 @@
3019
3019
  "__schema": "ParameterSchema",
3020
3020
  "location": {
3021
3021
  "filePath": "dependencies.main.runtime.ts",
3022
- "line": 148,
3022
+ "line": 147,
3023
3023
  "character": 5
3024
3024
  },
3025
3025
  "name": "options",
@@ -3027,7 +3027,7 @@
3027
3027
  "__schema": "TypeRefSchema",
3028
3028
  "location": {
3029
3029
  "filePath": "dependencies.main.runtime.ts",
3030
- "line": 148,
3030
+ "line": 147,
3031
3031
  "character": 14
3032
3032
  },
3033
3033
  "name": "RemoveDependenciesFlags"
@@ -3040,7 +3040,7 @@
3040
3040
  "__schema": "ParameterSchema",
3041
3041
  "location": {
3042
3042
  "filePath": "dependencies.main.runtime.ts",
3043
- "line": 149,
3043
+ "line": 148,
3044
3044
  "character": 5
3045
3045
  },
3046
3046
  "name": "removeOnlyIfExists",
@@ -3048,7 +3048,7 @@
3048
3048
  "__schema": "InferenceTypeSchema",
3049
3049
  "location": {
3050
3050
  "filePath": "dependencies.main.runtime.ts",
3051
- "line": 149,
3051
+ "line": 148,
3052
3052
  "character": 5
3053
3053
  },
3054
3054
  "type": "boolean"
@@ -3062,7 +3062,7 @@
3062
3062
  "__schema": "TypeRefSchema",
3063
3063
  "location": {
3064
3064
  "filePath": "dependencies.main.runtime.ts",
3065
- "line": 150,
3065
+ "line": 149,
3066
3066
  "character": 6
3067
3067
  },
3068
3068
  "name": "Promise",
@@ -3071,14 +3071,14 @@
3071
3071
  "__schema": "TypeArraySchema",
3072
3072
  "location": {
3073
3073
  "filePath": "dependencies.main.runtime.ts",
3074
- "line": 150,
3074
+ "line": 149,
3075
3075
  "character": 14
3076
3076
  },
3077
3077
  "type": {
3078
3078
  "__schema": "TypeRefSchema",
3079
3079
  "location": {
3080
3080
  "filePath": "dependencies.main.runtime.ts",
3081
- "line": 150,
3081
+ "line": 149,
3082
3082
  "character": 14
3083
3083
  },
3084
3084
  "name": "RemoveDependencyResult"
@@ -3094,7 +3094,7 @@
3094
3094
  "__schema": "FunctionLikeSchema",
3095
3095
  "location": {
3096
3096
  "filePath": "dependencies.main.runtime.ts",
3097
- "line": 209,
3097
+ "line": 208,
3098
3098
  "character": 3
3099
3099
  },
3100
3100
  "signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
@@ -3104,7 +3104,7 @@
3104
3104
  "__schema": "ParameterSchema",
3105
3105
  "location": {
3106
3106
  "filePath": "dependencies.main.runtime.ts",
3107
- "line": 209,
3107
+ "line": 208,
3108
3108
  "character": 15
3109
3109
  },
3110
3110
  "name": "componentPattern",
@@ -3112,7 +3112,7 @@
3112
3112
  "__schema": "KeywordTypeSchema",
3113
3113
  "location": {
3114
3114
  "filePath": "dependencies.main.runtime.ts",
3115
- "line": 209,
3115
+ "line": 208,
3116
3116
  "character": 33
3117
3117
  },
3118
3118
  "name": "string"
@@ -3125,7 +3125,7 @@
3125
3125
  "__schema": "TypeRefSchema",
3126
3126
  "location": {
3127
3127
  "filePath": "dependencies.main.runtime.ts",
3128
- "line": 209,
3128
+ "line": 208,
3129
3129
  "character": 42
3130
3130
  },
3131
3131
  "name": "Promise",
@@ -3134,14 +3134,14 @@
3134
3134
  "__schema": "TypeArraySchema",
3135
3135
  "location": {
3136
3136
  "filePath": "dependencies.main.runtime.ts",
3137
- "line": 209,
3137
+ "line": 208,
3138
3138
  "character": 50
3139
3139
  },
3140
3140
  "type": {
3141
3141
  "__schema": "TypeRefSchema",
3142
3142
  "location": {
3143
3143
  "filePath": "dependencies.main.runtime.ts",
3144
- "line": 209,
3144
+ "line": 208,
3145
3145
  "character": 50
3146
3146
  },
3147
3147
  "name": "ComponentID"
@@ -3157,7 +3157,7 @@
3157
3157
  "__schema": "FunctionLikeSchema",
3158
3158
  "location": {
3159
3159
  "filePath": "dependencies.main.runtime.ts",
3160
- "line": 219,
3160
+ "line": 218,
3161
3161
  "character": 3
3162
3162
  },
3163
3163
  "signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
@@ -3167,7 +3167,7 @@
3167
3167
  "__schema": "ParameterSchema",
3168
3168
  "location": {
3169
3169
  "filePath": "dependencies.main.runtime.ts",
3170
- "line": 219,
3170
+ "line": 218,
3171
3171
  "character": 15
3172
3172
  },
3173
3173
  "name": "componentPattern",
@@ -3175,7 +3175,7 @@
3175
3175
  "__schema": "KeywordTypeSchema",
3176
3176
  "location": {
3177
3177
  "filePath": "dependencies.main.runtime.ts",
3178
- "line": 219,
3178
+ "line": 218,
3179
3179
  "character": 33
3180
3180
  },
3181
3181
  "name": "string"
@@ -3188,7 +3188,7 @@
3188
3188
  "__schema": "TypeRefSchema",
3189
3189
  "location": {
3190
3190
  "filePath": "dependencies.main.runtime.ts",
3191
- "line": 219,
3191
+ "line": 218,
3192
3192
  "character": 42
3193
3193
  },
3194
3194
  "name": "Promise",
@@ -3197,14 +3197,14 @@
3197
3197
  "__schema": "TypeArraySchema",
3198
3198
  "location": {
3199
3199
  "filePath": "dependencies.main.runtime.ts",
3200
- "line": 219,
3200
+ "line": 218,
3201
3201
  "character": 50
3202
3202
  },
3203
3203
  "type": {
3204
3204
  "__schema": "TypeRefSchema",
3205
3205
  "location": {
3206
3206
  "filePath": "dependencies.main.runtime.ts",
3207
- "line": 219,
3207
+ "line": 218,
3208
3208
  "character": 50
3209
3209
  },
3210
3210
  "name": "ComponentID"
@@ -3220,7 +3220,7 @@
3220
3220
  "__schema": "FunctionLikeSchema",
3221
3221
  "location": {
3222
3222
  "filePath": "dependencies.main.runtime.ts",
3223
- "line": 237,
3223
+ "line": 236,
3224
3224
  "character": 3
3225
3225
  },
3226
3226
  "signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
@@ -3230,7 +3230,7 @@
3230
3230
  "__schema": "ParameterSchema",
3231
3231
  "location": {
3232
3232
  "filePath": "dependencies.main.runtime.ts",
3233
- "line": 237,
3233
+ "line": 236,
3234
3234
  "character": 25
3235
3235
  },
3236
3236
  "name": "id",
@@ -3238,7 +3238,7 @@
3238
3238
  "__schema": "KeywordTypeSchema",
3239
3239
  "location": {
3240
3240
  "filePath": "dependencies.main.runtime.ts",
3241
- "line": 237,
3241
+ "line": 236,
3242
3242
  "character": 29
3243
3243
  },
3244
3244
  "name": "string"
@@ -3250,7 +3250,7 @@
3250
3250
  "__schema": "ParameterSchema",
3251
3251
  "location": {
3252
3252
  "filePath": "dependencies.main.runtime.ts",
3253
- "line": 237,
3253
+ "line": 236,
3254
3254
  "character": 37
3255
3255
  },
3256
3256
  "name": "scope",
@@ -3258,7 +3258,7 @@
3258
3258
  "__schema": "KeywordTypeSchema",
3259
3259
  "location": {
3260
3260
  "filePath": "dependencies.main.runtime.ts",
3261
- "line": 237,
3261
+ "line": 236,
3262
3262
  "character": 45
3263
3263
  },
3264
3264
  "name": "boolean"
@@ -3271,7 +3271,7 @@
3271
3271
  "__schema": "TypeRefSchema",
3272
3272
  "location": {
3273
3273
  "filePath": "dependencies.main.runtime.ts",
3274
- "line": 237,
3274
+ "line": 236,
3275
3275
  "character": 55
3276
3276
  },
3277
3277
  "name": "Promise",
@@ -3280,7 +3280,7 @@
3280
3280
  "__schema": "TypeRefSchema",
3281
3281
  "location": {
3282
3282
  "filePath": "dependencies.main.runtime.ts",
3283
- "line": 237,
3283
+ "line": 236,
3284
3284
  "character": 63
3285
3285
  },
3286
3286
  "name": "DependenciesResults"
@@ -3295,7 +3295,7 @@
3295
3295
  "__schema": "FunctionLikeSchema",
3296
3296
  "location": {
3297
3297
  "filePath": "dependencies.main.runtime.ts",
3298
- "line": 247,
3298
+ "line": 246,
3299
3299
  "character": 3
3300
3300
  },
3301
3301
  "signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
@@ -3305,7 +3305,7 @@
3305
3305
  "__schema": "ParameterSchema",
3306
3306
  "location": {
3307
3307
  "filePath": "dependencies.main.runtime.ts",
3308
- "line": 247,
3308
+ "line": 246,
3309
3309
  "character": 26
3310
3310
  },
3311
3311
  "name": "component",
@@ -3313,7 +3313,7 @@
3313
3313
  "__schema": "TypeRefSchema",
3314
3314
  "location": {
3315
3315
  "filePath": "dependencies.main.runtime.ts",
3316
- "line": 247,
3316
+ "line": 246,
3317
3317
  "character": 37
3318
3318
  },
3319
3319
  "name": "ConsumerComponent"
@@ -3325,7 +3325,7 @@
3325
3325
  "__schema": "ParameterSchema",
3326
3326
  "location": {
3327
3327
  "filePath": "dependencies.main.runtime.ts",
3328
- "line": 247,
3328
+ "line": 246,
3329
3329
  "character": 56
3330
3330
  },
3331
3331
  "name": "opts",
@@ -3333,7 +3333,7 @@
3333
3333
  "__schema": "TypeRefSchema",
3334
3334
  "location": {
3335
3335
  "filePath": "dependencies.main.runtime.ts",
3336
- "line": 247,
3336
+ "line": 246,
3337
3337
  "character": 62
3338
3338
  },
3339
3339
  "name": "DependencyLoaderOpts"
@@ -3346,7 +3346,7 @@
3346
3346
  "__schema": "InferenceTypeSchema",
3347
3347
  "location": {
3348
3348
  "filePath": "dependencies.main.runtime.ts",
3349
- "line": 247,
3349
+ "line": 246,
3350
3350
  "character": 3
3351
3351
  },
3352
3352
  "type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
@@ -3359,14 +3359,14 @@
3359
3359
  "__schema": "FunctionLikeSchema",
3360
3360
  "location": {
3361
3361
  "filePath": "dependencies.main.runtime.ts",
3362
- "line": 264,
3362
+ "line": 263,
3363
3363
  "character": 3
3364
3364
  },
3365
3365
  "doc": {
3366
3366
  "__schema": "DocSchema",
3367
3367
  "location": {
3368
3368
  "filePath": "dependencies.main.runtime.ts",
3369
- "line": 258,
3369
+ "line": 257,
3370
3370
  "character": 3
3371
3371
  },
3372
3372
  "raw": "/**\n * load dependencies without the need for the workspace.\n * the \"auto-detect\" are passed here as \"dependenciesData\". the \"overrides\", such as dependencies from the env,\n * are calculated here.\n * eventually all these dependencies are added to the ConsumerComponent object.\n */",
@@ -3380,7 +3380,7 @@
3380
3380
  "__schema": "ParameterSchema",
3381
3381
  "location": {
3382
3382
  "filePath": "dependencies.main.runtime.ts",
3383
- "line": 264,
3383
+ "line": 263,
3384
3384
  "character": 35
3385
3385
  },
3386
3386
  "name": "component",
@@ -3388,7 +3388,7 @@
3388
3388
  "__schema": "TypeRefSchema",
3389
3389
  "location": {
3390
3390
  "filePath": "dependencies.main.runtime.ts",
3391
- "line": 264,
3391
+ "line": 263,
3392
3392
  "character": 46
3393
3393
  },
3394
3394
  "name": "ConsumerComponent"
@@ -3400,7 +3400,7 @@
3400
3400
  "__schema": "ParameterSchema",
3401
3401
  "location": {
3402
3402
  "filePath": "dependencies.main.runtime.ts",
3403
- "line": 264,
3403
+ "line": 263,
3404
3404
  "character": 65
3405
3405
  },
3406
3406
  "name": "dependenciesData",
@@ -3408,7 +3408,7 @@
3408
3408
  "__schema": "TypeRefSchema",
3409
3409
  "location": {
3410
3410
  "filePath": "dependencies.main.runtime.ts",
3411
- "line": 264,
3411
+ "line": 263,
3412
3412
  "character": 83
3413
3413
  },
3414
3414
  "name": "Partial",
@@ -3417,7 +3417,7 @@
3417
3417
  "__schema": "TypeRefSchema",
3418
3418
  "location": {
3419
3419
  "filePath": "dependencies.main.runtime.ts",
3420
- "line": 264,
3420
+ "line": 263,
3421
3421
  "character": 91
3422
3422
  },
3423
3423
  "name": "DependenciesData"
@@ -3432,7 +3432,7 @@
3432
3432
  "__schema": "InferenceTypeSchema",
3433
3433
  "location": {
3434
3434
  "filePath": "dependencies.main.runtime.ts",
3435
- "line": 264,
3435
+ "line": 263,
3436
3436
  "character": 3
3437
3437
  },
3438
3438
  "type": "Promise<void>"
@@ -3445,7 +3445,7 @@
3445
3445
  "__schema": "FunctionLikeSchema",
3446
3446
  "location": {
3447
3447
  "filePath": "dependencies.main.runtime.ts",
3448
- "line": 275,
3448
+ "line": 274,
3449
3449
  "character": 3
3450
3450
  },
3451
3451
  "signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
@@ -3455,7 +3455,7 @@
3455
3455
  "__schema": "ParameterSchema",
3456
3456
  "location": {
3457
3457
  "filePath": "dependencies.main.runtime.ts",
3458
- "line": 275,
3458
+ "line": 274,
3459
3459
  "character": 27
3460
3460
  },
3461
3461
  "name": "id",
@@ -3463,7 +3463,7 @@
3463
3463
  "__schema": "KeywordTypeSchema",
3464
3464
  "location": {
3465
3465
  "filePath": "dependencies.main.runtime.ts",
3466
- "line": 275,
3466
+ "line": 274,
3467
3467
  "character": 31
3468
3468
  },
3469
3469
  "name": "string"
@@ -3476,7 +3476,7 @@
3476
3476
  "__schema": "TypeRefSchema",
3477
3477
  "location": {
3478
3478
  "filePath": "dependencies.main.runtime.ts",
3479
- "line": 275,
3479
+ "line": 274,
3480
3480
  "character": 40
3481
3481
  },
3482
3482
  "name": "Promise",
@@ -3485,7 +3485,7 @@
3485
3485
  "__schema": "TypeRefSchema",
3486
3486
  "location": {
3487
3487
  "filePath": "dependencies.main.runtime.ts",
3488
- "line": 275,
3488
+ "line": 274,
3489
3489
  "character": 48
3490
3490
  },
3491
3491
  "name": "DependenciesResultsDebug"
@@ -3500,14 +3500,14 @@
3500
3500
  "__schema": "FunctionLikeSchema",
3501
3501
  "location": {
3502
3502
  "filePath": "dependencies.main.runtime.ts",
3503
- "line": 307,
3503
+ "line": 306,
3504
3504
  "character": 3
3505
3505
  },
3506
3506
  "doc": {
3507
3507
  "__schema": "DocSchema",
3508
3508
  "location": {
3509
3509
  "filePath": "dependencies.main.runtime.ts",
3510
- "line": 303,
3510
+ "line": 302,
3511
3511
  "character": 3
3512
3512
  },
3513
3513
  "raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
@@ -3521,7 +3521,7 @@
3521
3521
  "__schema": "ParameterSchema",
3522
3522
  "location": {
3523
3523
  "filePath": "dependencies.main.runtime.ts",
3524
- "line": 307,
3524
+ "line": 306,
3525
3525
  "character": 15
3526
3526
  },
3527
3527
  "name": "compName",
@@ -3529,7 +3529,7 @@
3529
3529
  "__schema": "KeywordTypeSchema",
3530
3530
  "location": {
3531
3531
  "filePath": "dependencies.main.runtime.ts",
3532
- "line": 307,
3532
+ "line": 306,
3533
3533
  "character": 25
3534
3534
  },
3535
3535
  "name": "string"
@@ -3541,7 +3541,7 @@
3541
3541
  "__schema": "ParameterSchema",
3542
3542
  "location": {
3543
3543
  "filePath": "dependencies.main.runtime.ts",
3544
- "line": 307,
3544
+ "line": 306,
3545
3545
  "character": 33
3546
3546
  },
3547
3547
  "name": "depName",
@@ -3549,7 +3549,7 @@
3549
3549
  "__schema": "KeywordTypeSchema",
3550
3550
  "location": {
3551
3551
  "filePath": "dependencies.main.runtime.ts",
3552
- "line": 307,
3552
+ "line": 306,
3553
3553
  "character": 42
3554
3554
  },
3555
3555
  "name": "string"
@@ -3562,7 +3562,7 @@
3562
3562
  "__schema": "InferenceTypeSchema",
3563
3563
  "location": {
3564
3564
  "filePath": "dependencies.main.runtime.ts",
3565
- "line": 307,
3565
+ "line": 306,
3566
3566
  "character": 3
3567
3567
  },
3568
3568
  "type": "Promise<BlameResult[]>"
@@ -3575,7 +3575,7 @@
3575
3575
  "__schema": "FunctionLikeSchema",
3576
3576
  "location": {
3577
3577
  "filePath": "dependencies.main.runtime.ts",
3578
- "line": 340,
3578
+ "line": 339,
3579
3579
  "character": 3
3580
3580
  },
3581
3581
  "signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
@@ -3585,7 +3585,7 @@
3585
3585
  "__schema": "ParameterSchema",
3586
3586
  "location": {
3587
3587
  "filePath": "dependencies.main.runtime.ts",
3588
- "line": 340,
3588
+ "line": 339,
3589
3589
  "character": 19
3590
3590
  },
3591
3591
  "name": "depName",
@@ -3593,7 +3593,7 @@
3593
3593
  "__schema": "KeywordTypeSchema",
3594
3594
  "location": {
3595
3595
  "filePath": "dependencies.main.runtime.ts",
3596
- "line": 340,
3596
+ "line": 339,
3597
3597
  "character": 28
3598
3598
  },
3599
3599
  "name": "string"
@@ -3605,7 +3605,7 @@
3605
3605
  "__schema": "ParameterSchema",
3606
3606
  "location": {
3607
3607
  "filePath": "dependencies.main.runtime.ts",
3608
- "line": 340,
3608
+ "line": 339,
3609
3609
  "character": 36
3610
3610
  },
3611
3611
  "name": "opts",
@@ -3613,7 +3613,7 @@
3613
3613
  "__schema": "TypeLiteralSchema",
3614
3614
  "location": {
3615
3615
  "filePath": "dependencies.main.runtime.ts",
3616
- "line": 340,
3616
+ "line": 339,
3617
3617
  "character": 43
3618
3618
  },
3619
3619
  "members": [
@@ -3621,7 +3621,7 @@
3621
3621
  "__schema": "VariableLikeSchema",
3622
3622
  "location": {
3623
3623
  "filePath": "dependencies.main.runtime.ts",
3624
- "line": 340,
3624
+ "line": 339,
3625
3625
  "character": 45
3626
3626
  },
3627
3627
  "signature": "(property) depth?: number | undefined",
@@ -3630,7 +3630,7 @@
3630
3630
  "__schema": "KeywordTypeSchema",
3631
3631
  "location": {
3632
3632
  "filePath": "dependencies.main.runtime.ts",
3633
- "line": 340,
3633
+ "line": 339,
3634
3634
  "character": 53
3635
3635
  },
3636
3636
  "name": "number"
@@ -3647,7 +3647,7 @@
3647
3647
  "__schema": "TypeRefSchema",
3648
3648
  "location": {
3649
3649
  "filePath": "dependencies.main.runtime.ts",
3650
- "line": 340,
3650
+ "line": 339,
3651
3651
  "character": 64
3652
3652
  },
3653
3653
  "name": "Promise",
@@ -3656,7 +3656,7 @@
3656
3656
  "__schema": "TypeUnionSchema",
3657
3657
  "location": {
3658
3658
  "filePath": "dependencies.main.runtime.ts",
3659
- "line": 340,
3659
+ "line": 339,
3660
3660
  "character": 72
3661
3661
  },
3662
3662
  "types": [
@@ -3664,7 +3664,7 @@
3664
3664
  "__schema": "KeywordTypeSchema",
3665
3665
  "location": {
3666
3666
  "filePath": "dependencies.main.runtime.ts",
3667
- "line": 340,
3667
+ "line": 339,
3668
3668
  "character": 72
3669
3669
  },
3670
3670
  "name": "string"
@@ -3673,7 +3673,7 @@
3673
3673
  "__schema": "KeywordTypeSchema",
3674
3674
  "location": {
3675
3675
  "filePath": "dependencies.main.runtime.ts",
3676
- "line": 340,
3676
+ "line": 339,
3677
3677
  "character": 81
3678
3678
  },
3679
3679
  "name": "undefined"
@@ -3690,14 +3690,14 @@
3690
3690
  "__schema": "FunctionLikeSchema",
3691
3691
  "location": {
3692
3692
  "filePath": "dependencies.main.runtime.ts",
3693
- "line": 355,
3693
+ "line": 354,
3694
3694
  "character": 3
3695
3695
  },
3696
3696
  "doc": {
3697
3697
  "__schema": "DocSchema",
3698
3698
  "location": {
3699
3699
  "filePath": "dependencies.main.runtime.ts",
3700
- "line": 351,
3700
+ "line": 350,
3701
3701
  "character": 3
3702
3702
  },
3703
3703
  "raw": "/**\n * @param depName either component-id-string or package-name (of the component or not component)\n * @returns a map of component-id-string to the version of the dependency\n */",
@@ -3707,7 +3707,7 @@
3707
3707
  "__schema": "PropertyLikeTagSchema",
3708
3708
  "location": {
3709
3709
  "filePath": "dependencies.main.runtime.ts",
3710
- "line": 352,
3710
+ "line": 351,
3711
3711
  "character": 6
3712
3712
  },
3713
3713
  "name": "depName",
@@ -3718,7 +3718,7 @@
3718
3718
  "__schema": "ReturnTagSchema",
3719
3719
  "location": {
3720
3720
  "filePath": "dependencies.main.runtime.ts",
3721
- "line": 353,
3721
+ "line": 352,
3722
3722
  "character": 6
3723
3723
  },
3724
3724
  "tagName": "return",
@@ -3733,7 +3733,7 @@
3733
3733
  "__schema": "ParameterSchema",
3734
3734
  "location": {
3735
3735
  "filePath": "dependencies.main.runtime.ts",
3736
- "line": 355,
3736
+ "line": 354,
3737
3737
  "character": 15
3738
3738
  },
3739
3739
  "name": "depName",
@@ -3741,7 +3741,7 @@
3741
3741
  "__schema": "KeywordTypeSchema",
3742
3742
  "location": {
3743
3743
  "filePath": "dependencies.main.runtime.ts",
3744
- "line": 355,
3744
+ "line": 354,
3745
3745
  "character": 24
3746
3746
  },
3747
3747
  "name": "string"
@@ -3754,7 +3754,7 @@
3754
3754
  "__schema": "TypeRefSchema",
3755
3755
  "location": {
3756
3756
  "filePath": "dependencies.main.runtime.ts",
3757
- "line": 355,
3757
+ "line": 354,
3758
3758
  "character": 33
3759
3759
  },
3760
3760
  "name": "Promise",
@@ -3763,7 +3763,7 @@
3763
3763
  "__schema": "TypeLiteralSchema",
3764
3764
  "location": {
3765
3765
  "filePath": "dependencies.main.runtime.ts",
3766
- "line": 355,
3766
+ "line": 354,
3767
3767
  "character": 41
3768
3768
  },
3769
3769
  "members": [
@@ -3771,14 +3771,14 @@
3771
3771
  "__schema": "IndexSignatureSchema",
3772
3772
  "location": {
3773
3773
  "filePath": "dependencies.main.runtime.ts",
3774
- "line": 355,
3774
+ "line": 354,
3775
3775
  "character": 43
3776
3776
  },
3777
3777
  "keyType": {
3778
3778
  "__schema": "ParameterSchema",
3779
3779
  "location": {
3780
3780
  "filePath": "dependencies.main.runtime.ts",
3781
- "line": 355,
3781
+ "line": 354,
3782
3782
  "character": 44
3783
3783
  },
3784
3784
  "name": "compIdStr",
@@ -3786,7 +3786,7 @@
3786
3786
  "__schema": "KeywordTypeSchema",
3787
3787
  "location": {
3788
3788
  "filePath": "dependencies.main.runtime.ts",
3789
- "line": 355,
3789
+ "line": 354,
3790
3790
  "character": 55
3791
3791
  },
3792
3792
  "name": "string"
@@ -3798,7 +3798,7 @@
3798
3798
  "__schema": "KeywordTypeSchema",
3799
3799
  "location": {
3800
3800
  "filePath": "dependencies.main.runtime.ts",
3801
- "line": 355,
3801
+ "line": 354,
3802
3802
  "character": 64
3803
3803
  },
3804
3804
  "name": "string"
@@ -3816,7 +3816,7 @@
3816
3816
  "__schema": "VariableLikeSchema",
3817
3817
  "location": {
3818
3818
  "filePath": "dependencies.main.runtime.ts",
3819
- "line": 395,
3819
+ "line": 394,
3820
3820
  "character": 3
3821
3821
  },
3822
3822
  "signature": "(property) DependenciesMain.slots: never[]",
@@ -3825,7 +3825,7 @@
3825
3825
  "__schema": "InferenceTypeSchema",
3826
3826
  "location": {
3827
3827
  "filePath": "dependencies.main.runtime.ts",
3828
- "line": 395,
3828
+ "line": 394,
3829
3829
  "character": 3
3830
3830
  },
3831
3831
  "type": "never[]"
@@ -3837,7 +3837,7 @@
3837
3837
  "__schema": "VariableLikeSchema",
3838
3838
  "location": {
3839
3839
  "filePath": "dependencies.main.runtime.ts",
3840
- "line": 396,
3840
+ "line": 395,
3841
3841
  "character": 3
3842
3842
  },
3843
3843
  "signature": "(property) DependenciesMain.dependencies: Aspect[]",
@@ -3846,7 +3846,7 @@
3846
3846
  "__schema": "InferenceTypeSchema",
3847
3847
  "location": {
3848
3848
  "filePath": "dependencies.main.runtime.ts",
3849
- "line": 396,
3849
+ "line": 395,
3850
3850
  "character": 3
3851
3851
  },
3852
3852
  "type": "Aspect[]"
@@ -3858,7 +3858,7 @@
3858
3858
  "__schema": "VariableLikeSchema",
3859
3859
  "location": {
3860
3860
  "filePath": "dependencies.main.runtime.ts",
3861
- "line": 407,
3861
+ "line": 406,
3862
3862
  "character": 3
3863
3863
  },
3864
3864
  "signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
@@ -3867,7 +3867,7 @@
3867
3867
  "__schema": "InferenceTypeSchema",
3868
3868
  "location": {
3869
3869
  "filePath": "dependencies.main.runtime.ts",
3870
- "line": 407,
3870
+ "line": 406,
3871
3871
  "character": 3
3872
3872
  },
3873
3873
  "type": "RuntimeDefinition"
@@ -3879,7 +3879,7 @@
3879
3879
  "__schema": "FunctionLikeSchema",
3880
3880
  "location": {
3881
3881
  "filePath": "dependencies.main.runtime.ts",
3882
- "line": 409,
3882
+ "line": 408,
3883
3883
  "character": 3
3884
3884
  },
3885
3885
  "signature": "(method) DependenciesMain.provider([cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain]: [\n CLIMain,\n Workspace,\n DependencyResolverMain,\n DevFilesMain,\n AspectLoaderMain,\n ScopeMain,\n GraphMain,\n LoggerMain\n]): Promise<DependenciesMain>",
@@ -3889,7 +3889,7 @@
3889
3889
  "__schema": "ParameterSchema",
3890
3890
  "location": {
3891
3891
  "filePath": "dependencies.main.runtime.ts",
3892
- "line": 409,
3892
+ "line": 408,
3893
3893
  "character": 25
3894
3894
  },
3895
3895
  "name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain ]",
@@ -3897,7 +3897,7 @@
3897
3897
  "__schema": "TupleTypeSchema",
3898
3898
  "location": {
3899
3899
  "filePath": "dependencies.main.runtime.ts",
3900
- "line": 409,
3900
+ "line": 408,
3901
3901
  "character": 107
3902
3902
  },
3903
3903
  "elements": [
@@ -3905,7 +3905,7 @@
3905
3905
  "__schema": "TypeRefSchema",
3906
3906
  "location": {
3907
3907
  "filePath": "dependencies.main.runtime.ts",
3908
- "line": 410,
3908
+ "line": 409,
3909
3909
  "character": 5
3910
3910
  },
3911
3911
  "name": "CLIMain"
@@ -3914,7 +3914,7 @@
3914
3914
  "__schema": "TypeRefSchema",
3915
3915
  "location": {
3916
3916
  "filePath": "dependencies.main.runtime.ts",
3917
- "line": 411,
3917
+ "line": 410,
3918
3918
  "character": 5
3919
3919
  },
3920
3920
  "name": "Workspace"
@@ -3923,7 +3923,7 @@
3923
3923
  "__schema": "TypeRefSchema",
3924
3924
  "location": {
3925
3925
  "filePath": "dependencies.main.runtime.ts",
3926
- "line": 412,
3926
+ "line": 411,
3927
3927
  "character": 5
3928
3928
  },
3929
3929
  "name": "DependencyResolverMain"
@@ -3932,7 +3932,7 @@
3932
3932
  "__schema": "TypeRefSchema",
3933
3933
  "location": {
3934
3934
  "filePath": "dependencies.main.runtime.ts",
3935
- "line": 413,
3935
+ "line": 412,
3936
3936
  "character": 5
3937
3937
  },
3938
3938
  "name": "DevFilesMain"
@@ -3941,7 +3941,7 @@
3941
3941
  "__schema": "TypeRefSchema",
3942
3942
  "location": {
3943
3943
  "filePath": "dependencies.main.runtime.ts",
3944
- "line": 414,
3944
+ "line": 413,
3945
3945
  "character": 5
3946
3946
  },
3947
3947
  "name": "AspectLoaderMain"
@@ -3950,7 +3950,7 @@
3950
3950
  "__schema": "TypeRefSchema",
3951
3951
  "location": {
3952
3952
  "filePath": "dependencies.main.runtime.ts",
3953
- "line": 415,
3953
+ "line": 414,
3954
3954
  "character": 5
3955
3955
  },
3956
3956
  "name": "ScopeMain"
@@ -3959,7 +3959,7 @@
3959
3959
  "__schema": "TypeRefSchema",
3960
3960
  "location": {
3961
3961
  "filePath": "dependencies.main.runtime.ts",
3962
- "line": 416,
3962
+ "line": 415,
3963
3963
  "character": 5
3964
3964
  },
3965
3965
  "name": "GraphMain"
@@ -3968,7 +3968,7 @@
3968
3968
  "__schema": "TypeRefSchema",
3969
3969
  "location": {
3970
3970
  "filePath": "dependencies.main.runtime.ts",
3971
- "line": 417,
3971
+ "line": 416,
3972
3972
  "character": 5
3973
3973
  },
3974
3974
  "name": "LoggerMain"
@@ -3983,7 +3983,7 @@
3983
3983
  "__schema": "InferenceTypeSchema",
3984
3984
  "location": {
3985
3985
  "filePath": "dependencies.main.runtime.ts",
3986
- "line": 409,
3986
+ "line": 408,
3987
3987
  "character": 3
3988
3988
  },
3989
3989
  "type": "Promise<DependenciesMain>"
@@ -4001,7 +4001,7 @@
4001
4001
  "__schema": "UnImplementedSchema",
4002
4002
  "location": {
4003
4003
  "filePath": "dependencies.main.runtime.ts",
4004
- "line": 453,
4004
+ "line": 452,
4005
4005
  "character": 16
4006
4006
  },
4007
4007
  "name": "DependenciesMain",
@@ -4013,7 +4013,7 @@
4013
4013
  "__schema": "FunctionLikeSchema",
4014
4014
  "location": {
4015
4015
  "filePath": "dependencies.main.runtime.ts",
4016
- "line": 447,
4016
+ "line": 446,
4017
4017
  "character": 1
4018
4018
  },
4019
4019
  "signature": "function isComponentId(depName: string): boolean",
@@ -4023,7 +4023,7 @@
4023
4023
  "__schema": "ParameterSchema",
4024
4024
  "location": {
4025
4025
  "filePath": "dependencies.main.runtime.ts",
4026
- "line": 447,
4026
+ "line": 446,
4027
4027
  "character": 24
4028
4028
  },
4029
4029
  "name": "depName",
@@ -4031,7 +4031,7 @@
4031
4031
  "__schema": "KeywordTypeSchema",
4032
4032
  "location": {
4033
4033
  "filePath": "dependencies.main.runtime.ts",
4034
- "line": 447,
4034
+ "line": 446,
4035
4035
  "character": 33
4036
4036
  },
4037
4037
  "name": "string"
@@ -4044,7 +4044,7 @@
4044
4044
  "__schema": "TypeRefSchema",
4045
4045
  "location": {
4046
4046
  "filePath": "dependencies.main.runtime.ts",
4047
- "line": 447,
4047
+ "line": 446,
4048
4048
  "character": 1
4049
4049
  },
4050
4050
  "name": "isComponentId",
@@ -4056,7 +4056,7 @@
4056
4056
  "__schema": "UnImplementedSchema",
4057
4057
  "location": {
4058
4058
  "filePath": "dependencies.main.runtime.ts",
4059
- "line": 451,
4059
+ "line": 450,
4060
4060
  "character": 1
4061
4061
  },
4062
4062
  "name": "DependenciesAspect.addRuntime(DependenciesMain);",
@@ -4708,7 +4708,7 @@
4708
4708
  "componentId": {
4709
4709
  "scope": "teambit.dependencies",
4710
4710
  "name": "dependencies",
4711
- "version": "1.0.487"
4711
+ "version": "1.0.488"
4712
4712
  },
4713
4713
  "taggedModuleExports": []
4714
4714
  }