@teambit/lister 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.
@@ -26,7 +26,7 @@
26
26
  "__schema": "ClassSchema",
27
27
  "location": {
28
28
  "filePath": "lister.main.runtime.ts",
29
- "line": 26,
29
+ "line": 25,
30
30
  "character": 1
31
31
  },
32
32
  "signature": "class ListerMain",
@@ -36,7 +36,7 @@
36
36
  "__schema": "ConstructorSchema",
37
37
  "location": {
38
38
  "filePath": "lister.main.runtime.ts",
39
- "line": 27,
39
+ "line": 26,
40
40
  "character": 3
41
41
  },
42
42
  "signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
@@ -46,7 +46,7 @@
46
46
  "__schema": "ParameterSchema",
47
47
  "location": {
48
48
  "filePath": "lister.main.runtime.ts",
49
- "line": 28,
49
+ "line": 27,
50
50
  "character": 5
51
51
  },
52
52
  "name": "logger",
@@ -54,10 +54,14 @@
54
54
  "__schema": "TypeRefSchema",
55
55
  "location": {
56
56
  "filePath": "lister.main.runtime.ts",
57
- "line": 28,
57
+ "line": 27,
58
58
  "character": 21
59
59
  },
60
- "name": "Logger"
60
+ "name": "Logger",
61
+ "componentId": {
62
+ "scope": "teambit.harmony",
63
+ "name": "logger"
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": "lister.main.runtime.ts",
69
- "line": 29,
73
+ "line": 28,
70
74
  "character": 5
71
75
  },
72
76
  "name": "workspace",
@@ -74,10 +78,14 @@
74
78
  "__schema": "TypeRefSchema",
75
79
  "location": {
76
80
  "filePath": "lister.main.runtime.ts",
77
- "line": 29,
81
+ "line": 28,
78
82
  "character": 25
79
83
  },
80
- "name": "Workspace"
84
+ "name": "Workspace",
85
+ "componentId": {
86
+ "scope": "teambit.workspace",
87
+ "name": "workspace"
88
+ }
81
89
  },
82
90
  "isOptional": true,
83
91
  "isSpread": false
@@ -87,7 +95,7 @@
87
95
  "__schema": "ThisTypeSchema",
88
96
  "location": {
89
97
  "filePath": "lister.main.runtime.ts",
90
- "line": 26,
98
+ "line": 25,
91
99
  "character": 1
92
100
  },
93
101
  "name": "ListerMain"
@@ -98,7 +106,7 @@
98
106
  "__schema": "FunctionLikeSchema",
99
107
  "location": {
100
108
  "filePath": "lister.main.runtime.ts",
101
- "line": 32,
109
+ "line": 31,
102
110
  "character": 3
103
111
  },
104
112
  "signature": "(method) ListerMain.remoteList(scopeName: string, { namespacesUsingWildcards, includeDeprecated, includeDeleted, }: {\n namespacesUsingWildcards?: string;\n includeDeprecated?: boolean;\n includeDeleted?: boolean;\n}): Promise<ListScopeResult[]>",
@@ -108,7 +116,7 @@
108
116
  "__schema": "ParameterSchema",
109
117
  "location": {
110
118
  "filePath": "lister.main.runtime.ts",
111
- "line": 33,
119
+ "line": 32,
112
120
  "character": 5
113
121
  },
114
122
  "name": "scopeName",
@@ -116,7 +124,7 @@
116
124
  "__schema": "KeywordTypeSchema",
117
125
  "location": {
118
126
  "filePath": "lister.main.runtime.ts",
119
- "line": 33,
127
+ "line": 32,
120
128
  "character": 16
121
129
  },
122
130
  "name": "string"
@@ -128,7 +136,7 @@
128
136
  "__schema": "ParameterSchema",
129
137
  "location": {
130
138
  "filePath": "lister.main.runtime.ts",
131
- "line": 34,
139
+ "line": 33,
132
140
  "character": 5
133
141
  },
134
142
  "name": "{ namespacesUsingWildcards, includeDeprecated = true, includeDeleted = false }",
@@ -136,7 +144,7 @@
136
144
  "__schema": "TypeLiteralSchema",
137
145
  "location": {
138
146
  "filePath": "lister.main.runtime.ts",
139
- "line": 38,
147
+ "line": 37,
140
148
  "character": 8
141
149
  },
