@teambit/dependencies 1.0.487 → 1.0.489

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 +66 -66
  2. package/artifacts/schema.json +580 -392
  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 +27 -23
  43. /package/dist/{preview-1733714450424.js → preview-1733851236714.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,10 +54,14 @@
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
- "name": "Workspace"
60
+ "name": "Workspace",
61
+ "componentId": {
62
+ "scope": "teambit.workspace",
63
+ "name": "workspace"
64
+ }
61
65
  },
62
66
  "isOptional": false,
63
67
  "isSpread": false
@@ -66,7 +70,7 @@
66
70
  "__schema": "ParameterSchema",
67
71
  "location": {
68
72
  "filePath": "dependencies.main.runtime.ts",
69
- "line": 65,
73
+ "line": 64,
70
74
  "character": 5
71
75
  },
72
76
  "name": "scope",
@@ -74,10 +78,14 @@
74
78
  "__schema": "TypeRefSchema",
75
79
  "location": {
76
80
  "filePath": "dependencies.main.runtime.ts",
77
- "line": 65,
81
+ "line": 64,
78
82
  "character": 20
79
83
  },
80
- "name": "ScopeMain"
84
+ "name": "ScopeMain",
85
+ "componentId": {
86
+ "scope": "teambit.scope",
87
+ "name": "scope"
88
+ }
81
89
  },
82
90
  "isOptional": false,
83
91
  "isSpread": false
@@ -86,7 +94,7 @@
86
94
  "__schema": "ParameterSchema",
87
95
  "location": {
88
96
  "filePath": "dependencies.main.runtime.ts",
89
- "line": 66,
97
+ "line": 65,
90
98
  "character": 5
91
99
  },
92
100
  "name": "dependencyResolver",
@@ -94,10 +102,14 @@
94
102
  "__schema": "TypeRefSchema",
95
103
  "location": {
96
104
  "filePath": "dependencies.main.runtime.ts",
97
- "line": 66,
105
+ "line": 65,
98
106
  "character": 33
99
107
  },
100
- "name": "DependencyResolverMain"
108
+ "name": "DependencyResolverMain",
109
+ "componentId": {
110
+ "scope": "teambit.dependencies",
111
+ "name": "dependency-resolver"
112
+ }
101
113
  },
102
114
  "isOptional": false,
103
115
  "isSpread": false
@@ -106,7 +118,7 @@
106
118
  "__schema": "ParameterSchema",
107
119
  "location": {
108
120
  "filePath": "dependencies.main.runtime.ts",
109
- "line": 67,
121
+ "line": 66,
110
122
  "character": 5
111
123
  },
112
124
  "name": "devFiles",
@@ -114,10 +126,14 @@
114
126
  "__schema": "TypeRefSchema",
115
127
  "location": {
116
128
  "filePath": "dependencies.main.runtime.ts",
117
- "line": 67,
129
+ "line": 66,
118
130
  "character": 23
119
131
  },
120
- "name": "DevFilesMain"
132
+ "name": "DevFilesMain",
133
+ "componentId": {
134
+ "scope": "teambit.component",
135
+ "name": "dev-files"
136
+ }
121
137
  },
122
138
  "isOptional": false,
123
139
  "isSpread": false
@@ -126,7 +142,7 @@
126
142
  "__schema": "ParameterSchema",
127
143
  "location": {
128
144
  "filePath": "dependencies.main.runtime.ts",
129
- "line": 68,
145
+ "line": 67,
130
146
  "character": 5
131
147
  },
132
148
  "name": "aspectLoader",
@@ -134,10 +150,14 @@
134
150
  "__schema": "TypeRefSchema",
135
151
  "location": {
136
152
  "filePath": "dependencies.main.runtime.ts",
137
- "line": 68,
153
+ "line": 67,
138
154
  "character": 27
139
155
  },
140
- "name": "AspectLoaderMain"
156
+ "name": "AspectLoaderMain",
157
+ "componentId": {
158
+ "scope": "teambit.harmony",
159
+ "name": "aspect-loader"
160
+ }
141
161
  },
142
162
  "isOptional": false,
143
163
  "isSpread": false
@@ -146,7 +166,7 @@
146
166
  "__schema": "ParameterSchema",
147
167
  "location": {
148
168
  "filePath": "dependencies.main.runtime.ts",
149
- "line": 69,
169
+ "line": 68,
150
170
  "character": 5
151
171
  },
152
172
  "name": "graph",
@@ -154,10 +174,14 @@
154
174
  "__schema": "TypeRefSchema",
155
175
  "location": {
156
176
  "filePath": "dependencies.main.runtime.ts",
157
- "line": 69,
177
+ "line": 68,
158
178
  "character": 20
159
179
  },
160
- "name": "GraphMain"
180
+ "name": "GraphMain",
181
+ "componentId": {
182
+ "scope": "teambit.component",
183
+ "name": "graph"
184
+ }
161
185
  },
162
186
  "isOptional": false,
163
187
  "isSpread": false
@@ -166,7 +190,7 @@
166
190
  "__schema": "ParameterSchema",
167
191
  "location": {
168
192
  "filePath": "dependencies.main.runtime.ts",
169
- "line": 70,
193
+ "line": 69,
170
194
  "character": 5
171
195
  },
172
196
  "name": "logger",
@@ -174,10 +198,14 @@
174
198
  "__schema": "TypeRefSchema",
175
199
  "location": {
176
200
  "filePath": "dependencies.main.runtime.ts",
177
- "line": 70,
201
+ "line": 69,
178
202
  "character": 21
179
203
  },
180
- "name": "Logger"
204
+ "name": "Logger",
205
+ "componentId": {
206
+ "scope": "teambit.harmony",
207
+ "name": "logger"
208
+ }
181
209
  },
182
210
  "isOptional": false,
183
211
  "isSpread": false
@@ -187,7 +215,7 @@
187
215
  "__schema": "ThisTypeSchema",
188
216
  "location": {
189
217
  "filePath": "dependencies.main.runtime.ts",
190
- "line": 62,
218
+ "line": 61,
191
219
  "character": 1
192
220
  },
193
221
  "name": "DependenciesMain"
@@ -198,7 +226,7 @@
198
226
  "__schema": "FunctionLikeSchema",
199
227
  "location": {
200
228
  "filePath": "dependencies.main.runtime.ts",
201
- "line": 73,
229
+ "line": 72,
202
230
  "character": 3
203
231
  },
204
232
  "signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
@@ -208,7 +236,7 @@
208
236
  "__schema": "ParameterSchema",
209
237
  "location": {
210
238
  "filePath": "dependencies.main.runtime.ts",
211
- "line": 73,
239
+ "line": 72,
212
240
  "character": 17
213
241
  },
214
242
  "name": "componentId",
@@ -216,7 +244,7 @@
216
244
  "__schema": "KeywordTypeSchema",
217
245
  "location": {
218
246
  "filePath": "dependencies.main.runtime.ts",
219
- "line": 73,
247
+ "line": 72,
220
248
  "character": 30
221
249
  },
222
250
  "name": "string"
@@ -228,7 +256,7 @@
228
256
  "__schema": "ParameterSchema",
229
257
  "location": {
230
258
  "filePath": "dependencies.main.runtime.ts",
231
- "line": 73,
259
+ "line": 72,
232
260
  "character": 38
233
261
  },
234
262
  "name": "range",
@@ -236,7 +264,7 @@
236
264
  "__schema": "KeywordTypeSchema",
237
265
  "location": {
238
266
  "filePath": "dependencies.main.runtime.ts",
239
- "line": 73,
267
+ "line": 72,
240
268
  "character": 46
241
269
  },
242
270
  "name": "string"
@@ -249,7 +277,7 @@
249
277
  "__schema": "TypeRefSchema",
250
278
  "location": {
251
279
  "filePath": "dependencies.main.runtime.ts",
252
- "line": 73,
280
+ "line": 72,
253
281
  "character": 55
254
282
  },
255
283
  "name": "Promise",
@@ -258,7 +286,7 @@
258
286
  "__schema": "KeywordTypeSchema",
259
287
  "location": {
260
288
  "filePath": "dependencies.main.runtime.ts",
261
- "line": 73,
289
+ "line": 72,
262
290
  "character": 63
263
291
  },
264
292
  "name": "void"
@@ -273,7 +301,7 @@
273
301
  "__schema": "FunctionLikeSchema",
274
302
  "location": {
275
303
  "filePath": "dependencies.main.runtime.ts",
276
- "line": 84,
304
+ "line": 83,
277
305
  "character": 3
278
306
  },
279
307
  "signature": "(method) DependenciesMain.unsetPeer(componentId: string): Promise<void>",
@@ -283,7 +311,7 @@
283
311
  "__schema": "ParameterSchema",
284
312
  "location": {
285
313
  "filePath": "dependencies.main.runtime.ts",
286
- "line": 84,
314
+ "line": 83,
287
315
  "character": 19
288
316
  },
289
317
  "name": "componentId",
@@ -291,7 +319,7 @@
291
319
  "__schema": "KeywordTypeSchema",
292
320
  "location": {
293
321
  "filePath": "dependencies.main.runtime.ts",
294
- "line": 84,
322
+ "line": 83,
295
323
  "character": 32
296
324
  },
297
325
  "name": "string"
@@ -304,7 +332,7 @@
304
332
  "__schema": "TypeRefSchema",
305
333
  "location": {
306
334
  "filePath": "dependencies.main.runtime.ts",
307
- "line": 84,
335
+ "line": 83,
308
336
  "character": 41
309
337
  },
310
338
  "name": "Promise",
@@ -313,7 +341,7 @@
313
341
  "__schema": "KeywordTypeSchema",
314
342
  "location": {
315
343
  "filePath": "dependencies.main.runtime.ts",
316
- "line": 84,
344
+ "line": 83,
317
345
  "character": 49
318
346
  },
319
347
  "name": "void"
@@ -328,7 +356,7 @@
328
356
  "__schema": "FunctionLikeSchema",
329
357
  "location": {
330
358
  "filePath": "dependencies.main.runtime.ts",
331
- "line": 101,
359
+ "line": 100,
332
360
  "character": 3
333
361
  },
334
362
  "signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
@@ -338,7 +366,7 @@
338
366
  "__schema": "ParameterSchema",
339
367
  "location": {
340
368
  "filePath": "dependencies.main.runtime.ts",
341
- "line": 102,
369
+ "line": 101,
342
370
  "character": 5
343
371
  },
344
372
  "name": "componentPattern",
@@ -346,7 +374,7 @@
346
374
  "__schema": "KeywordTypeSchema",
347
375
  "location": {
348
376
  "filePath": "dependencies.main.runtime.ts",
349
- "line": 102,
377
+ "line": 101,
350
378
  "character": 23
351
379
  },
352
380
  "name": "string"
@@ -358,7 +386,7 @@
358
386
  "__schema": "ParameterSchema",
359
387
  "location": {
360
388
  "filePath": "dependencies.main.runtime.ts",
361
- "line": 103,
389
+ "line": 102,
362
390
  "character": 5
363
391
  },
364
392
  "name": "packages",
@@ -366,14 +394,14 @@
366
394
  "__schema": "TypeArraySchema",
367
395
  "location": {
368
396
  "filePath": "dependencies.main.runtime.ts",
369
- "line": 103,
397
+ "line": 102,
370
398
  "character": 15
371
399
  },
372
400
  "type": {
373
401
  "__schema": "KeywordTypeSchema",
374
402
  "location": {
375
403
  "filePath": "dependencies.main.runtime.ts",
376
- "line": 103,
404
+ "line": 102,
377
405
  "character": 15
378
406
  },
379
407
  "name": "string"
@@ -386,7 +414,7 @@
386
414
  "__schema": "ParameterSchema",
387
415
  "location": {
388
416
  "filePath": "dependencies.main.runtime.ts",
389
- "line": 104,
417
+ "line": 103,
390
418
  "character": 5
391
419
  },
392
420
  "name": "options",
@@ -394,10 +422,11 @@
394
422
  "__schema": "TypeRefSchema",
395
423
  "location": {
396
424
  "filePath": "dependencies.main.runtime.ts",
397
- "line": 104,
425
+ "line": 103,
398
426
  "character": 14
399
427
  },
400
- "name": "SetDependenciesFlags"
428
+ "name": "SetDependenciesFlags",
429
+ "internalFilePath": "dependencies-cmd.ts"
401
430
  },
402
431
  "isOptional": true,
403
432
  "defaultValue": "{}",
@@ -408,7 +437,7 @@
408
437
  "__schema": "TypeRefSchema",
409
438
  "location": {
410
439
  "filePath": "dependencies.main.runtime.ts",
411
- "line": 105,
440
+ "line": 104,
412
441
  "character": 6
413
442
  },
414
443
  "name": "Promise",
@@ -417,10 +446,11 @@
417
446
  "__schema": "TypeRefSchema",
418
447
  "location": {
419
448
  "filePath": "dependencies.main.runtime.ts",
420
- "line": 105,
449
+ "line": 104,
421
450
  "character": 14
422
451
  },
423
- "name": "SetDependenciesResult"
452
+ "name": "SetDependenciesResult",
453
+ "internalFilePath": "dependencies.main.runtime.ts"
424
454
  }
425
455
  ]
426
456
  },
@@ -432,7 +462,7 @@
432
462
  "__schema": "FunctionLikeSchema",
433
463
  "location": {
434
464
  "filePath": "dependencies.main.runtime.ts",
435
- "line": 145,
465
+ "line": 144,
436
466
  "character": 3
437
467
  },
438
468
  "signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
@@ -442,7 +472,7 @@
442
472
  "__schema": "ParameterSchema",
443
473
  "location": {
444
474
  "filePath": "dependencies.main.runtime.ts",
445
- "line": 146,
475
+ "line": 145,
446
476
  "character": 5
447
477
  },
448
478
  "name": "componentPattern",
@@ -450,7 +480,7 @@
450
480
  "__schema": "KeywordTypeSchema",
451
481
  "location": {
452
482
  "filePath": "dependencies.main.runtime.ts",
453
- "line": 146,
483
+ "line": 145,
454
484
  "character": 23
455
485
  },
456
486
  "name": "string"
@@ -462,7 +492,7 @@
462
492
  "__schema": "ParameterSchema",
463
493
  "location": {
464
494
  "filePath": "dependencies.main.runtime.ts",
465
- "line": 147,
495
+ "line": 146,
466
496
  "character": 5
467
497
  },
468
498
  "name": "packages",
@@ -470,14 +500,14 @@
470
500
  "__schema": "TypeArraySchema",
471
501
  "location": {
472
502
  "filePath": "dependencies.main.runtime.ts",
473
- "line": 147,
503
+ "line": 146,
474
504
  "character": 15
475
505
  },
476
506
  "type": {
477
507
  "__schema": "KeywordTypeSchema",
478
508
  "location": {
479
509
  "filePath": "dependencies.main.runtime.ts",
480
- "line": 147,
510
+ "line": 146,
481
511
  "character": 15
482
512
  },
483
513
  "name": "string"
@@ -490,7 +520,7 @@
490
520
  "__schema": "ParameterSchema",
491
521
  "location": {
492
522
  "filePath": "dependencies.main.runtime.ts",
493
- "line": 148,
523
+ "line": 147,
494
524
  "character": 5
495
525
  },
496
526
  "name": "options",
@@ -498,10 +528,11 @@
498
528
  "__schema": "TypeRefSchema",
499
529
  "location": {
500
530
  "filePath": "dependencies.main.runtime.ts",
501
- "line": 148,
531
+ "line": 147,
502
532
  "character": 14
503
533
  },
504
- "name": "RemoveDependenciesFlags"
534
+ "name": "RemoveDependenciesFlags",
535
+ "internalFilePath": "dependencies-cmd.ts"
505
536
  },
506
537
  "isOptional": true,
