@teambit/component-compare 1.0.263 → 1.0.265

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.
@@ -25,7 +25,7 @@
25
25
  "__schema": "ClassSchema",
26
26
  "location": {
27
27
  "filePath": "component-compare.main.runtime.ts",
28
- "line": 44,
28
+ "line": 45,
29
29
  "character": 1
30
30
  },
31
31
  "signature": "class ComponentCompareMain",
@@ -35,17 +35,17 @@
35
35
  "__schema": "ConstructorSchema",
36
36
  "location": {
37
37
  "filePath": "component-compare.main.runtime.ts",
38
- "line": 45,
38
+ "line": 46,
39
39
  "character": 3
40
40
  },
41
- "signature": "constructor ComponentCompareMain(componentAspect: ComponentMain, scope: ScopeMain, logger: Logger, tester: TesterMain, depResolver: DependencyResolverMain, workspace?: Workspace): ComponentCompareMain",
41
+ "signature": "constructor ComponentCompareMain(componentAspect: ComponentMain, scope: ScopeMain, logger: Logger, tester: TesterMain, depResolver: DependencyResolverMain, importer: ImporterMain, workspace?: Workspace): ComponentCompareMain",
42
42
  "name": "constructor",
43
43
  "params": [
44
44
  {
45
45
  "__schema": "ParameterSchema",
46
46
  "location": {
47
47
  "filePath": "component-compare.main.runtime.ts",
48
- "line": 46,
48
+ "line": 47,
49
49
  "character": 5
50
50
  },
51
51
  "name": "componentAspect",
@@ -53,7 +53,7 @@
53
53
  "__schema": "TypeRefSchema",
54
54
  "location": {
55
55
  "filePath": "component-compare.main.runtime.ts",
56
- "line": 46,
56
+ "line": 47,
57
57
  "character": 30
58
58
  },
59
59
  "name": "ComponentMain",
@@ -69,7 +69,7 @@
69
69
  "__schema": "ParameterSchema",
70
70
  "location": {
71
71
  "filePath": "component-compare.main.runtime.ts",
72
- "line": 47,
72
+ "line": 48,
73
73
  "character": 5
74
74
  },
75
75
  "name": "scope",
@@ -77,7 +77,7 @@
77
77
  "__schema": "TypeRefSchema",
78
78
  "location": {
79
79
  "filePath": "component-compare.main.runtime.ts",
80
- "line": 47,
80
+ "line": 48,
81
81
  "character": 20
82
82
  },
83
83
  "name": "ScopeMain",
@@ -93,7 +93,7 @@
93
93
  "__schema": "ParameterSchema",
94
94
  "location": {
95
95
  "filePath": "component-compare.main.runtime.ts",
96
- "line": 48,
96
+ "line": 49,
97
97
  "character": 5
98
98
  },
99
99
  "name": "logger",
@@ -101,7 +101,7 @@
101
101
  "__schema": "TypeRefSchema",
102
102
  "location": {
103
103
  "filePath": "component-compare.main.runtime.ts",
104
- "line": 48,
104
+ "line": 49,
105
105
  "character": 21
106
106
  },
107
107
  "name": "Logger",
@@ -117,7 +117,7 @@
117
117
  "__schema": "ParameterSchema",
118
118
  "location": {
119
119
  "filePath": "component-compare.main.runtime.ts",
120
- "line": 49,
120
+ "line": 50,
121
121
  "character": 5
122
122
  },
123
123
  "name": "tester",
@@ -125,7 +125,7 @@
125
125
  "__schema": "TypeRefSchema",
126
126
  "location": {
127
127
  "filePath": "component-compare.main.runtime.ts",
128
- "line": 49,
128
+ "line": 50,
129
129
  "character": 21
130
130
  },
131
131
  "name": "TesterMain",
@@ -141,7 +141,7 @@
141
141
  "__schema": "ParameterSchema",
142
142
  "location": {
143
143
  "filePath": "component-compare.main.runtime.ts",
144
- "line": 50,
144
+ "line": 51,
145
145
  "character": 5
146
146
  },
147
147
  "name": "depResolver",
@@ -149,7 +149,7 @@
149
149
  "__schema": "TypeRefSchema",
150
150
  "location": {
151
151
  "filePath": "component-compare.main.runtime.ts",
152
- "line": 50,
152
+ "line": 51,
153
153
  "character": 26
154
154
  },
155
155
  "name": "DependencyResolverMain",
@@ -165,7 +165,31 @@
165
165
  "__schema": "ParameterSchema",
166
166
  "location": {
167
167
  "filePath": "component-compare.main.runtime.ts",
168
- "line": 51,
168
+ "line": 52,
169
+ "character": 5
170
+ },
171
+ "name": "importer",
172
+ "type": {
173
+ "__schema": "TypeRefSchema",
174
+ "location": {
175
+ "filePath": "component-compare.main.runtime.ts",
176
+ "line": 52,
177
+ "character": 23
178
+ },
179
+ "name": "ImporterMain",
180
+ "componentId": {
181
+ "scope": "teambit.scope",
182
+ "name": "importer"
183
+ }
184
+ },
185
+ "isOptional": false,
186
+ "isSpread": false
187
+ },
188
+ {
189
+ "__schema": "ParameterSchema",
190
+ "location": {
191
+ "filePath": "component-compare.main.runtime.ts",
192
+ "line": 53,
169
193
  "character": 5
170
194
  },
171
195
  "name": "workspace",
@@ -173,7 +197,7 @@
173
197
  "__schema": "TypeRefSchema",
174
198
  "location": {
175
199
  "filePath": "component-compare.main.runtime.ts",
176
- "line": 51,
200
+ "line": 53,
177
201
  "character": 25
178
202
  },
179
203
  "name": "Workspace",
@@ -190,7 +214,7 @@
190
214
  "__schema": "ThisTypeSchema",
191
215
  "location": {
192
216
  "filePath": "component-compare.main.runtime.ts",
193
- "line": 44,
217
+ "line": 45,
194
218
  "character": 1
195
219
  },
196
220
  "name": "ComponentCompareMain"
@@ -201,7 +225,7 @@
201
225
  "__schema": "FunctionLikeSchema",
202
226
  "location": {
203
227
  "filePath": "component-compare.main.runtime.ts",
204
- "line": 54,
228
+ "line": 56,
205
229
  "character": 3
206
230
  },
207
231
  "signature": "(method) ComponentCompareMain.compare(baseIdStr: string, compareIdStr: string): Promise<ComponentCompareResult>",
@@ -211,7 +235,7 @@
211
235
  "__schema": "ParameterSchema",
212
236
  "location": {
213
237
  "filePath": "component-compare.main.runtime.ts",
214
- "line": 54,
238
+ "line": 56,
215
239
  "character": 17
216
240
  },
217
241
  "name": "baseIdStr",
@@ -219,7 +243,7 @@
219
243
  "__schema": "KeywordTypeSchema",
220
244
  "location": {
221
245
  "filePath": "component-compare.main.runtime.ts",
222
- "line": 54,
246
+ "line": 56,
223
247
  "character": 28
224
248
  },
225
249
  "name": "string"
@@ -231,7 +255,7 @@
231
255
  "__schema": "ParameterSchema",
232
256
  "location": {
233
257
  "filePath": "component-compare.main.runtime.ts",
234
- "line": 54,
258
+ "line": 56,
235
259
  "character": 36
236
260
  },
237
261
  "name": "compareIdStr",
@@ -239,7 +263,7 @@
239
263
  "__schema": "KeywordTypeSchema",
240
264
  "location": {
241
265
  "filePath": "component-compare.main.runtime.ts",
242
- "line": 54,
266
+ "line": 56,
243
267
  "character": 50
244
268
  },
245
269
  "name": "string"
@@ -252,7 +276,7 @@
252
276
  "__schema": "TypeRefSchema",
253
277
  "location": {
254
278
  "filePath": "component-compare.main.runtime.ts",
255
- "line": 54,
279
+ "line": 56,
256
280
  "character": 59
257
281
  },
258
282
  "name": "Promise",
@@ -261,7 +285,7 @@
261
285
  "__schema": "TypeRefSchema",
262
286
  "location": {
263
287
  "filePath": "component-compare.main.runtime.ts",
264
- "line": 54,
288
+ "line": 56,
265
289
  "character": 67
266
290
  },
267
291
  "name": "ComponentCompareResult",
@@ -277,7 +301,7 @@
277
301
  "__schema": "FunctionLikeSchema",
278
302
  "location": {
279
303
  "filePath": "component-compare.main.runtime.ts",
280
- "line": 103,
304
+ "line": 110,
281
305
  "character": 3
282
306
  },
283
307
  "signature": "(method) ComponentCompareMain.diffByCLIValues(pattern?: string, version?: string, toVersion?: string, { verbose, table }?: {\n verbose?: boolean;\n table?: boolean;\n}): Promise<any>",
@@ -287,7 +311,7 @@
287
311
  "__schema": "ParameterSchema",
288
312
  "location": {
289
313
  "filePath": "component-compare.main.runtime.ts",
290
- "line": 104,
314
+ "line": 111,
291
315
  "character": 5
292
316
  },
293
317
  "name": "pattern",
@@ -295,7 +319,7 @@
295
319
  "__schema": "KeywordTypeSchema",
296
320
  "location": {
297
321
  "filePath": "component-compare.main.runtime.ts",
298
- "line": 104,
322
+ "line": 111,
299
323
  "character": 15
300
324
  },
301
325
  "name": "string"
@@ -307,7 +331,7 @@
307
331
  "__schema": "ParameterSchema",
308
332
  "location": {
309
333
  "filePath": "component-compare.main.runtime.ts",
310
- "line": 105,
334
+ "line": 112,
311
335
  "character": 5
312
336
  },
313
337
  "name": "version",
@@ -315,7 +339,7 @@
315
339
  "__schema": "KeywordTypeSchema",
316
340
  "location": {
317
341
  "filePath": "component-compare.main.runtime.ts",
318
- "line": 105,
342
+ "line": 112,
319
343
  "character": 15
320
344
  },
321
345
  "name": "string"
@@ -327,7 +351,7 @@
327
351
  "__schema": "ParameterSchema",
328
352
  "location": {
329
353
  "filePath": "component-compare.main.runtime.ts",
330
- "line": 106,
354
+ "line": 113,
331
355
  "character": 5
332
356
  },
333
357
  "name": "toVersion",
@@ -335,7 +359,7 @@
335
359
  "__schema": "KeywordTypeSchema",
336
360
  "location": {
337
361
  "filePath": "component-compare.main.runtime.ts",
338
- "line": 106,
362
+ "line": 113,
339
363
  "character": 17
340
364
  },
341
365
  "name": "string"
@@ -347,7 +371,7 @@
347
371
  "__schema": "ParameterSchema",
348
372
  "location": {
349
373
  "filePath": "component-compare.main.runtime.ts",
350
- "line": 107,
374
+ "line": 114,
351
375
  "character": 5
352
376
  },
353
377
  "name": "{ verbose, table }",
@@ -355,7 +379,7 @@
355
379
  "__schema": "TypeLiteralSchema",
356
380
  "location": {
357
381
  "filePath": "component-compare.main.runtime.ts",
358
- "line": 107,
382
+ "line": 114,
359
383
  "character": 25
360
384
  },
361
385
  "members": [
@@ -363,7 +387,7 @@
363
387
  "__schema": "VariableLikeSchema",
364
388
  "location": {
365
389
  "filePath": "component-compare.main.runtime.ts",
366
- "line": 107,
390
+ "line": 114,
367
391
  "character": 27
368
392
  },
369
393
  "signature": "(property) verbose?: boolean | undefined",
@@ -372,7 +396,7 @@
372
396
  "__schema": "KeywordTypeSchema",
373
397
  "location": {
374
398
  "filePath": "component-compare.main.runtime.ts",
375
- "line": 107,
399
+ "line": 114,
376
400
  "character": 37
377
401
  },
378
402
  "name": "boolean"
@@ -383,7 +407,7 @@
383
407
  "__schema": "VariableLikeSchema",
384
408
  "location": {
385
409
  "filePath": "component-compare.main.runtime.ts",
386
- "line": 107,
410
+ "line": 114,
387
411
  "character": 46
388
412
  },
389
413
  "signature": "(property) table?: boolean | undefined",
@@ -392,7 +416,7 @@
392
416
  "__schema": "KeywordTypeSchema",
393
417
  "location": {
394
418
  "filePath": "component-compare.main.runtime.ts",
395
- "line": 107,
419
+ "line": 114,
396
420
  "character": 54
397
421
  },
398
422
  "name": "boolean"
@@ -408,7 +432,7 @@
408
432
  "__schema": "VariableLikeSchema",
409
433
  "location": {
410
434
  "filePath": "component-compare.main.runtime.ts",
411
- "line": 107,
435
+ "line": 114,
412
436
  "character": 27
413
437
  },
414
438
  "signature": "(property) verbose?: boolean | undefined",
@@ -417,7 +441,7 @@
417
441
  "__schema": "KeywordTypeSchema",
418
442
  "location": {
419
443
  "filePath": "component-compare.main.runtime.ts",
420
- "line": 107,
444
+ "line": 114,
421
445
  "character": 37
422
446
  },
423
447
  "name": "boolean"
@@ -428,7 +452,7 @@
428
452
  "__schema": "VariableLikeSchema",
429
453
  "location": {
430
454
  "filePath": "component-compare.main.runtime.ts",
431
- "line": 107,
455
+ "line": 114,
432
456
  "character": 46
433
457
  },
434
458
  "signature": "(property) table?: boolean | undefined",
@@ -437,7 +461,7 @@
437
461
  "__schema": "KeywordTypeSchema",
438
462
  "location": {
439
463
  "filePath": "component-compare.main.runtime.ts",
440
- "line": 107,
464
+ "line": 114,
441
465
  "character": 54
442
466
  },
443
467
  "name": "boolean"
@@ -452,7 +476,7 @@
452
476
  "__schema": "TypeRefSchema",
453
477
  "location": {
454
478
  "filePath": "component-compare.main.runtime.ts",
455
- "line": 108,
479
+ "line": 115,
456
480
  "character": 6
457
481
  },
458
482
  "name": "Promise",
@@ -461,7 +485,7 @@
461
485
  "__schema": "KeywordTypeSchema",
462
486
  "location": {
463
487
  "filePath": "component-compare.main.runtime.ts",
464
- "line": 108,
488
+ "line": 115,
465
489
  "character": 14
466
490
  },
467
491
  "name": "any"
@@ -476,7 +500,7 @@
476
500
  "__schema": "FunctionLikeSchema",
477
501
  "location": {
478
502
  "filePath": "component-compare.main.runtime.ts",
479
- "line": 123,
503
+ "line": 130,
480
504
  "character": 3
481
505
  },
482
506
  "signature": "(method) ComponentCompareMain.getConfigForDiffById(id: string): Promise<ConfigDiff>",
@@ -486,7 +510,7 @@
486
510
  "__schema": "ParameterSchema",
487
511
  "location": {
488
512
  "filePath": "component-compare.main.runtime.ts",
489
- "line": 123,
513
+ "line": 130,
490
514
  "character": 30
491
515
  },
492
516
  "name": "id",
@@ -494,7 +518,7 @@
494
518
  "__schema": "KeywordTypeSchema",
495
519
  "location": {
496
520
  "filePath": "component-compare.main.runtime.ts",
497
- "line": 123,
521
+ "line": 130,
498
522
  "character": 34
499
523
  },
500
524
  "name": "string"
@@ -507,7 +531,7 @@
507
531
  "__schema": "TypeRefSchema",
508
532
  "location": {
509
533
  "filePath": "component-compare.main.runtime.ts",
510
- "line": 123,
534
+ "line": 130,
511
535
  "character": 43
512
536
  },
513
537
  "name": "Promise",
@@ -516,7 +540,7 @@
516
540
  "__schema": "TypeRefSchema",
517
541
  "location": {
518
542
  "filePath": "component-compare.main.runtime.ts",
519
- "line": 123,
543
+ "line": 130,
520
544
  "character": 51
521
545
  },
522
546
  "name": "ConfigDiff",
@@ -532,7 +556,7 @@
532
556
  "__schema": "FunctionLikeSchema",
533
557
  "location": {
534
558
  "filePath": "component-compare.main.runtime.ts",
535
- "line": 132,
559
+ "line": 139,
536
560
  "character": 3
537
561
  },
538
562
  "signature": "(method) ComponentCompareMain.getConfigForDiffByCompObject(component: Component): Promise<{\n version: string;\n dependencies: string[];\n aspects: {};\n}>",
@@ -542,7 +566,7 @@
542
566
  "__schema": "ParameterSchema",
543
567
  "location": {
544
568
  "filePath": "component-compare.main.runtime.ts",
545
- "line": 132,
569
+ "line": 139,
546
570
  "character": 38
547
571
  },
548
572
  "name": "component",
@@ -550,7 +574,7 @@
550
574
  "__schema": "TypeRefSchema",
551
575
  "location": {
552
576
  "filePath": "component-compare.main.runtime.ts",
553
- "line": 132,
577
+ "line": 139,
554
578
  "character": 49
555
579
  },
556
580
  "name": "Component",
@@ -567,7 +591,7 @@
567
591
  "__schema": "InferenceTypeSchema",
568
592
  "location": {
569
593
  "filePath": "component-compare.main.runtime.ts",
570
- "line": 132,
594
+ "line": 139,
571
595
  "character": 3
572
596
  },
573
597
  "type": "Promise<{\n version: string;\n dependencies: string[];\n aspects: {};\n}>"
@@ -580,7 +604,7 @@
580
604
  "__schema": "FunctionLikeSchema",
581
605
  "location": {
582
606
  "filePath": "component-compare.main.runtime.ts",
583
- "line": 249,
607
+ "line": 256,
584
608
  "character": 3
585
609
  },
586
610
  "signature": "(method) ComponentCompareMain.diffBetweenVersionsObjects(modelComponent: ModelComponent, fromVersionObject: Version, toVersionObject: Version, fromVersion: string, toVersion: string, diffOpts: DiffOptions): Promise<DiffResults>",
@@ -590,7 +614,7 @@
590
614
  "__schema": "ParameterSchema",
591
615
  "location": {
592
616
  "filePath": "component-compare.main.runtime.ts",
593
- "line": 250,
617
+ "line": 257,
594
618
  "character": 5
595
619
  },
596
620
  "name": "modelComponent",
@@ -598,7 +622,7 @@
598
622
  "__schema": "TypeRefSchema",
599
623
  "location": {
600
624
  "filePath": "component-compare.main.runtime.ts",
601
- "line": 250,
625
+ "line": 257,
602
626
  "character": 21
603
627
  },
604
628
  "name": "ModelComponent",
@@ -611,7 +635,7 @@
611
635
  "__schema": "ParameterSchema",
612
636
  "location": {
613
637
  "filePath": "component-compare.main.runtime.ts",
614
- "line": 251,
638
+ "line": 258,
615
639
  "character": 5
616
640
  },
617
641
  "name": "fromVersionObject",
@@ -619,7 +643,7 @@
619
643
  "__schema": "TypeRefSchema",
620
644
  "location": {
621
645
  "filePath": "component-compare.main.runtime.ts",
622
- "line": 251,
646
+ "line": 258,
623
647
  "character": 24
624
648
  },
625
649
  "name": "Version",
@@ -632,7 +656,7 @@
632
656
  "__schema": "ParameterSchema",
633
657
  "location": {
634
658
  "filePath": "component-compare.main.runtime.ts",
635
- "line": 252,
659
+ "line": 259,
636
660
  "character": 5
637
661
  },
638
662
  "name": "toVersionObject",
@@ -640,7 +664,7 @@
640
664
  "__schema": "TypeRefSchema",
641
665
  "location": {
642
666
  "filePath": "component-compare.main.runtime.ts",
643
- "line": 252,
667
+ "line": 259,
644
668
  "character": 22
645
669
  },
646
670
  "name": "Version",
@@ -653,7 +677,7 @@
653
677
  "__schema": "ParameterSchema",
654
678
  "location": {
655
679
  "filePath": "component-compare.main.runtime.ts",
656
- "line": 253,
680
+ "line": 260,
657
681
  "character": 5
658
682
  },
659
683
  "name": "fromVersion",
@@ -661,7 +685,7 @@
661
685
  "__schema": "KeywordTypeSchema",
662
686
  "location": {
663
687
  "filePath": "component-compare.main.runtime.ts",
664
- "line": 253,
688
+ "line": 260,
665
689
  "character": 18
666
690
  },
667
691
  "name": "string"
@@ -673,7 +697,7 @@
673
697
  "__schema": "ParameterSchema",
674
698
  "location": {
675
699
  "filePath": "component-compare.main.runtime.ts",
676
- "line": 254,
700
+ "line": 261,
677
701
  "character": 5
678
702
  },
679
703
  "name": "toVersion",
@@ -681,7 +705,7 @@
681
705
  "__schema": "KeywordTypeSchema",
682
706
  "location": {
683
707
  "filePath": "component-compare.main.runtime.ts",
684
- "line": 254,
708
+ "line": 261,
685
709
  "character": 16
686
710
  },
687
711
  "name": "string"
@@ -693,7 +717,7 @@
693
717
  "__schema": "ParameterSchema",
694
718
  "location": {
695
719
  "filePath": "component-compare.main.runtime.ts",
696
- "line": 255,
720
+ "line": 262,
697
721
  "character": 5
698
722
  },
699
723
  "name": "diffOpts",
@@ -701,7 +725,7 @@
701
725
  "__schema": "TypeRefSchema",
702
726
  "location": {
703
727
  "filePath": "component-compare.main.runtime.ts",
704
- "line": 255,
728
+ "line": 262,
705
729
  "character": 15
706
730
  },
707
731
  "name": "DiffOptions",
@@ -715,7 +739,7 @@
715
739
  "__schema": "InferenceTypeSchema",
716
740
  "location": {
717
741
  "filePath": "component-compare.main.runtime.ts",
718
- "line": 249,
742
+ "line": 256,
719
743
  "character": 3
720
744
  },
721
745
  "type": "Promise<DiffResults>"
@@ -728,7 +752,7 @@
728
752
  "__schema": "VariableLikeSchema",
729
753
  "location": {
730
754
  "filePath": "component-compare.main.runtime.ts",
731
- "line": 285,
755
+ "line": 292,
732
756
  "character": 3
733
757
  },
734
758
  "signature": "(property) ComponentCompareMain.slots: never[]",
@@ -737,7 +761,7 @@
737
761
  "__schema": "InferenceTypeSchema",
738
762
  "location": {
739
763
  "filePath": "component-compare.main.runtime.ts",
740
- "line": 285,
764
+ "line": 292,
741
765
  "character": 3
742
766
  },
743
767
  "type": "never[]"
@@ -749,7 +773,7 @@
749
773
  "__schema": "VariableLikeSchema",
750
774
  "location": {
751
775
  "filePath": "component-compare.main.runtime.ts",
752
- "line": 286,
776
+ "line": 293,
753
777
  "character": 3
754
778
  },
755
779
  "signature": "(property) ComponentCompareMain.dependencies: Aspect[]",
@@ -758,19 +782,19 @@
758
782
  "__schema": "InferenceTypeSchema",
759
783
  "location": {
760
784
  "filePath": "component-compare.main.runtime.ts",
761
- "line": 286,
785
+ "line": 293,
762
786
  "character": 3
763
787
  },
764
788
  "type": "Aspect[]"
765
789
  },
766
790
  "isOptional": true,
767
- "defaultValue": "[\n GraphqlAspect,\n ComponentAspect,\n ScopeAspect,\n LoggerAspect,\n CLIAspect,\n WorkspaceAspect,\n TesterAspect,\n DependencyResolverAspect,\n ]"
791
+ "defaultValue": "[\n GraphqlAspect,\n ComponentAspect,\n ScopeAspect,\n LoggerAspect,\n CLIAspect,\n WorkspaceAspect,\n TesterAspect,\n DependencyResolverAspect,\n ImporterAspect,\n ]"
768
792
  },
769
793
  {
770
794
  "__schema": "VariableLikeSchema",
771
795
  "location": {
772
796
  "filePath": "component-compare.main.runtime.ts",
773
- "line": 296,
797
+ "line": 304,
774
798
  "character": 3
775
799
  },
776
800
  "signature": "(property) ComponentCompareMain.runtime: RuntimeDefinition",
@@ -779,7 +803,7 @@
779
803
  "__schema": "InferenceTypeSchema",
780
804
  "location": {
781
805
  "filePath": "component-compare.main.runtime.ts",
782
- "line": 296,
806
+ "line": 304,
783
807
  "character": 3
784
808
  },
785
809
  "type": "RuntimeDefinition"
@@ -791,33 +815,33 @@
791
815
  "__schema": "FunctionLikeSchema",
792
816
  "location": {
793
817
  "filePath": "component-compare.main.runtime.ts",
794
- "line": 297,
818
+ "line": 305,
795
819
  "character": 3
796
820
  },
797
- "signature": "(method) ComponentCompareMain.provider([graphql, component, scope, loggerMain, cli, workspace, tester, depResolver]: [\n GraphqlMain,\n ComponentMain,\n ScopeMain,\n LoggerMain,\n CLIMain,\n Workspace,\n TesterMain,\n DependencyResolverMain\n]): Promise<ComponentCompareMain>",
821
+ "signature": "(method) ComponentCompareMain.provider([graphql, component, scope, loggerMain, cli, workspace, tester, depResolver, importer]: [\n GraphqlMain,\n ComponentMain,\n ScopeMain,\n LoggerMain,\n CLIMain,\n Workspace,\n TesterMain,\n DependencyResolverMain,\n ImporterMain\n]): Promise<ComponentCompareMain>",
798
822
  "name": "provider",
799
823
  "params": [
800
824
  {
801
825
  "__schema": "ParameterSchema",
802
826
  "location": {
803
827
  "filePath": "component-compare.main.runtime.ts",
804
- "line": 297,
828
+ "line": 305,
805
829
  "character": 25
806
830
  },
807
- "name": "[ graphql, component, scope, loggerMain, cli, workspace, tester, depResolver ]",
831
+ "name": "[ graphql, component, scope, loggerMain, cli, workspace, tester, depResolver, importer ]",
808
832
  "type": {
809
833
  "__schema": "TupleTypeSchema",
810
834
  "location": {
811
835
  "filePath": "component-compare.main.runtime.ts",
812
- "line": 297,
813
- "character": 103
836
+ "line": 305,
837
+ "character": 113
814
838
  },
815
839
  "elements": [
816
840
  {
817
841
  "__schema": "TypeRefSchema",
818
842
  "location": {
819
843
  "filePath": "component-compare.main.runtime.ts",
820
- "line": 298,
844
+ "line": 306,
821
845
  "character": 5
822
846
  },
823
847
  "name": "GraphqlMain",
@@ -830,7 +854,7 @@
830
854
  "__schema": "TypeRefSchema",
831
855
  "location": {
832
856
  "filePath": "component-compare.main.runtime.ts",
833
- "line": 299,
857
+ "line": 307,
834
858
  "character": 5
835
859
  },
836
860
  "name": "ComponentMain",
@@ -843,7 +867,7 @@
843
867
  "__schema": "TypeRefSchema",
844
868
  "location": {
845
869
  "filePath": "component-compare.main.runtime.ts",
846
- "line": 300,
870
+ "line": 308,
847
871
  "character": 5
848
872
  },
849
873
  "name": "ScopeMain",
@@ -856,7 +880,7 @@
856
880
  "__schema": "TypeRefSchema",
857
881
  "location": {
858
882
  "filePath": "component-compare.main.runtime.ts",
859
- "line": 301,
883
+ "line": 309,
860
884
  "character": 5
861
885
  },
862
886
  "name": "LoggerMain",
@@ -869,7 +893,7 @@
869
893
  "__schema": "TypeRefSchema",
870
894
  "location": {
871
895
  "filePath": "component-compare.main.runtime.ts",
872
- "line": 302,
896
+ "line": 310,
873
897
  "character": 5
874
898
  },
875
899
  "name": "CLIMain",
@@ -882,7 +906,7 @@
882
906
  "__schema": "TypeRefSchema",
883
907
  "location": {
884
908
  "filePath": "component-compare.main.runtime.ts",
885
- "line": 303,
909
+ "line": 311,
886
910
  "character": 5
887
911
  },
888
912
  "name": "Workspace",
@@ -895,7 +919,7 @@
895
919
  "__schema": "TypeRefSchema",
896
920
  "location": {
897
921
  "filePath": "component-compare.main.runtime.ts",
898
- "line": 304,
922
+ "line": 312,
899
923
  "character": 5
900
924
  },
901
925
  "name": "TesterMain",
@@ -908,7 +932,7 @@
908
932
  "__schema": "TypeRefSchema",
909
933
  "location": {
910
934
  "filePath": "component-compare.main.runtime.ts",
911
- "line": 305,
935
+ "line": 313,
912
936
  "character": 5
913
937
  },
914
938
  "name": "DependencyResolverMain",
@@ -916,6 +940,19 @@
916
940
  "scope": "teambit.dependencies",
917
941
  "name": "dependency-resolver"
918
942
  }
943
+ },
944
+ {
945
+ "__schema": "TypeRefSchema",
946
+ "location": {
947
+ "filePath": "component-compare.main.runtime.ts",
948
+ "line": 314,
949
+ "character": 5
950
+ },
951
+ "name": "ImporterMain",
952
+ "componentId": {
953
+ "scope": "teambit.scope",
954
+ "name": "importer"
955
+ }
919
956
  }
920
957
  ]
921
958
  },
@@ -927,7 +964,7 @@
927
964
  "__schema": "InferenceTypeSchema",
928
965
  "location": {
929
966
  "filePath": "component-compare.main.runtime.ts",
930
- "line": 297,
967
+ "line": 305,
931
968
  "character": 3
932
969
  },
933
970
  "type": "Promise<ComponentCompareMain>"
@@ -1646,7 +1683,7 @@
1646
1683
  "__schema": "TypeSchema",
1647
1684
  "location": {
1648
1685
  "filePath": "component-compare.main.runtime.ts",
1649
- "line": 31,
1686
+ "line": 32,
1650
1687
  "character": 1
1651
1688
  },
1652
1689
  "signature": "type ComponentCompareResult = {\n id: string;\n code: FileDiff[];\n fields: FieldsDiff[];\n tests: FileDiff[];\n}",
@@ -1655,7 +1692,7 @@
1655
1692
  "__schema": "TypeLiteralSchema",
1656
1693
  "location": {
1657
1694
  "filePath": "component-compare.main.runtime.ts",
1658
- "line": 31,
1695
+ "line": 32,
1659
1696
  "character": 38
1660
1697
  },
1661
1698
  "members": [
@@ -1663,7 +1700,7 @@
1663
1700
  "__schema": "VariableLikeSchema",
1664
1701
  "location": {
1665
1702
  "filePath": "component-compare.main.runtime.ts",
1666
- "line": 32,
1703
+ "line": 33,
1667
1704
  "character": 3
1668
1705
  },
1669
1706
  "signature": "(property) id: string",
@@ -1672,7 +1709,7 @@
1672
1709
  "__schema": "KeywordTypeSchema",
1673
1710
  "location": {
1674
1711
  "filePath": "component-compare.main.runtime.ts",
1675
- "line": 32,
1712
+ "line": 33,
1676
1713
  "character": 7
1677
1714
  },
1678
1715
  "name": "string"
@@ -1683,7 +1720,7 @@
1683
1720
  "__schema": "VariableLikeSchema",
1684
1721
  "location": {
1685
1722
  "filePath": "component-compare.main.runtime.ts",
1686
- "line": 33,
1723
+ "line": 34,
1687
1724
  "character": 3
1688
1725
  },
1689
1726
  "signature": "(property) code: FileDiff[]",
@@ -1692,14 +1729,14 @@
1692
1729
  "__schema": "TypeArraySchema",
1693
1730
  "location": {
1694
1731
  "filePath": "component-compare.main.runtime.ts",
1695
- "line": 33,
1732
+ "line": 34,
1696
1733
  "character": 9
1697
1734
  },
1698
1735
  "type": {
1699
1736
  "__schema": "TypeRefSchema",
1700
1737
  "location": {
1701
1738
  "filePath": "component-compare.main.runtime.ts",
1702
- "line": 33,
1739
+ "line": 34,
1703
1740
  "character": 9
1704
1741
  },
1705
1742
  "name": "FileDiff",
@@ -1712,7 +1749,7 @@
1712
1749
  "__schema": "VariableLikeSchema",
1713
1750
  "location": {
1714
1751
  "filePath": "component-compare.main.runtime.ts",
1715
- "line": 34,
1752
+ "line": 35,
1716
1753
  "character": 3
1717
1754
  },
1718
1755
  "signature": "(property) fields: FieldsDiff[]",
@@ -1721,14 +1758,14 @@
1721
1758
  "__schema": "TypeArraySchema",
1722
1759
  "location": {
1723
1760
  "filePath": "component-compare.main.runtime.ts",
1724
- "line": 34,
1761
+ "line": 35,
1725
1762
  "character": 11
1726
1763
  },
1727
1764
  "type": {
1728
1765
  "__schema": "TypeRefSchema",
1729
1766
  "location": {
1730
1767
  "filePath": "component-compare.main.runtime.ts",
1731
- "line": 34,
1768
+ "line": 35,
1732
1769
  "character": 11
1733
1770
  },
1734
1771
  "name": "FieldsDiff",
@@ -1741,7 +1778,7 @@
1741
1778
  "__schema": "VariableLikeSchema",
1742
1779
  "location": {
1743
1780
  "filePath": "component-compare.main.runtime.ts",
1744
- "line": 35,
1781
+ "line": 36,
1745
1782
  "character": 3
1746
1783
  },
1747
1784
  "signature": "(property) tests: FileDiff[]",
@@ -1750,14 +1787,14 @@
1750
1787
  "__schema": "TypeArraySchema",
1751
1788
  "location": {
1752
1789
  "filePath": "component-compare.main.runtime.ts",
1753
- "line": 35,
1790
+ "line": 36,
1754
1791
  "character": 10
1755
1792
  },
1756
1793
  "type": {
1757
1794
  "__schema": "TypeRefSchema",
1758
1795
  "location": {
1759
1796
  "filePath": "component-compare.main.runtime.ts",
1760
- "line": 35,
1797
+ "line": 36,
1761
1798
  "character": 10
1762
1799
  },
1763
1800
  "name": "FileDiff",
@@ -1773,7 +1810,7 @@
1773
1810
  "__schema": "ClassSchema",
1774
1811
  "location": {
1775
1812
  "filePath": "component-compare.main.runtime.ts",
1776
- "line": 44,
1813
+ "line": 45,
1777
1814
  "character": 1
1778
1815
  },
1779
1816
  "signature": "class ComponentCompareMain",
@@ -1783,17 +1820,17 @@
1783
1820
  "__schema": "ConstructorSchema",
1784
1821
  "location": {
1785
1822
  "filePath": "component-compare.main.runtime.ts",
1786
- "line": 45,
1823
+ "line": 46,
1787
1824
  "character": 3
1788
1825
  },
1789
- "signature": "constructor ComponentCompareMain(componentAspect: ComponentMain, scope: ScopeMain, logger: Logger, tester: TesterMain, depResolver: DependencyResolverMain, workspace?: Workspace): ComponentCompareMain",
1826
+ "signature": "constructor ComponentCompareMain(componentAspect: ComponentMain, scope: ScopeMain, logger: Logger, tester: TesterMain, depResolver: DependencyResolverMain, importer: ImporterMain, workspace?: Workspace): ComponentCompareMain",
1790
1827
  "name": "constructor",
1791
1828
  "params": [
1792
1829
  {
1793
1830
  "__schema": "ParameterSchema",
1794
1831
  "location": {
1795
1832
  "filePath": "component-compare.main.runtime.ts",
1796
- "line": 46,
1833
+ "line": 47,
1797
1834
  "character": 5
1798
1835
  },
1799
1836
  "name": "componentAspect",
@@ -1801,7 +1838,7 @@
1801
1838
  "__schema": "TypeRefSchema",
1802
1839
  "location": {
1803
1840
  "filePath": "component-compare.main.runtime.ts",
1804
- "line": 46,
1841
+ "line": 47,
1805
1842
  "character": 30
1806
1843
  },
1807
1844
  "name": "ComponentMain",
@@ -1817,7 +1854,7 @@
1817
1854
  "__schema": "ParameterSchema",
1818
1855
  "location": {
1819
1856
  "filePath": "component-compare.main.runtime.ts",
1820
- "line": 47,
1857
+ "line": 48,
1821
1858
  "character": 5
1822
1859
  },
1823
1860
  "name": "scope",
@@ -1825,7 +1862,7 @@
1825
1862
  "__schema": "TypeRefSchema",
1826
1863
  "location": {
1827
1864
  "filePath": "component-compare.main.runtime.ts",
1828
- "line": 47,
1865
+ "line": 48,
1829
1866
  "character": 20
1830
1867
  },
1831
1868
  "name": "ScopeMain",
@@ -1841,7 +1878,7 @@
1841
1878
  "__schema": "ParameterSchema",
1842
1879
  "location": {
1843
1880
  "filePath": "component-compare.main.runtime.ts",
1844
- "line": 48,
1881
+ "line": 49,
1845
1882
  "character": 5
1846
1883
  },
1847
1884
  "name": "logger",
@@ -1849,7 +1886,7 @@
1849
1886
  "__schema": "TypeRefSchema",
1850
1887
  "location": {
1851
1888
  "filePath": "component-compare.main.runtime.ts",
1852
- "line": 48,
1889
+ "line": 49,
1853
1890
  "character": 21
1854
1891
  },
1855
1892
  "name": "Logger",
@@ -1865,7 +1902,7 @@
1865
1902
  "__schema": "ParameterSchema",
1866
1903
  "location": {
1867
1904
  "filePath": "component-compare.main.runtime.ts",
1868
- "line": 49,
1905
+ "line": 50,
1869
1906
  "character": 5
1870
1907
  },
1871
1908
  "name": "tester",
@@ -1873,7 +1910,7 @@
1873
1910
  "__schema": "TypeRefSchema",
1874
1911
  "location": {
1875
1912
  "filePath": "component-compare.main.runtime.ts",
1876
- "line": 49,
1913
+ "line": 50,
1877
1914
  "character": 21
1878
1915
  },
1879
1916
  "name": "TesterMain",
@@ -1889,7 +1926,7 @@
1889
1926
  "__schema": "ParameterSchema",
1890
1927
  "location": {
1891
1928
  "filePath": "component-compare.main.runtime.ts",
1892
- "line": 50,
1929
+ "line": 51,
1893
1930
  "character": 5
1894
1931
  },
1895
1932
  "name": "depResolver",
@@ -1897,7 +1934,7 @@
1897
1934
  "__schema": "TypeRefSchema",
1898
1935
  "location": {
1899
1936
  "filePath": "component-compare.main.runtime.ts",
1900
- "line": 50,
1937
+ "line": 51,
1901
1938
  "character": 26
1902
1939
  },
1903
1940
  "name": "DependencyResolverMain",
@@ -1913,7 +1950,31 @@
1913
1950
  "__schema": "ParameterSchema",
1914
1951
  "location": {
1915
1952
  "filePath": "component-compare.main.runtime.ts",
1916
- "line": 51,
1953
+ "line": 52,
1954
+ "character": 5
1955
+ },
1956
+ "name": "importer",
1957
+ "type": {
1958
+ "__schema": "TypeRefSchema",
1959
+ "location": {
1960
+ "filePath": "component-compare.main.runtime.ts",
1961
+ "line": 52,
1962
+ "character": 23
1963
+ },
1964
+ "name": "ImporterMain",
1965
+ "componentId": {
1966
+ "scope": "teambit.scope",
1967
+ "name": "importer"
1968
+ }
1969
+ },
1970
+ "isOptional": false,
1971
+ "isSpread": false
1972
+ },
1973
+ {
1974
+ "__schema": "ParameterSchema",
1975
+ "location": {
1976
+ "filePath": "component-compare.main.runtime.ts",
1977
+ "line": 53,
1917
1978
  "character": 5
1918
1979
  },
1919
1980
  "name": "workspace",
@@ -1921,7 +1982,7 @@
1921
1982
  "__schema": "TypeRefSchema",
1922
1983
  "location": {
1923
1984
  "filePath": "component-compare.main.runtime.ts",
1924
- "line": 51,
1985
+ "line": 53,
1925
1986
  "character": 25
1926
1987
  },
1927
1988
  "name": "Workspace",
@@ -1938,7 +1999,7 @@
1938
1999
  "__schema": "ThisTypeSchema",
1939
2000
  "location": {
1940
2001
  "filePath": "component-compare.main.runtime.ts",
1941
- "line": 44,
2002
+ "line": 45,
1942
2003
  "character": 1
1943
2004
  },
1944
2005
  "name": "ComponentCompareMain"
@@ -1949,7 +2010,7 @@
1949
2010
  "__schema": "FunctionLikeSchema",
1950
2011
  "location": {
1951
2012
  "filePath": "component-compare.main.runtime.ts",
1952
- "line": 54,
2013
+ "line": 56,
1953
2014
  "character": 3
1954
2015
  },
1955
2016
  "signature": "(method) ComponentCompareMain.compare(baseIdStr: string, compareIdStr: string): Promise<ComponentCompareResult>",
@@ -1959,7 +2020,7 @@
1959
2020
  "__schema": "ParameterSchema",
1960
2021
  "location": {
1961
2022
  "filePath": "component-compare.main.runtime.ts",
1962
- "line": 54,
2023
+ "line": 56,
1963
2024
  "character": 17
1964
2025
  },
1965
2026
  "name": "baseIdStr",
@@ -1967,7 +2028,7 @@
1967
2028
  "__schema": "KeywordTypeSchema",
1968
2029
  "location": {
1969
2030
  "filePath": "component-compare.main.runtime.ts",
1970
- "line": 54,
2031
+ "line": 56,
1971
2032
  "character": 28
1972
2033
  },
1973
2034
  "name": "string"
@@ -1979,7 +2040,7 @@
1979
2040
  "__schema": "ParameterSchema",
1980
2041
  "location": {
1981
2042
  "filePath": "component-compare.main.runtime.ts",
1982
- "line": 54,
2043
+ "line": 56,
1983
2044
  "character": 36
1984
2045
  },
1985
2046
  "name": "compareIdStr",
@@ -1987,7 +2048,7 @@
1987
2048
  "__schema": "KeywordTypeSchema",
1988
2049
  "location": {
1989
2050
  "filePath": "component-compare.main.runtime.ts",
1990
- "line": 54,
2051
+ "line": 56,
1991
2052
  "character": 50
1992
2053
  },
1993
2054
  "name": "string"
@@ -2000,7 +2061,7 @@
2000
2061
  "__schema": "TypeRefSchema",
2001
2062
  "location": {
2002
2063
  "filePath": "component-compare.main.runtime.ts",
2003
- "line": 54,
2064
+ "line": 56,
2004
2065
  "character": 59
2005
2066
  },
2006
2067
  "name": "Promise",
@@ -2009,7 +2070,7 @@
2009
2070
  "__schema": "TypeRefSchema",
2010
2071
  "location": {
2011
2072
  "filePath": "component-compare.main.runtime.ts",
2012
- "line": 54,
2073
+ "line": 56,
2013
2074
  "character": 67
2014
2075
  },
2015
2076
  "name": "ComponentCompareResult",
@@ -2025,7 +2086,7 @@
2025
2086
  "__schema": "FunctionLikeSchema",
2026
2087
  "location": {
2027
2088
  "filePath": "component-compare.main.runtime.ts",
2028
- "line": 103,
2089
+ "line": 110,
2029
2090
  "character": 3
2030
2091
  },
2031
2092
  "signature": "(method) ComponentCompareMain.diffByCLIValues(pattern?: string, version?: string, toVersion?: string, { verbose, table }?: {\n verbose?: boolean;\n table?: boolean;\n}): Promise<any>",
@@ -2035,7 +2096,7 @@
2035
2096
  "__schema": "ParameterSchema",
2036
2097
  "location": {
2037
2098
  "filePath": "component-compare.main.runtime.ts",
2038
- "line": 104,
2099
+ "line": 111,
2039
2100
  "character": 5
2040
2101
  },
2041
2102
  "name": "pattern",
@@ -2043,7 +2104,7 @@
2043
2104
  "__schema": "KeywordTypeSchema",
2044
2105
  "location": {
2045
2106
  "filePath": "component-compare.main.runtime.ts",
2046
- "line": 104,
2107
+ "line": 111,
2047
2108
  "character": 15
2048
2109
  },
2049
2110
  "name": "string"
@@ -2055,7 +2116,7 @@
2055
2116
  "__schema": "ParameterSchema",
2056
2117
  "location": {
2057
2118
  "filePath": "component-compare.main.runtime.ts",
2058
- "line": 105,
2119
+ "line": 112,
2059
2120
  "character": 5
2060
2121
  },
2061
2122
  "name": "version",
@@ -2063,7 +2124,7 @@
2063
2124
  "__schema": "KeywordTypeSchema",
2064
2125
  "location": {
2065
2126
  "filePath": "component-compare.main.runtime.ts",
2066
- "line": 105,
2127
+ "line": 112,
2067
2128
  "character": 15
2068
2129
  },
2069
2130
  "name": "string"
@@ -2075,7 +2136,7 @@
2075
2136
  "__schema": "ParameterSchema",
2076
2137
  "location": {
2077
2138
  "filePath": "component-compare.main.runtime.ts",
2078
- "line": 106,
2139
+ "line": 113,
2079
2140
  "character": 5
2080
2141
  },
2081
2142
  "name": "toVersion",
@@ -2083,7 +2144,7 @@
2083
2144
  "__schema": "KeywordTypeSchema",
2084
2145
  "location": {
2085
2146
  "filePath": "component-compare.main.runtime.ts",
2086
- "line": 106,
2147
+ "line": 113,
2087
2148
  "character": 17
2088
2149
  },
2089
2150
  "name": "string"
@@ -2095,7 +2156,7 @@
2095
2156
  "__schema": "ParameterSchema",
2096
2157
  "location": {
2097
2158
  "filePath": "component-compare.main.runtime.ts",
2098
- "line": 107,
2159
+ "line": 114,
2099
2160
  "character": 5
2100
2161
  },
2101
2162
  "name": "{ verbose, table }",
@@ -2103,7 +2164,7 @@
2103
2164
  "__schema": "TypeLiteralSchema",
2104
2165
  "location": {
2105
2166
  "filePath": "component-compare.main.runtime.ts",
2106
- "line": 107,
2167
+ "line": 114,
2107
2168
  "character": 25
2108
2169
  },
2109
2170
  "members": [
@@ -2111,7 +2172,7 @@
2111
2172
  "__schema": "VariableLikeSchema",
2112
2173
  "location": {
2113
2174
  "filePath": "component-compare.main.runtime.ts",
2114
- "line": 107,
2175
+ "line": 114,
2115
2176
  "character": 27
2116
2177
  },
2117
2178
  "signature": "(property) verbose?: boolean | undefined",
@@ -2120,7 +2181,7 @@
2120
2181
  "__schema": "KeywordTypeSchema",
2121
2182
  "location": {
2122
2183
  "filePath": "component-compare.main.runtime.ts",
2123
- "line": 107,
2184
+ "line": 114,
2124
2185
  "character": 37
2125
2186
  },
2126
2187
  "name": "boolean"
@@ -2131,7 +2192,7 @@
2131
2192
  "__schema": "VariableLikeSchema",
2132
2193
  "location": {
2133
2194
  "filePath": "component-compare.main.runtime.ts",
2134
- "line": 107,
2195
+ "line": 114,
2135
2196
  "character": 46
2136
2197
  },
2137
2198
  "signature": "(property) table?: boolean | undefined",
@@ -2140,7 +2201,7 @@
2140
2201
  "__schema": "KeywordTypeSchema",
2141
2202
  "location": {
2142
2203
  "filePath": "component-compare.main.runtime.ts",
2143
- "line": 107,
2204
+ "line": 114,
2144
2205
  "character": 54
2145
2206
  },
2146
2207
  "name": "boolean"
@@ -2156,7 +2217,7 @@
2156
2217
  "__schema": "VariableLikeSchema",
2157
2218
  "location": {
2158
2219
  "filePath": "component-compare.main.runtime.ts",
2159
- "line": 107,
2220
+ "line": 114,
2160
2221
  "character": 27
2161
2222
  },
2162
2223
  "signature": "(property) verbose?: boolean | undefined",
@@ -2165,7 +2226,7 @@
2165
2226
  "__schema": "KeywordTypeSchema",
2166
2227
  "location": {
2167
2228
  "filePath": "component-compare.main.runtime.ts",
2168
- "line": 107,
2229
+ "line": 114,
2169
2230
  "character": 37
2170
2231
  },
2171
2232
  "name": "boolean"
@@ -2176,7 +2237,7 @@
2176
2237
  "__schema": "VariableLikeSchema",
2177
2238
  "location": {
2178
2239
  "filePath": "component-compare.main.runtime.ts",
2179
- "line": 107,
2240
+ "line": 114,
2180
2241
  "character": 46
2181
2242
  },
2182
2243
  "signature": "(property) table?: boolean | undefined",
@@ -2185,7 +2246,7 @@
2185
2246
  "__schema": "KeywordTypeSchema",
2186
2247
  "location": {
2187
2248
  "filePath": "component-compare.main.runtime.ts",
2188
- "line": 107,
2249
+ "line": 114,
2189
2250
  "character": 54
2190
2251
  },
2191
2252
  "name": "boolean"
@@ -2200,7 +2261,7 @@
2200
2261
  "__schema": "TypeRefSchema",
2201
2262
  "location": {
2202
2263
  "filePath": "component-compare.main.runtime.ts",
2203
- "line": 108,
2264
+ "line": 115,
2204
2265
  "character": 6
2205
2266
  },
2206
2267
  "name": "Promise",
@@ -2209,7 +2270,7 @@
2209
2270
  "__schema": "KeywordTypeSchema",
2210
2271
  "location": {
2211
2272
  "filePath": "component-compare.main.runtime.ts",
2212
- "line": 108,
2273
+ "line": 115,
2213
2274
  "character": 14
2214
2275
  },
2215
2276
  "name": "any"
@@ -2224,7 +2285,7 @@
2224
2285
  "__schema": "FunctionLikeSchema",
2225
2286
  "location": {
2226
2287
  "filePath": "component-compare.main.runtime.ts",
2227
- "line": 123,
2288
+ "line": 130,
2228
2289
  "character": 3
2229
2290
  },
2230
2291
  "signature": "(method) ComponentCompareMain.getConfigForDiffById(id: string): Promise<ConfigDiff>",
@@ -2234,7 +2295,7 @@
2234
2295
  "__schema": "ParameterSchema",
2235
2296
  "location": {
2236
2297
  "filePath": "component-compare.main.runtime.ts",
2237
- "line": 123,
2298
+ "line": 130,
2238
2299
  "character": 30
2239
2300
  },
2240
2301
  "name": "id",
@@ -2242,7 +2303,7 @@
2242
2303
  "__schema": "KeywordTypeSchema",
2243
2304
  "location": {
2244
2305
  "filePath": "component-compare.main.runtime.ts",
2245
- "line": 123,
2306
+ "line": 130,
2246
2307
  "character": 34
2247
2308
  },
2248
2309
  "name": "string"
@@ -2255,7 +2316,7 @@
2255
2316
  "__schema": "TypeRefSchema",
2256
2317
  "location": {
2257
2318
  "filePath": "component-compare.main.runtime.ts",
2258
- "line": 123,
2319
+ "line": 130,
2259
2320
  "character": 43
2260
2321
  },
2261
2322
  "name": "Promise",
@@ -2264,7 +2325,7 @@
2264
2325
  "__schema": "TypeRefSchema",
2265
2326
  "location": {
2266
2327
  "filePath": "component-compare.main.runtime.ts",
2267
- "line": 123,
2328
+ "line": 130,
2268
2329
  "character": 51
2269
2330
  },
2270
2331
  "name": "ConfigDiff",
@@ -2280,7 +2341,7 @@
2280
2341
  "__schema": "FunctionLikeSchema",
2281
2342
  "location": {
2282
2343
  "filePath": "component-compare.main.runtime.ts",
2283
- "line": 132,
2344
+ "line": 139,
2284
2345
  "character": 3
2285
2346
  },
2286
2347
  "signature": "(method) ComponentCompareMain.getConfigForDiffByCompObject(component: Component): Promise<{\n version: string;\n dependencies: string[];\n aspects: {};\n}>",
@@ -2290,7 +2351,7 @@
2290
2351
  "__schema": "ParameterSchema",
2291
2352
  "location": {
2292
2353
  "filePath": "component-compare.main.runtime.ts",
2293
- "line": 132,
2354
+ "line": 139,
2294
2355
  "character": 38
2295
2356
  },
2296
2357
  "name": "component",
@@ -2298,7 +2359,7 @@
2298
2359
  "__schema": "TypeRefSchema",
2299
2360
  "location": {
2300
2361
  "filePath": "component-compare.main.runtime.ts",
2301
- "line": 132,
2362
+ "line": 139,
2302
2363
  "character": 49
2303
2364
  },
2304
2365
  "name": "Component",
@@ -2315,7 +2376,7 @@
2315
2376
  "__schema": "InferenceTypeSchema",
2316
2377
  "location": {
2317
2378
  "filePath": "component-compare.main.runtime.ts",
2318
- "line": 132,
2379
+ "line": 139,
2319
2380
  "character": 3
2320
2381
  },
2321
2382
  "type": "Promise<{\n version: string;\n dependencies: string[];\n aspects: {};\n}>"
@@ -2328,7 +2389,7 @@
2328
2389
  "__schema": "FunctionLikeSchema",
2329
2390
  "location": {
2330
2391
  "filePath": "component-compare.main.runtime.ts",
2331
- "line": 249,
2392
+ "line": 256,
2332
2393
  "character": 3
2333
2394
  },
2334
2395
  "signature": "(method) ComponentCompareMain.diffBetweenVersionsObjects(modelComponent: ModelComponent, fromVersionObject: Version, toVersionObject: Version, fromVersion: string, toVersion: string, diffOpts: DiffOptions): Promise<DiffResults>",
@@ -2338,7 +2399,7 @@
2338
2399
  "__schema": "ParameterSchema",
2339
2400
  "location": {
2340
2401
  "filePath": "component-compare.main.runtime.ts",
2341
- "line": 250,
2402
+ "line": 257,
2342
2403
  "character": 5
2343
2404
  },
2344
2405
  "name": "modelComponent",
@@ -2346,7 +2407,7 @@
2346
2407
  "__schema": "TypeRefSchema",
2347
2408
  "location": {
2348
2409
  "filePath": "component-compare.main.runtime.ts",
2349
- "line": 250,
2410
+ "line": 257,
2350
2411
  "character": 21
2351
2412
  },
2352
2413
  "name": "ModelComponent",
@@ -2359,7 +2420,7 @@
2359
2420
  "__schema": "ParameterSchema",
2360
2421
  "location": {
2361
2422
  "filePath": "component-compare.main.runtime.ts",
2362
- "line": 251,
2423
+ "line": 258,
2363
2424
  "character": 5
2364
2425
  },
2365
2426
  "name": "fromVersionObject",
@@ -2367,7 +2428,7 @@
2367
2428
  "__schema": "TypeRefSchema",
2368
2429
  "location": {
2369
2430
  "filePath": "component-compare.main.runtime.ts",
2370
- "line": 251,
2431
+ "line": 258,
2371
2432
  "character": 24
2372
2433
  },
2373
2434
  "name": "Version",
@@ -2380,7 +2441,7 @@
2380
2441
  "__schema": "ParameterSchema",
2381
2442
  "location": {
2382
2443
  "filePath": "component-compare.main.runtime.ts",
2383
- "line": 252,
2444
+ "line": 259,
2384
2445
  "character": 5
2385
2446
  },
2386
2447
  "name": "toVersionObject",
@@ -2388,7 +2449,7 @@
2388
2449
  "__schema": "TypeRefSchema",
2389
2450
  "location": {
2390
2451
  "filePath": "component-compare.main.runtime.ts",
2391
- "line": 252,
2452
+ "line": 259,
2392
2453
  "character": 22
2393
2454
  },
2394
2455
  "name": "Version",
@@ -2401,7 +2462,7 @@
2401
2462
  "__schema": "ParameterSchema",
2402
2463
  "location": {
2403
2464
  "filePath": "component-compare.main.runtime.ts",
2404
- "line": 253,
2465
+ "line": 260,
2405
2466
  "character": 5
2406
2467
  },
2407
2468
  "name": "fromVersion",
@@ -2409,7 +2470,7 @@
2409
2470
  "__schema": "KeywordTypeSchema",
2410
2471
  "location": {
2411
2472
  "filePath": "component-compare.main.runtime.ts",
2412
- "line": 253,
2473
+ "line": 260,
2413
2474
  "character": 18
2414
2475
  },
2415
2476
  "name": "string"
@@ -2421,7 +2482,7 @@
2421
2482
  "__schema": "ParameterSchema",
2422
2483
  "location": {
2423
2484
  "filePath": "component-compare.main.runtime.ts",
2424
- "line": 254,
2485
+ "line": 261,
2425
2486
  "character": 5
2426
2487
  },
2427
2488
  "name": "toVersion",
@@ -2429,7 +2490,7 @@
2429
2490
  "__schema": "KeywordTypeSchema",
2430
2491
  "location": {
2431
2492
  "filePath": "component-compare.main.runtime.ts",
2432
- "line": 254,
2493
+ "line": 261,
2433
2494
  "character": 16
2434
2495
  },
2435
2496
  "name": "string"
@@ -2441,7 +2502,7 @@
2441
2502
  "__schema": "ParameterSchema",
2442
2503
  "location": {
2443
2504
  "filePath": "component-compare.main.runtime.ts",
2444
- "line": 255,
2505
+ "line": 262,
2445
2506
  "character": 5
2446
2507
  },
2447
2508
  "name": "diffOpts",
@@ -2449,7 +2510,7 @@
2449
2510
  "__schema": "TypeRefSchema",
2450
2511
  "location": {
2451
2512
  "filePath": "component-compare.main.runtime.ts",
2452
- "line": 255,
2513
+ "line": 262,
2453
2514
  "character": 15
2454
2515
  },
2455
2516
  "name": "DiffOptions",
@@ -2463,7 +2524,7 @@
2463
2524
  "__schema": "InferenceTypeSchema",
2464
2525
  "location": {
2465
2526
  "filePath": "component-compare.main.runtime.ts",
2466
- "line": 249,
2527
+ "line": 256,
2467
2528
  "character": 3
2468
2529
  },
2469
2530
  "type": "Promise<DiffResults>"
@@ -2476,7 +2537,7 @@
2476
2537
  "__schema": "VariableLikeSchema",
2477
2538
  "location": {
2478
2539
  "filePath": "component-compare.main.runtime.ts",
2479
- "line": 285,
2540
+ "line": 292,
2480
2541
  "character": 3
2481
2542
  },
2482
2543
  "signature": "(property) ComponentCompareMain.slots: never[]",
@@ -2485,7 +2546,7 @@
2485
2546
  "__schema": "InferenceTypeSchema",
2486
2547
  "location": {
2487
2548
  "filePath": "component-compare.main.runtime.ts",
2488
- "line": 285,
2549
+ "line": 292,
2489
2550
  "character": 3
2490
2551
  },
2491
2552
  "type": "never[]"
@@ -2497,7 +2558,7 @@
2497
2558
  "__schema": "VariableLikeSchema",
2498
2559
  "location": {
2499
2560
  "filePath": "component-compare.main.runtime.ts",
2500
- "line": 286,
2561
+ "line": 293,
2501
2562
  "character": 3
2502
2563
  },
2503
2564
  "signature": "(property) ComponentCompareMain.dependencies: Aspect[]",
@@ -2506,19 +2567,19 @@
2506
2567
  "__schema": "InferenceTypeSchema",
2507
2568
  "location": {
2508
2569
  "filePath": "component-compare.main.runtime.ts",
2509
- "line": 286,
2570
+ "line": 293,
2510
2571
  "character": 3
2511
2572
  },
2512
2573
  "type": "Aspect[]"
2513
2574
  },
2514
2575
  "isOptional": true,
2515
- "defaultValue": "[\n GraphqlAspect,\n ComponentAspect,\n ScopeAspect,\n LoggerAspect,\n CLIAspect,\n WorkspaceAspect,\n TesterAspect,\n DependencyResolverAspect,\n ]"
2576
+ "defaultValue": "[\n GraphqlAspect,\n ComponentAspect,\n ScopeAspect,\n LoggerAspect,\n CLIAspect,\n WorkspaceAspect,\n TesterAspect,\n DependencyResolverAspect,\n ImporterAspect,\n ]"
2516
2577
  },
2517
2578
  {
2518
2579
  "__schema": "VariableLikeSchema",
2519
2580
  "location": {
2520
2581
  "filePath": "component-compare.main.runtime.ts",
2521
- "line": 296,
2582
+ "line": 304,
2522
2583
  "character": 3
2523
2584
  },
2524
2585
  "signature": "(property) ComponentCompareMain.runtime: RuntimeDefinition",
@@ -2527,7 +2588,7 @@
2527
2588
  "__schema": "InferenceTypeSchema",
2528
2589
  "location": {
2529
2590
  "filePath": "component-compare.main.runtime.ts",
2530
- "line": 296,
2591
+ "line": 304,
2531
2592
  "character": 3
2532
2593
  },
2533
2594
  "type": "RuntimeDefinition"
@@ -2539,33 +2600,33 @@
2539
2600
  "__schema": "FunctionLikeSchema",
2540
2601
  "location": {
2541
2602
  "filePath": "component-compare.main.runtime.ts",
2542
- "line": 297,
2603
+ "line": 305,
2543
2604
  "character": 3
2544
2605
  },
2545
- "signature": "(method) ComponentCompareMain.provider([graphql, component, scope, loggerMain, cli, workspace, tester, depResolver]: [\n GraphqlMain,\n ComponentMain,\n ScopeMain,\n LoggerMain,\n CLIMain,\n Workspace,\n TesterMain,\n DependencyResolverMain\n]): Promise<ComponentCompareMain>",
2606
+ "signature": "(method) ComponentCompareMain.provider([graphql, component, scope, loggerMain, cli, workspace, tester, depResolver, importer]: [\n GraphqlMain,\n ComponentMain,\n ScopeMain,\n LoggerMain,\n CLIMain,\n Workspace,\n TesterMain,\n DependencyResolverMain,\n ImporterMain\n]): Promise<ComponentCompareMain>",
2546
2607
  "name": "provider",
2547
2608
  "params": [
2548
2609
  {
2549
2610
  "__schema": "ParameterSchema",
2550
2611
  "location": {
2551
2612
  "filePath": "component-compare.main.runtime.ts",
2552
- "line": 297,
2613
+ "line": 305,
2553
2614
  "character": 25
2554
2615
  },
2555
- "name": "[ graphql, component, scope, loggerMain, cli, workspace, tester, depResolver ]",
2616
+ "name": "[ graphql, component, scope, loggerMain, cli, workspace, tester, depResolver, importer ]",
2556
2617
  "type": {
2557
2618
  "__schema": "TupleTypeSchema",
2558
2619
  "location": {
2559
2620
  "filePath": "component-compare.main.runtime.ts",
2560
- "line": 297,
2561
- "character": 103
2621
+ "line": 305,
2622
+ "character": 113
2562
2623
  },
2563
2624
  "elements": [
2564
2625
  {
2565
2626
  "__schema": "TypeRefSchema",
2566
2627
  "location": {
2567
2628
  "filePath": "component-compare.main.runtime.ts",
2568
- "line": 298,
2629
+ "line": 306,
2569
2630
  "character": 5
2570
2631
  },
2571
2632
  "name": "GraphqlMain",
@@ -2578,7 +2639,7 @@
2578
2639
  "__schema": "TypeRefSchema",
2579
2640
  "location": {
2580
2641
  "filePath": "component-compare.main.runtime.ts",
2581
- "line": 299,
2642
+ "line": 307,
2582
2643
  "character": 5
2583
2644
  },
2584
2645
  "name": "ComponentMain",
@@ -2591,7 +2652,7 @@
2591
2652
  "__schema": "TypeRefSchema",
2592
2653
  "location": {
2593
2654
  "filePath": "component-compare.main.runtime.ts",
2594
- "line": 300,
2655
+ "line": 308,
2595
2656
  "character": 5
2596
2657
  },
2597
2658
  "name": "ScopeMain",
@@ -2604,7 +2665,7 @@
2604
2665
  "__schema": "TypeRefSchema",
2605
2666
  "location": {
2606
2667
  "filePath": "component-compare.main.runtime.ts",
2607
- "line": 301,
2668
+ "line": 309,
2608
2669
  "character": 5
2609
2670
  },
2610
2671
  "name": "LoggerMain",
@@ -2617,7 +2678,7 @@
2617
2678
  "__schema": "TypeRefSchema",
2618
2679
  "location": {
2619
2680
  "filePath": "component-compare.main.runtime.ts",
2620
- "line": 302,
2681
+ "line": 310,
2621
2682
  "character": 5
2622
2683
  },
2623
2684
  "name": "CLIMain",
@@ -2630,7 +2691,7 @@
2630
2691
  "__schema": "TypeRefSchema",
2631
2692
  "location": {
2632
2693
  "filePath": "component-compare.main.runtime.ts",
2633
- "line": 303,
2694
+ "line": 311,
2634
2695
  "character": 5
2635
2696
  },
2636
2697
  "name": "Workspace",
@@ -2643,7 +2704,7 @@
2643
2704
  "__schema": "TypeRefSchema",
2644
2705
  "location": {
2645
2706
  "filePath": "component-compare.main.runtime.ts",
2646
- "line": 304,
2707
+ "line": 312,
2647
2708
  "character": 5
2648
2709
  },
2649
2710
  "name": "TesterMain",
@@ -2656,7 +2717,7 @@
2656
2717
  "__schema": "TypeRefSchema",
2657
2718
  "location": {
2658
2719
  "filePath": "component-compare.main.runtime.ts",
2659
- "line": 305,
2720
+ "line": 313,
2660
2721
  "character": 5
2661
2722
  },
2662
2723
  "name": "DependencyResolverMain",
@@ -2664,6 +2725,19 @@
2664
2725
  "scope": "teambit.dependencies",
2665
2726
  "name": "dependency-resolver"
2666
2727
  }
2728
+ },
2729
+ {
2730
+ "__schema": "TypeRefSchema",
2731
+ "location": {
2732
+ "filePath": "component-compare.main.runtime.ts",
2733
+ "line": 314,
2734
+ "character": 5
2735
+ },
2736
+ "name": "ImporterMain",
2737
+ "componentId": {
2738
+ "scope": "teambit.scope",
2739
+ "name": "importer"
2740
+ }
2667
2741
  }
2668
2742
  ]
2669
2743
  },
@@ -2675,7 +2749,7 @@
2675
2749
  "__schema": "InferenceTypeSchema",
2676
2750
  "location": {
2677
2751
  "filePath": "component-compare.main.runtime.ts",
2678
- "line": 297,
2752
+ "line": 305,
2679
2753
  "character": 3
2680
2754
  },
2681
2755
  "type": "Promise<ComponentCompareMain>"
@@ -2693,7 +2767,7 @@
2693
2767
  "__schema": "UnImplementedSchema",
2694
2768
  "location": {
2695
2769
  "filePath": "component-compare.main.runtime.ts",
2696
- "line": 331,
2770
+ "line": 348,
2697
2771
  "character": 16
2698
2772
  },
2699
2773
  "name": "ComponentCompareMain",
@@ -2705,7 +2779,7 @@
2705
2779
  "__schema": "TypeSchema",
2706
2780
  "location": {
2707
2781
  "filePath": "component-compare.main.runtime.ts",
2708
- "line": 38,
2782
+ "line": 39,
2709
2783
  "character": 1
2710
2784
  },
2711
2785
  "signature": "type ConfigDiff = {\n version?: string | undefined;\n dependencies?: string[] | undefined;\n aspects?: Record<string, any> | undefined;\n}",
@@ -2714,7 +2788,7 @@
2714
2788
  "__schema": "TypeLiteralSchema",
2715
2789
  "location": {
2716
2790
  "filePath": "component-compare.main.runtime.ts",
2717
- "line": 38,
2791
+ "line": 39,
2718
2792
  "character": 19
2719
2793
  },
2720
2794
  "members": [
@@ -2722,7 +2796,7 @@
2722
2796
  "__schema": "VariableLikeSchema",
2723
2797
  "location": {
2724
2798
  "filePath": "component-compare.main.runtime.ts",
2725
- "line": 39,
2799
+ "line": 40,
2726
2800
  "character": 3
2727
2801
  },
2728
2802
  "signature": "(property) version?: string | undefined",
@@ -2731,7 +2805,7 @@
2731
2805
  "__schema": "KeywordTypeSchema",
2732
2806
  "location": {
2733
2807
  "filePath": "component-compare.main.runtime.ts",
2734
- "line": 39,
2808
+ "line": 40,
2735
2809
  "character": 13
2736
2810
  },
2737
2811
  "name": "string"
@@ -2742,7 +2816,7 @@
2742
2816
  "__schema": "VariableLikeSchema",
2743
2817
  "location": {
2744
2818
  "filePath": "component-compare.main.runtime.ts",
2745
- "line": 40,
2819
+ "line": 41,
2746
2820
  "character": 3
2747
2821
  },
2748
2822
  "signature": "(property) dependencies?: string[] | undefined",
@@ -2751,14 +2825,14 @@
2751
2825
  "__schema": "TypeArraySchema",
2752
2826
  "location": {
2753
2827
  "filePath": "component-compare.main.runtime.ts",
2754
- "line": 40,
2828
+ "line": 41,
2755
2829
  "character": 18
2756
2830
  },
2757
2831
  "type": {
2758
2832
  "__schema": "KeywordTypeSchema",
2759
2833
  "location": {
2760
2834
  "filePath": "component-compare.main.runtime.ts",
2761
- "line": 40,
2835
+ "line": 41,
2762
2836
  "character": 18
2763
2837
  },
2764
2838
  "name": "string"
@@ -2770,7 +2844,7 @@
2770
2844
  "__schema": "VariableLikeSchema",
2771
2845
  "location": {
2772
2846
  "filePath": "component-compare.main.runtime.ts",
2773
- "line": 41,
2847
+ "line": 42,
2774
2848
  "character": 3
2775
2849
  },
2776
2850
  "signature": "(property) aspects?: Record<string, any> | undefined",
@@ -2779,7 +2853,7 @@
2779
2853
  "__schema": "TypeRefSchema",
2780
2854
  "location": {
2781
2855
  "filePath": "component-compare.main.runtime.ts",
2782
- "line": 41,
2856
+ "line": 42,
2783
2857
  "character": 13
2784
2858
  },
2785
2859
  "name": "Record",
@@ -2788,7 +2862,7 @@
2788
2862
  "__schema": "KeywordTypeSchema",
2789
2863
  "location": {
2790
2864
  "filePath": "component-compare.main.runtime.ts",
2791
- "line": 41,
2865
+ "line": 42,
2792
2866
  "character": 20
2793
2867
  },
2794
2868
  "name": "string"
@@ -2797,7 +2871,7 @@
2797
2871
  "__schema": "KeywordTypeSchema",
2798
2872
  "location": {
2799
2873
  "filePath": "component-compare.main.runtime.ts",
2800
- "line": 41,
2874
+ "line": 42,
2801
2875
  "character": 28
2802
2876
  },
2803
2877
  "name": "any"
@@ -2813,7 +2887,7 @@
2813
2887
  "__schema": "FunctionLikeSchema",
2814
2888
  "location": {
2815
2889
  "filePath": "component-compare.main.runtime.ts",
2816
- "line": 315,
2890
+ "line": 332,
2817
2891
  "character": 1
2818
2892
  },
2819
2893
  "signature": "function hasDiff(diffResult: DiffResults): boolean",
@@ -2823,7 +2897,7 @@
2823
2897
  "__schema": "ParameterSchema",
2824
2898
  "location": {
2825
2899
  "filePath": "component-compare.main.runtime.ts",
2826
- "line": 315,
2900
+ "line": 332,
2827
2901
  "character": 18
2828
2902
  },
2829
2903
  "name": "diffResult",
@@ -2831,7 +2905,7 @@
2831
2905
  "__schema": "TypeRefSchema",
2832
2906
  "location": {
2833
2907
  "filePath": "component-compare.main.runtime.ts",
2834
- "line": 315,
2908
+ "line": 332,
2835
2909
  "character": 30
2836
2910
  },
2837
2911
  "name": "DiffResults",
@@ -2845,7 +2919,7 @@
2845
2919
  "__schema": "KeywordTypeSchema",
2846
2920
  "location": {
2847
2921
  "filePath": "component-compare.main.runtime.ts",
2848
- "line": 315,
2922
+ "line": 332,
2849
2923
  "character": 44
2850
2924
  },
2851
2925
  "name": "boolean"
@@ -2856,7 +2930,7 @@
2856
2930
  "__schema": "FunctionLikeSchema",
2857
2931
  "location": {
2858
2932
  "filePath": "component-compare.main.runtime.ts",
2859
- "line": 319,
2933
+ "line": 336,
2860
2934
  "character": 1
2861
2935
  },
2862
2936
  "signature": "function updateFieldsDiff(componentA: ConsumerComponent, componentB: ConsumerComponent, diffResult: DiffResults, diffOpts: DiffOptions): Promise<void>",
@@ -2866,7 +2940,7 @@
2866
2940
  "__schema": "ParameterSchema",
2867
2941
  "location": {
2868
2942
  "filePath": "component-compare.main.runtime.ts",
2869
- "line": 320,
2943
+ "line": 337,
2870
2944
  "character": 3
2871
2945
  },
2872
2946
  "name": "componentA",
@@ -2874,7 +2948,7 @@
2874
2948
  "__schema": "TypeRefSchema",
2875
2949
  "location": {
2876
2950
  "filePath": "component-compare.main.runtime.ts",
2877
- "line": 320,
2951
+ "line": 337,
2878
2952
  "character": 15
2879
2953
  },
2880
2954
  "name": "ConsumerComponent",
@@ -2887,7 +2961,7 @@
2887
2961
  "__schema": "ParameterSchema",
2888
2962
  "location": {
2889
2963
  "filePath": "component-compare.main.runtime.ts",
2890
- "line": 321,
2964
+ "line": 338,
2891
2965
  "character": 3
2892
2966
  },
2893
2967
  "name": "componentB",
@@ -2895,7 +2969,7 @@
2895
2969
  "__schema": "TypeRefSchema",
2896
2970
  "location": {
2897
2971
  "filePath": "component-compare.main.runtime.ts",
2898
- "line": 321,
2972
+ "line": 338,
2899
2973
  "character": 15
2900
2974
  },
2901
2975
  "name": "ConsumerComponent",
@@ -2908,7 +2982,7 @@
2908
2982
  "__schema": "ParameterSchema",
2909
2983
  "location": {
2910
2984
  "filePath": "component-compare.main.runtime.ts",
2911
- "line": 322,
2985
+ "line": 339,
2912
2986
  "character": 3
2913
2987
  },
2914
2988
  "name": "diffResult",
@@ -2916,7 +2990,7 @@
2916
2990
  "__schema": "TypeRefSchema",
2917
2991
  "location": {
2918
2992
  "filePath": "component-compare.main.runtime.ts",
2919
- "line": 322,
2993
+ "line": 339,
2920
2994
  "character": 15
2921
2995
  },
2922
2996
  "name": "DiffResults",
@@ -2929,7 +3003,7 @@
2929
3003
  "__schema": "ParameterSchema",
2930
3004
  "location": {
2931
3005
  "filePath": "component-compare.main.runtime.ts",
2932
- "line": 323,
3006
+ "line": 340,
2933
3007
  "character": 3
2934
3008
  },
2935
3009
  "name": "diffOpts",
@@ -2937,7 +3011,7 @@
2937
3011
  "__schema": "TypeRefSchema",
2938
3012
  "location": {
2939
3013
  "filePath": "component-compare.main.runtime.ts",
2940
- "line": 323,
3014
+ "line": 340,
2941
3015
  "character": 13
2942
3016
  },
2943
3017
  "name": "DiffOptions",
@@ -2951,7 +3025,7 @@
2951
3025
  "__schema": "InferenceTypeSchema",
2952
3026
  "location": {
2953
3027
  "filePath": "component-compare.main.runtime.ts",
2954
- "line": 319,
3028
+ "line": 336,
2955
3029
  "character": 1
2956
3030
  },
2957
3031
  "type": "Promise<void>"
@@ -2964,7 +3038,7 @@
2964
3038
  "__schema": "UnImplementedSchema",
2965
3039
  "location": {
2966
3040
  "filePath": "component-compare.main.runtime.ts",
2967
- "line": 329,
3041
+ "line": 346,
2968
3042
  "character": 1
2969
3043
  },
2970
3044
  "name": "ComponentCompareAspect.addRuntime(ComponentCompareMain);",
@@ -3705,7 +3779,7 @@
3705
3779
  "componentId": {
3706
3780
  "scope": "teambit.component",
3707
3781
  "name": "component-compare",
3708
- "version": "1.0.263"
3782
+ "version": "1.0.265"
3709
3783
  },
3710
3784
  "taggedModuleExports": []
3711
3785
  }