142
150
  "members": [
@@ -144,7 +152,7 @@
144
152
  "__schema": "VariableLikeSchema",
145
153
  "location": {
146
154
  "filePath": "lister.main.runtime.ts",
147
- "line": 39,
155
+ "line": 38,
148
156
  "character": 7
149
157
  },
150
158
  "signature": "(property) namespacesUsingWildcards?: string | undefined",
@@ -153,7 +161,7 @@
153
161
  "__schema": "KeywordTypeSchema",
154
162
  "location": {
155
163
  "filePath": "lister.main.runtime.ts",
156
- "line": 39,
164
+ "line": 38,
157
165
  "character": 34
158
166
  },
159
167
  "name": "string"
@@ -164,7 +172,7 @@
164
172
  "__schema": "VariableLikeSchema",
165
173
  "location": {
166
174
  "filePath": "lister.main.runtime.ts",
167
- "line": 40,
175
+ "line": 39,
168
176
  "character": 7
169
177
  },
170
178
  "signature": "(property) includeDeprecated?: boolean | undefined",
@@ -173,7 +181,7 @@
173
181
  "__schema": "KeywordTypeSchema",
174
182
  "location": {
175
183
  "filePath": "lister.main.runtime.ts",
176
- "line": 40,
184
+ "line": 39,
177
185
  "character": 27
178
186
  },
179
187
  "name": "boolean"
@@ -184,7 +192,7 @@
184
192
  "__schema": "VariableLikeSchema",
185
193
  "location": {
186
194
  "filePath": "lister.main.runtime.ts",
187
- "line": 41,
195
+ "line": 40,
188
196
  "character": 7
189
197
  },
190
198
  "signature": "(property) includeDeleted?: boolean | undefined",
@@ -193,7 +201,7 @@
193
201
  "__schema": "KeywordTypeSchema",
194
202
  "location": {
195
203
  "filePath": "lister.main.runtime.ts",
196
- "line": 41,
204
+ "line": 40,
197
205
  "character": 24
198
206
  },
199
207
  "name": "boolean"
@@ -208,7 +216,7 @@
208
216
  "__schema": "VariableLikeSchema",
209
217
  "location": {
210
218
  "filePath": "lister.main.runtime.ts",
211
- "line": 39,
219
+ "line": 38,
212
220
  "character": 7
213
221
  },
214
222
  "signature": "(property) namespacesUsingWildcards?: string | undefined",
@@ -217,7 +225,7 @@
217
225
  "__schema": "KeywordTypeSchema",
218
226
  "location": {
219
227
  "filePath": "lister.main.runtime.ts",
220
- "line": 39,
228
+ "line": 38,
221
229
  "character": 34
222
230
  },
223
231
  "name": "string"
@@ -228,7 +236,7 @@
228
236
  "__schema": "VariableLikeSchema",
229
237
  "location": {
230
238
  "filePath": "lister.main.runtime.ts",
231
- "line": 40,
239
+ "line": 39,
232
240
  "character": 7
233
241
  },
234
242
  "signature": "(property) includeDeprecated?: boolean | undefined",
@@ -237,7 +245,7 @@
237
245
  "__schema": "KeywordTypeSchema",
238
246
  "location": {
239
247
  "filePath": "lister.main.runtime.ts",
240
- "line": 40,
248
+ "line": 39,
241
249
  "character": 27
242
250
  },
243
251
  "name": "boolean"
@@ -248,7 +256,7 @@
248
256
  "__schema": "VariableLikeSchema",
249
257
  "location": {
250
258
  "filePath": "lister.main.runtime.ts",
251
- "line": 41,
259
+ "line": 40,
252
260
  "character": 7
253
261
  },
254
262
  "signature": "(property) includeDeleted?: boolean | undefined",
@@ -257,7 +265,7 @@
257
265
  "__schema": "KeywordTypeSchema",
258
266
  "location": {
259
267
  "filePath": "lister.main.runtime.ts",
260
- "line": 41,
268
+ "line": 40,
261
269
  "character": 24
262
270
  },
263
271
  "name": "boolean"
@@ -272,7 +280,7 @@
272
280
  "__schema": "TypeRefSchema",
273
281
  "location": {
274
282
  "filePath": "lister.main.runtime.ts",
275
- "line": 43,
283
+ "line": 42,
276
284
  "character": 6
277
285
  },
278
286
  "name": "Promise",
@@ -281,17 +289,18 @@
281
289
  "__schema": "TypeArraySchema",
282
290
  "location": {
283
291
  "filePath": "lister.main.runtime.ts",
284
- "line": 43,
292
+ "line": 42,
285
293
  "character": 14
286
294
  },
287
295
  "type": {
288
296
  "__schema": "TypeRefSchema",
289
297
  "location": {
290
298
  "filePath": "lister.main.runtime.ts",
291
- "line": 43,
299
+ "line": 42,
292
300
  "character": 14
293
301
  },
294
- "name": "ListScopeResult"
302
+ "name": "ListScopeResult",
303
+ "internalFilePath": "lister.main.runtime.ts"
295
304
  }
296
305
  }
297
306
  ]
@@ -304,7 +313,7 @@
304
313
  "__schema": "FunctionLikeSchema",
305
314
  "location": {
306
315
  "filePath": "lister.main.runtime.ts",
307
- "line": 51,
316
+ "line": 50,
308
317
  "character": 3
309
318
  },
310
319
  "signature": "(method) ListerMain.getRemoteCompIdsByWildcards(idStr: string, includeDeprecated?: boolean): Promise<ComponentID[]>",
@@ -314,7 +323,7 @@
314
323
  "__schema": "ParameterSchema",
315
324
  "location": {
316
325
  "filePath": "lister.main.runtime.ts",
317
- "line": 51,
326
+ "line": 50,
318
327
  "character": 37
319
328
  },
320
329
  "name": "idStr",
@@ -322,7 +331,7 @@
322
331
  "__schema": "KeywordTypeSchema",
323
332
  "location": {
324
333
  "filePath": "lister.main.runtime.ts",
325
- "line": 51,
334
+ "line": 50,
326
335
  "character": 44
327
336
  },
328
337
  "name": "string"
@@ -334,7 +343,7 @@
334
343
  "__schema": "ParameterSchema",
335
344
  "location": {
336
345
  "filePath": "lister.main.runtime.ts",
337
- "line": 51,
346
+ "line": 50,
338
347
  "character": 52
339
348
  },
340
349
  "name": "includeDeprecated",
@@ -342,7 +351,7 @@
342
351
  "__schema": "InferenceTypeSchema",
343
352
  "location": {
344
353
  "filePath": "lister.main.runtime.ts",
345
- "line": 51,
354
+ "line": 50,
346
355
  "character": 52
347
356
  },
348
357
  "type": "boolean"
@@ -356,7 +365,7 @@
356
365
  "__schema": "TypeRefSchema",
357
366
  "location": {
358
367
  "filePath": "lister.main.runtime.ts",
359
- "line": 51,
368
+ "line": 50,
360
369
  "character": 79
361
370
  },
362
371
  "name": "Promise",
@@ -365,17 +374,22 @@
365
374
  "__schema": "TypeArraySchema",
366
375
  "location": {
367
376
  "filePath": "lister.main.runtime.ts",
368
- "line": 51,
377
+ "line": 50,
369
378
  "character": 87
370
379
  },
371
380
  "type": {
372
381
  "__schema": "TypeRefSchema",
373
382
  "location": {
374
383
  "filePath": "lister.main.runtime.ts",
375
- "line": 51,
384
+ "line": 50,
376
385
  "character": 87
377
386
  },
378
- "name": "ComponentID"
387
+ "name": "ComponentID",
388
+ "componentId": {
389
+ "scope": "teambit.component",
390
+ "name": "component-id",
391
+ "version": "1.2.2"
392
+ }
379
393
  }
380
394
  }
381
395
  ]
@@ -388,7 +402,7 @@
388
402
  "__schema": "FunctionLikeSchema",
389
403
  "location": {
390
404
  "filePath": "lister.main.runtime.ts",
391
- "line": 65,
405
+ "line": 64,
392
406
  "character": 3
393
407
  },
394
408
  "signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
@@ -398,7 +412,7 @@
398
412
  "__schema": "ParameterSchema",
399
413
  "location": {
400
414
  "filePath": "lister.main.runtime.ts",
401
- "line": 66,
415
+ "line": 65,
402
416
  "character": 5
403
417
  },
404
418
  "name": "showAll",
@@ -406,7 +420,7 @@
406
420
  "__schema": "InferenceTypeSchema",
407
421
  "location": {
408
422
  "filePath": "lister.main.runtime.ts",
409
- "line": 66,
423
+ "line": 65,
410
424
  "character": 5
411
425
  },