507
538
  "defaultValue": "{}",
@@ -511,7 +542,7 @@
511
542
  "__schema": "ParameterSchema",
512
543
  "location": {
513
544
  "filePath": "dependencies.main.runtime.ts",
514
- "line": 149,
545
+ "line": 148,
515
546
  "character": 5
516
547
  },
517
548
  "name": "removeOnlyIfExists",
@@ -519,7 +550,7 @@
519
550
  "__schema": "InferenceTypeSchema",
520
551
  "location": {
521
552
  "filePath": "dependencies.main.runtime.ts",
522
- "line": 149,
553
+ "line": 148,
523
554
  "character": 5
524
555
  },
525
556
  "type": "boolean"
@@ -533,7 +564,7 @@
533
564
  "__schema": "TypeRefSchema",
534
565
  "location": {
535
566
  "filePath": "dependencies.main.runtime.ts",
536
- "line": 150,
567
+ "line": 149,
537
568
  "character": 6
538
569
  },
539
570
  "name": "Promise",
@@ -542,17 +573,18 @@
542
573
  "__schema": "TypeArraySchema",
543
574
  "location": {
544
575
  "filePath": "dependencies.main.runtime.ts",
545
- "line": 150,
576
+ "line": 149,
546
577
  "character": 14
547
578
  },
548
579
  "type": {
549
580
  "__schema": "TypeRefSchema",
550
581
  "location": {
551
582
  "filePath": "dependencies.main.runtime.ts",
552
- "line": 150,
583
+ "line": 149,
553
584
  "character": 14
554
585
  },
555
- "name": "RemoveDependencyResult"
586
+ "name": "RemoveDependencyResult",
587
+ "internalFilePath": "dependencies.main.runtime.ts"
556
588
  }
557
589
  }
558
590
  ]
@@ -565,7 +597,7 @@
565
597
  "__schema": "FunctionLikeSchema",
566
598
  "location": {
567
599
  "filePath": "dependencies.main.runtime.ts",
568
- "line": 209,
600
+ "line": 208,
569
601
  "character": 3
570
602
  },
571
603
  "signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
@@ -575,7 +607,7 @@
575
607
  "__schema": "ParameterSchema",
576
608
  "location": {
577
609
  "filePath": "dependencies.main.runtime.ts",
578
- "line": 209,
610
+ "line": 208,
579
611
  "character": 15
580
612
  },
581
613
  "name": "componentPattern",
@@ -583,7 +615,7 @@
583
615
  "__schema": "KeywordTypeSchema",
584
616
  "location": {
585
617
  "filePath": "dependencies.main.runtime.ts",
586
- "line": 209,
618
+ "line": 208,
587
619
  "character": 33
588
620
  },
589
621
  "name": "string"
@@ -596,7 +628,7 @@
596
628
  "__schema": "TypeRefSchema",
597
629
  "location": {
598
630
  "filePath": "dependencies.main.runtime.ts",
599
- "line": 209,
631
+ "line": 208,
600
632
  "character": 42
601
633
  },
602
634
  "name": "Promise",
@@ -605,17 +637,22 @@
605
637
  "__schema": "TypeArraySchema",
606
638
  "location": {
607
639
  "filePath": "dependencies.main.runtime.ts",
608
- "line": 209,
640
+ "line": 208,
609
641
  "character": 50
610
642
  },
611
643
  "type": {
612
644
  "__schema": "TypeRefSchema",
613
645
  "location": {
614
646
  "filePath": "dependencies.main.runtime.ts",
615
- "line": 209,
647
+ "line": 208,
616
648
  "character": 50
617
649
  },
618
- "name": "ComponentID"
650
+ "name": "ComponentID",
651
+ "componentId": {
652
+ "scope": "teambit.component",
653
+ "name": "component-id",
654
+ "version": "1.2.2"
655
+ }
619
656
  }
620
657
  }
621
658
  ]
@@ -628,7 +665,7 @@
628
665
  "__schema": "FunctionLikeSchema",
629
666
  "location": {
630
667
  "filePath": "dependencies.main.runtime.ts",
631
- "line": 219,
668
+ "line": 218,
632
669
  "character": 3
633
670
  },
634
671
  "signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
@@ -638,7 +675,7 @@
638
675
  "__schema": "ParameterSchema",
639
676
  "location": {
640
677
  "filePath": "dependencies.main.runtime.ts",
641
- "line": 219,
678
+ "line": 218,
642
679
  "character": 15
643
680
  },
644
681
  "name": "componentPattern",
@@ -646,7 +683,7 @@
646
683
  "__schema": "KeywordTypeSchema",
647
684
  "location": {
648
685
  "filePath": "dependencies.main.runtime.ts",
649
- "line": 219,
686
+ "line": 218,
650
687
  "character": 33
651
688
  },
652
689
  "name": "string"
@@ -659,7 +696,7 @@
659
696
  "__schema": "TypeRefSchema",
660
697
  "location": {
661
698
  "filePath": "dependencies.main.runtime.ts",
662
- "line": 219,
699
+ "line": 218,
663
700
  "character": 42
664
701
  },
665
702
  "name": "Promise",
@@ -668,17 +705,22 @@
668
705
  "__schema": "TypeArraySchema",
669
706
  "location": {
670
707
  "filePath": "dependencies.main.runtime.ts",
671
- "line": 219,
708
+ "line": 218,
672
709
  "character": 50
673
710
  },
674
711
  "type": {
675
712
  "__schema": "TypeRefSchema",
676
713
  "location": {
677
714
  "filePath": "dependencies.main.runtime.ts",
678
- "line": 219,
715
+ "line": 218,
679
716
  "character": 50
680
717
  },
681
- "name": "ComponentID"
718
+ "name": "ComponentID",
719
+ "componentId": {
720
+ "scope": "teambit.component",
721
+ "name": "component-id",
722
+ "version": "1.2.2"
723
+ }
682
724
  }
683
725
  }
684
726
  ]
@@ -691,7 +733,7 @@
691
733
  "__schema": "FunctionLikeSchema",
692
734
  "location": {
693
735
  "filePath": "dependencies.main.runtime.ts",
694
- "line": 237,
736
+ "line": 236,
695
737
  "character": 3
696
738
  },
697
739
  "signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
@@ -701,7 +743,7 @@
701
743
  "__schema": "ParameterSchema",
702
744
  "location": {
703
745
  "filePath": "dependencies.main.runtime.ts",
704
- "line": 237,
746
+ "line": 236,
705
747
  "character": 25
706
748
  },
707
749
  "name": "id",
@@ -709,7 +751,7 @@
709
751
  "__schema": "KeywordTypeSchema",
710
752
  "location": {
711
753
  "filePath": "dependencies.main.runtime.ts",
712
- "line": 237,
754
+ "line": 236,
713
755
  "character": 29
714
756
  },
715
757
  "name": "string"
@@ -721,7 +763,7 @@
721
763
  "__schema": "ParameterSchema",
722
764
  "location": {
723
765
  "filePath": "dependencies.main.runtime.ts",
724
- "line": 237,
766
+ "line": 236,
725
767
  "character": 37
726
768
  },
727
769
  "name": "scope",
@@ -729,7 +771,7 @@
729
771
  "__schema": "KeywordTypeSchema",
730
772
  "location": {
731
773
  "filePath": "dependencies.main.runtime.ts",
732
- "line": 237,
774
+ "line": 236,
733
775
  "character": 45
734
776
  },
735
777
  "name": "boolean"
@@ -742,7 +784,7 @@
742
784
  "__schema": "TypeRefSchema",
743
785
  "location": {
744
786
  "filePath": "dependencies.main.runtime.ts",
745
- "line": 237,
787
+ "line": 236,
746
788
  "character": 55
747
789
  },
748
790
  "name": "Promise",
@@ -751,10 +793,11 @@
751
793
  "__schema": "TypeRefSchema",
752
794
  "location": {
753
795
  "filePath": "dependencies.main.runtime.ts",
754
- "line": 237,
796
+ "line": 236,
755
797
  "character": 63
756
798
  },
757
- "name": "DependenciesResults"
799
+ "name": "DependenciesResults",
800
+ "internalFilePath": "dependencies.main.runtime.ts"
758
801
  }
759
802
  ]
760
803
  },
@@ -766,7 +809,7 @@
766
809
  "__schema": "FunctionLikeSchema",
767
810
  "location": {
768
811
  "filePath": "dependencies.main.runtime.ts",
769
- "line": 247,
812
+ "line": 246,
770
813
  "character": 3
771
814
  },
772
815
  "signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
@@ -776,7 +819,7 @@
776
819
  "__schema": "ParameterSchema",
777
820
  "location": {
778
821
  "filePath": "dependencies.main.runtime.ts",
779
- "line": 247,
822
+ "line": 246,
780
823
  "character": 26
781
824
  },
782
825
  "name": "component",
@@ -784,10 +827,15 @@
784
827
  "__schema": "TypeRefSchema",
785
828
  "location": {
786
829
  "filePath": "dependencies.main.runtime.ts",
787
- "line": 247,
830
+ "line": 246,
788
831
  "character": 37
789
832
  },
790
- "name": "ConsumerComponent"
833
+ "name": "ConsumerComponent",
834
+ "componentId": {
835
+ "scope": "teambit.legacy",
836
+ "name": "consumer-component",
837
+ "version": "0.0.3"
838
+ }
791
839
  },
792
840
  "isOptional": false,
793
841
  "isSpread": false
@@ -796,7 +844,7 @@
796
844
  "__schema": "ParameterSchema",
797
845
  "location": {
798
846
  "filePath": "dependencies.main.runtime.ts",
799
- "line": 247,
847
+ "line": 246,
800
848
  "character": 56
801
849
  },
802
850
  "name": "opts",
@@ -804,10 +852,15 @@
804
852
  "__schema": "TypeRefSchema",
805
853
  "location": {
806
854
  "filePath": "dependencies.main.runtime.ts",
807
- "line": 247,
855
+ "line": 246,
808
856
  "character": 62
809
857
  },
810
- "name": "DependencyLoaderOpts"
858
+ "name": "DependencyLoaderOpts",
859
+ "componentId": {
860
+ "scope": "teambit.legacy",
861
+ "name": "consumer-component",
862
+ "version": "0.0.3"
863
+ }
811
864
  },
812
865
  "isOptional": false,
813
866
  "isSpread": false
@@ -817,7 +870,7 @@
817
870
  "__schema": "InferenceTypeSchema",
818
871
  "location": {
819
872
  "filePath": "dependencies.main.runtime.ts",
820
- "line": 247,
873
+ "line": 246,
821
874
  "character": 3
822
875
  },
823
876
  "type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
@@ -830,14 +883,14 @@
830
883
  "__schema": "FunctionLikeSchema",
831
884
  "location": {
832
885
  "filePath": "dependencies.main.runtime.ts",
833
- "line": 264,
886
+ "line": 263,
834
887
  "character": 3
835
888
  },
836
889
  "doc": {
837
890
  "__schema": "DocSchema",
838
891
  "location": {
839
892
  "filePath": "dependencies.main.runtime.ts",
840
- "line": 258,
893
+ "line": 257,
841
894
  "character": 3
842
895
  },
843
896
  "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 +904,7 @@
851
904
  "__schema": "ParameterSchema",
852
905
  "location": {
853
906
  "filePath": "dependencies.main.runtime.ts",
854
- "line": 264,
907
+ "line": 263,
855
908
  "character": 35
856
909
  },
857
910
  "name": "component",
@@ -859,10 +912,15 @@
859
912
  "__schema": "TypeRefSchema",
860
913
  "location": {
861
914
  "filePath": "dependencies.main.runtime.ts",
862
- "line": 264,
915
+ "line": 263,
863
916
  "character": 46
864
917
  },
865
- "name": "ConsumerComponent"
918
+ "name": "ConsumerComponent",
919
+ "componentId": {
920
+ "scope": "teambit.legacy",
921
+ "name": "consumer-component",
922
+ "version": "0.0.3"
923
+ }
866
924
  },
867
925
  "isOptional": false,
868
926
  "isSpread": false
@@ -871,7 +929,7 @@
871
929
  "__schema": "ParameterSchema",
872
930
  "location": {
873
931
  "filePath": "dependencies.main.runtime.ts",
874
- "line": 264,
932
+ "line": 263,
875
933
  "character": 65
876
934
  },
877
935
  "name": "dependenciesData",
@@ -879,7 +937,7 @@
879
937
  "__schema": "TypeRefSchema",
880
938
  "location": {
881
939
  "filePath": "dependencies.main.runtime.ts",
882
- "line": 264,
940
+ "line": 263,
883
941
  "character": 83
884
942
  },
885
943
  "name": "Partial",
@@ -888,10 +946,11 @@
888
946
  "__schema": "TypeRefSchema",
889
947
  "location": {
890
948
  "filePath": "dependencies.main.runtime.ts",
891
- "line": 264,
949
+ "line": 263,
892
950
  "character": 91
893
951
  },
894
- "name": "DependenciesData"
952
+ "name": "DependenciesData",
953
+ "internalFilePath": "dependencies-loader/dependencies-data.ts"
895
954
  }
896
955
  ]
897
956
  },
@@ -903,7 +962,7 @@
903
962
  "__schema": "InferenceTypeSchema",
904
963
  "location": {
905
964
  "filePath": "dependencies.main.runtime.ts",
906
- "line": 264,
965
+ "line": 263,
907
966
  "character": 3
908
967
  },
909
968
  "type": "Promise<void>"
@@ -916,7 +975,7 @@
916
975
  "__schema": "FunctionLikeSchema",
917
976
  "location": {
918
977
  "filePath": "dependencies.main.runtime.ts",
919
- "line": 275,
978
+ "line": 274,
920
979
  "character": 3
921
980
  },
922
981
  "signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
@@ -926,7 +985,7 @@
926
985
  "__schema": "ParameterSchema",
927
986
  "location": {
928
987
  "filePath": "dependencies.main.runtime.ts",
929
- "line": 275,
988
+ "line": 274,
930
989
  "character": 27
931
990
  },
932
991
  "name": "id",
@@ -934,7 +993,7 @@
934
993
  "__schema": "KeywordTypeSchema",
935
994
  "location": {
936
995
  "filePath": "dependencies.main.runtime.ts",
937
- "line": 275,
996
+ "line": 274,
938
997
  "character": 31
939
998
  },
940
999
  "name": "string"
@@ -947,7 +1006,7 @@
947
1006
  "__schema": "TypeRefSchema",
948
1007
  "location": {
949
1008
  "filePath": "dependencies.main.runtime.ts",
950
- "line": 275,
1009
+ "line": 274,
951
1010
  "character": 40
952
1011
  },
953
1012
  "name": "Promise",
@@ -956,10 +1015,11 @@
956
1015
  "__schema": "TypeRefSchema",
957
1016
  "location": {
958
1017
  "filePath": "dependencies.main.runtime.ts",
959
- "line": 275,
1018
+ "line": 274,
960
1019
  "character": 48
961
1020
  },
962
- "name": "DependenciesResultsDebug"
1021
+ "name": "DependenciesResultsDebug",
1022
+ "internalFilePath": "dependencies.main.runtime.ts"
963
1023
  }
964
1024
  ]
965
1025
  },
@@ -971,14 +1031,14 @@
971
1031
  "__schema": "FunctionLikeSchema",
972
1032
  "location": {
973
1033
  "filePath": "dependencies.main.runtime.ts",
974
- "line": 307,
1034
+ "line": 306,
975
1035
  "character": 3
976
1036
  },
