@teambit/lister 1.0.158 → 1.0.160

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.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites>
3
- <testsuite name="teambit.component/lister@1.0.158" tests="0" failures="0" errors="0" skipped="0"/>
2
+ <testsuites tests="0" failures="0" errors="0" skipped="0">
3
+ <testsuite name="teambit.component/lister@1.0.160" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -0,0 +1,1083 @@
1
+ {
2
+ "__schema": "APISchema",
3
+ "location": {
4
+ "filePath": "index.ts",
5
+ "line": 1,
6
+ "character": 1
7
+ },
8
+ "module": {
9
+ "__schema": "ModuleSchema",
10
+ "location": {
11
+ "filePath": "index.ts",
12
+ "line": 1,
13
+ "character": 1
14
+ },
15
+ "exports": [
16
+ {
17
+ "__schema": "ClassSchema",
18
+ "location": {
19
+ "filePath": "lister.main.runtime.ts",
20
+ "line": 23,
21
+ "character": 1
22
+ },
23
+ "signature": "class ListerMain",
24
+ "name": "ListerMain",
25
+ "members": [
26
+ {
27
+ "__schema": "ConstructorSchema",
28
+ "location": {
29
+ "filePath": "lister.main.runtime.ts",
30
+ "line": 24,
31
+ "character": 3
32
+ },
33
+ "signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
34
+ "name": "constructor",
35
+ "params": [
36
+ {
37
+ "__schema": "ParameterSchema",
38
+ "location": {
39
+ "filePath": "lister.main.runtime.ts",
40
+ "line": 24,
41
+ "character": 15
42
+ },
43
+ "name": "logger",
44
+ "type": {
45
+ "__schema": "TypeRefSchema",
46
+ "location": {
47
+ "filePath": "lister.main.runtime.ts",
48
+ "line": 24,
49
+ "character": 31
50
+ },
51
+ "name": "Logger"
52
+ },
53
+ "isOptional": false,
54
+ "isSpread": false
55
+ },
56
+ {
57
+ "__schema": "ParameterSchema",
58
+ "location": {
59
+ "filePath": "lister.main.runtime.ts",
60
+ "line": 24,
61
+ "character": 39
62
+ },
63
+ "name": "workspace",
64
+ "type": {
65
+ "__schema": "TypeRefSchema",
66
+ "location": {
67
+ "filePath": "lister.main.runtime.ts",
68
+ "line": 24,
69
+ "character": 59
70
+ },
71
+ "name": "Workspace"
72
+ },
73
+ "isOptional": true,
74
+ "isSpread": false
75
+ }
76
+ ],
77
+ "returnType": {
78
+ "__schema": "ThisTypeSchema",
79
+ "location": {
80
+ "filePath": "lister.main.runtime.ts",
81
+ "line": 23,
82
+ "character": 1
83
+ },
84
+ "name": "ListerMain"
85
+ },
86
+ "modifiers": []
87
+ },
88
+ {
89
+ "__schema": "FunctionLikeSchema",
90
+ "location": {
91
+ "filePath": "lister.main.runtime.ts",
92
+ "line": 26,
93
+ "character": 3
94
+ },
95
+ "signature": "(method) ListerMain.remoteList(scopeName: string, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
96
+ "name": "remoteList",
97
+ "params": [
98
+ {
99
+ "__schema": "ParameterSchema",
100
+ "location": {
101
+ "filePath": "lister.main.runtime.ts",
102
+ "line": 26,
103
+ "character": 20
104
+ },
105
+ "name": "scopeName",
106
+ "type": {
107
+ "__schema": "KeywordTypeSchema",
108
+ "location": {
109
+ "filePath": "lister.main.runtime.ts",
110
+ "line": 26,
111
+ "character": 31
112
+ },
113
+ "name": "string"
114
+ },
115
+ "isOptional": false,
116
+ "isSpread": false
117
+ },
118
+ {
119
+ "__schema": "ParameterSchema",
120
+ "location": {
121
+ "filePath": "lister.main.runtime.ts",
122
+ "line": 26,
123
+ "character": 39
124
+ },
125
+ "name": "namespacesUsingWildcards",
126
+ "type": {
127
+ "__schema": "KeywordTypeSchema",
128
+ "location": {
129
+ "filePath": "lister.main.runtime.ts",
130
+ "line": 26,
131
+ "character": 66
132
+ },
133
+ "name": "string"
134
+ },
135
+ "isOptional": true,
136
+ "isSpread": false
137
+ }
138
+ ],
139
+ "returnType": {
140
+ "__schema": "TypeRefSchema",
141
+ "location": {
142
+ "filePath": "lister.main.runtime.ts",
143
+ "line": 26,
144
+ "character": 75
145
+ },
146
+ "name": "Promise",
147
+ "typeArgs": [
148
+ {
149
+ "__schema": "TypeArraySchema",
150
+ "location": {
151
+ "filePath": "lister.main.runtime.ts",
152
+ "line": 26,
153
+ "character": 83
154
+ },
155
+ "type": {
156
+ "__schema": "TypeRefSchema",
157
+ "location": {
158
+ "filePath": "lister.main.runtime.ts",
159
+ "line": 26,
160
+ "character": 83
161
+ },
162
+ "name": "ListScopeResult"
163
+ }
164
+ }
165
+ ]
166
+ },
167
+ "modifiers": [
168
+ "async"
169
+ ]
170
+ },
171
+ {
172
+ "__schema": "FunctionLikeSchema",
173
+ "location": {
174
+ "filePath": "lister.main.runtime.ts",
175
+ "line": 33,
176
+ "character": 3
177
+ },
178
+ "signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
179
+ "name": "localList",
180
+ "params": [
181
+ {
182
+ "__schema": "ParameterSchema",
183
+ "location": {
184
+ "filePath": "lister.main.runtime.ts",
185
+ "line": 34,
186
+ "character": 5
187
+ },
188
+ "name": "showAll",
189
+ "type": {
190
+ "__schema": "InferenceTypeSchema",
191
+ "location": {
192
+ "filePath": "lister.main.runtime.ts",
193
+ "line": 34,
194
+ "character": 5
195
+ },
196
+ "type": "boolean"
197
+ },
198
+ "isOptional": true,
199
+ "defaultValue": "false",
200
+ "isSpread": false
201
+ },
202
+ {
203
+ "__schema": "ParameterSchema",
204
+ "location": {
205
+ "filePath": "lister.main.runtime.ts",
206
+ "line": 35,
207
+ "character": 5
208
+ },
209
+ "name": "showRemoteVersion",
210
+ "type": {
211
+ "__schema": "InferenceTypeSchema",
212
+ "location": {
213
+ "filePath": "lister.main.runtime.ts",
214
+ "line": 35,
215
+ "character": 5
216
+ },
217
+ "type": "boolean"
218
+ },
219
+ "isOptional": true,
220
+ "defaultValue": "false",
221
+ "isSpread": false
222
+ },
223
+ {
224
+ "__schema": "ParameterSchema",
225
+ "location": {
226
+ "filePath": "lister.main.runtime.ts",
227
+ "line": 36,
228
+ "character": 5
229
+ },
230
+ "name": "namespacesUsingWildcards",
231
+ "type": {
232
+ "__schema": "KeywordTypeSchema",
233
+ "location": {
234
+ "filePath": "lister.main.runtime.ts",
235
+ "line": 36,
236
+ "character": 32
237
+ },
238
+ "name": "string"
239
+ },
240
+ "isOptional": true,
241
+ "isSpread": false
242
+ }
243
+ ],
244
+ "returnType": {
245
+ "__schema": "TypeRefSchema",
246
+ "location": {
247
+ "filePath": "lister.main.runtime.ts",
248
+ "line": 37,
249
+ "character": 6
250
+ },
251
+ "name": "Promise",
252
+ "typeArgs": [
253
+ {
254
+ "__schema": "TypeArraySchema",
255
+ "location": {
256
+ "filePath": "lister.main.runtime.ts",
257
+ "line": 37,
258
+ "character": 14
259
+ },
260
+ "type": {
261
+ "__schema": "TypeRefSchema",
262
+ "location": {
263
+ "filePath": "lister.main.runtime.ts",
264
+ "line": 37,
265
+ "character": 14
266
+ },
267
+ "name": "ListScopeResult"
268
+ }
269
+ }
270
+ ]
271
+ },
272
+ "modifiers": [
273
+ "async"
274
+ ]
275
+ },
276
+ {
277
+ "__schema": "VariableLikeSchema",
278
+ "location": {
279
+ "filePath": "lister.main.runtime.ts",
280
+ "line": 65,
281
+ "character": 3
282
+ },
283
+ "signature": "(property) ListerMain.slots: never[]",
284
+ "name": "slots",
285
+ "type": {
286
+ "__schema": "InferenceTypeSchema",
287
+ "location": {
288
+ "filePath": "lister.main.runtime.ts",
289
+ "line": 65,
290
+ "character": 3
291
+ },
292
+ "type": "never[]"
293
+ },
294
+ "isOptional": true,
295
+ "defaultValue": "[]"
296
+ },
297
+ {
298
+ "__schema": "VariableLikeSchema",
299
+ "location": {
300
+ "filePath": "lister.main.runtime.ts",
301
+ "line": 66,
302
+ "character": 3
303
+ },
304
+ "signature": "(property) ListerMain.dependencies: Aspect[]",
305
+ "name": "dependencies",
306
+ "type": {
307
+ "__schema": "InferenceTypeSchema",
308
+ "location": {
309
+ "filePath": "lister.main.runtime.ts",
310
+ "line": 66,
311
+ "character": 3
312
+ },
313
+ "type": "Aspect[]"
314
+ },
315
+ "isOptional": true,
316
+ "defaultValue": "[CLIAspect, LoggerAspect, WorkspaceAspect]"
317
+ },
318
+ {
319
+ "__schema": "VariableLikeSchema",
320
+ "location": {
321
+ "filePath": "lister.main.runtime.ts",
322
+ "line": 67,
323
+ "character": 3
324
+ },
325
+ "signature": "(property) ListerMain.runtime: RuntimeDefinition",
326
+ "name": "runtime",
327
+ "type": {
328
+ "__schema": "InferenceTypeSchema",
329
+ "location": {
330
+ "filePath": "lister.main.runtime.ts",
331
+ "line": 67,
332
+ "character": 3
333
+ },
334
+ "type": "RuntimeDefinition"
335
+ },
336
+ "isOptional": true,
337
+ "defaultValue": "MainRuntime"
338
+ },
339
+ {
340
+ "__schema": "FunctionLikeSchema",
341
+ "location": {
342
+ "filePath": "lister.main.runtime.ts",
343
+ "line": 68,
344
+ "character": 3
345
+ },
346
+ "signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
347
+ "name": "provider",
348
+ "params": [
349
+ {
350
+ "__schema": "ParameterSchema",
351
+ "location": {
352
+ "filePath": "lister.main.runtime.ts",
353
+ "line": 68,
354
+ "character": 25
355
+ },
356
+ "name": "[ cli, loggerMain, workspace ]",
357
+ "type": {
358
+ "__schema": "TupleTypeSchema",
359
+ "location": {
360
+ "filePath": "lister.main.runtime.ts",
361
+ "line": 68,
362
+ "character": 55
363
+ },
364
+ "elements": [
365
+ {
366
+ "__schema": "TypeRefSchema",
367
+ "location": {
368
+ "filePath": "lister.main.runtime.ts",
369
+ "line": 68,
370
+ "character": 56
371
+ },
372
+ "name": "CLIMain"
373
+ },
374
+ {
375
+ "__schema": "TypeRefSchema",
376
+ "location": {
377
+ "filePath": "lister.main.runtime.ts",
378
+ "line": 68,
379
+ "character": 65
380
+ },
381
+ "name": "LoggerMain"
382
+ },
383
+ {
384
+ "__schema": "TypeRefSchema",
385
+ "location": {
386
+ "filePath": "lister.main.runtime.ts",
387
+ "line": 68,
388
+ "character": 77
389
+ },
390
+ "name": "Workspace"
391
+ }
392
+ ]
393
+ },
394
+ "isOptional": false,
395
+ "isSpread": false
396
+ }
397
+ ],
398
+ "returnType": {
399
+ "__schema": "InferenceTypeSchema",
400
+ "location": {
401
+ "filePath": "lister.main.runtime.ts",
402
+ "line": 68,
403
+ "character": 3
404
+ },
405
+ "type": "Promise<ListerMain>"
406
+ },
407
+ "modifiers": [
408
+ "static",
409
+ "async"
410
+ ]
411
+ }
412
+ ],
413
+ "extendsNodes": [],
414
+ "implementNodes": []
415
+ },
416
+ {
417
+ "__schema": "UnImplementedSchema",
418
+ "location": {
419
+ "filePath": "index.ts",
420
+ "line": 4,
421
+ "character": 16
422
+ },
423
+ "name": "ListerAspect",
424
+ "type": "Identifier"
425
+ },
426
+ {
427
+ "__schema": "VariableLikeSchema",
428
+ "location": {
429
+ "filePath": "lister.aspect.ts",
430
+ "line": 3,
431
+ "character": 14
432
+ },
433
+ "signature": "const ListerAspect: Aspect",
434
+ "name": "ListerAspect",
435
+ "type": {
436
+ "__schema": "TypeRefSchema",
437
+ "location": {
438
+ "filePath": "lister.aspect.ts",
439
+ "line": 3,
440
+ "character": 14
441
+ },
442
+ "name": "Aspect",
443
+ "componentId": {
444
+ "scope": "teambit.harmony",
445
+ "name": "harmony",
446
+ "version": "0.4.6"
447
+ }
448
+ },
449
+ "isOptional": false,
450
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/lister',\n})"
451
+ }
452
+ ],
453
+ "internals": []
454
+ },
455
+ "internals": [
456
+ {
457
+ "__schema": "ModuleSchema",
458
+ "location": {
459
+ "filePath": "lister.main.runtime.ts",
460
+ "line": 1,
461
+ "character": 1
462
+ },
463
+ "exports": [
464
+ {
465
+ "__schema": "TypeSchema",
466
+ "location": {
467
+ "filePath": "lister.main.runtime.ts",
468
+ "line": 15,
469
+ "character": 1
470
+ },
471
+ "signature": "type ListScopeResult = {\n id: ComponentID;\n currentlyUsedVersion?: string | null | undefined;\n remoteVersion?: string | undefined;\n deprecated?: boolean | undefined;\n laneReadmeOf?: string[] | undefined;\n}",
472
+ "name": "ListScopeResult",
473
+ "type": {
474
+ "__schema": "TypeLiteralSchema",
475
+ "location": {
476
+ "filePath": "lister.main.runtime.ts",
477
+ "line": 15,
478
+ "character": 31
479
+ },
480
+ "members": [
481
+ {
482
+ "__schema": "VariableLikeSchema",
483
+ "location": {
484
+ "filePath": "lister.main.runtime.ts",
485
+ "line": 16,
486
+ "character": 3
487
+ },
488
+ "signature": "(property) id: ComponentID",
489
+ "name": "id",
490
+ "type": {
491
+ "__schema": "TypeRefSchema",
492
+ "location": {
493
+ "filePath": "lister.main.runtime.ts",
494
+ "line": 16,
495
+ "character": 3
496
+ },
497
+ "name": "ComponentID",
498
+ "componentId": {
499
+ "scope": "teambit.component",
500
+ "name": "component-id",
501
+ "version": "1.2.0"
502
+ }
503
+ },
504
+ "isOptional": false
505
+ },
506
+ {
507
+ "__schema": "VariableLikeSchema",
508
+ "location": {
509
+ "filePath": "lister.main.runtime.ts",
510
+ "line": 17,
511
+ "character": 3
512
+ },
513
+ "signature": "(property) currentlyUsedVersion?: string | null | undefined",
514
+ "name": "currentlyUsedVersion",
515
+ "type": {
516
+ "__schema": "TypeUnionSchema",
517
+ "location": {
518
+ "filePath": "lister.main.runtime.ts",
519
+ "line": 17,
520
+ "character": 26
521
+ },
522
+ "types": [
523
+ {
524
+ "__schema": "KeywordTypeSchema",
525
+ "location": {
526
+ "filePath": "lister.main.runtime.ts",
527
+ "line": 17,
528
+ "character": 26
529
+ },
530
+ "name": "string"
531
+ },
532
+ {
533
+ "__schema": "LiteralTypeSchema",
534
+ "location": {
535
+ "filePath": "lister.main.runtime.ts",
536
+ "line": 17,
537
+ "character": 35
538
+ },
539
+ "name": "null"
540
+ },
541
+ {
542
+ "__schema": "KeywordTypeSchema",
543
+ "location": {
544
+ "filePath": "lister.main.runtime.ts",
545
+ "line": 17,
546
+ "character": 42
547
+ },
548
+ "name": "undefined"
549
+ }
550
+ ]
551
+ },
552
+ "isOptional": true
553
+ },
554
+ {
555
+ "__schema": "VariableLikeSchema",
556
+ "location": {
557
+ "filePath": "lister.main.runtime.ts",
558
+ "line": 18,
559
+ "character": 3
560
+ },
561
+ "signature": "(property) remoteVersion?: string | undefined",
562
+ "name": "remoteVersion",
563
+ "type": {
564
+ "__schema": "KeywordTypeSchema",
565
+ "location": {
566
+ "filePath": "lister.main.runtime.ts",
567
+ "line": 18,
568
+ "character": 19
569
+ },
570
+ "name": "string"
571
+ },
572
+ "isOptional": true
573
+ },
574
+ {
575
+ "__schema": "VariableLikeSchema",
576
+ "location": {
577
+ "filePath": "lister.main.runtime.ts",
578
+ "line": 19,
579
+ "character": 3
580
+ },
581
+ "signature": "(property) deprecated?: boolean | undefined",
582
+ "name": "deprecated",
583
+ "type": {
584
+ "__schema": "KeywordTypeSchema",
585
+ "location": {
586
+ "filePath": "lister.main.runtime.ts",
587
+ "line": 19,
588
+ "character": 16
589
+ },
590
+ "name": "boolean"
591
+ },
592
+ "isOptional": true
593
+ },
594
+ {
595
+ "__schema": "VariableLikeSchema",
596
+ "location": {
597
+ "filePath": "lister.main.runtime.ts",
598
+ "line": 20,
599
+ "character": 3
600
+ },
601
+ "signature": "(property) laneReadmeOf?: string[] | undefined",
602
+ "name": "laneReadmeOf",
603
+ "type": {
604
+ "__schema": "TypeArraySchema",
605
+ "location": {
606
+ "filePath": "lister.main.runtime.ts",
607
+ "line": 20,
608
+ "character": 18
609
+ },
610
+ "type": {
611
+ "__schema": "KeywordTypeSchema",
612
+ "location": {
613
+ "filePath": "lister.main.runtime.ts",
614
+ "line": 20,
615
+ "character": 18
616
+ },
617
+ "name": "string"
618
+ }
619
+ },
620
+ "isOptional": true
621
+ }
622
+ ]
623
+ }
624
+ },
625
+ {
626
+ "__schema": "ClassSchema",
627
+ "location": {
628
+ "filePath": "lister.main.runtime.ts",
629
+ "line": 23,
630
+ "character": 1
631
+ },
632
+ "signature": "class ListerMain",
633
+ "name": "ListerMain",
634
+ "members": [
635
+ {
636
+ "__schema": "ConstructorSchema",
637
+ "location": {
638
+ "filePath": "lister.main.runtime.ts",
639
+ "line": 24,
640
+ "character": 3
641
+ },
642
+ "signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
643
+ "name": "constructor",
644
+ "params": [
645
+ {
646
+ "__schema": "ParameterSchema",
647
+ "location": {
648
+ "filePath": "lister.main.runtime.ts",
649
+ "line": 24,
650
+ "character": 15
651
+ },
652
+ "name": "logger",
653
+ "type": {
654
+ "__schema": "TypeRefSchema",
655
+ "location": {
656
+ "filePath": "lister.main.runtime.ts",
657
+ "line": 24,
658
+ "character": 31
659
+ },
660
+ "name": "Logger"
661
+ },
662
+ "isOptional": false,
663
+ "isSpread": false
664
+ },
665
+ {
666
+ "__schema": "ParameterSchema",
667
+ "location": {
668
+ "filePath": "lister.main.runtime.ts",
669
+ "line": 24,
670
+ "character": 39
671
+ },
672
+ "name": "workspace",
673
+ "type": {
674
+ "__schema": "TypeRefSchema",
675
+ "location": {
676
+ "filePath": "lister.main.runtime.ts",
677
+ "line": 24,
678
+ "character": 59
679
+ },
680
+ "name": "Workspace"
681
+ },
682
+ "isOptional": true,
683
+ "isSpread": false
684
+ }
685
+ ],
686
+ "returnType": {
687
+ "__schema": "ThisTypeSchema",
688
+ "location": {
689
+ "filePath": "lister.main.runtime.ts",
690
+ "line": 23,
691
+ "character": 1
692
+ },
693
+ "name": "ListerMain"
694
+ },
695
+ "modifiers": []
696
+ },
697
+ {
698
+ "__schema": "FunctionLikeSchema",
699
+ "location": {
700
+ "filePath": "lister.main.runtime.ts",
701
+ "line": 26,
702
+ "character": 3
703
+ },
704
+ "signature": "(method) ListerMain.remoteList(scopeName: string, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
705
+ "name": "remoteList",
706
+ "params": [
707
+ {
708
+ "__schema": "ParameterSchema",
709
+ "location": {
710
+ "filePath": "lister.main.runtime.ts",
711
+ "line": 26,
712
+ "character": 20
713
+ },
714
+ "name": "scopeName",
715
+ "type": {
716
+ "__schema": "KeywordTypeSchema",
717
+ "location": {
718
+ "filePath": "lister.main.runtime.ts",
719
+ "line": 26,
720
+ "character": 31
721
+ },
722
+ "name": "string"
723
+ },
724
+ "isOptional": false,
725
+ "isSpread": false
726
+ },
727
+ {
728
+ "__schema": "ParameterSchema",
729
+ "location": {
730
+ "filePath": "lister.main.runtime.ts",
731
+ "line": 26,
732
+ "character": 39
733
+ },
734
+ "name": "namespacesUsingWildcards",
735
+ "type": {
736
+ "__schema": "KeywordTypeSchema",
737
+ "location": {
738
+ "filePath": "lister.main.runtime.ts",
739
+ "line": 26,
740
+ "character": 66
741
+ },
742
+ "name": "string"
743
+ },
744
+ "isOptional": true,
745
+ "isSpread": false
746
+ }
747
+ ],
748
+ "returnType": {
749
+ "__schema": "TypeRefSchema",
750
+ "location": {
751
+ "filePath": "lister.main.runtime.ts",
752
+ "line": 26,
753
+ "character": 75
754
+ },
755
+ "name": "Promise",
756
+ "typeArgs": [
757
+ {
758
+ "__schema": "TypeArraySchema",
759
+ "location": {
760
+ "filePath": "lister.main.runtime.ts",
761
+ "line": 26,
762
+ "character": 83
763
+ },
764
+ "type": {
765
+ "__schema": "TypeRefSchema",
766
+ "location": {
767
+ "filePath": "lister.main.runtime.ts",
768
+ "line": 26,
769
+ "character": 83
770
+ },
771
+ "name": "ListScopeResult"
772
+ }
773
+ }
774
+ ]
775
+ },
776
+ "modifiers": [
777
+ "async"
778
+ ]
779
+ },
780
+ {
781
+ "__schema": "FunctionLikeSchema",
782
+ "location": {
783
+ "filePath": "lister.main.runtime.ts",
784
+ "line": 33,
785
+ "character": 3
786
+ },
787
+ "signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
788
+ "name": "localList",
789
+ "params": [
790
+ {
791
+ "__schema": "ParameterSchema",
792
+ "location": {
793
+ "filePath": "lister.main.runtime.ts",
794
+ "line": 34,
795
+ "character": 5
796
+ },
797
+ "name": "showAll",
798
+ "type": {
799
+ "__schema": "InferenceTypeSchema",
800
+ "location": {
801
+ "filePath": "lister.main.runtime.ts",
802
+ "line": 34,
803
+ "character": 5
804
+ },
805
+ "type": "boolean"
806
+ },
807
+ "isOptional": true,
808
+ "defaultValue": "false",
809
+ "isSpread": false
810
+ },
811
+ {
812
+ "__schema": "ParameterSchema",
813
+ "location": {
814
+ "filePath": "lister.main.runtime.ts",
815
+ "line": 35,
816
+ "character": 5
817
+ },
818
+ "name": "showRemoteVersion",
819
+ "type": {
820
+ "__schema": "InferenceTypeSchema",
821
+ "location": {
822
+ "filePath": "lister.main.runtime.ts",
823
+ "line": 35,
824
+ "character": 5
825
+ },
826
+ "type": "boolean"
827
+ },
828
+ "isOptional": true,
829
+ "defaultValue": "false",
830
+ "isSpread": false
831
+ },
832
+ {
833
+ "__schema": "ParameterSchema",
834
+ "location": {
835
+ "filePath": "lister.main.runtime.ts",
836
+ "line": 36,
837
+ "character": 5
838
+ },
839
+ "name": "namespacesUsingWildcards",
840
+ "type": {
841
+ "__schema": "KeywordTypeSchema",
842
+ "location": {
843
+ "filePath": "lister.main.runtime.ts",
844
+ "line": 36,
845
+ "character": 32
846
+ },
847
+ "name": "string"
848
+ },
849
+ "isOptional": true,
850
+ "isSpread": false
851
+ }
852
+ ],
853
+ "returnType": {
854
+ "__schema": "TypeRefSchema",
855
+ "location": {
856
+ "filePath": "lister.main.runtime.ts",
857
+ "line": 37,
858
+ "character": 6
859
+ },
860
+ "name": "Promise",
861
+ "typeArgs": [
862
+ {
863
+ "__schema": "TypeArraySchema",
864
+ "location": {
865
+ "filePath": "lister.main.runtime.ts",
866
+ "line": 37,
867
+ "character": 14
868
+ },
869
+ "type": {
870
+ "__schema": "TypeRefSchema",
871
+ "location": {
872
+ "filePath": "lister.main.runtime.ts",
873
+ "line": 37,
874
+ "character": 14
875
+ },
876
+ "name": "ListScopeResult"
877
+ }
878
+ }
879
+ ]
880
+ },
881
+ "modifiers": [
882
+ "async"
883
+ ]
884
+ },
885
+ {
886
+ "__schema": "VariableLikeSchema",
887
+ "location": {
888
+ "filePath": "lister.main.runtime.ts",
889
+ "line": 65,
890
+ "character": 3
891
+ },
892
+ "signature": "(property) ListerMain.slots: never[]",
893
+ "name": "slots",
894
+ "type": {
895
+ "__schema": "InferenceTypeSchema",
896
+ "location": {
897
+ "filePath": "lister.main.runtime.ts",
898
+ "line": 65,
899
+ "character": 3
900
+ },
901
+ "type": "never[]"
902
+ },
903
+ "isOptional": true,
904
+ "defaultValue": "[]"
905
+ },
906
+ {
907
+ "__schema": "VariableLikeSchema",
908
+ "location": {
909
+ "filePath": "lister.main.runtime.ts",
910
+ "line": 66,
911
+ "character": 3
912
+ },
913
+ "signature": "(property) ListerMain.dependencies: Aspect[]",
914
+ "name": "dependencies",
915
+ "type": {
916
+ "__schema": "InferenceTypeSchema",
917
+ "location": {
918
+ "filePath": "lister.main.runtime.ts",
919
+ "line": 66,
920
+ "character": 3
921
+ },
922
+ "type": "Aspect[]"
923
+ },
924
+ "isOptional": true,
925
+ "defaultValue": "[CLIAspect, LoggerAspect, WorkspaceAspect]"
926
+ },
927
+ {
928
+ "__schema": "VariableLikeSchema",
929
+ "location": {
930
+ "filePath": "lister.main.runtime.ts",
931
+ "line": 67,
932
+ "character": 3
933
+ },
934
+ "signature": "(property) ListerMain.runtime: RuntimeDefinition",
935
+ "name": "runtime",
936
+ "type": {
937
+ "__schema": "InferenceTypeSchema",
938
+ "location": {
939
+ "filePath": "lister.main.runtime.ts",
940
+ "line": 67,
941
+ "character": 3
942
+ },
943
+ "type": "RuntimeDefinition"
944
+ },
945
+ "isOptional": true,
946
+ "defaultValue": "MainRuntime"
947
+ },
948
+ {
949
+ "__schema": "FunctionLikeSchema",
950
+ "location": {
951
+ "filePath": "lister.main.runtime.ts",
952
+ "line": 68,
953
+ "character": 3
954
+ },
955
+ "signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
956
+ "name": "provider",
957
+ "params": [
958
+ {
959
+ "__schema": "ParameterSchema",
960
+ "location": {
961
+ "filePath": "lister.main.runtime.ts",
962
+ "line": 68,
963
+ "character": 25
964
+ },
965
+ "name": "[ cli, loggerMain, workspace ]",
966
+ "type": {
967
+ "__schema": "TupleTypeSchema",
968
+ "location": {
969
+ "filePath": "lister.main.runtime.ts",
970
+ "line": 68,
971
+ "character": 55
972
+ },
973
+ "elements": [
974
+ {
975
+ "__schema": "TypeRefSchema",
976
+ "location": {
977
+ "filePath": "lister.main.runtime.ts",
978
+ "line": 68,
979
+ "character": 56
980
+ },
981
+ "name": "CLIMain"
982
+ },
983
+ {
984
+ "__schema": "TypeRefSchema",
985
+ "location": {
986
+ "filePath": "lister.main.runtime.ts",
987
+ "line": 68,
988
+ "character": 65
989
+ },
990
+ "name": "LoggerMain"
991
+ },
992
+ {
993
+ "__schema": "TypeRefSchema",
994
+ "location": {
995
+ "filePath": "lister.main.runtime.ts",
996
+ "line": 68,
997
+ "character": 77
998
+ },
999
+ "name": "Workspace"
1000
+ }
1001
+ ]
1002
+ },
1003
+ "isOptional": false,
1004
+ "isSpread": false
1005
+ }
1006
+ ],
1007
+ "returnType": {
1008
+ "__schema": "InferenceTypeSchema",
1009
+ "location": {
1010
+ "filePath": "lister.main.runtime.ts",
1011
+ "line": 68,
1012
+ "character": 3
1013
+ },
1014
+ "type": "Promise<ListerMain>"
1015
+ },
1016
+ "modifiers": [
1017
+ "static",
1018
+ "async"
1019
+ ]
1020
+ }
1021
+ ],
1022
+ "extendsNodes": [],
1023
+ "implementNodes": []
1024
+ }
1025
+ ],
1026
+ "internals": [
1027
+ {
1028
+ "__schema": "UnImplementedSchema",
1029
+ "location": {
1030
+ "filePath": "lister.main.runtime.ts",
1031
+ "line": 76,
1032
+ "character": 1
1033
+ },
1034
+ "name": "ListerAspect.addRuntime(ListerMain);",
1035
+ "type": "ExpressionStatement"
1036
+ }
1037
+ ]
1038
+ },
1039
+ {
1040
+ "__schema": "ModuleSchema",
1041
+ "location": {
1042
+ "filePath": "lister.aspect.ts",
1043
+ "line": 1,
1044
+ "character": 1
1045
+ },
1046
+ "exports": [
1047
+ {
1048
+ "__schema": "VariableLikeSchema",
1049
+ "location": {
1050
+ "filePath": "lister.aspect.ts",
1051
+ "line": 3,
1052
+ "character": 14
1053
+ },
1054
+ "signature": "const ListerAspect: Aspect",
1055
+ "name": "ListerAspect",
1056
+ "type": {
1057
+ "__schema": "TypeRefSchema",
1058
+ "location": {
1059
+ "filePath": "lister.aspect.ts",
1060
+ "line": 3,
1061
+ "character": 14
1062
+ },
1063
+ "name": "Aspect",
1064
+ "componentId": {
1065
+ "scope": "teambit.harmony",
1066
+ "name": "harmony",
1067
+ "version": "0.4.6"
1068
+ }
1069
+ },
1070
+ "isOptional": false,
1071
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/lister',\n})"
1072
+ }
1073
+ ],
1074
+ "internals": []
1075
+ }
1076
+ ],
1077
+ "componentId": {
1078
+ "scope": "teambit.component",
1079
+ "name": "lister",
1080
+ "version": "1.0.160"
1081
+ },
1082
+ "taggedModuleExports": []
1083
+ }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/lister",
3
- "version": "1.0.158",
3
+ "version": "1.0.160",
4
4
  "homepage": "https://bit.cloud/teambit/component/lister",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "lister",
9
- "version": "1.0.158"
9
+ "version": "1.0.160"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -15,9 +15,9 @@
15
15
  "lodash": "4.17.21",
16
16
  "@teambit/harmony": "0.4.6",
17
17
  "@teambit/component-id": "1.2.0",
18
- "@teambit/cli": "0.0.850",
19
- "@teambit/logger": "0.0.943",
20
- "@teambit/workspace": "1.0.158"
18
+ "@teambit/cli": "0.0.851",
19
+ "@teambit/logger": "0.0.944",
20
+ "@teambit/workspace": "1.0.160"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/cli-table": "^0.3.0",
@@ -25,7 +25,7 @@
25
25
  "@types/lodash": "4.14.165",
26
26
  "@types/mocha": "9.1.0",
27
27
  "chai": "4.3.0",
28
- "@teambit/harmony.envs.core-aspect-env": "0.0.24"
28
+ "@teambit/harmony.envs.core-aspect-env": "0.0.25"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@teambit/legacy": "1.0.624"