412
426
  "type": "boolean"
@@ -419,7 +433,7 @@
419
433
  "__schema": "ParameterSchema",
420
434
  "location": {
421
435
  "filePath": "lister.main.runtime.ts",
422
- "line": 67,
436
+ "line": 66,
423
437
  "character": 5
424
438
  },
425
439
  "name": "showRemoteVersion",
@@ -427,7 +441,7 @@
427
441
  "__schema": "InferenceTypeSchema",
428
442
  "location": {
429
443
  "filePath": "lister.main.runtime.ts",
430
- "line": 67,
444
+ "line": 66,
431
445
  "character": 5
432
446
  },
433
447
  "type": "boolean"
@@ -440,7 +454,7 @@
440
454
  "__schema": "ParameterSchema",
441
455
  "location": {
442
456
  "filePath": "lister.main.runtime.ts",
443
- "line": 68,
457
+ "line": 67,
444
458
  "character": 5
445
459
  },
446
460
  "name": "namespacesUsingWildcards",
@@ -448,7 +462,7 @@
448
462
  "__schema": "KeywordTypeSchema",
449
463
  "location": {
450
464
  "filePath": "lister.main.runtime.ts",
451
- "line": 68,
465
+ "line": 67,
452
466
  "character": 32
453
467
  },
454
468
  "name": "string"
@@ -461,7 +475,7 @@
461
475
  "__schema": "TypeRefSchema",
462
476
  "location": {
463
477
  "filePath": "lister.main.runtime.ts",
464
- "line": 69,
478
+ "line": 68,
465
479
  "character": 6
466
480
  },
467
481
  "name": "Promise",
@@ -470,17 +484,18 @@
470
484
  "__schema": "TypeArraySchema",
471
485
  "location": {
472
486
  "filePath": "lister.main.runtime.ts",
473
- "line": 69,
487
+ "line": 68,
474
488
  "character": 14
475
489
  },
476
490
  "type": {
477
491
  "__schema": "TypeRefSchema",
478
492
  "location": {
479
493
  "filePath": "lister.main.runtime.ts",
480
- "line": 69,
494
+ "line": 68,
481
495
  "character": 14
482
496
  },
483
- "name": "ListScopeResult"
497
+ "name": "ListScopeResult",
498
+ "internalFilePath": "lister.main.runtime.ts"
484
499
  }
485
500
  }
486
501
  ]
@@ -493,7 +508,7 @@
493
508
  "__schema": "VariableLikeSchema",
494
509
  "location": {
495
510
  "filePath": "lister.main.runtime.ts",
496
- "line": 83,
511
+ "line": 82,
497
512
  "character": 3
498
513
  },
499
514
  "signature": "(property) ListerMain.slots: never[]",
@@ -502,7 +517,7 @@
502
517
  "__schema": "InferenceTypeSchema",
503
518
  "location": {
504
519
  "filePath": "lister.main.runtime.ts",
505
- "line": 83,
520
+ "line": 82,
506
521
  "character": 3
507
522
  },
508
523
  "type": "never[]"
@@ -514,7 +529,7 @@
514
529
  "__schema": "VariableLikeSchema",
515
530
  "location": {
516
531
  "filePath": "lister.main.runtime.ts",
517
- "line": 84,
532
+ "line": 83,
518
533
  "character": 3
519
534
  },
520
535
  "signature": "(property) ListerMain.dependencies: Aspect[]",
@@ -523,7 +538,7 @@
523
538
  "__schema": "InferenceTypeSchema",
524
539
  "location": {
525
540
  "filePath": "lister.main.runtime.ts",
526
- "line": 84,
541
+ "line": 83,
527
542
  "character": 3
528
543
  },
529
544
  "type": "Aspect[]"
@@ -535,7 +550,7 @@
535
550
  "__schema": "VariableLikeSchema",
536
551
  "location": {
537
552
  "filePath": "lister.main.runtime.ts",
538
- "line": 85,
553
+ "line": 84,
539
554
  "character": 3
540
555
  },
541
556
  "signature": "(property) ListerMain.runtime: RuntimeDefinition",
@@ -544,7 +559,7 @@
544
559
  "__schema": "InferenceTypeSchema",
545
560
  "location": {
546
561
  "filePath": "lister.main.runtime.ts",
547
- "line": 85,
562
+ "line": 84,
548
563
  "character": 3
549
564
  },
550
565
  "type": "RuntimeDefinition"
@@ -556,7 +571,7 @@
556
571
  "__schema": "FunctionLikeSchema",
557
572
  "location": {
558
573
  "filePath": "lister.main.runtime.ts",
559
- "line": 86,
574
+ "line": 85,
560
575
  "character": 3
561
576
  },
562
577
  "signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
@@ -566,7 +581,7 @@
566
581
  "__schema": "ParameterSchema",
567
582
  "location": {
568
583
  "filePath": "lister.main.runtime.ts",
569
- "line": 86,
584
+ "line": 85,
570
585
  "character": 25
571
586
  },
572
587
  "name": "[ cli, loggerMain, workspace ]",
@@ -574,7 +589,7 @@
574
589
  "__schema": "TupleTypeSchema",
575
590
  "location": {
576
591
  "filePath": "lister.main.runtime.ts",
577
- "line": 86,
592
+ "line": 85,
578
593
  "character": 55
579
594
  },
580
595
  "elements": [
@@ -582,28 +597,40 @@
582
597
  "__schema": "TypeRefSchema",
583
598
  "location": {
584
599
  "filePath": "lister.main.runtime.ts",
585
- "line": 86,
600
+ "line": 85,
586
601
  "character": 56
587
602
  },
588
- "name": "CLIMain"
603
+ "name": "CLIMain",
604
+ "componentId": {
605
+ "scope": "teambit.harmony",
606
+ "name": "cli"
607
+ }
589
608
  },
590
609
  {
591
610
  "__schema": "TypeRefSchema",
592
611
  "location": {
593
612
  "filePath": "lister.main.runtime.ts",
594
- "line": 86,
613
+ "line": 85,
595
614
  "character": 65
596
615
  },
597
- "name": "LoggerMain"
616
+ "name": "LoggerMain",
617
+ "componentId": {
618
+ "scope": "teambit.harmony",
619
+ "name": "logger"
620
+ }
598
621
  },
599
622
  {
600
623
  "__schema": "TypeRefSchema",
601
624
  "location": {
602
625
  "filePath": "lister.main.runtime.ts",
603
- "line": 86,
626
+ "line": 85,
604
627
  "character": 77
605
628
  },
606
- "name": "Workspace"
629
+ "name": "Workspace",
630
+ "componentId": {
631
+ "scope": "teambit.workspace",
632
+ "name": "workspace"
633
+ }
607
634
  }