977
1037
  "doc": {
978
1038
  "__schema": "DocSchema",
979
1039
  "location": {
980
1040
  "filePath": "dependencies.main.runtime.ts",
981
- "line": 303,
1041
+ "line": 302,
982
1042
  "character": 3
983
1043
  },
984
1044
  "raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
@@ -992,7 +1052,7 @@
992
1052
  "__schema": "ParameterSchema",
993
1053
  "location": {
994
1054
  "filePath": "dependencies.main.runtime.ts",
995
- "line": 307,
1055
+ "line": 306,
996
1056
  "character": 15
997
1057
  },
998
1058
  "name": "compName",
@@ -1000,7 +1060,7 @@
1000
1060
  "__schema": "KeywordTypeSchema",
1001
1061
  "location": {
1002
1062
  "filePath": "dependencies.main.runtime.ts",
1003
- "line": 307,
1063
+ "line": 306,
1004
1064
  "character": 25
1005
1065
  },
1006
1066
  "name": "string"
@@ -1012,7 +1072,7 @@
1012
1072
  "__schema": "ParameterSchema",
1013
1073
  "location": {
1014
1074
  "filePath": "dependencies.main.runtime.ts",
1015
- "line": 307,
1075
+ "line": 306,
1016
1076
  "character": 33
1017
1077
  },
1018
1078
  "name": "depName",
@@ -1020,7 +1080,7 @@
1020
1080
  "__schema": "KeywordTypeSchema",
1021
1081
  "location": {
1022
1082
  "filePath": "dependencies.main.runtime.ts",
1023
- "line": 307,
1083
+ "line": 306,
1024
1084
  "character": 42
1025
1085
  },
1026
1086
  "name": "string"
@@ -1033,7 +1093,7 @@
1033
1093
  "__schema": "InferenceTypeSchema",
1034
1094
  "location": {
1035
1095
  "filePath": "dependencies.main.runtime.ts",
1036
- "line": 307,
1096
+ "line": 306,
1037
1097
  "character": 3
1038
1098
  },
1039
1099
  "type": "Promise<BlameResult[]>"
@@ -1046,7 +1106,7 @@
1046
1106
  "__schema": "FunctionLikeSchema",
1047
1107
  "location": {
1048
1108
  "filePath": "dependencies.main.runtime.ts",
1049
- "line": 340,
1109
+ "line": 339,
1050
1110
  "character": 3
1051
1111
  },
1052
1112
  "signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
@@ -1056,7 +1116,7 @@
1056
1116
  "__schema": "ParameterSchema",
1057
1117
  "location": {
1058
1118
  "filePath": "dependencies.main.runtime.ts",
1059
- "line": 340,
1119
+ "line": 339,
1060
1120
  "character": 19
1061
1121
  },
1062
1122
  "name": "depName",
@@ -1064,7 +1124,7 @@
1064
1124
  "__schema": "KeywordTypeSchema",
1065
1125
  "location": {
1066
1126
  "filePath": "dependencies.main.runtime.ts",
1067
- "line": 340,
1127
+ "line": 339,
1068
1128
  "character": 28
1069
1129
  },
1070
1130
  "name": "string"
@@ -1076,7 +1136,7 @@
1076
1136
  "__schema": "ParameterSchema",
1077
1137
  "location": {
1078
1138
  "filePath": "dependencies.main.runtime.ts",
1079
- "line": 340,
1139
+ "line": 339,
1080
1140
  "character": 36
1081
1141
  },
1082
1142
  "name": "opts",
@@ -1084,7 +1144,7 @@
1084
1144
  "__schema": "TypeLiteralSchema",
1085
1145
  "location": {
1086
1146
  "filePath": "dependencies.main.runtime.ts",
1087
- "line": 340,
1147
+ "line": 339,
1088
1148
  "character": 43
1089
1149
  },
1090
1150
  "members": [
@@ -1092,7 +1152,7 @@
1092
1152
  "__schema": "VariableLikeSchema",
1093
1153
  "location": {
1094
1154
  "filePath": "dependencies.main.runtime.ts",
1095
- "line": 340,
1155
+ "line": 339,
1096
1156
  "character": 45
1097
1157
  },
1098
1158
  "signature": "(property) depth?: number | undefined",
@@ -1101,7 +1161,7 @@
1101
1161
  "__schema": "KeywordTypeSchema",
1102
1162
  "location": {
1103
1163
  "filePath": "dependencies.main.runtime.ts",
1104
- "line": 340,
1164
+ "line": 339,
1105
1165
  "character": 53
1106
1166
  },
1107
1167
  "name": "number"
@@ -1118,7 +1178,7 @@
1118
1178
  "__schema": "TypeRefSchema",
1119
1179
  "location": {
1120
1180
  "filePath": "dependencies.main.runtime.ts",
1121
- "line": 340,
1181
+ "line": 339,
1122
1182
  "character": 64
1123
1183
  },
1124
1184
  "name": "Promise",
@@ -1127,7 +1187,7 @@
1127
1187
  "__schema": "TypeUnionSchema",
1128
1188
  "location": {
1129
1189
  "filePath": "dependencies.main.runtime.ts",
1130
- "line": 340,
1190
+ "line": 339,
1131
1191
  "character": 72
1132
1192
  },
1133
1193
  "types": [
@@ -1135,7 +1195,7 @@
1135
1195
  "__schema": "KeywordTypeSchema",
1136
1196
  "location": {
1137
1197
  "filePath": "dependencies.main.runtime.ts",
1138
- "line": 340,
1198
+ "line": 339,
1139
1199
  "character": 72
1140
1200
  },
1141
1201
  "name": "string"
@@ -1144,7 +1204,7 @@
1144
1204
  "__schema": "KeywordTypeSchema",
1145
1205
  "location": {
1146
1206
  "filePath": "dependencies.main.runtime.ts",
1147
- "line": 340,
1207
+ "line": 339,
1148
1208
  "character": 81
1149
1209
  },
1150
1210
  "name": "undefined"
@@ -1161,14 +1221,14 @@
1161
1221
  "__schema": "FunctionLikeSchema",
1162
1222
  "location": {
1163
1223
  "filePath": "dependencies.main.runtime.ts",
1164
- "line": 355,
1224
+ "line": 354,
1165
1225
  "character": 3
1166
1226
  },
1167
1227
  "doc": {
1168
1228
  "__schema": "DocSchema",
1169
1229
  "location": {
1170
1230
  "filePath": "dependencies.main.runtime.ts",
1171
- "line": 351,
1231
+ "line": 350,
1172
1232
  "character": 3
1173
1233
  },
1174
1234
  "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 +1238,7 @@
1178
1238
  "__schema": "PropertyLikeTagSchema",
1179
1239
  "location": {
1180
1240
  "filePath": "dependencies.main.runtime.ts",
1181
- "line": 352,
1241
+ "line": 351,
1182
1242
  "character": 6
1183
1243
  },
1184
1244
  "name": "depName",
@@ -1189,7 +1249,7 @@
1189
1249
  "__schema": "ReturnTagSchema",
1190
1250
  "location": {
1191
1251
  "filePath": "dependencies.main.runtime.ts",
1192
- "line": 353,
1252
+ "line": 352,
1193
1253
  "character": 6
1194
1254
  },
1195
1255
  "tagName": "return",
@@ -1204,7 +1264,7 @@
1204
1264
  "__schema": "ParameterSchema",
1205
1265
  "location": {
1206
1266
  "filePath": "dependencies.main.runtime.ts",
1207
- "line": 355,
1267
+ "line": 354,
1208
1268
  "character": 15
1209
1269
  },
1210
1270
  "name": "depName",
@@ -1212,7 +1272,7 @@
1212
1272
  "__schema": "KeywordTypeSchema",
1213
1273
  "location": {
1214
1274
  "filePath": "dependencies.main.runtime.ts",
1215
- "line": 355,
1275
+ "line": 354,
1216
1276
  "character": 24
1217
1277
  },
1218
1278
  "name": "string"
@@ -1225,7 +1285,7 @@
1225
1285
  "__schema": "TypeRefSchema",
1226
1286
  "location": {
1227
1287
  "filePath": "dependencies.main.runtime.ts",
1228
- "line": 355,
1288
+ "line": 354,
1229
1289
  "character": 33
1230
1290
  },
1231
1291
  "name": "Promise",
@@ -1234,7 +1294,7 @@
1234
1294
  "__schema": "TypeLiteralSchema",
1235
1295
  "location": {
1236
1296
  "filePath": "dependencies.main.runtime.ts",
1237
- "line": 355,
1297
+ "line": 354,
1238
1298
  "character": 41
1239
1299
  },
1240
1300
  "members": [
@@ -1242,14 +1302,14 @@
1242
1302
  "__schema": "IndexSignatureSchema",
1243
1303
  "location": {
1244
1304
  "filePath": "dependencies.main.runtime.ts",
1245
- "line": 355,
1305
+ "line": 354,
1246
1306
  "character": 43
1247
1307
  },
1248
1308
  "keyType": {
1249
1309
  "__schema": "ParameterSchema",
1250
1310
  "location": {
1251
1311
  "filePath": "dependencies.main.runtime.ts",
1252
- "line": 355,
1312
+ "line": 354,
1253
1313
  "character": 44
1254
1314
  },
1255
1315
  "name": "compIdStr",
@@ -1257,7 +1317,7 @@
1257
1317
  "__schema": "KeywordTypeSchema",
1258
1318
  "location": {
1259
1319
  "filePath": "dependencies.main.runtime.ts",
1260
- "line": 355,
1320
+ "line": 354,
1261
1321
  "character": 55
1262
1322
  },
1263
1323
  "name": "string"
@@ -1269,7 +1329,7 @@
1269
1329
  "__schema": "KeywordTypeSchema",
1270
1330
  "location": {
1271
1331
  "filePath": "dependencies.main.runtime.ts",
1272
- "line": 355,
1332
+ "line": 354,
1273
1333
  "character": 64
1274
1334
  },
1275
1335
  "name": "string"
@@ -1287,7 +1347,7 @@
1287
1347
  "__schema": "VariableLikeSchema",
1288
1348
  "location": {
1289
1349
  "filePath": "dependencies.main.runtime.ts",
1290
- "line": 395,
1350
+ "line": 394,
1291
1351
  "character": 3
1292
1352
  },
1293
1353
  "signature": "(property) DependenciesMain.slots: never[]",
@@ -1296,7 +1356,7 @@
1296
1356
  "__schema": "InferenceTypeSchema",
1297
1357
  "location": {
1298
1358
  "filePath": "dependencies.main.runtime.ts",
1299
- "line": 395,
1359
+ "line": 394,
1300
1360
  "character": 3
1301
1361
  },
1302
1362
  "type": "never[]"
@@ -1308,7 +1368,7 @@
1308
1368
  "__schema": "VariableLikeSchema",
1309
1369
  "location": {
1310
1370
  "filePath": "dependencies.main.runtime.ts",
1311
- "line": 396,
1371
+ "line": 395,
1312
1372
  "character": 3
1313
1373
  },
1314
1374
  "signature": "(property) DependenciesMain.dependencies: Aspect[]",
@@ -1317,7 +1377,7 @@
1317
1377
  "__schema": "InferenceTypeSchema",
1318
1378
  "location": {
1319
1379
  "filePath": "dependencies.main.runtime.ts",
1320
- "line": 396,
1380
+ "line": 395,
1321
1381
  "character": 3
1322
1382
  },
1323
1383
  "type": "Aspect[]"
@@ -1329,7 +1389,7 @@
1329
1389
  "__schema": "VariableLikeSchema",
1330
1390
  "location": {
1331
1391
  "filePath": "dependencies.main.runtime.ts",
1332
- "line": 407,
1392
+ "line": 406,
1333
1393
  "character": 3
1334
1394
  },
1335
1395
  "signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
@@ -1338,7 +1398,7 @@
1338
1398
  "__schema": "InferenceTypeSchema",
1339
1399
  "location": {
1340
1400
  "filePath": "dependencies.main.runtime.ts",
1341
- "line": 407,
1401
+ "line": 406,
1342
1402
  "character": 3
1343
1403
  },
1344
1404
  "type": "RuntimeDefinition"
@@ -1350,7 +1410,7 @@
1350
1410
  "__schema": "FunctionLikeSchema",
1351
1411
  "location": {
1352
1412
  "filePath": "dependencies.main.runtime.ts",
1353
- "line": 409,
1413
+ "line": 408,
1354
1414
  "character": 3
1355
1415
  },
1356
1416
  "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 +1420,7 @@
1360
1420
  "__schema": "ParameterSchema",
1361
1421
  "location": {
1362
1422
  "filePath": "dependencies.main.runtime.ts",
1363
- "line": 409,
1423
+ "line": 408,
1364
1424
  "character": 25
1365
1425
  },
1366
1426
  "name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain ]",
@@ -1368,7 +1428,7 @@
1368
1428
  "__schema": "TupleTypeSchema",
1369
1429
  "location": {
1370
1430
  "filePath": "dependencies.main.runtime.ts",
1371
- "line": 409,
1431
+ "line": 408,
1372
1432
  "character": 107
1373
1433
  },
1374
1434
  "elements": [
@@ -1376,73 +1436,105 @@
1376
1436
  "__schema": "TypeRefSchema",
1377
1437
  "location": {
1378
1438
  "filePath": "dependencies.main.runtime.ts",
1379
- "line": 410,
1439
+ "line": 409,
1380
1440
  "character": 5
1381
1441
  },
1382
- "name": "CLIMain"
1442
+ "name": "CLIMain",
1443
+ "componentId": {
1444
+ "scope": "teambit.harmony",
1445
+ "name": "cli"
1446
+ }
1383
1447
  },
1384
1448
  {
1385
1449
  "__schema": "TypeRefSchema",
1386
1450
  "location": {
1387
1451
  "filePath": "dependencies.main.runtime.ts",
1388
- "line": 411,
1452
+ "line": 410,
1389
1453
  "character": 5
1390
1454
  },
1391
- "name": "Workspace"
1455
+ "name": "Workspace",
1456
+ "componentId": {
1457
+ "scope": "teambit.workspace",
1458
+ "name": "workspace"
1459
+ }
1392
1460
  },
1393
1461
  {
1394
1462
  "__schema": "TypeRefSchema",
1395
1463
  "location": {
1396
1464
  "filePath": "dependencies.main.runtime.ts",
1397
- "line": 412,
1465
+ "line": 411,
1398
1466
  "character": 5
1399
1467
  },
1400
- "name": "DependencyResolverMain"
1468
+ "name": "DependencyResolverMain",
1469
+ "componentId": {
1470
+ "scope": "teambit.dependencies",
1471
+ "name": "dependency-resolver"
1472
+ }
1401
1473
  },
1402
1474
  {
1403
1475
  "__schema": "TypeRefSchema",
1404
1476
  "location": {
1405
1477
  "filePath": "dependencies.main.runtime.ts",
1406
- "line": 413,
1478
+ "line": 412,
1407
1479
  "character": 5
1408
1480
  },
1409
- "name": "DevFilesMain"
1481
+ "name": "DevFilesMain",
1482
+ "componentId": {
1483
+ "scope": "teambit.component",
1484
+ "name": "dev-files"
1485
+ }
1410
1486
  },
1411
1487
  {
1412
1488
  "__schema": "TypeRefSchema",
1413
1489
  "location": {
1414
1490
  "filePath": "dependencies.main.runtime.ts",
1415
- "line": 414,
1491
+ "line": 413,
1416
1492
  "character": 5
1417
1493
  },
1418
- "name": "AspectLoaderMain"
1494
+ "name": "AspectLoaderMain",
1495
+ "componentId": {
1496
+ "scope": "teambit.harmony",
1497
+ "name": "aspect-loader"
1498
+ }
1419
1499
  },
1420
1500
  {
1421
1501
  "__schema": "TypeRefSchema",
1422
1502
  "location": {
1423
1503
  "filePath": "dependencies.main.runtime.ts",
1424
- "line": 415,
1504
+ "line": 414,
1425
1505
  "character": 5
1426
1506
  },
1427
- "name": "ScopeMain"
1507
+ "name": "ScopeMain",
1508
+ "componentId": {
1509
+ "scope": "teambit.scope",
1510
+ "name": "scope"
1511
+ }
1428
1512
  },
1429
1513
  {
1430
1514
  "__schema": "TypeRefSchema",
1431
1515
  "location": {
1432
1516
  "filePath": "dependencies.main.runtime.ts",
1433
- "line": 416,
1517
+ "line": 415,
1434
1518
  "character": 5
1435
1519
  },
1436
- "name": "GraphMain"
1520
+ "name": "GraphMain",
1521
+ "componentId": {
1522
+ "scope": "teambit.component",
1523
+ "name": "graph"
1524
+ }
1437
1525
  },
1438
1526
  {
1439
1527
  "__schema": "TypeRefSchema",
1440
1528
  "location": {
1441
1529
  "filePath": "dependencies.main.runtime.ts",
1442
- "line": 417,
1530
+ "line": 416,
1443
1531
  "character": 5
1444
1532
  },
1445
- "name": "LoggerMain"
1533
+ "name": "LoggerMain",
1534
+ "componentId": {
1535
+ "scope": "teambit.harmony",
1536
+ "name": "logger"
1537
+ }
1446
1538
  }
1447
1539
  ]
1448
1540
  },
@@ -1454,7 +1546,7 @@
1454
1546
  "__schema": "InferenceTypeSchema",
1455
1547
  "location": {
1456
1548
  "filePath": "dependencies.main.runtime.ts",
1457
- "line": 409,
1549
+ "line": 408,
1458
1550
  "character": 3
1459
1551
  },
1460
1552
  "type": "Promise<DependenciesMain>"
@@ -1876,7 +1968,8 @@
1876
1968
  "line": 50,
1877
1969
  "character": 27
1878
1970
  },
1879
- "name": "DependencyContext"
1971
+ "name": "DependencyContext",
1972
+ "internalFilePath": "files-dependency-builder/detector-hook.ts"
1880
1973
  },
1881
1974
  "isOptional": false,
1882
1975
  "isSpread": false
@@ -2040,7 +2133,7 @@
2040
2133
  "__schema": "TypeSchema",
2041
2134
  "location": {
2042
2135
  "filePath": "dependencies.main.runtime.ts",
2043
- "line": 43,
2136
+ "line": 42,
2044
2137
  "character": 1
2045
2138
  },
2046
2139
  "signature": "type RemoveDependencyResult = {\n id: ComponentID;\n removedPackages: string[];\n}",
@@ -2049,7 +2142,7 @@
2049
2142
  "__schema": "TypeLiteralSchema",
2050
2143
  "location": {
2051
2144
  "filePath": "dependencies.main.runtime.ts",
2052
- "line": 43,
2145
+ "line": 42,
2053
2146
  "character": 38
2054
2147
  },
2055
2148
  "members": [
@@ -2057,7 +2150,7 @@
2057
2150
  "__schema": "VariableLikeSchema",
2058
2151
  "location": {
2059
2152
  "filePath": "dependencies.main.runtime.ts",
2060
- "line": 43,
2153
+ "line": 42,
2061
2154
  "character": 40
2062
2155
  },
2063
2156
  "signature": "(property) id: ComponentID",
@@ -2066,7 +2159,7 @@
2066
2159
  "__schema": "TypeRefSchema",
2067
2160
  "location": {
2068
2161
  "filePath": "dependencies.main.runtime.ts",
2069
- "line": 43,
2162
+ "line": 42,
2070
2163
  "character": 40
2071
2164
  },
2072
2165
  "name": "ComponentID",
@@ -2082,7 +2175,7 @@
2082
2175
  "__schema": "VariableLikeSchema",
2083
2176
  "location": {
2084
2177
  "filePath": "dependencies.main.runtime.ts",
2085
- "line": 43,
2178
+ "line": 42,
2086
2179
  "character": 57
2087
2180
  },
2088
2181
  "signature": "(property) removedPackages: string[]",
@@ -2091,14 +2184,14 @@
2091
2184
  "__schema": "TypeArraySchema",
2092
2185
  "location": {
2093
2186
  "filePath": "dependencies.main.runtime.ts",
2094
- "line": 43,
2187
+ "line": 42,
2095
2188
  "character": 74
2096
2189
  },
2097
2190
  "type": {
2098
2191
  "__schema": "KeywordTypeSchema",
2099
2192
  "location": {
2100
2193
  "filePath": "dependencies.main.runtime.ts",
2101
- "line": 43,
2194
+ "line": 42,
2102
2195
  "character": 74
2103
2196
  },
2104
2197
  "name": "string"
@@ -2113,7 +2206,7 @@
2113
2206
  "__schema": "TypeSchema",
2114
2207
  "location": {
2115
2208
  "filePath": "dependencies.main.runtime.ts",
2116
- "line": 44,
2209
+ "line": 43,
2117
2210
  "character": 1
2118
2211
  },
2119
2212
  "signature": "type SetDependenciesResult = {\n changedComps: string[];\n addedPackages: Record<string, string>;\n}",
@@ -2122,7 +2215,7 @@
2122
2215
  "__schema": "TypeLiteralSchema",
2123
2216
  "location": {
2124
2217
  "filePath": "dependencies.main.runtime.ts",
2125
- "line": 44,
2218
+ "line": 43,
2126
2219
  "character": 37
2127
2220
  },
2128
2221
  "members": [
@@ -2130,7 +2223,7 @@
2130
2223
  "__schema": "VariableLikeSchema",
2131
2224
  "location": {
2132
2225
  "filePath": "dependencies.main.runtime.ts",
2133
- "line": 44,
2226
+ "line": 43,
2134
2227
  "character": 39
2135
2228
  },
2136
2229
  "signature": "(property) changedComps: string[]",
@@ -2139,14 +2232,14 @@
2139
2232
  "__schema": "TypeArraySchema",
2140
2233
  "location": {
2141
2234
  "filePath": "dependencies.main.runtime.ts",
2142
- "line": 44,
2235
+ "line": 43,
2143
2236
  "character": 53
2144
2237
  },
2145
2238
  "type": {
2146
2239
  "__schema": "KeywordTypeSchema",
2147
2240
  "location": {
2148
2241
  "filePath": "dependencies.main.runtime.ts",
2149
- "line": 44,
2242
+ "line": 43,
2150
2243
  "character": 53
2151
2244
  },
2152
2245
  "name": "string"
@@ -2158,7 +2251,7 @@
2158
2251
  "__schema": "VariableLikeSchema",
2159
2252
  "location": {
2160
2253
  "filePath": "dependencies.main.runtime.ts",
2161
- "line": 44,
2254
+ "line": 43,
2162
2255
  "character": 63
2163
2256
  },
2164
2257
  "signature": "(property) addedPackages: Record<string, string>",
@@ -2167,7 +2260,7 @@
2167
2260
  "__schema": "TypeRefSchema",
2168
2261
  "location": {
2169
2262
  "filePath": "dependencies.main.runtime.ts",
2170
- "line": 44,
2263
+ "line": 43,
2171
2264
  "character": 78
2172
2265
  },
2173
2266
  "name": "Record",
@@ -2176,7 +2269,7 @@
2176
2269
  "__schema": "KeywordTypeSchema",
2177
2270
  "location": {
2178
2271
  "filePath": "dependencies.main.runtime.ts",
2179
- "line": 44,
2272
+ "line": 43,
2180
2273
  "character": 85
2181
2274
  },
2182
2275
  "name": "string"
@@ -2185,7 +2278,7 @@
2185
2278
  "__schema": "KeywordTypeSchema",
2186
2279
  "location": {
2187
2280
  "filePath": "dependencies.main.runtime.ts",
2188
- "line": 44,
2281
+ "line": 43,
2189
2282
  "character": 93
2190
2283
  },
2191
2284
  "name": "string"
@@ -2201,7 +2294,7 @@
2201
2294
  "__schema": "TypeSchema",
2202
2295
  "location": {
2203
2296
  "filePath": "dependencies.main.runtime.ts",
2204
- "line": 45,
2297
+ "line": 44,
2205
2298
  "character": 1
2206
2299
  },
2207
2300
  "signature": "type DependenciesResultsDebug = DebugDependencies & OverridesDependenciesData & {\n coreAspects: string[];\n sources: {\n id: string;\n source: string;\n }[];\n}",
@@ -2210,7 +2303,7 @@
2210
2303
  "__schema": "TypeIntersectionSchema",
2211
2304
  "location": {
2212
2305
  "filePath": "dependencies.main.runtime.ts",
2213
- "line": 45,
2306
+ "line": 44,
2214
2307
  "character": 40
2215
2308
  },
2216
2309
  "types": [
@@ -2218,25 +2311,27 @@
2218
2311
  "__schema": "TypeRefSchema",
2219
2312
  "location": {
2220
2313
  "filePath": "dependencies.main.runtime.ts",
2221
- "line": 45,
2314
+ "line": 44,
2222
2315
  "character": 40
2223
2316
  },
2224
- "name": "DebugDependencies"
2317
+ "name": "DebugDependencies",
2318
+ "internalFilePath": "dependencies-loader/auto-detect-deps.ts"
2225
2319
  },
2226
2320
  {
2227
2321
  "__schema": "TypeRefSchema",
2228
2322
  "location": {
2229
2323
  "filePath": "dependencies.main.runtime.ts",
2230
- "line": 46,
2324
+ "line": 45,
2231
2325
  "character": 3
2232
2326
  },
2233
- "name": "OverridesDependenciesData"
2327
+ "name": "OverridesDependenciesData",
2328
+ "internalFilePath": "dependencies-loader/dependencies-data.ts"
2234
2329
  },
2235
2330
  {
2236
2331
  "__schema": "TypeLiteralSchema",
2237
2332
  "location": {
2238
2333
  "filePath": "dependencies.main.runtime.ts",
2239
- "line": 46,
2334
+ "line": 45,
2240
2335
  "character": 31
2241
2336
  },
2242
2337
  "members": [
@@ -2244,7 +2339,7 @@
2244
2339
  "__schema": "VariableLikeSchema",
2245
2340
  "location": {
2246
2341
  "filePath": "dependencies.main.runtime.ts",
2247
- "line": 46,
2342
+ "line": 45,
2248
2343
  "character": 33
2249
2344
  },
2250
2345
  "signature": "(property) coreAspects: string[]",
@@ -2253,14 +2348,14 @@
2253
2348
  "__schema": "TypeArraySchema",
2254
2349
  "location": {
2255
2350
  "filePath": "dependencies.main.runtime.ts",
2256
- "line": 46,
2351
+ "line": 45,
2257
2352
  "character": 46
2258
2353
  },
2259
2354
  "type": {
2260
2355
  "__schema": "KeywordTypeSchema",
2261
2356
  "location": {
2262
2357
  "filePath": "dependencies.main.runtime.ts",
2263
- "line": 46,
2358
+ "line": 45,
2264
2359
  "character": 46
2265
2360
  },
2266
2361
  "name": "string"
@@ -2272,7 +2367,7 @@
2272
2367
  "__schema": "VariableLikeSchema",
2273
2368
  "location": {
2274
2369
  "filePath": "dependencies.main.runtime.ts",
2275
- "line": 46,
2370
+ "line": 45,
2276
2371
  "character": 56
2277
2372
  },
2278
2373
  "signature": "(property) sources: {\n id: string;\n source: string;\n}[]",
@@ -2281,14 +2376,14 @@
2281
2376
  "__schema": "TypeArraySchema",
2282
2377
  "location": {
2283
2378
  "filePath": "dependencies.main.runtime.ts",
2284
- "line": 46,
2379
+ "line": 45,
2285
2380
  "character": 65
2286
2381
  },
2287
2382
  "type": {
2288
2383
  "__schema": "TypeLiteralSchema",
2289
2384
  "location": {
2290
2385
  "filePath": "dependencies.main.runtime.ts",
2291
- "line": 46,
2386
+ "line": 45,
2292
2387
  "character": 65
2293
2388
  },
2294
2389
  "members": [
@@ -2296,7 +2391,7 @@
2296
2391
  "__schema": "VariableLikeSchema",
2297
2392
  "location": {
2298
2393
  "filePath": "dependencies.main.runtime.ts",
2299
- "line": 46,
2394
+ "line": 45,
2300
2395
  "character": 67
2301
2396
  },
2302
2397
  "signature": "(property) id: string",
@@ -2305,7 +2400,7 @@
2305
2400
  "__schema": "KeywordTypeSchema",
2306
2401
  "location": {
2307
2402
  "filePath": "dependencies.main.runtime.ts",
2308
- "line": 46,
2403
+ "line": 45,
2309
2404
  "character": 71
2310
2405
  },
2311
2406
  "name": "string"
@@ -2316,7 +2411,7 @@
2316
2411
  "__schema": "VariableLikeSchema",
2317
2412
  "location": {
2318
2413
  "filePath": "dependencies.main.runtime.ts",
2319
- "line": 46,
2414
+ "line": 45,
2320
2415
  "character": 79
2321
2416
  },
2322
2417
  "signature": "(property) source: string",
@@ -2325,7 +2420,7 @@
2325
2420
  "__schema": "KeywordTypeSchema",
2326
2421
  "location": {
2327
2422
  "filePath": "dependencies.main.runtime.ts",
2328
- "line": 46,
2423
+ "line": 45,
2329
2424
  "character": 87
2330
2425
  },
2331
2426
  "name": "string"
@@ -2346,7 +2441,7 @@
2346
2441
  "__schema": "TypeSchema",
2347
2442
  "location": {
2348
2443
  "filePath": "dependencies.main.runtime.ts",
2349
- "line": 48,
2444
+ "line": 47,
2350
2445
  "character": 1
2351
2446
  },
2352
2447
  "signature": "type DependenciesResults = {\n graph: ComponentIdGraph;\n id: ComponentID;\n}",
@@ -2355,7 +2450,7 @@
2355
2450
  "__schema": "TypeLiteralSchema",
2356
2451
  "location": {
2357
2452
  "filePath": "dependencies.main.runtime.ts",
2358
- "line": 48,
2453
+ "line": 47,
2359
2454
  "character": 35
2360
2455
  },
2361
2456
  "members": [
@@ -2363,7 +2458,7 @@
2363
2458
  "__schema": "VariableLikeSchema",
2364
2459
  "location": {
2365
2460
  "filePath": "dependencies.main.runtime.ts",
2366
- "line": 49,
2461
+ "line": 48,
2367
2462
  "character": 3
2368
2463
  },
2369
2464
  "signature": "(property) graph: ComponentIdGraph",
@@ -2372,7 +2467,7 @@
2372
2467
  "__schema": "TypeRefSchema",
2373
2468
  "location": {
2374
2469
  "filePath": "dependencies.main.runtime.ts",
2375
- "line": 49,
2470
+ "line": 48,
2376
2471
  "character": 3
2377
2472
  },
2378
2473
  "name": "ComponentIdGraph",
@@ -2387,7 +2482,7 @@
2387
2482
  "__schema": "VariableLikeSchema",
2388
2483
  "location": {
2389
2484
  "filePath": "dependencies.main.runtime.ts",
2390
- "line": 50,
2485
+ "line": 49,
2391
2486
  "character": 3
2392
2487
  },
2393
2488
  "signature": "(property) id: ComponentID",
@@ -2396,7 +2491,7 @@
2396
2491
  "__schema": "TypeRefSchema",
2397
2492
  "location": {
2398
2493
  "filePath": "dependencies.main.runtime.ts",
2399
- "line": 50,
2494
+ "line": 49,
2400
2495
  "character": 3
2401
2496
  },
2402
2497
  "name": "ComponentID",
@@ -2415,7 +2510,7 @@
2415
2510
  "__schema": "TypeSchema",
2416
2511
  "location": {
2417
2512
  "filePath": "dependencies.main.runtime.ts",
2418
- "line": 53,
2513
+ "line": 52,
2419
2514
  "character": 1
2420
2515
  },
2421
2516
  "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 +2519,7 @@
2424
2519
  "__schema": "TypeLiteralSchema",
2425
2520
  "location": {
2426
2521
  "filePath": "dependencies.main.runtime.ts",
2427
- "line": 53,
2522
+ "line": 52,
2428
2523
  "character": 27
2429
2524
  },
2430
2525
  "members": [
@@ -2432,7 +2527,7 @@
2432
2527
  "__schema": "VariableLikeSchema",
2433
2528
  "location": {
2434
2529
  "filePath": "dependencies.main.runtime.ts",
2435
- "line": 54,
2530
+ "line": 53,
2436
2531
  "character": 3
2437
2532
  },
2438
2533
  "signature": "(property) snap: string",
@@ -2441,7 +2536,7 @@
2441
2536
  "__schema": "KeywordTypeSchema",
2442
2537
  "location": {
2443
2538
  "filePath": "dependencies.main.runtime.ts",
2444
- "line": 54,
2539
+ "line": 53,
2445
2540
  "character": 9
2446
2541
  },
2447
2542
  "name": "string"
@@ -2452,7 +2547,7 @@
2452
2547
  "__schema": "VariableLikeSchema",
2453
2548
  "location": {
2454
2549
  "filePath": "dependencies.main.runtime.ts",
2455
- "line": 55,
2550
+ "line": 54,
2456
2551
  "character": 3
2457
2552
  },
2458
2553
  "signature": "(property) tag?: string | undefined",
@@ -2461,7 +2556,7 @@
2461
2556
  "__schema": "KeywordTypeSchema",
2462
2557
  "location": {
2463
2558
  "filePath": "dependencies.main.runtime.ts",
2464
- "line": 55,
2559
+ "line": 54,
2465
2560
  "character": 9
2466
2561
  },
2467
2562
  "name": "string"
@@ -2472,7 +2567,7 @@
2472
2567
  "__schema": "VariableLikeSchema",
2473
2568
  "location": {
2474
2569
  "filePath": "dependencies.main.runtime.ts",
2475
- "line": 56,
2570
+ "line": 55,
2476
2571
  "character": 3
2477
2572
  },
2478
2573
  "signature": "(property) author: string",
@@ -2481,7 +2576,7 @@
2481
2576
  "__schema": "KeywordTypeSchema",
2482
2577
  "location": {
2483
2578
  "filePath": "dependencies.main.runtime.ts",
2484
- "line": 56,
2579
+ "line": 55,
2485
2580
  "character": 11
2486
2581
  },
2487
2582
  "name": "string"
@@ -2492,7 +2587,7 @@
2492
2587
  "__schema": "VariableLikeSchema",
2493
2588
  "location": {
2494
2589
  "filePath": "dependencies.main.runtime.ts",
2495
- "line": 57,
2590
+ "line": 56,
2496
2591
  "character": 3
2497
2592
  },
2498
2593
  "signature": "(property) date: string",
@@ -2501,7 +2596,7 @@
2501
2596
  "__schema": "KeywordTypeSchema",
2502
2597
  "location": {
2503
2598
  "filePath": "dependencies.main.runtime.ts",
2504
- "line": 57,
2599
+ "line": 56,
2505
2600
  "character": 9
2506
2601
  },
2507
2602
  "name": "string"
@@ -2512,7 +2607,7 @@
2512
2607
  "__schema": "VariableLikeSchema",
2513
2608
  "location": {
2514
2609
  "filePath": "dependencies.main.runtime.ts",
2515
- "line": 58,
2610
+ "line": 57,
2516
2611
  "character": 3
2517
2612
  },
2518
2613
  "signature": "(property) message: string",
@@ -2521,7 +2616,7 @@
2521
2616
  "__schema": "KeywordTypeSchema",
2522
2617
  "location": {
2523
2618
  "filePath": "dependencies.main.runtime.ts",
2524
- "line": 58,
2619
+ "line": 57,
2525
2620
  "character": 12
2526
2621
  },
2527
2622
  "name": "string"
@@ -2532,7 +2627,7 @@
2532
2627
  "__schema": "VariableLikeSchema",
2533
2628
  "location": {
2534
2629
  "filePath": "dependencies.main.runtime.ts",
2535
- "line": 59,
2630
+ "line": 58,
2536
2631
  "character": 3
2537
2632
  },
2538
2633
  "signature": "(property) version: string",
@@ -2541,7 +2636,7 @@
2541
2636
  "__schema": "KeywordTypeSchema",
2542
2637
  "location": {
2543
2638
  "filePath": "dependencies.main.runtime.ts",
2544
- "line": 59,
2639
+ "line": 58,
2545
2640
  "character": 12
2546
2641
  },
2547
2642
  "name": "string"
@@ -2555,7 +2650,7 @@
2555
2650
  "__schema": "ClassSchema",
2556
2651
  "location": {
2557
2652
  "filePath": "dependencies.main.runtime.ts",
2558
- "line": 62,
2653
+ "line": 61,
2559
2654
  "character": 1
2560
2655
  },
2561
2656
  "signature": "class DependenciesMain",
@@ -2565,7 +2660,7 @@
2565
2660
  "__schema": "ConstructorSchema",
2566
2661
  "location": {
2567
2662
  "filePath": "dependencies.main.runtime.ts",
2568
- "line": 63,
2663
+ "line": 62,
2569
2664
  "character": 3
2570
2665
  },
2571
2666
  "signature": "constructor DependenciesMain(workspace: Workspace, scope: ScopeMain, dependencyResolver: DependencyResolverMain, devFiles: DevFilesMain, aspectLoader: AspectLoaderMain, graph: GraphMain, logger: Logger): DependenciesMain",
@@ -2575,7 +2670,7 @@
2575
2670
  "__schema": "ParameterSchema",
2576
2671
  "location": {
2577
2672
  "filePath": "dependencies.main.runtime.ts",
2578
- "line": 64,
2673
+ "line": 63,
2579
2674
  "character": 5
2580
2675
  },
2581
2676
  "name": "workspace",
@@ -2583,10 +2678,14 @@
2583
2678
  "__schema": "TypeRefSchema",
2584
2679
  "location": {
2585
2680
  "filePath": "dependencies.main.runtime.ts",
2586
- "line": 64,
2681
+ "line": 63,
2587
2682
  "character": 24
2588
2683
  },
2589
- "name": "Workspace"
2684
+ "name": "Workspace",
2685
+ "componentId": {
2686
+ "scope": "teambit.workspace",
2687
+ "name": "workspace"
2688
+ }
2590
2689
  },
2591
2690
  "isOptional": false,
2592
2691
  "isSpread": false
@@ -2595,7 +2694,7 @@
2595
2694
  "__schema": "ParameterSchema",
2596
2695
  "location": {
2597
2696
  "filePath": "dependencies.main.runtime.ts",
2598
- "line": 65,
2697
+ "line": 64,
2599
2698
  "character": 5
2600
2699
  },
2601
2700
  "name": "scope",
@@ -2603,10 +2702,14 @@
2603
2702
  "__schema": "TypeRefSchema",
2604
2703
  "location": {
2605
2704
  "filePath": "dependencies.main.runtime.ts",
2606
- "line": 65,
2705
+ "line": 64,
2607
2706
  "character": 20
2608
2707
  },
2609
- "name": "ScopeMain"
2708
+ "name": "ScopeMain",
2709
+ "componentId": {
2710
+ "scope": "teambit.scope",
2711
+ "name": "scope"
2712
+ }
2610
2713
  },
2611
2714
  "isOptional": false,
2612
2715
  "isSpread": false
@@ -2615,7 +2718,7 @@
2615
2718
  "__schema": "ParameterSchema",
2616
2719
  "location": {
2617
2720
  "filePath": "dependencies.main.runtime.ts",
2618
- "line": 66,
2721
+ "line": 65,
2619
2722
  "character": 5
2620
2723
  },
2621
2724
  "name": "dependencyResolver",
@@ -2623,10 +2726,14 @@
2623
2726
  "__schema": "TypeRefSchema",
2624
2727
  "location": {
2625
2728
  "filePath": "dependencies.main.runtime.ts",
2626
- "line": 66,
2729
+ "line": 65,
2627
2730
  "character": 33
2628
2731
  },
2629
- "name": "DependencyResolverMain"
2732
+ "name": "DependencyResolverMain",
2733
+ "componentId": {
2734
+ "scope": "teambit.dependencies",
2735
+ "name": "dependency-resolver"
2736
+ }
2630
2737
  },
2631
2738
  "isOptional": false,
2632
2739
  "isSpread": false
@@ -2635,7 +2742,7 @@
2635
2742
  "__schema": "ParameterSchema",
2636
2743
  "location": {
2637
2744
  "filePath": "dependencies.main.runtime.ts",
2638
- "line": 67,
2745
+ "line": 66,
2639
2746
  "character": 5
2640
2747
  },
2641
2748
  "name": "devFiles",
@@ -2643,10 +2750,14 @@
2643
2750
  "__schema": "TypeRefSchema",
2644
2751
  "location": {
2645
2752
  "filePath": "dependencies.main.runtime.ts",
2646
- "line": 67,
2753
+ "line": 66,
2647
2754
  "character": 23
2648
2755
  },
2649
- "name": "DevFilesMain"
2756
+ "name": "DevFilesMain",
2757
+ "componentId": {
2758
+ "scope": "teambit.component",
2759
+ "name": "dev-files"
2760
+ }
2650
2761
  },
2651
2762
  "isOptional": false,
2652
2763
  "isSpread": false
@@ -2655,7 +2766,7 @@
2655
2766
  "__schema": "ParameterSchema",
2656
2767
  "location": {
2657
2768
  "filePath": "dependencies.main.runtime.ts",
2658
- "line": 68,
2769
+ "line": 67,
2659
2770
  "character": 5
2660
2771
  },
2661
2772
  "name": "aspectLoader",
@@ -2663,10 +2774,14 @@
2663
2774
  "__schema": "TypeRefSchema",
2664
2775
  "location": {
2665
2776
  "filePath": "dependencies.main.runtime.ts",
2666
- "line": 68,
2777
+ "line": 67,
2667
2778
  "character": 27
2668
2779
  },
2669
- "name": "AspectLoaderMain"
2780
+ "name": "AspectLoaderMain",
2781
+ "componentId": {
2782
+ "scope": "teambit.harmony",
2783
+ "name": "aspect-loader"
2784
+ }
2670
2785
  },
2671
2786
  "isOptional": false,
2672
2787
  "isSpread": false
@@ -2675,7 +2790,7 @@
2675
2790
  "__schema": "ParameterSchema",
2676
2791
  "location": {
2677
2792
  "filePath": "dependencies.main.runtime.ts",
2678
- "line": 69,
2793
+ "line": 68,
2679
2794
  "character": 5
2680
2795
  },
2681
2796
  "name": "graph",
@@ -2683,10 +2798,14 @@
2683
2798
  "__schema": "TypeRefSchema",
2684
2799
  "location": {
2685
2800
  "filePath": "dependencies.main.runtime.ts",
2686
- "line": 69,
2801
+ "line": 68,
2687
2802
  "character": 20
2688
2803
  },
2689
- "name": "GraphMain"
2804
+ "name": "GraphMain",
2805
+ "componentId": {
2806
+ "scope": "teambit.component",
2807
+ "name": "graph"
2808
+ }
2690
2809
  },
2691
2810
  "isOptional": false,
2692
2811
  "isSpread": false
@@ -2695,7 +2814,7 @@
2695
2814
  "__schema": "ParameterSchema",
2696
2815
  "location": {
2697
2816
  "filePath": "dependencies.main.runtime.ts",
2698
- "line": 70,
2817
+ "line": 69,
2699
2818
  "character": 5
2700
2819
  },
2701
2820
  "name": "logger",
@@ -2703,10 +2822,14 @@
2703
2822
  "__schema": "TypeRefSchema",
2704
2823
  "location": {
2705
2824
  "filePath": "dependencies.main.runtime.ts",
2706
- "line": 70,
2825
+ "line": 69,
2707
2826
  "character": 21
2708
2827
  },
2709
- "name": "Logger"
2828
+ "name": "Logger",
2829
+ "componentId": {
2830
+ "scope": "teambit.harmony",
2831
+ "name": "logger"
2832
+ }
2710
2833
  },
2711
2834
  "isOptional": false,
2712
2835
  "isSpread": false
@@ -2716,7 +2839,7 @@
2716
2839
  "__schema": "ThisTypeSchema",
2717
2840
  "location": {
2718
2841
  "filePath": "dependencies.main.runtime.ts",
2719
- "line": 62,
2842
+ "line": 61,
2720
2843
  "character": 1
2721
2844
  },
2722
2845
  "name": "DependenciesMain"
@@ -2727,7 +2850,7 @@
2727
2850
  "__schema": "FunctionLikeSchema",
2728
2851
  "location": {
2729
2852
  "filePath": "dependencies.main.runtime.ts",
2730
- "line": 73,
2853
+ "line": 72,
2731
2854
  "character": 3
2732
2855
  },
2733
2856
  "signature": "(method) DependenciesMain.setPeer(componentId: string, range?: string): Promise<void>",
@@ -2737,7 +2860,7 @@
2737
2860
  "__schema": "ParameterSchema",
2738
2861
  "location": {
2739
2862
  "filePath": "dependencies.main.runtime.ts",
2740
- "line": 73,
2863
+ "line": 72,
2741
2864
  "character": 17
2742
2865
  },
2743
2866
  "name": "componentId",
@@ -2745,7 +2868,7 @@
2745
2868
  "__schema": "KeywordTypeSchema",
2746
2869
  "location": {
2747
2870
  "filePath": "dependencies.main.runtime.ts",
2748
- "line": 73,
2871
+ "line": 72,
2749
2872
  "character": 30
2750
2873
  },
2751
2874
  "name": "string"
@@ -2757,7 +2880,7 @@
2757
2880
  "__schema": "ParameterSchema",
2758
2881
  "location": {
2759
2882
  "filePath": "dependencies.main.runtime.ts",
2760
- "line": 73,
2883
+ "line": 72,
2761
2884
  "character": 38
2762
2885
  },
2763
2886
  "name": "range",
@@ -2765,7 +2888,7 @@
2765
2888
  "__schema": "KeywordTypeSchema",
2766
2889
  "location": {
2767
2890
  "filePath": "dependencies.main.runtime.ts",
2768
- "line": 73,
2891
+ "line": 72,
2769
2892
  "character": 46
2770
2893
  },
2771
2894
  "name": "string"
@@ -2778,7 +2901,7 @@
2778
2901
  "__schema": "TypeRefSchema",
2779
2902
  "location": {
2780
2903
  "filePath": "dependencies.main.runtime.ts",
2781
- "line": 73,
2904
+ "line": 72,
2782
2905
  "character": 55
2783
2906
  },
2784
2907
  "name": "Promise",
@@ -2787,7 +2910,7 @@
2787
2910
  "__schema": "KeywordTypeSchema",
2788
2911
  "location": {
2789
2912
  "filePath": "dependencies.main.runtime.ts",
2790
- "line": 73,
2913
+ "line": 72,
2791
2914
  "character": 63
2792
2915
  },
2793
2916
  "name": "void"
@@ -2802,7 +2925,7 @@
2802
2925
  "__schema": "FunctionLikeSchema",
2803
2926
  "location": {
2804
2927
  "filePath": "dependencies.main.runtime.ts",
2805
- "line": 84,
2928
+ "line": 83,
2806
2929
  "character": 3
2807
2930
  },
2808
2931
  "signature": "(method) DependenciesMain.unsetPeer(componentId: string): Promise<void>",
@@ -2812,7 +2935,7 @@
2812
2935
  "__schema": "ParameterSchema",
2813
2936
  "location": {
2814
2937
  "filePath": "dependencies.main.runtime.ts",
2815
- "line": 84,
2938
+ "line": 83,
2816
2939
  "character": 19
2817
2940
  },
2818
2941
  "name": "componentId",
@@ -2820,7 +2943,7 @@
2820
2943
  "__schema": "KeywordTypeSchema",
2821
2944
  "location": {
2822
2945
  "filePath": "dependencies.main.runtime.ts",
2823
- "line": 84,
2946
+ "line": 83,
2824
2947
  "character": 32
2825
2948
  },
2826
2949
  "name": "string"
@@ -2833,7 +2956,7 @@
2833
2956
  "__schema": "TypeRefSchema",
2834
2957
  "location": {
2835
2958
  "filePath": "dependencies.main.runtime.ts",
2836
- "line": 84,
2959
+ "line": 83,
2837
2960
  "character": 41
2838
2961
  },
2839
2962
  "name": "Promise",
@@ -2842,7 +2965,7 @@
2842
2965
  "__schema": "KeywordTypeSchema",
2843
2966
  "location": {
2844
2967
  "filePath": "dependencies.main.runtime.ts",
2845
- "line": 84,
2968
+ "line": 83,
2846
2969
  "character": 49
2847
2970
  },
2848
2971
  "name": "void"
@@ -2857,7 +2980,7 @@
2857
2980
  "__schema": "FunctionLikeSchema",
2858
2981
  "location": {
2859
2982
  "filePath": "dependencies.main.runtime.ts",
2860
- "line": 101,
2983
+ "line": 100,
2861
2984
  "character": 3
2862
2985
  },
2863
2986
  "signature": "(method) DependenciesMain.setDependency(componentPattern: string, packages: string[], options?: SetDependenciesFlags): Promise<SetDependenciesResult>",
@@ -2867,7 +2990,7 @@
2867
2990
  "__schema": "ParameterSchema",
2868
2991
  "location": {
2869
2992
  "filePath": "dependencies.main.runtime.ts",
2870
- "line": 102,
2993
+ "line": 101,
2871
2994
  "character": 5
2872
2995
  },
2873
2996
  "name": "componentPattern",
@@ -2875,7 +2998,7 @@
2875
2998
  "__schema": "KeywordTypeSchema",
2876
2999
  "location": {
2877
3000
  "filePath": "dependencies.main.runtime.ts",
2878
- "line": 102,
3001
+ "line": 101,
2879
3002
  "character": 23
2880
3003
  },
2881
3004
  "name": "string"
@@ -2887,7 +3010,7 @@
2887
3010
  "__schema": "ParameterSchema",
2888
3011
  "location": {
2889
3012
  "filePath": "dependencies.main.runtime.ts",
2890
- "line": 103,
3013
+ "line": 102,
2891
3014
  "character": 5
2892
3015
  },
2893
3016
  "name": "packages",
@@ -2895,14 +3018,14 @@
2895
3018
  "__schema": "TypeArraySchema",
2896
3019
  "location": {
2897
3020
  "filePath": "dependencies.main.runtime.ts",
2898
- "line": 103,
3021
+ "line": 102,
2899
3022
  "character": 15
2900
3023
  },
2901
3024
  "type": {
2902
3025
  "__schema": "KeywordTypeSchema",
2903
3026
  "location": {
2904
3027
  "filePath": "dependencies.main.runtime.ts",
2905
- "line": 103,
3028
+ "line": 102,
2906
3029
  "character": 15
2907
3030
  },
2908
3031
  "name": "string"
@@ -2915,7 +3038,7 @@
2915
3038
  "__schema": "ParameterSchema",
2916
3039
  "location": {
2917
3040
  "filePath": "dependencies.main.runtime.ts",
2918
- "line": 104,
3041
+ "line": 103,
2919
3042
  "character": 5
2920
3043
  },
2921
3044
  "name": "options",
@@ -2923,10 +3046,11 @@
2923
3046
  "__schema": "TypeRefSchema",
2924
3047
  "location": {
2925
3048
  "filePath": "dependencies.main.runtime.ts",
2926
- "line": 104,
3049
+ "line": 103,
2927
3050
  "character": 14
2928
3051
  },
2929
- "name": "SetDependenciesFlags"
3052
+ "name": "SetDependenciesFlags",
3053
+ "internalFilePath": "dependencies-cmd.ts"
2930
3054
  },
2931
3055
  "isOptional": true,
2932
3056
  "defaultValue": "{}",
@@ -2937,7 +3061,7 @@
2937
3061
  "__schema": "TypeRefSchema",
2938
3062
  "location": {
2939
3063
  "filePath": "dependencies.main.runtime.ts",
2940
- "line": 105,
3064
+ "line": 104,
2941
3065
  "character": 6
2942
3066
  },
2943
3067
  "name": "Promise",
@@ -2946,10 +3070,11 @@
2946
3070
  "__schema": "TypeRefSchema",
2947
3071
  "location": {
2948
3072
  "filePath": "dependencies.main.runtime.ts",
2949
- "line": 105,
3073
+ "line": 104,
2950
3074
  "character": 14
2951
3075
  },
2952
- "name": "SetDependenciesResult"
3076
+ "name": "SetDependenciesResult",
3077
+ "internalFilePath": "dependencies.main.runtime.ts"
2953
3078
  }
2954
3079
  ]
2955
3080
  },
@@ -2961,7 +3086,7 @@
2961
3086
  "__schema": "FunctionLikeSchema",
2962
3087
  "location": {
2963
3088
  "filePath": "dependencies.main.runtime.ts",
2964
- "line": 145,
3089
+ "line": 144,
2965
3090
  "character": 3
2966
3091
  },
2967
3092
  "signature": "(method) DependenciesMain.removeDependency(componentPattern: string, packages: string[], options?: RemoveDependenciesFlags, removeOnlyIfExists?: boolean): Promise<RemoveDependencyResult[]>",
@@ -2971,7 +3096,7 @@
2971
3096
  "__schema": "ParameterSchema",
2972
3097
  "location": {
2973
3098
  "filePath": "dependencies.main.runtime.ts",
2974
- "line": 146,
3099
+ "line": 145,
2975
3100
  "character": 5
2976
3101
  },
2977
3102
  "name": "componentPattern",
@@ -2979,7 +3104,7 @@
2979
3104
  "__schema": "KeywordTypeSchema",
2980
3105
  "location": {
2981
3106
  "filePath": "dependencies.main.runtime.ts",
2982
- "line": 146,
3107
+ "line": 145,
2983
3108
  "character": 23
2984
3109
  },
2985
3110
  "name": "string"
@@ -2991,7 +3116,7 @@
2991
3116
  "__schema": "ParameterSchema",
2992
3117
  "location": {
2993
3118
  "filePath": "dependencies.main.runtime.ts",
2994
- "line": 147,
3119
+ "line": 146,
2995
3120
  "character": 5
2996
3121
  },
2997
3122
  "name": "packages",
@@ -2999,14 +3124,14 @@
2999
3124
  "__schema": "TypeArraySchema",
3000
3125
  "location": {
3001
3126
  "filePath": "dependencies.main.runtime.ts",
3002
- "line": 147,
3127
+ "line": 146,
3003
3128
  "character": 15
3004
3129
  },
3005
3130
  "type": {
3006
3131
  "__schema": "KeywordTypeSchema",
3007
3132
  "location": {
3008
3133
  "filePath": "dependencies.main.runtime.ts",
3009
- "line": 147,
3134
+ "line": 146,
3010
3135
  "character": 15
3011
3136
  },
3012
3137
  "name": "string"
@@ -3019,7 +3144,7 @@
3019
3144
  "__schema": "ParameterSchema",
3020
3145
  "location": {
3021
3146
  "filePath": "dependencies.main.runtime.ts",
3022
- "line": 148,
3147
+ "line": 147,
3023
3148
  "character": 5
3024
3149
  },
3025
3150
  "name": "options",
@@ -3027,10 +3152,11 @@
3027
3152
  "__schema": "TypeRefSchema",
3028
3153
  "location": {
3029
3154
  "filePath": "dependencies.main.runtime.ts",
3030
- "line": 148,
3155
+ "line": 147,
3031
3156
  "character": 14
3032
3157
  },
3033
- "name": "RemoveDependenciesFlags"
3158
+ "name": "RemoveDependenciesFlags",
3159
+ "internalFilePath": "dependencies-cmd.ts"
3034
3160
  },
3035
3161
  "isOptional": true,
3036
3162
  "defaultValue": "{}",
@@ -3040,7 +3166,7 @@
3040
3166
  "__schema": "ParameterSchema",
3041
3167
  "location": {
3042
3168
  "filePath": "dependencies.main.runtime.ts",
3043
- "line": 149,
3169
+ "line": 148,
3044
3170
  "character": 5
3045
3171
  },
3046
3172
  "name": "removeOnlyIfExists",
@@ -3048,7 +3174,7 @@
3048
3174
  "__schema": "InferenceTypeSchema",
3049
3175
  "location": {
3050
3176
  "filePath": "dependencies.main.runtime.ts",
3051
- "line": 149,
3177
+ "line": 148,
3052
3178
  "character": 5
3053
3179
  },
3054
3180
  "type": "boolean"
@@ -3062,7 +3188,7 @@
3062
3188
  "__schema": "TypeRefSchema",
3063
3189
  "location": {
3064
3190
  "filePath": "dependencies.main.runtime.ts",
3065
- "line": 150,
3191
+ "line": 149,
3066
3192
  "character": 6
3067
3193
  },
3068
3194
  "name": "Promise",
@@ -3071,17 +3197,18 @@
3071
3197
  "__schema": "TypeArraySchema",
3072
3198
  "location": {
3073
3199
  "filePath": "dependencies.main.runtime.ts",
3074
- "line": 150,
3200
+ "line": 149,
3075
3201
  "character": 14
3076
3202
  },
3077
3203
  "type": {
3078
3204
  "__schema": "TypeRefSchema",
3079
3205
  "location": {
3080
3206
  "filePath": "dependencies.main.runtime.ts",
3081
- "line": 150,
3207
+ "line": 149,
3082
3208
  "character": 14
3083
3209
  },
3084
- "name": "RemoveDependencyResult"
3210
+ "name": "RemoveDependencyResult",
3211
+ "internalFilePath": "dependencies.main.runtime.ts"
3085
3212
  }
3086
3213
  }
3087
3214
  ]
@@ -3094,7 +3221,7 @@
3094
3221
  "__schema": "FunctionLikeSchema",
3095
3222
  "location": {
3096
3223
  "filePath": "dependencies.main.runtime.ts",
3097
- "line": 209,
3224
+ "line": 208,
3098
3225
  "character": 3
3099
3226
  },
3100
3227
  "signature": "(method) DependenciesMain.reset(componentPattern: string): Promise<ComponentID[]>",
@@ -3104,7 +3231,7 @@
3104
3231
  "__schema": "ParameterSchema",
3105
3232
  "location": {
3106
3233
  "filePath": "dependencies.main.runtime.ts",
3107
- "line": 209,
3234
+ "line": 208,
3108
3235
  "character": 15
3109
3236
  },
3110
3237
  "name": "componentPattern",
@@ -3112,7 +3239,7 @@
3112
3239
  "__schema": "KeywordTypeSchema",
3113
3240
  "location": {
3114
3241
  "filePath": "dependencies.main.runtime.ts",
3115
- "line": 209,
3242
+ "line": 208,
3116
3243
  "character": 33
3117
3244
  },
3118
3245
  "name": "string"
@@ -3125,7 +3252,7 @@
3125
3252
  "__schema": "TypeRefSchema",
3126
3253
  "location": {
3127
3254
  "filePath": "dependencies.main.runtime.ts",
3128
- "line": 209,
3255
+ "line": 208,
3129
3256
  "character": 42
3130
3257
  },
3131
3258
  "name": "Promise",
@@ -3134,17 +3261,22 @@
3134
3261
  "__schema": "TypeArraySchema",
3135
3262
  "location": {
3136
3263
  "filePath": "dependencies.main.runtime.ts",
3137
- "line": 209,
3264
+ "line": 208,
3138
3265
  "character": 50
3139
3266
  },
3140
3267
  "type": {
3141
3268
  "__schema": "TypeRefSchema",
3142
3269
  "location": {
3143
3270
  "filePath": "dependencies.main.runtime.ts",
3144
- "line": 209,
3271
+ "line": 208,
3145
3272
  "character": 50
3146
3273
  },
3147
- "name": "ComponentID"
3274
+ "name": "ComponentID",
3275
+ "componentId": {
3276
+ "scope": "teambit.component",
3277
+ "name": "component-id",
3278
+ "version": "1.2.2"
3279
+ }
3148
3280
  }
3149
3281
  }