608
635
  ]
609
636
  },
@@ -615,7 +642,7 @@
615
642
  "__schema": "InferenceTypeSchema",
616
643
  "location": {
617
644
  "filePath": "lister.main.runtime.ts",
618
- "line": 86,
645
+ "line": 85,
619
646
  "character": 3
620
647
  },
621
648
  "type": "Promise<ListerMain>"
@@ -722,7 +749,7 @@
722
749
  "_legacy": {
723
750
  "scope": "teambit.component",
724
751
  "name": "lister",
725
- "version": "1.0.487"
752
+ "version": "1.0.489"
726
753
  },
727
754
  "_scope": "teambit.component"
728
755
  }
@@ -794,7 +821,7 @@
794
821
  "__schema": "TypeSchema",
795
822
  "location": {
796
823
  "filePath": "lister.main.runtime.ts",
797
- "line": 17,
824
+ "line": 16,
798
825
  "character": 1
799
826
  },
800
827
  "signature": "type ListScopeResult = {\n id: ComponentID;\n currentlyUsedVersion?: string | null | undefined;\n remoteVersion?: string | undefined;\n deprecated?: boolean | undefined;\n removed?: boolean | undefined;\n laneReadmeOf?: string[] | undefined;\n}",
@@ -803,7 +830,7 @@
803
830
  "__schema": "TypeLiteralSchema",
804
831
  "location": {
805
832
  "filePath": "lister.main.runtime.ts",
806
- "line": 17,
833
+ "line": 16,
807
834
  "character": 31
808
835
  },
809
836
  "members": [
@@ -811,7 +838,7 @@
811
838
  "__schema": "VariableLikeSchema",
812
839
  "location": {
813
840
  "filePath": "lister.main.runtime.ts",
814
- "line": 18,
841
+ "line": 17,
815
842
  "character": 3
816
843
  },
817
844
  "signature": "(property) id: ComponentID",
@@ -820,7 +847,7 @@
820
847
  "__schema": "TypeRefSchema",
821
848
  "location": {
822
849
  "filePath": "lister.main.runtime.ts",
823
- "line": 18,
850
+ "line": 17,
824
851
  "character": 3
825
852
  },
826
853
  "name": "ComponentID",
@@ -836,7 +863,7 @@
836
863
  "__schema": "VariableLikeSchema",
837
864
  "location": {
838
865
  "filePath": "lister.main.runtime.ts",
839
- "line": 19,
866
+ "line": 18,
840
867
  "character": 3
841
868
  },
842
869
  "signature": "(property) currentlyUsedVersion?: string | null | undefined",
@@ -845,7 +872,7 @@
845
872
  "__schema": "TypeUnionSchema",
846
873
  "location": {
847
874
  "filePath": "lister.main.runtime.ts",
848
- "line": 19,
875
+ "line": 18,
849
876
  "character": 26
850
877
  },
851
878
  "types": [
@@ -853,7 +880,7 @@
853
880
  "__schema": "KeywordTypeSchema",
854
881
  "location": {
855
882
  "filePath": "lister.main.runtime.ts",
856
- "line": 19,
883
+ "line": 18,
857
884
  "character": 26
858
885
  },
859
886
  "name": "string"
@@ -862,7 +889,7 @@
862
889
  "__schema": "LiteralTypeSchema",
863
890
  "location": {
864
891
  "filePath": "lister.main.runtime.ts",
865
- "line": 19,
892
+ "line": 18,
866
893
  "character": 35
867
894
  },
868
895
  "name": "null"
@@ -871,7 +898,7 @@
871
898
  "__schema": "KeywordTypeSchema",
872
899
  "location": {
873
900
  "filePath": "lister.main.runtime.ts",
874
- "line": 19,
901
+ "line": 18,
875
902
  "character": 42
876
903
  },
877
904
  "name": "undefined"
@@ -884,7 +911,7 @@
884
911
  "__schema": "VariableLikeSchema",
885
912
  "location": {
886
913
  "filePath": "lister.main.runtime.ts",
887
- "line": 20,
914
+ "line": 19,
888
915
  "character": 3
889
916
  },
890
917
  "signature": "(property) remoteVersion?: string | undefined",
@@ -893,7 +920,7 @@
893
920
  "__schema": "KeywordTypeSchema",
894
921
  "location": {
895
922
  "filePath": "lister.main.runtime.ts",
896
- "line": 20,
923
+ "line": 19,
897
924
  "character": 19
898
925
  },
899
926
  "name": "string"
@@ -904,7 +931,7 @@
904
931
  "__schema": "VariableLikeSchema",
905
932
  "location": {
906
933
  "filePath": "lister.main.runtime.ts",
907
- "line": 21,
934
+ "line": 20,
908
935
  "character": 3
909
936
  },
910
937
  "signature": "(property) deprecated?: boolean | undefined",
@@ -913,7 +940,7 @@
913
940
  "__schema": "KeywordTypeSchema",
914
941
  "location": {
915
942
  "filePath": "lister.main.runtime.ts",
916
- "line": 21,
943
+ "line": 20,
917
944
  "character": 16
918
945
  },
919
946
  "name": "boolean"
@@ -924,7 +951,7 @@
924
951
  "__schema": "VariableLikeSchema",
925
952
  "location": {
926
953
  "filePath": "lister.main.runtime.ts",
927
- "line": 22,
954
+ "line": 21,
928
955
  "character": 3
929
956
  },
930
957
  "signature": "(property) removed?: boolean | undefined",
@@ -933,7 +960,7 @@
933
960
  "__schema": "KeywordTypeSchema",
934
961
  "location": {
935
962
  "filePath": "lister.main.runtime.ts",
936
- "line": 22,
963
+ "line": 21,
937
964
  "character": 13
938
965
  },
939
966
  "name": "boolean"
@@ -944,7 +971,7 @@
944
971
  "__schema": "VariableLikeSchema",
945
972
  "location": {
946
973
  "filePath": "lister.main.runtime.ts",
947
- "line": 23,
974
+ "line": 22,
948
975
  "character": 3
949
976
  },
950
977
  "signature": "(property) laneReadmeOf?: string[] | undefined",
@@ -953,14 +980,14 @@
953
980
  "__schema": "TypeArraySchema",
954
981
  "location": {
955
982
  "filePath": "lister.main.runtime.ts",
956
- "line": 23,
983
+ "line": 22,
957
984
  "character": 18
958
985
  },
959
986
  "type": {
960
987
  "__schema": "KeywordTypeSchema",
961
988
  "location": {
962
989
  "filePath": "lister.main.runtime.ts",
963
- "line": 23,
990
+ "line": 22,
964
991
  "character": 18
965
992
  },
966
993
  "name": "string"
@@ -975,7 +1002,7 @@
975
1002
  "__schema": "ClassSchema",
976
1003
  "location": {
977
1004
  "filePath": "lister.main.runtime.ts",
978
- "line": 26,
1005
+ "line": 25,
979
1006
  "character": 1
980
1007
  },
981
1008
  "signature": "class ListerMain",
@@ -985,7 +1012,7 @@
985
1012
  "__schema": "ConstructorSchema",
986
1013
  "location": {
987
1014
  "filePath": "lister.main.runtime.ts",
988
- "line": 27,
1015
+ "line": 26,
989
1016
  "character": 3
990
1017
  },
991
1018
  "signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
@@ -995,7 +1022,7 @@
995
1022
  "__schema": "ParameterSchema",
996
1023
  "location": {
997
1024
  "filePath": "lister.main.runtime.ts",
998
- "line": 28,
1025
+ "line": 27,
999
1026
  "character": 5
1000
1027
  },
1001
1028
  "name": "logger",
@@ -1003,10 +1030,14 @@
1003
1030
  "__schema": "TypeRefSchema",
1004
1031
  "location": {
1005
1032
  "filePath": "lister.main.runtime.ts",
1006
- "line": 28,
1033
+ "line": 27,
1007
1034
  "character": 21
1008
1035
  },
1009
- "name": "Logger"
1036
+ "name": "Logger",
1037
+ "componentId": {
1038
+ "scope": "teambit.harmony",
1039
+ "name": "logger"
1040
+ }
1010
1041
  },
1011
1042
  "isOptional": false,
1012
1043
  "isSpread": false
@@ -1015,7 +1046,7 @@
1015
1046
  "__schema": "ParameterSchema",
1016
1047
  "location": {
1017
1048
  "filePath": "lister.main.runtime.ts",
1018
- "line": 29,
1049
+ "line": 28,
1019
1050
  "character": 5
1020
1051
  },
1021
1052
  "name": "workspace",
@@ -1023,10 +1054,14 @@
1023
1054
  "__schema": "TypeRefSchema",
1024
1055
  "location": {
1025
1056
  "filePath": "lister.main.runtime.ts",
1026
- "line": 29,
1057
+ "line": 28,
1027
1058
  "character": 25
1028
1059
  },
1029
- "name": "Workspace"
1060
+ "name": "Workspace",
1061
+ "componentId": {
1062
+ "scope": "teambit.workspace",
1063
+ "name": "workspace"
1064
+ }
1030
1065
  },
1031
1066
  "isOptional": true,
1032
1067
  "isSpread": false
@@ -1036,7 +1071,7 @@
1036
1071
  "__schema": "ThisTypeSchema",
1037
1072
  "location": {
1038
1073
  "filePath": "lister.main.runtime.ts",
1039
- "line": 26,
1074
+ "line": 25,
1040
1075
  "character": 1
1041
1076
  },
1042
1077
  "name": "ListerMain"
@@ -1047,7 +1082,7 @@
1047
1082
  "__schema": "FunctionLikeSchema",
1048
1083
  "location": {
1049
1084
  "filePath": "lister.main.runtime.ts",
1050
- "line": 32,
1085
+ "line": 31,
1051
1086
  "character": 3
1052
1087
  },
1053
1088
  "signature": "(method) ListerMain.remoteList(scopeName: string, { namespacesUsingWildcards, includeDeprecated, includeDeleted, }: {\n namespacesUsingWildcards?: string;\n includeDeprecated?: boolean;\n includeDeleted?: boolean;\n}): Promise<ListScopeResult[]>",
@@ -1057,7 +1092,7 @@
1057
1092
  "__schema": "ParameterSchema",
1058
1093
  "location": {
1059
1094
  "filePath": "lister.main.runtime.ts",
1060
- "line": 33,
1095
+ "line": 32,
1061
1096
  "character": 5
1062
1097
  },
1063
1098
  "name": "scopeName",
@@ -1065,7 +1100,7 @@
1065
1100
  "__schema": "KeywordTypeSchema",
1066
1101
  "location": {
1067
1102
  "filePath": "lister.main.runtime.ts",
1068
- "line": 33,
1103
+ "line": 32,
1069
1104
  "character": 16
1070
1105
  },
1071
1106
  "name": "string"
@@ -1077,7 +1112,7 @@
1077
1112
  "__schema": "ParameterSchema",
1078
1113
  "location": {
1079
1114
  "filePath": "lister.main.runtime.ts",
1080
- "line": 34,
1115
+ "line": 33,
1081
1116
  "character": 5
1082
1117
  },
1083
1118
  "name": "{ namespacesUsingWildcards, includeDeprecated = true, includeDeleted = false }",
@@ -1085,7 +1120,7 @@
1085
1120
  "__schema": "TypeLiteralSchema",
1086
1121
  "location": {
1087
1122
  "filePath": "lister.main.runtime.ts",
1088
- "line": 38,
1123
+ "line": 37,
1089
1124
  "character": 8
1090
1125
  },
1091
1126
  "members": [
@@ -1093,7 +1128,7 @@
1093
1128
  "__schema": "VariableLikeSchema",
1094
1129
  "location": {
1095
1130
  "filePath": "lister.main.runtime.ts",
1096
- "line": 39,
1131
+ "line": 38,
1097
1132
  "character": 7
1098
1133
  },
1099
1134
  "signature": "(property) namespacesUsingWildcards?: string | undefined",
@@ -1102,7 +1137,7 @@
1102
1137
  "__schema": "KeywordTypeSchema",
1103
1138
  "location": {
1104
1139
  "filePath": "lister.main.runtime.ts",
1105
- "line": 39,
1140
+ "line": 38,
1106
1141
  "character": 34
1107
1142
  },
1108
1143
  "name": "string"
@@ -1113,7 +1148,7 @@
1113
1148
  "__schema": "VariableLikeSchema",
1114
1149
  "location": {
1115
1150
  "filePath": "lister.main.runtime.ts",
1116
- "line": 40,
1151
+ "line": 39,
1117
1152
  "character": 7
1118
1153
  },
1119
1154
  "signature": "(property) includeDeprecated?: boolean | undefined",
@@ -1122,7 +1157,7 @@
1122
1157
  "__schema": "KeywordTypeSchema",
1123
1158
  "location": {
1124
1159
  "filePath": "lister.main.runtime.ts",
1125
- "line": 40,
1160
+ "line": 39,
1126
1161
  "character": 27
1127
1162
  },
1128
1163
  "name": "boolean"
@@ -1133,7 +1168,7 @@
1133
1168
  "__schema": "VariableLikeSchema",
1134
1169
  "location": {
1135
1170
  "filePath": "lister.main.runtime.ts",
1136
- "line": 41,
1171
+ "line": 40,
1137
1172
  "character": 7
1138
1173
  },
1139
1174
  "signature": "(property) includeDeleted?: boolean | undefined",
@@ -1142,7 +1177,7 @@
1142
1177
  "__schema": "KeywordTypeSchema",
1143
1178
  "location": {
1144
1179
  "filePath": "lister.main.runtime.ts",
1145
- "line": 41,
1180
+ "line": 40,
1146
1181
  "character": 24
1147
1182
  },
1148
1183
  "name": "boolean"
@@ -1157,7 +1192,7 @@
1157
1192
  "__schema": "VariableLikeSchema",
1158
1193
  "location": {
1159
1194
  "filePath": "lister.main.runtime.ts",
1160
- "line": 39,
1195
+ "line": 38,
1161
1196
  "character": 7
1162
1197
  },
1163
1198
  "signature": "(property) namespacesUsingWildcards?: string | undefined",
@@ -1166,7 +1201,7 @@
1166
1201
  "__schema": "KeywordTypeSchema",
1167
1202
  "location": {
1168
1203
  "filePath": "lister.main.runtime.ts",
1169
- "line": 39,
1204
+ "line": 38,
1170
1205
  "character": 34
1171
1206
  },
1172
1207
  "name": "string"
@@ -1177,7 +1212,7 @@
1177
1212
  "__schema": "VariableLikeSchema",
1178
1213
  "location": {
1179
1214
  "filePath": "lister.main.runtime.ts",
1180
- "line": 40,
1215
+ "line": 39,
1181
1216
  "character": 7
1182
1217
  },
1183
1218
  "signature": "(property) includeDeprecated?: boolean | undefined",
@@ -1186,7 +1221,7 @@
1186
1221
  "__schema": "KeywordTypeSchema",
1187
1222
  "location": {
1188
1223
  "filePath": "lister.main.runtime.ts",
1189
- "line": 40,
1224
+ "line": 39,
1190
1225
  "character": 27
1191
1226
  },
1192
1227
  "name": "boolean"
@@ -1197,7 +1232,7 @@
1197
1232
  "__schema": "VariableLikeSchema",
1198
1233
  "location": {
1199
1234
  "filePath": "lister.main.runtime.ts",
1200
- "line": 41,
1235
+ "line": 40,
1201
1236
  "character": 7
1202
1237
  },
1203
1238
  "signature": "(property) includeDeleted?: boolean | undefined",
@@ -1206,7 +1241,7 @@
1206
1241
  "__schema": "KeywordTypeSchema",
1207
1242
  "location": {
1208
1243
  "filePath": "lister.main.runtime.ts",
1209
- "line": 41,
1244
+ "line": 40,
1210
1245
  "character": 24
1211
1246
  },
1212
1247
  "name": "boolean"
@@ -1221,7 +1256,7 @@
1221
1256
  "__schema": "TypeRefSchema",
1222
1257
  "location": {
1223
1258
  "filePath": "lister.main.runtime.ts",
1224
- "line": 43,
1259
+ "line": 42,
1225
1260
  "character": 6
1226
1261
  },
1227
1262
  "name": "Promise",
@@ -1230,17 +1265,18 @@
1230
1265
  "__schema": "TypeArraySchema",
1231
1266
  "location": {
1232
1267
  "filePath": "lister.main.runtime.ts",
1233
- "line": 43,
1268
+ "line": 42,
1234
1269
  "character": 14
1235
1270
  },
1236
1271
  "type": {
1237
1272
  "__schema": "TypeRefSchema",
1238
1273
  "location": {
1239
1274
  "filePath": "lister.main.runtime.ts",
1240
- "line": 43,
1275
+ "line": 42,
1241
1276
  "character": 14
1242
1277
  },
1243
- "name": "ListScopeResult"
1278
+ "name": "ListScopeResult",
1279
+ "internalFilePath": "lister.main.runtime.ts"
1244
1280
  }
1245
1281
  }
1246
1282
  ]