3150
3282
  ]
@@ -3157,7 +3289,7 @@
3157
3289
  "__schema": "FunctionLikeSchema",
3158
3290
  "location": {
3159
3291
  "filePath": "dependencies.main.runtime.ts",
3160
- "line": 219,
3292
+ "line": 218,
3161
3293
  "character": 3
3162
3294
  },
3163
3295
  "signature": "(method) DependenciesMain.eject(componentPattern: string): Promise<ComponentID[]>",
@@ -3167,7 +3299,7 @@
3167
3299
  "__schema": "ParameterSchema",
3168
3300
  "location": {
3169
3301
  "filePath": "dependencies.main.runtime.ts",
3170
- "line": 219,
3302
+ "line": 218,
3171
3303
  "character": 15
3172
3304
  },
3173
3305
  "name": "componentPattern",
@@ -3175,7 +3307,7 @@
3175
3307
  "__schema": "KeywordTypeSchema",
3176
3308
  "location": {
3177
3309
  "filePath": "dependencies.main.runtime.ts",
3178
- "line": 219,
3310
+ "line": 218,
3179
3311
  "character": 33
3180
3312
  },
3181
3313
  "name": "string"
@@ -3188,7 +3320,7 @@
3188
3320
  "__schema": "TypeRefSchema",