@@ -1253,7 +1289,7 @@
1253
1289
  "__schema": "FunctionLikeSchema",
1254
1290
  "location": {
1255
1291
  "filePath": "lister.main.runtime.ts",
1256
- "line": 51,
1292
+ "line": 50,
1257
1293
  "character": 3
1258
1294
  },
1259
1295
  "signature": "(method) ListerMain.getRemoteCompIdsByWildcards(idStr: string, includeDeprecated?: boolean): Promise<ComponentID[]>",
@@ -1263,7 +1299,7 @@
1263
1299
  "__schema": "ParameterSchema",
1264
1300
  "location": {
1265
1301
  "filePath": "lister.main.runtime.ts",
1266
- "line": 51,
1302
+ "line": 50,
1267
1303
  "character": 37
1268
1304
  },
1269
1305
  "name": "idStr",
@@ -1271,7 +1307,7 @@
1271
1307
  "__schema": "KeywordTypeSchema",
1272
1308
  "location": {
1273
1309
  "filePath": "lister.main.runtime.ts",
1274
- "line": 51,
1310
+ "line": 50,
1275
1311
  "character": 44
1276
1312
  },
1277
1313
  "name": "string"
@@ -1283,7 +1319,7 @@
1283
1319
  "__schema": "ParameterSchema",
1284
1320
  "location": {
1285
1321
  "filePath": "lister.main.runtime.ts",
1286
- "line": 51,
1322
+ "line": 50,
1287
1323
  "character": 52
1288
1324
  },
1289
1325
  "name": "includeDeprecated",
@@ -1291,7 +1327,7 @@
1291
1327
  "__schema": "InferenceTypeSchema",
1292
1328
  "location": {
1293
1329
  "filePath": "lister.main.runtime.ts",
1294
- "line": 51,
1330
+ "line": 50,
1295
1331
  "character": 52
1296
1332
  },
1297
1333
  "type": "boolean"
@@ -1305,7 +1341,7 @@
1305
1341
  "__schema": "TypeRefSchema",