3189
3321
  "location": {
3190
3322
  "filePath": "dependencies.main.runtime.ts",
3191
- "line": 219,
3323
+ "line": 218,
3192
3324
  "character": 42
3193
3325
  },
3194
3326
  "name": "Promise",
@@ -3197,17 +3329,22 @@
3197
3329
  "__schema": "TypeArraySchema",
3198
3330
  "location": {
3199
3331
  "filePath": "dependencies.main.runtime.ts",
3200
- "line": 219,
3332
+ "line": 218,
3201
3333
  "character": 50
3202
3334
  },
3203
3335
  "type": {
3204
3336
  "__schema": "TypeRefSchema",
3205
3337
  "location": {
3206
3338
  "filePath": "dependencies.main.runtime.ts",
3207
- "line": 219,
3339
+ "line": 218,
3208
3340
  "character": 50
3209
3341
  },
3210
- "name": "ComponentID"
3342
+ "name": "ComponentID",
3343
+ "componentId": {
3344
+ "scope": "teambit.component",
3345
+ "name": "component-id",
3346
+ "version": "1.2.2"
3347
+ }
3211
3348
  }
3212
3349
  }
3213
3350
  ]
@@ -3220,7 +3357,7 @@
3220
3357
  "__schema": "FunctionLikeSchema",
3221
3358
  "location": {
3222
3359
  "filePath": "dependencies.main.runtime.ts",
3223
- "line": 237,
3360
+ "line": 236,
3224
3361
  "character": 3
3225
3362
  },
3226
3363
  "signature": "(method) DependenciesMain.getDependencies(id: string, scope?: boolean): Promise<DependenciesResults>",
@@ -3230,7 +3367,7 @@
3230
3367
  "__schema": "ParameterSchema",
3231
3368
  "location": {
3232
3369
  "filePath": "dependencies.main.runtime.ts",
3233
- "line": 237,
3370
+ "line": 236,
3234
3371
  "character": 25
3235
3372
  },
3236
3373
  "name": "id",
@@ -3238,7 +3375,7 @@
3238
3375
  "__schema": "KeywordTypeSchema",
3239
3376
  "location": {
3240
3377
  "filePath": "dependencies.main.runtime.ts",
3241
- "line": 237,
3378
+ "line": 236,
3242
3379
  "character": 29
3243
3380
  },
3244
3381
  "name": "string"
@@ -3250,7 +3387,7 @@
3250
3387
  "__schema": "ParameterSchema",
3251
3388
  "location": {
3252
3389
  "filePath": "dependencies.main.runtime.ts",
3253
- "line": 237,
3390
+ "line": 236,
3254
3391
  "character": 37
3255
3392
  },