1306
1342
  "location": {
1307
1343
  "filePath": "lister.main.runtime.ts",
1308
- "line": 51,
1344
+ "line": 50,
1309
1345
  "character": 79
1310
1346
  },
1311
1347
  "name": "Promise",
@@ -1314,17 +1350,22 @@
1314
1350
  "__schema": "TypeArraySchema",
1315
1351
  "location": {
1316
1352
  "filePath": "lister.main.runtime.ts",
1317
- "line": 51,
1353
+ "line": 50,
1318
1354
  "character": 87
1319
1355
  },
1320
1356
  "type": {
1321
1357
  "__schema": "TypeRefSchema",
1322
1358
  "location": {
1323
1359
  "filePath": "lister.main.runtime.ts",
1324
- "line": 51,
1360
+ "line": 50,
1325
1361
  "character": 87
1326
1362
  },
1327
- "name": "ComponentID"
1363
+ "name": "ComponentID",
1364
+ "componentId": {
1365
+ "scope": "teambit.component",
1366
+ "name": "component-id",
1367
+ "version": "1.2.2"
1368
+ }
1328
1369
  }
1329
1370
  }
1330
1371
  ]
@@ -1337,7 +1378,7 @@
1337
1378
  "__schema": "FunctionLikeSchema",
1338
1379
  "location": {
1339
1380
  "filePath": "lister.main.runtime.ts",
1340
- "line": 65,
1381
+ "line": 64,
1341
1382
  "character": 3
1342
1383
  },
1343
1384
  "signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
@@ -1347,7 +1388,7 @@
1347
1388
  "__schema": "ParameterSchema",
1348
1389
  "location": {
1349
1390
  "filePath": "lister.main.runtime.ts",
1350
- "line": 66,
1391
+ "line": 65,
1351
1392
  "character": 5
1352
1393
  },
1353
1394
  "name": "showAll",
@@ -1355,7 +1396,7 @@
1355
1396
  "__schema": "InferenceTypeSchema",
1356
1397
  "location": {
1357
1398
  "filePath": "lister.main.runtime.ts",
1358
- "line": 66,
1399
+ "line": 65,
1359
1400
  "character": 5
1360
1401
  },
1361
1402
  "type": "boolean"
@@ -1368,7 +1409,7 @@
1368
1409
  "__schema": "ParameterSchema",
1369
1410
  "location": {
1370
1411
  "filePath": "lister.main.runtime.ts",
1371
- "line": 67,
1412
+ "line": 66,
1372
1413
  "character": 5
1373
1414
  },
1374
1415
  "name": "showRemoteVersion",
@@ -1376,7 +1417,7 @@
1376
1417
  "__schema": "InferenceTypeSchema",
1377
1418
  "location": {
1378
1419
  "filePath": "lister.main.runtime.ts",
1379
- "line": 67,
1420
+ "line": 66,
1380
1421
  "character": 5
1381
1422
  },
1382
1423
  "type": "boolean"
@@ -1389,7 +1430,7 @@
1389
1430
  "__schema": "ParameterSchema",
1390
1431
  "location": {
1391
1432
  "filePath": "lister.main.runtime.ts",
1392
- "line": 68,
1433
+ "line": 67,
1393
1434
  "character": 5
1394
1435
  },
1395
1436
  "name": "namespacesUsingWildcards",
@@ -1397,7 +1438,7 @@
1397
1438
  "__schema": "KeywordTypeSchema",
1398
1439
  "location": {
1399
1440
  "filePath": "lister.main.runtime.ts",
1400
- "line": 68,
1441
+ "line": 67,
1401
1442
  "character": 32
1402
1443
  },
1403
1444
  "name": "string"
@@ -1410,7 +1451,7 @@
1410
1451
  "__schema": "TypeRefSchema",
1411
1452
  "location": {
1412
1453
  "filePath": "lister.main.runtime.ts",
1413
- "line": 69,
1454
+ "line": 68,
1414
1455
  "character": 6
1415
1456
  },
1416
1457
  "name": "Promise",
@@ -1419,17 +1460,18 @@
1419
1460
  "__schema": "TypeArraySchema",
1420
1461
  "location": {
1421
1462
  "filePath": "lister.main.runtime.ts",
1422
- "line": 69,
1463
+ "line": 68,
1423
1464
  "character": 14
1424
1465
  },
1425
1466
  "type": {
1426
1467
  "__schema": "TypeRefSchema",
1427
1468
  "location": {
1428
1469
  "filePath": "lister.main.runtime.ts",
1429
- "line": 69,
1470
+ "line": 68,
1430
1471
  "character": 14
1431
1472
  },
1432
- "name": "ListScopeResult"
1473
+ "name": "ListScopeResult",
1474
+ "internalFilePath": "lister.main.runtime.ts"
1433
1475
  }
1434
1476
  }
1435
1477
  ]
@@ -1442,7 +1484,7 @@
1442
1484
  "__schema": "VariableLikeSchema",
1443
1485
  "location": {
1444
1486
  "filePath": "lister.main.runtime.ts",
1445
- "line": 83,
1487
+ "line": 82,
1446
1488
  "character": 3
1447
1489
  },
1448
1490
  "signature": "(property) ListerMain.slots: never[]",
@@ -1451,7 +1493,7 @@
1451
1493
  "__schema": "InferenceTypeSchema",
1452
1494
  "location": {
1453
1495
  "filePath": "lister.main.runtime.ts",
1454
- "line": 83,
1496
+ "line": 82,
1455
1497
  "character": 3
1456
1498
  },
1457
1499
  "type": "never[]"
@@ -1463,7 +1505,7 @@
1463
1505
  "__schema": "VariableLikeSchema",
1464
1506
  "location": {
1465
1507
  "filePath": "lister.main.runtime.ts",
1466
- "line": 84,
1508
+ "line": 83,
1467
1509
  "character": 3
1468
1510
  },
1469
1511
  "signature": "(property) ListerMain.dependencies: Aspect[]",
@@ -1472,7 +1514,7 @@
1472
1514
  "__schema": "InferenceTypeSchema",
1473
1515
  "location": {
1474
1516
  "filePath": "lister.main.runtime.ts",
1475
- "line": 84,
1517
+ "line": 83,
1476
1518
  "character": 3
1477
1519
  },
1478
1520
  "type": "Aspect[]"
@@ -1484,7 +1526,7 @@
1484
1526
  "__schema": "VariableLikeSchema",
1485
1527
  "location": {
1486
1528
  "filePath": "lister.main.runtime.ts",
1487
- "line": 85,
1529
+ "line": 84,
1488
1530
  "character": 3
1489
1531
  },