3256
3393
  "name": "scope",
@@ -3258,7 +3395,7 @@
3258
3395
  "__schema": "KeywordTypeSchema",
3259
3396
  "location": {
3260
3397
  "filePath": "dependencies.main.runtime.ts",
3261
- "line": 237,
3398
+ "line": 236,
3262
3399
  "character": 45
3263
3400
  },
3264
3401
  "name": "boolean"
@@ -3271,7 +3408,7 @@
3271
3408
  "__schema": "TypeRefSchema",
3272
3409
  "location": {
3273
3410
  "filePath": "dependencies.main.runtime.ts",
3274
- "line": 237,
3411
+ "line": 236,
3275
3412
  "character": 55
3276
3413
  },
3277
3414
  "name": "Promise",
@@ -3280,10 +3417,11 @@
3280
3417
  "__schema": "TypeRefSchema",
3281
3418
  "location": {
3282
3419
  "filePath": "dependencies.main.runtime.ts",
3283
- "line": 237,
3420
+ "line": 236,
3284
3421
  "character": 63
3285
3422
  },
3286
- "name": "DependenciesResults"
3423
+ "name": "DependenciesResults",
3424
+ "internalFilePath": "dependencies.main.runtime.ts"
3287
3425
  }
3288
3426
  ]
3289
3427
  },
@@ -3295,7 +3433,7 @@
3295
3433
  "__schema": "FunctionLikeSchema",
3296
3434
  "location": {
3297
3435
  "filePath": "dependencies.main.runtime.ts",
3298
- "line": 247,
3436
+ "line": 246,
3299
3437
  "character": 3
3300
3438
  },
3301
3439
  "signature": "(method) DependenciesMain.loadDependencies(component: ConsumerComponent, opts: DependencyLoaderOpts): Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>",
@@ -3305,7 +3443,7 @@
3305
3443
  "__schema": "ParameterSchema",
3306
3444
  "location": {
3307
3445
  "filePath": "dependencies.main.runtime.ts",
3308
- "line": 247,
3446
+ "line": 246,
3309
3447
  "character": 26
3310
3448
  },
3311
3449
  "name": "component",
@@ -3313,10 +3451,15 @@
3313
3451
  "__schema": "TypeRefSchema",
3314
3452
  "location": {
3315
3453
  "filePath": "dependencies.main.runtime.ts",
3316
- "line": 247,
3454
+ "line": 246,
3317
3455
  "character": 37
3318
3456
  },
3319
- "name": "ConsumerComponent"
3457
+ "name": "ConsumerComponent",
3458
+ "componentId": {
3459
+ "scope": "teambit.legacy",
3460
+ "name": "consumer-component",
3461
+ "version": "0.0.3"
3462
+ }
3320
3463
  },
3321
3464
  "isOptional": false,
3322
3465
  "isSpread": false
@@ -3325,7 +3468,7 @@
3325
3468
  "__schema": "ParameterSchema",
3326
3469
  "location": {
3327
3470
  "filePath": "dependencies.main.runtime.ts",
3328
- "line": 247,
3471
+ "line": 246,
3329
3472
  "character": 56
3330
3473
  },
3331
3474
  "name": "opts",
@@ -3333,10 +3476,15 @@
3333
3476
  "__schema": "TypeRefSchema",
3334
3477
  "location": {
3335
3478
  "filePath": "dependencies.main.runtime.ts",
3336
- "line": 247,
3479
+ "line": 246,
3337
3480
  "character": 62
3338
3481
  },
3339
- "name": "DependencyLoaderOpts"
3482
+ "name": "DependencyLoaderOpts",
3483
+ "componentId": {
3484
+ "scope": "teambit.legacy",
3485
+ "name": "consumer-component",
3486
+ "version": "0.0.3"
3487
+ }
3340
3488
  },
3341
3489
  "isOptional": false,
3342
3490
  "isSpread": false
@@ -3346,7 +3494,7 @@
3346
3494
  "__schema": "InferenceTypeSchema",
3347
3495
  "location": {
3348
3496
  "filePath": "dependencies.main.runtime.ts",
3349
- "line": 247,
3497
+ "line": 246,
3350
3498
  "character": 3
3351
3499
  },
3352
3500
  "type": "Promise<{\n dependenciesData: DependenciesData;\n overridesDependencies: OverridesDependencies;\n debugDependenciesData: DebugDependencies;\n}>"
@@ -3359,14 +3507,14 @@
3359
3507
  "__schema": "FunctionLikeSchema",
3360
3508
  "location": {
3361
3509
  "filePath": "dependencies.main.runtime.ts",
3362
- "line": 264,
3510
+ "line": 263,
3363
3511
  "character": 3
3364
3512
  },
3365
3513
  "doc": {
3366
3514
  "__schema": "DocSchema",
3367
3515
  "location": {
3368
3516
  "filePath": "dependencies.main.runtime.ts",
3369
- "line": 258,
3517
+ "line": 257,
3370
3518
  "character": 3
3371
3519
  },
3372
3520
  "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 +3528,7 @@
3380
3528
  "__schema": "ParameterSchema",
3381
3529
  "location": {
3382
3530
  "filePath": "dependencies.main.runtime.ts",
3383
- "line": 264,
3531
+ "line": 263,
3384
3532
  "character": 35
3385
3533
  },
3386
3534
  "name": "component",
@@ -3388,10 +3536,15 @@
3388
3536
  "__schema": "TypeRefSchema",
3389
3537
  "location": {
3390
3538
  "filePath": "dependencies.main.runtime.ts",
3391
- "line": 264,
3539
+ "line": 263,
3392
3540
  "character": 46
3393
3541
  },
3394
- "name": "ConsumerComponent"
3542
+ "name": "ConsumerComponent",
3543
+ "componentId": {
3544
+ "scope": "teambit.legacy",
3545
+ "name": "consumer-component",
3546
+ "version": "0.0.3"
3547
+ }
3395
3548
  },
3396
3549
  "isOptional": false,
3397
3550
  "isSpread": false
@@ -3400,7 +3553,7 @@
3400
3553
  "__schema": "ParameterSchema",
3401
3554
  "location": {
3402
3555
  "filePath": "dependencies.main.runtime.ts",
3403
- "line": 264,
3556
+ "line": 263,
3404
3557
  "character": 65
3405
3558
  },
3406
3559
  "name": "dependenciesData",
@@ -3408,7 +3561,7 @@
3408
3561
  "__schema": "TypeRefSchema",
3409
3562
  "location": {
3410
3563
  "filePath": "dependencies.main.runtime.ts",
3411
- "line": 264,
3564
+ "line": 263,
3412
3565
  "character": 83
3413
3566
  },
3414
3567
  "name": "Partial",
@@ -3417,10 +3570,11 @@
3417
3570
  "__schema": "TypeRefSchema",
3418
3571
  "location": {
3419
3572
  "filePath": "dependencies.main.runtime.ts",
3420
- "line": 264,
3573
+ "line": 263,
3421
3574
  "character": 91
3422
3575
  },
3423
- "name": "DependenciesData"
3576
+ "name": "DependenciesData",
3577
+ "internalFilePath": "dependencies-loader/dependencies-data.ts"
3424
3578
  }
3425
3579
  ]
3426
3580
  },
@@ -3432,7 +3586,7 @@
3432
3586
  "__schema": "InferenceTypeSchema",
3433
3587
  "location": {
3434
3588
  "filePath": "dependencies.main.runtime.ts",
3435
- "line": 264,
3589
+ "line": 263,
3436
3590
  "character": 3
3437
3591
  },
3438
3592
  "type": "Promise<void>"
@@ -3445,7 +3599,7 @@
3445
3599
  "__schema": "FunctionLikeSchema",
3446
3600
  "location": {
3447
3601
  "filePath": "dependencies.main.runtime.ts",
3448
- "line": 275,
3602
+ "line": 274,
3449
3603
  "character": 3
3450
3604
  },
3451
3605
  "signature": "(method) DependenciesMain.debugDependencies(id: string): Promise<DependenciesResultsDebug>",
@@ -3455,7 +3609,7 @@
3455
3609
  "__schema": "ParameterSchema",
3456
3610
  "location": {
3457
3611
  "filePath": "dependencies.main.runtime.ts",
3458
- "line": 275,
3612
+ "line": 274,
3459
3613
  "character": 27
3460
3614
  },
3461
3615
  "name": "id",
@@ -3463,7 +3617,7 @@
3463
3617
  "__schema": "KeywordTypeSchema",
3464
3618
  "location": {
3465
3619
  "filePath": "dependencies.main.runtime.ts",
3466
- "line": 275,
3620
+ "line": 274,
3467
3621
  "character": 31
3468
3622
  },
3469
3623
  "name": "string"
@@ -3476,7 +3630,7 @@
3476
3630
  "__schema": "TypeRefSchema",
3477
3631
  "location": {
3478
3632
  "filePath": "dependencies.main.runtime.ts",
3479
- "line": 275,
3633
+ "line": 274,
3480
3634
  "character": 40
3481
3635
  },
3482
3636
  "name": "Promise",
@@ -3485,10 +3639,11 @@
3485
3639
  "__schema": "TypeRefSchema",
3486
3640
  "location": {
3487
3641
  "filePath": "dependencies.main.runtime.ts",
3488
- "line": 275,
3642
+ "line": 274,
3489
3643
  "character": 48
3490
3644
  },
3491
- "name": "DependenciesResultsDebug"
3645
+ "name": "DependenciesResultsDebug",
3646
+ "internalFilePath": "dependencies.main.runtime.ts"
3492
3647
  }
3493
3648
  ]
3494
3649
  },
@@ -3500,14 +3655,14 @@
3500
3655
  "__schema": "FunctionLikeSchema",
3501
3656
  "location": {
3502
3657
  "filePath": "dependencies.main.runtime.ts",
3503
- "line": 307,
3658
+ "line": 306,
3504
3659
  "character": 3
3505
3660
  },