1490
1532
  "signature": "(property) ListerMain.runtime: RuntimeDefinition",
@@ -1493,7 +1535,7 @@
1493
1535
  "__schema": "InferenceTypeSchema",
1494
1536
  "location": {
1495
1537
  "filePath": "lister.main.runtime.ts",
1496
- "line": 85,
1538
+ "line": 84,
1497
1539
  "character": 3
1498
1540
  },
1499
1541
  "type": "RuntimeDefinition"
@@ -1505,7 +1547,7 @@
1505
1547
  "__schema": "FunctionLikeSchema",
1506
1548
  "location": {
1507
1549
  "filePath": "lister.main.runtime.ts",
1508
- "line": 86,
1550
+ "line": 85,
1509
1551
  "character": 3
1510
1552
  },
1511
1553
  "signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
@@ -1515,7 +1557,7 @@
1515
1557
  "__schema": "ParameterSchema",
1516
1558
  "location": {
1517
1559
  "filePath": "lister.main.runtime.ts",
1518
- "line": 86,
1560
+ "line": 85,
1519
1561
  "character": 25
1520
1562
  },
1521
1563
  "name": "[ cli, loggerMain, workspace ]",
@@ -1523,7 +1565,7 @@
1523
1565
  "__schema": "TupleTypeSchema",
1524
1566
  "location": {
1525
1567
  "filePath": "lister.main.runtime.ts",
1526
- "line": 86,
1568
+ "line": 85,
1527
1569
  "character": 55
1528
1570
  },
1529
1571
  "elements": [
@@ -1531,28 +1573,40 @@
1531
1573
  "__schema": "TypeRefSchema",
1532
1574
  "location": {
1533
1575
  "filePath": "lister.main.runtime.ts",
1534
- "line": 86,
1576
+ "line": 85,
1535
1577
  "character": 56
1536
1578
  },
1537
- "name": "CLIMain"
1579
+ "name": "CLIMain",
1580
+ "componentId": {
1581
+ "scope": "teambit.harmony",
1582
+ "name": "cli"
1583
+ }
1538
1584
  },
1539
1585
  {
1540
1586
  "__schema": "TypeRefSchema",
1541
1587
  "location": {
1542
1588
  "filePath": "lister.main.runtime.ts",
1543
- "line": 86,
1589
+ "line": 85,
1544
1590
  "character": 65
1545
1591
  },
1546
- "name": "LoggerMain"
1592
+ "name": "LoggerMain",
1593
+ "componentId": {
1594
+ "scope": "teambit.harmony",
1595
+ "name": "logger"
1596
+ }
1547
1597
  },
1548
1598
  {
1549
1599
  "__schema": "TypeRefSchema",
1550
1600
  "location": {
1551
1601
  "filePath": "lister.main.runtime.ts",
1552
- "line": 86,
1602
+ "line": 85,
1553
1603
  "character": 77
1554
1604
  },
1555
- "name": "Workspace"
1605
+ "name": "Workspace",
1606
+ "componentId": {
1607
+ "scope": "teambit.workspace",
1608
+ "name": "workspace"
1609
+ }
1556
1610
  }
1557
1611
  ]
1558
1612
  },
@@ -1564,7 +1618,7 @@
1564
1618
  "__schema": "InferenceTypeSchema",
1565
1619
  "location": {
1566
1620
  "filePath": "lister.main.runtime.ts",
1567
- "line": 86,
1621
+ "line": 85,
1568
1622
  "character": 3
1569
1623
  },
1570
1624
  "type": "Promise<ListerMain>"
@@ -1584,7 +1638,7 @@
1584
1638
  "__schema": "ModuleSchema",
1585
1639
  "location": {
1586
1640
  "filePath": "lister.main.runtime.ts",
1587
- "line": 14,
1641
+ "line": 13,
1588
1642
  "character": 1
1589
1643
  },
1590
1644
  "exports": [
@@ -1592,7 +1646,7 @@
1592
1646
  "__schema": "VariableLikeSchema",
1593
1647
  "location": {
1594
1648
  "filePath": "lister.main.runtime.ts",
1595
- "line": 14,
1649
+ "line": 13,
1596
1650
  "character": 7
1597
1651
  },
1598
1652
  "signature": "const BEFORE_REMOTE_LIST: \"listing remote components\"",
@@ -1601,7 +1655,7 @@
1601
1655
  "__schema": "InferenceTypeSchema",
1602
1656
  "location": {
1603
1657
  "filePath": "lister.main.runtime.ts",
1604
- "line": 14,
1658
+ "line": 13,
1605
1659
  "character": 7
1606
1660
  },
1607
1661
  "type": "\"listing remote components\""
@@ -1616,7 +1670,7 @@
1616
1670
  "__schema": "ModuleSchema",
1617
1671
  "location": {
1618
1672
  "filePath": "lister.main.runtime.ts",
1619
- "line": 15,
1673
+ "line": 14,
1620
1674
  "character": 1
1621
1675
  },
1622
1676
  "exports": [
@@ -1624,7 +1678,7 @@
1624
1678
  "__schema": "VariableLikeSchema",
1625
1679
  "location": {
1626
1680
  "filePath": "lister.main.runtime.ts",
1627
- "line": 15,
1681
+ "line": 14,
1628
1682
  "character": 7
1629
1683
  },
1630
1684
  "signature": "const BEFORE_LOCAL_LIST: \"listing components\"",
@@ -1633,7 +1687,7 @@
1633
1687
  "__schema": "InferenceTypeSchema",
1634
1688
  "location": {
1635
1689
  "filePath": "lister.main.runtime.ts",
1636
- "line": 15,
1690
+ "line": 14,
1637
1691
  "character": 7
1638
1692
  },
1639
1693
  "type": "\"listing components\""
@@ -1648,7 +1702,7 @@
1648
1702
  "__schema": "UnImplementedSchema",
1649
1703
  "location": {
1650
1704
  "filePath": "lister.main.runtime.ts",
1651
- "line": 94,
1705
+ "line": 93,
1652
1706
  "character": 1
1653
1707
  },
1654
1708
  "name": "ListerAspect.addRuntime(ListerMain);",
@@ -1697,7 +1751,7 @@
1697
1751
  "componentId": {
1698
1752
  "scope": "teambit.component",
1699
1753
  "name": "lister",
1700
- "version": "1.0.487"
1754
+ "version": "1.0.489"
1701
1755
  },
1702
1756
  "taggedModuleExports": []
1703
1757
  }