3506
3661
  "doc": {
3507
3662
  "__schema": "DocSchema",
3508
3663
  "location": {
3509
3664
  "filePath": "dependencies.main.runtime.ts",
3510
- "line": 303,
3665
+ "line": 302,
3511
3666
  "character": 3
3512
3667
  },
3513
3668
  "raw": "/**\n * helps determine what snap/tag changed a specific dependency.\n * the results are sorted from the oldest to newest.\n */",
@@ -3521,7 +3676,7 @@
3521
3676
  "__schema": "ParameterSchema",
3522
3677
  "location": {
3523
3678
  "filePath": "dependencies.main.runtime.ts",
3524
- "line": 307,
3679
+ "line": 306,
3525
3680
  "character": 15
3526
3681
  },
3527
3682
  "name": "compName",
@@ -3529,7 +3684,7 @@
3529
3684
  "__schema": "KeywordTypeSchema",
3530
3685
  "location": {
3531
3686
  "filePath": "dependencies.main.runtime.ts",
3532
- "line": 307,
3687
+ "line": 306,
3533
3688
  "character": 25
3534
3689
  },
3535
3690
  "name": "string"
@@ -3541,7 +3696,7 @@
3541
3696
  "__schema": "ParameterSchema",
3542
3697
  "location": {
3543
3698
  "filePath": "dependencies.main.runtime.ts",
3544
- "line": 307,
3699
+ "line": 306,
3545
3700
  "character": 33
3546
3701
  },
3547
3702
  "name": "depName",
@@ -3549,7 +3704,7 @@
3549
3704
  "__schema": "KeywordTypeSchema",
3550
3705
  "location": {
3551
3706
  "filePath": "dependencies.main.runtime.ts",
3552
- "line": 307,
3707
+ "line": 306,
3553
3708
  "character": 42
3554
3709
  },
3555
3710
  "name": "string"
@@ -3562,7 +3717,7 @@
3562
3717
  "__schema": "InferenceTypeSchema",
3563
3718
  "location": {
3564
3719
  "filePath": "dependencies.main.runtime.ts",
3565
- "line": 307,
3720
+ "line": 306,
3566
3721
  "character": 3
3567
3722
  },
3568
3723
  "type": "Promise<BlameResult[]>"
@@ -3575,7 +3730,7 @@
3575
3730
  "__schema": "FunctionLikeSchema",
3576
3731
  "location": {
3577
3732
  "filePath": "dependencies.main.runtime.ts",
3578
- "line": 340,
3733
+ "line": 339,
3579
3734
  "character": 3
3580
3735
  },
3581
3736
  "signature": "(method) DependenciesMain.usageDeep(depName: string, opts?: {\n depth?: number;\n}): Promise<string | undefined>",
@@ -3585,7 +3740,7 @@
3585
3740
  "__schema": "ParameterSchema",
3586
3741
  "location": {
3587
3742
  "filePath": "dependencies.main.runtime.ts",
3588
- "line": 340,
3743
+ "line": 339,
3589
3744
  "character": 19
3590
3745
  },
3591
3746
  "name": "depName",
@@ -3593,7 +3748,7 @@
3593
3748
  "__schema": "KeywordTypeSchema",
3594
3749
  "location": {
3595
3750
  "filePath": "dependencies.main.runtime.ts",
3596
- "line": 340,
3751
+ "line": 339,
3597
3752
  "character": 28
3598
3753
  },
3599
3754
  "name": "string"
@@ -3605,7 +3760,7 @@
3605
3760
  "__schema": "ParameterSchema",
3606
3761
  "location": {
3607
3762
  "filePath": "dependencies.main.runtime.ts",
3608
- "line": 340,
3763
+ "line": 339,
3609
3764
  "character": 36
3610
3765
  },
3611
3766
  "name": "opts",
@@ -3613,7 +3768,7 @@
3613
3768
  "__schema": "TypeLiteralSchema",
3614
3769
  "location": {
3615
3770
  "filePath": "dependencies.main.runtime.ts",
3616
- "line": 340,
3771
+ "line": 339,
3617
3772
  "character": 43
3618
3773
  },
3619
3774
  "members": [
@@ -3621,7 +3776,7 @@
3621
3776
  "__schema": "VariableLikeSchema",
3622
3777
  "location": {
3623
3778
  "filePath": "dependencies.main.runtime.ts",
3624
- "line": 340,
3779
+ "line": 339,
3625
3780
  "character": 45
3626
3781
  },
3627
3782
  "signature": "(property) depth?: number | undefined",
@@ -3630,7 +3785,7 @@
3630
3785
  "__schema": "KeywordTypeSchema",
3631
3786
  "location": {
3632
3787
  "filePath": "dependencies.main.runtime.ts",
3633
- "line": 340,
3788
+ "line": 339,
3634
3789
  "character": 53
3635
3790
  },
3636
3791
  "name": "number"
@@ -3647,7 +3802,7 @@
3647
3802
  "__schema": "TypeRefSchema",
3648
3803
  "location": {
3649
3804
  "filePath": "dependencies.main.runtime.ts",
3650
- "line": 340,
3805
+ "line": 339,
3651
3806
  "character": 64
3652
3807
  },
3653
3808
  "name": "Promise",
@@ -3656,7 +3811,7 @@
3656
3811
  "__schema": "TypeUnionSchema",
3657
3812
  "location": {
3658
3813
  "filePath": "dependencies.main.runtime.ts",
3659
- "line": 340,
3814
+ "line": 339,
3660
3815
  "character": 72
3661
3816
  },
3662
3817
  "types": [
@@ -3664,7 +3819,7 @@
3664
3819
  "__schema": "KeywordTypeSchema",
3665
3820
  "location": {
3666
3821
  "filePath": "dependencies.main.runtime.ts",
3667
- "line": 340,
3822
+ "line": 339,
3668
3823
  "character": 72
3669
3824
  },
3670
3825
  "name": "string"
@@ -3673,7 +3828,7 @@
3673
3828
  "__schema": "KeywordTypeSchema",
3674
3829
  "location": {
3675
3830
  "filePath": "dependencies.main.runtime.ts",
3676
- "line": 340,
3831
+ "line": 339,
3677
3832
  "character": 81
3678
3833
  },
3679
3834
  "name": "undefined"
@@ -3690,14 +3845,14 @@
3690
3845
  "__schema": "FunctionLikeSchema",
3691
3846
  "location": {
3692
3847
  "filePath": "dependencies.main.runtime.ts",
3693
- "line": 355,
3848
+ "line": 354,
3694
3849
  "character": 3
3695
3850
  },
3696
3851
  "doc": {
3697
3852
  "__schema": "DocSchema",
3698
3853
  "location": {
3699
3854
  "filePath": "dependencies.main.runtime.ts",
3700
- "line": 351,
3855
+ "line": 350,
3701
3856
  "character": 3
3702
3857
  },
3703
3858
  "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 +3862,7 @@
3707
3862
  "__schema": "PropertyLikeTagSchema",
3708
3863
  "location": {
3709
3864
  "filePath": "dependencies.main.runtime.ts",
3710
- "line": 352,
3865
+ "line": 351,
3711
3866
  "character": 6
3712
3867
  },
3713
3868
  "name": "depName",
@@ -3718,7 +3873,7 @@
3718
3873
  "__schema": "ReturnTagSchema",
3719
3874
  "location": {
3720
3875
  "filePath": "dependencies.main.runtime.ts",
3721
- "line": 353,
3876
+ "line": 352,
3722
3877
  "character": 6
3723
3878
  },
3724
3879
  "tagName": "return",
@@ -3733,7 +3888,7 @@
3733
3888
  "__schema": "ParameterSchema",
3734
3889
  "location": {
3735
3890
  "filePath": "dependencies.main.runtime.ts",
3736
- "line": 355,
3891
+ "line": 354,
3737
3892
  "character": 15
3738
3893
  },
3739
3894
  "name": "depName",
@@ -3741,7 +3896,7 @@
3741
3896
  "__schema": "KeywordTypeSchema",
3742
3897
  "location": {
3743
3898
  "filePath": "dependencies.main.runtime.ts",
3744
- "line": 355,
3899
+ "line": 354,
3745
3900
  "character": 24
3746
3901
  },
3747
3902
  "name": "string"
@@ -3754,7 +3909,7 @@
3754
3909
  "__schema": "TypeRefSchema",
3755
3910
  "location": {
3756
3911
  "filePath": "dependencies.main.runtime.ts",
3757
- "line": 355,
3912
+ "line": 354,
3758
3913
  "character": 33
3759
3914
  },
3760
3915
  "name": "Promise",
@@ -3763,7 +3918,7 @@
3763
3918
  "__schema": "TypeLiteralSchema",
3764
3919
  "location": {
3765
3920
  "filePath": "dependencies.main.runtime.ts",
3766
- "line": 355,
3921
+ "line": 354,
3767
3922
  "character": 41
3768
3923
  },
3769
3924
  "members": [
@@ -3771,14 +3926,14 @@
3771
3926
  "__schema": "IndexSignatureSchema",
3772
3927
  "location": {
3773
3928
  "filePath": "dependencies.main.runtime.ts",
3774
- "line": 355,
3929
+ "line": 354,
3775
3930
  "character": 43
3776
3931
  },
3777
3932
  "keyType": {
3778
3933
  "__schema": "ParameterSchema",
3779
3934
  "location": {
3780
3935
  "filePath": "dependencies.main.runtime.ts",
3781
- "line": 355,
3936
+ "line": 354,
3782
3937
  "character": 44
3783
3938
  },
3784
3939
  "name": "compIdStr",
@@ -3786,7 +3941,7 @@
3786
3941
  "__schema": "KeywordTypeSchema",
3787
3942
  "location": {
3788
3943
  "filePath": "dependencies.main.runtime.ts",
3789
- "line": 355,
3944
+ "line": 354,
3790
3945
  "character": 55
3791
3946
  },
3792
3947
  "name": "string"
@@ -3798,7 +3953,7 @@
3798
3953
  "__schema": "KeywordTypeSchema",
3799
3954
  "location": {
3800
3955
  "filePath": "dependencies.main.runtime.ts",
3801
- "line": 355,
3956
+ "line": 354,
3802
3957
  "character": 64
3803
3958
  },
3804
3959
  "name": "string"
@@ -3816,7 +3971,7 @@
3816
3971
  "__schema": "VariableLikeSchema",
3817
3972
  "location": {
3818
3973
  "filePath": "dependencies.main.runtime.ts",
3819
- "line": 395,
3974
+ "line": 394,
3820
3975
  "character": 3
3821
3976
  },
3822
3977
  "signature": "(property) DependenciesMain.slots: never[]",
@@ -3825,7 +3980,7 @@
3825
3980
  "__schema": "InferenceTypeSchema",
3826
3981
  "location": {
3827
3982
  "filePath": "dependencies.main.runtime.ts",
3828
- "line": 395,
3983
+ "line": 394,
3829
3984
  "character": 3
3830
3985
  },
3831
3986
  "type": "never[]"
@@ -3837,7 +3992,7 @@
3837
3992
  "__schema": "VariableLikeSchema",
3838
3993
  "location": {
3839
3994
  "filePath": "dependencies.main.runtime.ts",
3840
- "line": 396,
3995
+ "line": 395,
3841
3996
  "character": 3
3842
3997
  },
3843
3998
  "signature": "(property) DependenciesMain.dependencies: Aspect[]",
@@ -3846,7 +4001,7 @@
3846
4001
  "__schema": "InferenceTypeSchema",
3847
4002
  "location": {
3848
4003
  "filePath": "dependencies.main.runtime.ts",
3849
- "line": 396,
4004
+ "line": 395,
3850
4005
  "character": 3
3851
4006
  },
3852
4007
  "type": "Aspect[]"
@@ -3858,7 +4013,7 @@
3858
4013
  "__schema": "VariableLikeSchema",
3859
4014
  "location": {
3860
4015
  "filePath": "dependencies.main.runtime.ts",
3861
- "line": 407,
4016
+ "line": 406,
3862
4017
  "character": 3
3863
4018
  },
3864
4019
  "signature": "(property) DependenciesMain.runtime: RuntimeDefinition",
@@ -3867,7 +4022,7 @@
3867
4022
  "__schema": "InferenceTypeSchema",
3868
4023
  "location": {
3869
4024
  "filePath": "dependencies.main.runtime.ts",
3870
- "line": 407,
4025
+ "line": 406,
3871
4026
  "character": 3
3872
4027
  },
3873
4028
  "type": "RuntimeDefinition"
@@ -3879,7 +4034,7 @@
3879
4034
  "__schema": "FunctionLikeSchema",
3880
4035
  "location": {
3881
4036
  "filePath": "dependencies.main.runtime.ts",
3882
- "line": 409,
4037
+ "line": 408,
3883
4038
  "character": 3
3884
4039
  },
3885
4040
  "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 +4044,7 @@
3889
4044
  "__schema": "ParameterSchema",
3890
4045
  "location": {
3891
4046
  "filePath": "dependencies.main.runtime.ts",
3892
- "line": 409,
4047
+ "line": 408,
3893
4048
  "character": 25
3894
4049
  },
3895
4050
  "name": "[ cli, workspace, depsResolver, devFiles, aspectLoader, scope, graph, loggerMain ]",
@@ -3897,7 +4052,7 @@
3897
4052
  "__schema": "TupleTypeSchema",
3898
4053
  "location": {
3899
4054
  "filePath": "dependencies.main.runtime.ts",
3900
- "line": 409,
4055
+ "line": 408,
3901
4056
  "character": 107
3902
4057
  },
3903
4058
  "elements": [
@@ -3905,73 +4060,105 @@
3905
4060
  "__schema": "TypeRefSchema",
3906
4061
  "location": {
3907
4062
  "filePath": "dependencies.main.runtime.ts",
3908
- "line": 410,
4063
+ "line": 409,
3909
4064
  "character": 5
3910
4065
  },
3911
- "name": "CLIMain"
4066
+ "name": "CLIMain",
4067
+ "componentId": {
4068
+ "scope": "teambit.harmony",
4069
+ "name": "cli"
4070
+ }
3912
4071
  },
3913
4072
  {
3914
4073
  "__schema": "TypeRefSchema",
3915
4074
  "location": {
3916
4075
  "filePath": "dependencies.main.runtime.ts",
3917
- "line": 411,
4076
+ "line": 410,
3918
4077
  "character": 5
3919
4078
  },
3920
- "name": "Workspace"
4079
+ "name": "Workspace",
4080
+ "componentId": {
4081
+ "scope": "teambit.workspace",
4082
+ "name": "workspace"
4083
+ }
3921
4084
  },
3922
4085
  {
3923
4086
  "__schema": "TypeRefSchema",
3924
4087
  "location": {
3925
4088
  "filePath": "dependencies.main.runtime.ts",
3926
- "line": 412,
4089
+ "line": 411,
3927
4090
  "character": 5
3928
4091
  },
3929
- "name": "DependencyResolverMain"
4092
+ "name": "DependencyResolverMain",
4093
+ "componentId": {
4094
+ "scope": "teambit.dependencies",
4095
+ "name": "dependency-resolver"
4096
+ }
3930
4097
  },
3931
4098
  {
3932
4099
  "__schema": "TypeRefSchema",
3933
4100
  "location": {
3934
4101
  "filePath": "dependencies.main.runtime.ts",
3935
- "line": 413,
4102
+ "line": 412,
3936
4103
  "character": 5
3937
4104
  },
3938
- "name": "DevFilesMain"
4105
+ "name": "DevFilesMain",
4106
+ "componentId": {
4107
+ "scope": "teambit.component",
4108
+ "name": "dev-files"
4109
+ }
3939
4110
  },
3940
4111
  {
3941
4112
  "__schema": "TypeRefSchema",
3942
4113
  "location": {
3943
4114
  "filePath": "dependencies.main.runtime.ts",
3944
- "line": 414,
4115
+ "line": 413,
3945
4116
  "character": 5
3946
4117
  },
3947
- "name": "AspectLoaderMain"
4118
+ "name": "AspectLoaderMain",
4119
+ "componentId": {
4120
+ "scope": "teambit.harmony",
4121
+ "name": "aspect-loader"
4122
+ }
3948
4123
  },
3949
4124
  {
3950
4125
  "__schema": "TypeRefSchema",
3951
4126
  "location": {
3952
4127
  "filePath": "dependencies.main.runtime.ts",
3953
- "line": 415,
4128
+ "line": 414,
3954
4129
  "character": 5
3955
4130
  },
3956
- "name": "ScopeMain"
4131
+ "name": "ScopeMain",
4132
+ "componentId": {
4133
+ "scope": "teambit.scope",
4134
+ "name": "scope"
4135
+ }
3957
4136
  },
3958
4137
  {
3959
4138
  "__schema": "TypeRefSchema",
3960
4139
  "location": {
3961
4140
  "filePath": "dependencies.main.runtime.ts",
3962
- "line": 416,
4141
+ "line": 415,
3963
4142
  "character": 5
3964
4143
  },
3965
- "name": "GraphMain"
4144
+ "name": "GraphMain",
4145
+ "componentId": {
4146
+ "scope": "teambit.component",
4147
+ "name": "graph"
4148
+ }
3966
4149
  },
3967
4150
  {
3968
4151
  "__schema": "TypeRefSchema",
3969
4152
  "location": {
3970
4153
  "filePath": "dependencies.main.runtime.ts",
3971
- "line": 417,
4154
+ "line": 416,
3972
4155
  "character": 5
3973
4156
  },
3974
- "name": "LoggerMain"
4157
+ "name": "LoggerMain",
4158
+ "componentId": {
4159
+ "scope": "teambit.harmony",
4160
+ "name": "logger"
4161
+ }
3975
4162
  }
3976
4163
  ]
3977
4164
  },
@@ -3983,7 +4170,7 @@
3983
4170
  "__schema": "InferenceTypeSchema",
3984
4171
  "location": {
3985
4172
  "filePath": "dependencies.main.runtime.ts",
3986
- "line": 409,
4173
+ "line": 408,
3987
4174
  "character": 3
3988
4175
  },
3989
4176
  "type": "Promise<DependenciesMain>"
@@ -4001,7 +4188,7 @@
4001
4188
  "__schema": "UnImplementedSchema",
4002
4189
  "location": {
4003
4190
  "filePath": "dependencies.main.runtime.ts",
4004
- "line": 453,
4191
+ "line": 452,
4005
4192
  "character": 16
4006
4193
  },
4007
4194
  "name": "DependenciesMain",
@@ -4013,7 +4200,7 @@
4013
4200
  "__schema": "FunctionLikeSchema",
4014
4201
  "location": {
4015
4202
  "filePath": "dependencies.main.runtime.ts",
4016
- "line": 447,
4203
+ "line": 446,
4017
4204
  "character": 1
4018
4205
  },
4019
4206
  "signature": "function isComponentId(depName: string): boolean",
@@ -4023,7 +4210,7 @@
4023
4210
  "__schema": "ParameterSchema",
4024
4211
  "location": {
4025
4212
  "filePath": "dependencies.main.runtime.ts",
4026
- "line": 447,
4213
+ "line": 446,
4027
4214
  "character": 24
4028
4215
  },
4029
4216
  "name": "depName",
@@ -4031,7 +4218,7 @@
4031
4218
  "__schema": "KeywordTypeSchema",
4032
4219
  "location": {
4033
4220
  "filePath": "dependencies.main.runtime.ts",
4034
- "line": 447,
4221
+ "line": 446,
4035
4222
  "character": 33
4036
4223
  },
4037
4224
  "name": "string"
@@ -4044,7 +4231,7 @@
4044
4231
  "__schema": "TypeRefSchema",
4045
4232
  "location": {
4046
4233
  "filePath": "dependencies.main.runtime.ts",
4047
- "line": 447,
4234
+ "line": 446,
4048
4235
  "character": 1
4049
4236
  },
4050
4237
  "name": "isComponentId",
@@ -4056,7 +4243,7 @@
4056
4243
  "__schema": "UnImplementedSchema",
4057
4244
  "location": {
4058
4245
  "filePath": "dependencies.main.runtime.ts",
4059
- "line": 451,
4246
+ "line": 450,
4060
4247
  "character": 1
4061
4248
  },
4062
4249
  "name": "DependenciesAspect.addRuntime(DependenciesMain);",
@@ -4458,7 +4645,8 @@
4458
4645
  "line": 50,
4459
4646
  "character": 27
4460
4647
  },
4461
- "name": "DependencyContext"
4648
+ "name": "DependencyContext",
4649
+ "internalFilePath": "files-dependency-builder/detector-hook.ts"
4462
4650
  },
4463
4651
  "isOptional": false,
4464
4652
  "isSpread": false
@@ -4708,7 +4896,7 @@
4708
4896
  "componentId": {
4709
4897
  "scope": "teambit.dependencies",
4710
4898
  "name": "dependencies",
4711
- "version": "1.0.487"
4899
+ "version": "1.0.489"
4712
4900
  },
4713
4901
  "taggedModuleExports": []
4714
4902
  }