@teambit/status 1.0.469 → 1.0.471

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.
@@ -39,7 +39,7 @@
39
39
  "line": 56,
40
40
  "character": 3
41
41
  },
42
- "signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain): StatusMain",
42
+ "signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain, logger: Logger): StatusMain",
43
43
  "name": "constructor",
44
44
  "params": [
45
45
  {
@@ -57,11 +57,7 @@
57
57
  "line": 57,
58
58
  "character": 24
59
59
  },
60
- "name": "Workspace",
61
- "componentId": {
62
- "scope": "teambit.workspace",
63
- "name": "workspace"
64
- }
60
+ "name": "Workspace"
65
61
  },
66
62
  "isOptional": false,
67
63
  "isSpread": false
@@ -81,11 +77,7 @@
81
77
  "line": 58,
82
78
  "character": 21
83
79
  },
84
- "name": "IssuesMain",
85
- "componentId": {
86
- "scope": "teambit.component",
87
- "name": "issues"
88
- }
80
+ "name": "IssuesMain"
89
81
  },
90
82
  "isOptional": false,
91
83
  "isSpread": false
@@ -105,11 +97,7 @@
105
97
  "line": 59,
106
98
  "character": 23
107
99
  },
108
- "name": "InsightsMain",
109
- "componentId": {
110
- "scope": "teambit.explorer",
111
- "name": "insights"
112
- }
100
+ "name": "InsightsMain"
113
101
  },
114
102
  "isOptional": false,
115
103
  "isSpread": false
@@ -129,11 +117,7 @@
129
117
  "line": 60,
130
118
  "character": 21
131
119
  },
132
- "name": "RemoveMain",
133
- "componentId": {
134
- "scope": "teambit.component",
135
- "name": "remove"
136
- }
120
+ "name": "RemoveMain"
137
121
  },
138
122
  "isOptional": false,
139
123
  "isSpread": false
@@ -153,11 +137,27 @@
153
137
  "line": 61,
154
138
  "character": 20
155
139
  },
156
- "name": "LanesMain",
157
- "componentId": {
158
- "scope": "teambit.lanes",
159
- "name": "lanes"
160
- }
140
+ "name": "LanesMain"
141
+ },
142
+ "isOptional": false,
143
+ "isSpread": false
144
+ },
145
+ {
146
+ "__schema": "ParameterSchema",
147
+ "location": {
148
+ "filePath": "status.main.runtime.ts",
149
+ "line": 62,
150
+ "character": 5
151
+ },
152
+ "name": "logger",
153
+ "type": {
154
+ "__schema": "TypeRefSchema",
155
+ "location": {
156
+ "filePath": "status.main.runtime.ts",
157
+ "line": 62,
158
+ "character": 21
159
+ },
160
+ "name": "Logger"
161
161
  },
162
162
  "isOptional": false,
163
163
  "isSpread": false
@@ -178,7 +178,7 @@
178
178
  "__schema": "FunctionLikeSchema",
179
179
  "location": {
180
180
  "filePath": "status.main.runtime.ts",
181
- "line": 64,
181
+ "line": 65,
182
182
  "character": 3
183
183
  },
184
184
  "signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
@@ -188,7 +188,7 @@
188
188
  "__schema": "ParameterSchema",
189
189
  "location": {
190
190
  "filePath": "status.main.runtime.ts",
191
- "line": 64,
191
+ "line": 65,
192
192
  "character": 16
193
193
  },
194
194
  "name": "{ lanes, ignoreCircularDependencies }",
@@ -196,7 +196,7 @@
196
196
  "__schema": "TypeLiteralSchema",
197
197
  "location": {
198
198
  "filePath": "status.main.runtime.ts",
199
- "line": 67,
199
+ "line": 68,
200
200
  "character": 6
201
201
  },
202
202
  "members": [
@@ -204,7 +204,7 @@
204
204
  "__schema": "VariableLikeSchema",
205
205
  "location": {
206
206
  "filePath": "status.main.runtime.ts",
207
- "line": 68,
207
+ "line": 69,
208
208
  "character": 5
209
209
  },
210
210
  "signature": "(property) lanes?: boolean | undefined",
@@ -213,7 +213,7 @@
213
213
  "__schema": "KeywordTypeSchema",
214
214
  "location": {
215
215
  "filePath": "status.main.runtime.ts",
216
- "line": 68,
216
+ "line": 69,
217
217
  "character": 13
218
218
  },
219
219
  "name": "boolean"
@@ -224,7 +224,7 @@
224
224
  "__schema": "VariableLikeSchema",
225
225
  "location": {
226
226
  "filePath": "status.main.runtime.ts",
227
- "line": 69,
227
+ "line": 70,
228
228
  "character": 5
229
229
  },
230
230
  "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
@@ -233,7 +233,7 @@
233
233
  "__schema": "KeywordTypeSchema",
234
234
  "location": {
235
235
  "filePath": "status.main.runtime.ts",
236
- "line": 69,
236
+ "line": 70,
237
237
  "character": 34
238
238
  },
239
239
  "name": "boolean"
@@ -248,7 +248,7 @@
248
248
  "__schema": "VariableLikeSchema",
249
249
  "location": {
250
250
  "filePath": "status.main.runtime.ts",
251
- "line": 68,
251
+ "line": 69,
252
252
  "character": 5
253
253
  },
254
254
  "signature": "(property) lanes?: boolean | undefined",
@@ -257,7 +257,7 @@
257
257
  "__schema": "KeywordTypeSchema",
258
258
  "location": {
259
259
  "filePath": "status.main.runtime.ts",
260
- "line": 68,
260
+ "line": 69,
261
261
  "character": 13
262
262
  },
263
263
  "name": "boolean"
@@ -268,7 +268,7 @@
268
268
  "__schema": "VariableLikeSchema",
269
269
  "location": {
270
270
  "filePath": "status.main.runtime.ts",
271
- "line": 69,
271
+ "line": 70,
272
272
  "character": 5
273
273
  },
274
274
  "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
@@ -277,7 +277,7 @@
277
277
  "__schema": "KeywordTypeSchema",
278
278
  "location": {
279
279
  "filePath": "status.main.runtime.ts",
280
- "line": 69,
280
+ "line": 70,
281
281
  "character": 34
282
282
  },
283
283
  "name": "boolean"
@@ -292,7 +292,7 @@
292
292
  "__schema": "TypeRefSchema",
293
293
  "location": {
294
294
  "filePath": "status.main.runtime.ts",
295
- "line": 70,
295
+ "line": 71,
296
296
  "character": 7
297
297
  },
298
298
  "name": "Promise",
@@ -301,11 +301,10 @@
301
301
  "__schema": "TypeRefSchema",
302
302
  "location": {
303
303
  "filePath": "status.main.runtime.ts",
304
- "line": 70,
304
+ "line": 71,
305
305
  "character": 15
306
306
  },
307
- "name": "StatusResult",
308
- "internalFilePath": "status.main.runtime.ts"
307
+ "name": "StatusResult"
309
308
  }
310
309
  ]
311
310
  },
@@ -317,7 +316,7 @@
317
316
  "__schema": "FunctionLikeSchema",
318
317
  "location": {
319
318
  "filePath": "status.main.runtime.ts",
320
- "line": 166,
319
+ "line": 167,
321
320
  "character": 3
322
321
  },
323
322
  "signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
@@ -327,7 +326,7 @@
327
326
  "__schema": "ParameterSchema",
328
327
  "location": {
329
328
  "filePath": "status.main.runtime.ts",
330
- "line": 166,
329
+ "line": 167,
331
330
  "character": 20
332
331
  },
333
332
  "name": "componentPattern",
@@ -335,7 +334,7 @@
335
334
  "__schema": "KeywordTypeSchema",
336
335
  "location": {
337
336
  "filePath": "status.main.runtime.ts",
338
- "line": 166,
337
+ "line": 167,
339
338
  "character": 39
340
339
  },
341
340
  "name": "string"
@@ -347,7 +346,7 @@
347
346
  "__schema": "ParameterSchema",
348
347
  "location": {
349
348
  "filePath": "status.main.runtime.ts",
350
- "line": 166,
349
+ "line": 167,
351
350
  "character": 47
352
351
  },
353
352
  "name": "opts",
@@ -355,11 +354,10 @@
355
354
  "__schema": "TypeRefSchema",
356
355
  "location": {
357
356
  "filePath": "status.main.runtime.ts",
358
- "line": 166,
357
+ "line": 167,
359
358
  "character": 53
360
359
  },
361
- "name": "MiniStatusOpts",
362
- "internalFilePath": "mini-status-cmd.ts"
360
+ "name": "MiniStatusOpts"
363
361
  },
364
362
  "isOptional": true,
365
363
  "defaultValue": "{}",
@@ -370,7 +368,7 @@
370
368
  "__schema": "TypeRefSchema",
371
369
  "location": {
372
370
  "filePath": "status.main.runtime.ts",
373
- "line": 166,
371
+ "line": 167,
374
372
  "character": 75
375
373
  },
376
374
  "name": "Promise",
@@ -379,11 +377,10 @@
379
377
  "__schema": "TypeRefSchema",
380
378
  "location": {
381
379
  "filePath": "status.main.runtime.ts",
382
- "line": 166,
380
+ "line": 167,
383
381
  "character": 83
384
382
  },
385
- "name": "MiniStatusResults",
386
- "internalFilePath": "status.main.runtime.ts"
383
+ "name": "MiniStatusResults"
387
384
  }
388
385
  ]
389
386
  },
@@ -395,7 +392,7 @@
395
392
  "__schema": "VariableLikeSchema",
396
393
  "location": {
397
394
  "filePath": "status.main.runtime.ts",
398
- "line": 221,
395
+ "line": 222,
399
396
  "character": 3
400
397
  },
401
398
  "signature": "(property) StatusMain.slots: never[]",
@@ -404,7 +401,7 @@
404
401
  "__schema": "InferenceTypeSchema",
405
402
  "location": {
406
403
  "filePath": "status.main.runtime.ts",
407
- "line": 221,
404
+ "line": 222,
408
405
  "character": 3
409
406
  },
410
407
  "type": "never[]"
@@ -416,7 +413,7 @@
416
413
  "__schema": "VariableLikeSchema",
417
414
  "location": {
418
415
  "filePath": "status.main.runtime.ts",
419
- "line": 222,
416
+ "line": 223,
420
417
  "character": 3
421
418
  },
422
419
  "signature": "(property) StatusMain.dependencies: Aspect[]",
@@ -425,19 +422,19 @@
425
422
  "__schema": "InferenceTypeSchema",
426
423
  "location": {
427
424
  "filePath": "status.main.runtime.ts",
428
- "line": 222,
425
+ "line": 223,
429
426
  "character": 3
430
427
  },
431
428
  "type": "Aspect[]"
432
429
  },
433
430
  "isOptional": true,
434
- "defaultValue": "[CLIAspect, WorkspaceAspect, InsightsAspect, IssuesAspect, RemoveAspect, LanesAspect]"
431
+ "defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n InsightsAspect,\n IssuesAspect,\n RemoveAspect,\n LanesAspect,\n LoggerAspect,\n ]"
435
432
  },
436
433
  {
437
434
  "__schema": "VariableLikeSchema",
438
435
  "location": {
439
436
  "filePath": "status.main.runtime.ts",
440
- "line": 223,
437
+ "line": 232,
441
438
  "character": 3
442
439
  },
443
440
  "signature": "(property) StatusMain.runtime: RuntimeDefinition",
@@ -446,7 +443,7 @@
446
443
  "__schema": "InferenceTypeSchema",
447
444
  "location": {
448
445
  "filePath": "status.main.runtime.ts",
449
- "line": 223,
446
+ "line": 232,
450
447
  "character": 3
451
448
  },
452
449
  "type": "RuntimeDefinition"
@@ -458,105 +455,90 @@
458
455
  "__schema": "FunctionLikeSchema",
459
456
  "location": {
460
457
  "filePath": "status.main.runtime.ts",
461
- "line": 224,
458
+ "line": 233,
462
459
  "character": 3
463
460
  },
464
- "signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain\n]): Promise<StatusMain>",
461
+ "signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes, loggerMain]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain,\n LoggerMain\n]): Promise<StatusMain>",
465
462
  "name": "provider",
466
463
  "params": [
467
464
  {
468
465
  "__schema": "ParameterSchema",
469
466
  "location": {
470
467
  "filePath": "status.main.runtime.ts",
471
- "line": 224,
468
+ "line": 233,
472
469
  "character": 25
473
470
  },
474
- "name": "[ cli, workspace, insights, issues, remove, lanes ]",
471
+ "name": "[ cli, workspace, insights, issues, remove, lanes, loggerMain ]",
475
472
  "type": {
476
473
  "__schema": "TupleTypeSchema",
477
474
  "location": {
478
475
  "filePath": "status.main.runtime.ts",
479
- "line": 224,
480
- "character": 76
476
+ "line": 233,
477
+ "character": 88
481
478
  },
482
479
  "elements": [
483
480
  {
484
481
  "__schema": "TypeRefSchema",
485
482
  "location": {
486
483
  "filePath": "status.main.runtime.ts",
487
- "line": 225,
484
+ "line": 234,
488
485
  "character": 5
489
486
  },
490
- "name": "CLIMain",
491
- "componentId": {
492
- "scope": "teambit.harmony",
493
- "name": "cli"
494
- }
487
+ "name": "CLIMain"
495
488
  },
496
489
  {
497
490
  "__schema": "TypeRefSchema",
498
491
  "location": {
499
492
  "filePath": "status.main.runtime.ts",
500
- "line": 226,
493
+ "line": 235,
501
494
  "character": 5
502
495
  },
503
- "name": "Workspace",
504
- "componentId": {
505
- "scope": "teambit.workspace",
506
- "name": "workspace"
507
- }
496
+ "name": "Workspace"
508
497
  },
509
498
  {
510
499
  "__schema": "TypeRefSchema",
511
500
  "location": {
512
501
  "filePath": "status.main.runtime.ts",
513
- "line": 227,
502
+ "line": 236,
514
503
  "character": 5
515
504
  },
516
- "name": "InsightsMain",
517
- "componentId": {
518
- "scope": "teambit.explorer",
519
- "name": "insights"
520
- }
505
+ "name": "InsightsMain"
521
506
  },
522
507
  {
523
508
  "__schema": "TypeRefSchema",
524
509
  "location": {
525
510
  "filePath": "status.main.runtime.ts",
526
- "line": 228,
511
+ "line": 237,
527
512
  "character": 5
528
513
  },
529
- "name": "IssuesMain",
530
- "componentId": {
531
- "scope": "teambit.component",
532
- "name": "issues"
533
- }
514
+ "name": "IssuesMain"
534
515
  },
535
516
  {
536
517
  "__schema": "TypeRefSchema",
537
518
  "location": {
538
519
  "filePath": "status.main.runtime.ts",
539
- "line": 229,
520
+ "line": 238,
540
521
  "character": 5
541
522
  },
542
- "name": "RemoveMain",
543
- "componentId": {
544
- "scope": "teambit.component",
545
- "name": "remove"
546
- }
523
+ "name": "RemoveMain"
547
524
  },
548
525
  {
549
526
  "__schema": "TypeRefSchema",
550
527
  "location": {
551
528
  "filePath": "status.main.runtime.ts",
552
- "line": 230,
529
+ "line": 239,
553
530
  "character": 5
554
531
  },
555
- "name": "LanesMain",
556
- "componentId": {
557
- "scope": "teambit.lanes",
558
- "name": "lanes"
559
- }
532
+ "name": "LanesMain"
533
+ },
534
+ {
535
+ "__schema": "TypeRefSchema",
536
+ "location": {
537
+ "filePath": "status.main.runtime.ts",
538
+ "line": 240,
539
+ "character": 5
540
+ },
541
+ "name": "LoggerMain"
560
542
  }
561
543
  ]
562
544
  },
@@ -568,7 +550,7 @@
568
550
  "__schema": "InferenceTypeSchema",
569
551
  "location": {
570
552
  "filePath": "status.main.runtime.ts",
571
- "line": 224,
553
+ "line": 233,
572
554
  "character": 3
573
555
  },
574
556
  "type": "Promise<StatusMain>"
@@ -681,12 +663,7 @@
681
663
  "line": 26,
682
664
  "character": 18
683
665
  },
684
- "name": "ComponentID",
685
- "componentId": {
686
- "scope": "teambit.component",
687
- "name": "component-id",
688
- "version": "1.2.2"
689
- }
666
+ "name": "ComponentID"
690
667
  }
691
668
  },
692
669
  "isOptional": false
@@ -714,12 +691,7 @@
714
691
  "line": 27,
715
692
  "character": 23
716
693
  },
717
- "name": "ComponentID",
718
- "componentId": {
719
- "scope": "teambit.component",
720
- "name": "component-id",
721
- "version": "1.2.2"
722
- }
694
+ "name": "ComponentID"
723
695
  }
724
696
  },
725
697
  "isOptional": false
@@ -908,12 +880,7 @@
908
880
  "line": 30,
909
881
  "character": 28
910
882
  },
911
- "name": "ComponentID",
912
- "componentId": {
913
- "scope": "teambit.component",
914
- "name": "component-id",
915
- "version": "1.2.2"
916
- }
883
+ "name": "ComponentID"
917
884
  }
918
885
  },
919
886
  "isOptional": false
@@ -941,12 +908,7 @@
941
908
  "line": 31,
942
909
  "character": 29
943
910
  },
944
- "name": "ComponentID",
945
- "componentId": {
946
- "scope": "teambit.component",
947
- "name": "component-id",
948
- "version": "1.2.2"
949
- }
911
+ "name": "ComponentID"
950
912
  }
951
913
  },
952
914
  "isOptional": false
@@ -1048,12 +1010,7 @@
1048
1010
  "line": 33,
1049
1011
  "character": 23
1050
1012
  },
1051
- "name": "ComponentID",
1052
- "componentId": {
1053
- "scope": "teambit.component",
1054
- "name": "component-id",
1055
- "version": "1.2.2"
1056
- }
1013
+ "name": "ComponentID"
1057
1014
  }
1058
1015
  },
1059
1016
  "isOptional": false
@@ -1081,12 +1038,7 @@
1081
1038
  "line": 34,
1082
1039
  "character": 24
1083
1040
  },
1084
- "name": "ComponentID",
1085
- "componentId": {
1086
- "scope": "teambit.component",
1087
- "name": "component-id",
1088
- "version": "1.2.2"
1089
- }
1041
+ "name": "ComponentID"
1090
1042
  }
1091
1043
  },
1092
1044
  "isOptional": false
@@ -1208,8 +1160,7 @@
1208
1160
  "line": 36,
1209
1161
  "character": 27
1210
1162
  },
1211
- "name": "DivergeDataPerId",
1212
- "internalFilePath": "status.main.runtime.ts"
1163
+ "name": "DivergeDataPerId"
1213
1164
  }
1214
1165
  },
1215
1166
  "isOptional": false
@@ -1237,12 +1188,7 @@
1237
1188
  "line": 37,
1238
1189
  "character": 31
1239
1190
  },
1240
- "name": "ComponentID",
1241
- "componentId": {
1242
- "scope": "teambit.component",
1243
- "name": "component-id",
1244
- "version": "1.2.2"
1245
- }
1191
+ "name": "ComponentID"
1246
1192
  }
1247
1193
  },
1248
1194
  "isOptional": false
@@ -1270,12 +1216,7 @@
1270
1216
  "line": 38,
1271
1217
  "character": 25
1272
1218
  },
1273
- "name": "ComponentID",
1274
- "componentId": {
1275
- "scope": "teambit.component",
1276
- "name": "component-id",
1277
- "version": "1.2.2"
1278
- }
1219
+ "name": "ComponentID"
1279
1220
  }
1280
1221
  },
1281
1222
  "isOptional": false
@@ -1303,12 +1244,7 @@
1303
1244
  "line": 39,
1304
1245
  "character": 22
1305
1246
  },
1306
- "name": "ComponentID",
1307
- "componentId": {
1308
- "scope": "teambit.component",
1309
- "name": "component-id",
1310
- "version": "1.2.2"
1311
- }
1247
+ "name": "ComponentID"
1312
1248
  }
1313
1249
  },
1314
1250
  "isOptional": false
@@ -1336,8 +1272,7 @@
1336
1272
  "line": 40,
1337
1273
  "character": 27
1338
1274
  },
1339
- "name": "DivergeDataPerId",
1340
- "internalFilePath": "status.main.runtime.ts"
1275
+ "name": "DivergeDataPerId"
1341
1276
  }
1342
1277
  },
1343
1278
  "isOptional": false
@@ -1365,8 +1300,7 @@
1365
1300
  "line": 41,
1366
1301
  "character": 22
1367
1302
  },
1368
- "name": "DivergeDataPerId",
1369
- "internalFilePath": "status.main.runtime.ts"
1303
+ "name": "DivergeDataPerId"
1370
1304
  }
1371
1305
  },
1372
1306
  "isOptional": false
@@ -1394,12 +1328,7 @@
1394
1328
  "line": 42,
1395
1329
  "character": 22
1396
1330
  },
1397
- "name": "ComponentID",
1398
- "componentId": {
1399
- "scope": "teambit.component",
1400
- "name": "component-id",
1401
- "version": "1.2.2"
1402
- }
1331
+ "name": "ComponentID"
1403
1332
  }
1404
1333
  },
1405
1334
  "isOptional": false
@@ -1445,12 +1374,7 @@
1445
1374
  "line": 44,
1446
1375
  "character": 18
1447
1376
  },
1448
- "name": "LaneId",
1449
- "componentId": {
1450
- "scope": "teambit.lanes",
1451
- "name": "lane-id",
1452
- "version": "0.0.311"
1453
- }
1377
+ "name": "LaneId"
1454
1378
  },
1455
1379
  "isOptional": true
1456
1380
  },
@@ -1505,12 +1429,7 @@
1505
1429
  "line": 46,
1506
1430
  "character": 14
1507
1431
  },
1508
- "name": "ComponentID",
1509
- "componentId": {
1510
- "scope": "teambit.component",
1511
- "name": "component-id",
1512
- "version": "1.2.2"
1513
- }
1432
+ "name": "ComponentID"
1514
1433
  }
1515
1434
  },
1516
1435
  "isOptional": false
@@ -1558,12 +1477,7 @@
1558
1477
  "line": 50,
1559
1478
  "character": 13
1560
1479
  },
1561
- "name": "ComponentID",
1562
- "componentId": {
1563
- "scope": "teambit.component",
1564
- "name": "component-id",
1565
- "version": "1.2.2"
1566
- }
1480
+ "name": "ComponentID"
1567
1481
  }
1568
1482
  },
1569
1483
  "isOptional": false
@@ -1591,12 +1505,7 @@
1591
1505
  "line": 51,
1592
1506
  "character": 13
1593
1507
  },
1594
- "name": "ComponentID",
1595
- "componentId": {
1596
- "scope": "teambit.component",
1597
- "name": "component-id",
1598
- "version": "1.2.2"
1599
- }
1508
+ "name": "ComponentID"
1600
1509
  }
1601
1510
  },
1602
1511
  "isOptional": false
@@ -1624,11 +1533,7 @@
1624
1533
  "line": 52,
1625
1534
  "character": 20
1626
1535
  },
1627
- "name": "Component",
1628
- "componentId": {
1629
- "scope": "teambit.component",
1630
- "name": "component"
1631
- }
1536
+ "name": "Component"
1632
1537
  }
1633
1538
  },
1634
1539
  "isOptional": true
@@ -1653,7 +1558,7 @@
1653
1558
  "line": 56,
1654
1559
  "character": 3
1655
1560
  },
1656
- "signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain): StatusMain",
1561
+ "signature": "constructor StatusMain(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain, logger: Logger): StatusMain",
1657
1562
  "name": "constructor",
1658
1563
  "params": [
1659
1564
  {
@@ -1671,11 +1576,7 @@
1671
1576
  "line": 57,
1672
1577
  "character": 24
1673
1578
  },
1674
- "name": "Workspace",
1675
- "componentId": {
1676
- "scope": "teambit.workspace",
1677
- "name": "workspace"
1678
- }
1579
+ "name": "Workspace"
1679
1580
  },
1680
1581
  "isOptional": false,
1681
1582
  "isSpread": false
@@ -1695,11 +1596,7 @@
1695
1596
  "line": 58,
1696
1597
  "character": 21
1697
1598
  },
1698
- "name": "IssuesMain",
1699
- "componentId": {
1700
- "scope": "teambit.component",
1701
- "name": "issues"
1702
- }
1599
+ "name": "IssuesMain"
1703
1600
  },
1704
1601
  "isOptional": false,
1705
1602
  "isSpread": false
@@ -1719,11 +1616,7 @@
1719
1616
  "line": 59,
1720
1617
  "character": 23
1721
1618
  },
1722
- "name": "InsightsMain",
1723
- "componentId": {
1724
- "scope": "teambit.explorer",
1725
- "name": "insights"
1726
- }
1619
+ "name": "InsightsMain"
1727
1620
  },
1728
1621
  "isOptional": false,
1729
1622
  "isSpread": false
@@ -1743,11 +1636,7 @@
1743
1636
  "line": 60,
1744
1637
  "character": 21
1745
1638
  },
1746
- "name": "RemoveMain",
1747
- "componentId": {
1748
- "scope": "teambit.component",
1749
- "name": "remove"
1750
- }
1639
+ "name": "RemoveMain"
1751
1640
  },
1752
1641
  "isOptional": false,
1753
1642
  "isSpread": false
@@ -1767,11 +1656,27 @@
1767
1656
  "line": 61,
1768
1657
  "character": 20
1769
1658
  },
1770
- "name": "LanesMain",
1771
- "componentId": {
1772
- "scope": "teambit.lanes",
1773
- "name": "lanes"
1774
- }
1659
+ "name": "LanesMain"
1660
+ },
1661
+ "isOptional": false,
1662
+ "isSpread": false
1663
+ },
1664
+ {
1665
+ "__schema": "ParameterSchema",
1666
+ "location": {
1667
+ "filePath": "status.main.runtime.ts",
1668
+ "line": 62,
1669
+ "character": 5
1670
+ },
1671
+ "name": "logger",
1672
+ "type": {
1673
+ "__schema": "TypeRefSchema",
1674
+ "location": {
1675
+ "filePath": "status.main.runtime.ts",
1676
+ "line": 62,
1677
+ "character": 21
1678
+ },
1679
+ "name": "Logger"
1775
1680
  },
1776
1681
  "isOptional": false,
1777
1682
  "isSpread": false
@@ -1792,7 +1697,7 @@
1792
1697
  "__schema": "FunctionLikeSchema",
1793
1698
  "location": {
1794
1699
  "filePath": "status.main.runtime.ts",
1795
- "line": 64,
1700
+ "line": 65,
1796
1701
  "character": 3
1797
1702
  },
1798
1703
  "signature": "(method) StatusMain.status({ lanes, ignoreCircularDependencies, }: {\n lanes?: boolean;\n ignoreCircularDependencies?: boolean;\n}): Promise<StatusResult>",
@@ -1802,7 +1707,7 @@
1802
1707
  "__schema": "ParameterSchema",
1803
1708
  "location": {
1804
1709
  "filePath": "status.main.runtime.ts",
1805
- "line": 64,
1710
+ "line": 65,
1806
1711
  "character": 16
1807
1712
  },
1808
1713
  "name": "{ lanes, ignoreCircularDependencies }",
@@ -1810,7 +1715,7 @@
1810
1715
  "__schema": "TypeLiteralSchema",
1811
1716
  "location": {
1812
1717
  "filePath": "status.main.runtime.ts",
1813
- "line": 67,
1718
+ "line": 68,
1814
1719
  "character": 6
1815
1720
  },
1816
1721
  "members": [
@@ -1818,7 +1723,7 @@
1818
1723
  "__schema": "VariableLikeSchema",
1819
1724
  "location": {
1820
1725
  "filePath": "status.main.runtime.ts",
1821
- "line": 68,
1726
+ "line": 69,
1822
1727
  "character": 5
1823
1728
  },
1824
1729
  "signature": "(property) lanes?: boolean | undefined",
@@ -1827,7 +1732,7 @@
1827
1732
  "__schema": "KeywordTypeSchema",
1828
1733
  "location": {
1829
1734
  "filePath": "status.main.runtime.ts",
1830
- "line": 68,
1735
+ "line": 69,
1831
1736
  "character": 13
1832
1737
  },
1833
1738
  "name": "boolean"
@@ -1838,7 +1743,7 @@
1838
1743
  "__schema": "VariableLikeSchema",
1839
1744
  "location": {
1840
1745
  "filePath": "status.main.runtime.ts",
1841
- "line": 69,
1746
+ "line": 70,
1842
1747
  "character": 5
1843
1748
  },
1844
1749
  "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
@@ -1847,7 +1752,7 @@
1847
1752
  "__schema": "KeywordTypeSchema",
1848
1753
  "location": {
1849
1754
  "filePath": "status.main.runtime.ts",
1850
- "line": 69,
1755
+ "line": 70,
1851
1756
  "character": 34
1852
1757
  },
1853
1758
  "name": "boolean"
@@ -1862,7 +1767,7 @@
1862
1767
  "__schema": "VariableLikeSchema",
1863
1768
  "location": {
1864
1769
  "filePath": "status.main.runtime.ts",
1865
- "line": 68,
1770
+ "line": 69,
1866
1771
  "character": 5
1867
1772
  },
1868
1773
  "signature": "(property) lanes?: boolean | undefined",
@@ -1871,7 +1776,7 @@
1871
1776
  "__schema": "KeywordTypeSchema",
1872
1777
  "location": {
1873
1778
  "filePath": "status.main.runtime.ts",
1874
- "line": 68,
1779
+ "line": 69,
1875
1780
  "character": 13
1876
1781
  },
1877
1782
  "name": "boolean"
@@ -1882,7 +1787,7 @@
1882
1787
  "__schema": "VariableLikeSchema",
1883
1788
  "location": {
1884
1789
  "filePath": "status.main.runtime.ts",
1885
- "line": 69,
1790
+ "line": 70,
1886
1791
  "character": 5
1887
1792
  },
1888
1793
  "signature": "(property) ignoreCircularDependencies?: boolean | undefined",
@@ -1891,7 +1796,7 @@
1891
1796
  "__schema": "KeywordTypeSchema",
1892
1797
  "location": {
1893
1798
  "filePath": "status.main.runtime.ts",
1894
- "line": 69,
1799
+ "line": 70,
1895
1800
  "character": 34
1896
1801
  },
1897
1802
  "name": "boolean"
@@ -1906,7 +1811,7 @@
1906
1811
  "__schema": "TypeRefSchema",
1907
1812
  "location": {
1908
1813
  "filePath": "status.main.runtime.ts",
1909
- "line": 70,
1814
+ "line": 71,
1910
1815
  "character": 7
1911
1816
  },
1912
1817
  "name": "Promise",
@@ -1915,11 +1820,10 @@
1915
1820
  "__schema": "TypeRefSchema",
1916
1821
  "location": {
1917
1822
  "filePath": "status.main.runtime.ts",
1918
- "line": 70,
1823
+ "line": 71,
1919
1824
  "character": 15
1920
1825
  },
1921
- "name": "StatusResult",
1922
- "internalFilePath": "status.main.runtime.ts"
1826
+ "name": "StatusResult"
1923
1827
  }
1924
1828
  ]
1925
1829
  },
@@ -1931,7 +1835,7 @@
1931
1835
  "__schema": "FunctionLikeSchema",
1932
1836
  "location": {
1933
1837
  "filePath": "status.main.runtime.ts",
1934
- "line": 166,
1838
+ "line": 167,
1935
1839
  "character": 3
1936
1840
  },
1937
1841
  "signature": "(method) StatusMain.statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>",
@@ -1941,7 +1845,7 @@
1941
1845
  "__schema": "ParameterSchema",
1942
1846
  "location": {
1943
1847
  "filePath": "status.main.runtime.ts",
1944
- "line": 166,
1848
+ "line": 167,
1945
1849
  "character": 20
1946
1850
  },
1947
1851
  "name": "componentPattern",
@@ -1949,7 +1853,7 @@
1949
1853
  "__schema": "KeywordTypeSchema",
1950
1854
  "location": {
1951
1855
  "filePath": "status.main.runtime.ts",
1952
- "line": 166,
1856
+ "line": 167,
1953
1857
  "character": 39
1954
1858
  },
1955
1859
  "name": "string"
@@ -1961,7 +1865,7 @@
1961
1865
  "__schema": "ParameterSchema",
1962
1866
  "location": {
1963
1867
  "filePath": "status.main.runtime.ts",
1964
- "line": 166,
1868
+ "line": 167,
1965
1869
  "character": 47
1966
1870
  },
1967
1871
  "name": "opts",
@@ -1969,11 +1873,10 @@
1969
1873
  "__schema": "TypeRefSchema",
1970
1874
  "location": {
1971
1875
  "filePath": "status.main.runtime.ts",
1972
- "line": 166,
1876
+ "line": 167,
1973
1877
  "character": 53
1974
1878
  },
1975
- "name": "MiniStatusOpts",
1976
- "internalFilePath": "mini-status-cmd.ts"
1879
+ "name": "MiniStatusOpts"
1977
1880
  },
1978
1881
  "isOptional": true,
1979
1882
  "defaultValue": "{}",
@@ -1984,7 +1887,7 @@
1984
1887
  "__schema": "TypeRefSchema",
1985
1888
  "location": {
1986
1889
  "filePath": "status.main.runtime.ts",
1987
- "line": 166,
1890
+ "line": 167,
1988
1891
  "character": 75
1989
1892
  },
1990
1893
  "name": "Promise",
@@ -1993,11 +1896,10 @@
1993
1896
  "__schema": "TypeRefSchema",
1994
1897
  "location": {
1995
1898
  "filePath": "status.main.runtime.ts",
1996
- "line": 166,
1899
+ "line": 167,
1997
1900
  "character": 83
1998
1901
  },
1999
- "name": "MiniStatusResults",
2000
- "internalFilePath": "status.main.runtime.ts"
1902
+ "name": "MiniStatusResults"
2001
1903
  }
2002
1904
  ]
2003
1905
  },
@@ -2009,7 +1911,7 @@
2009
1911
  "__schema": "VariableLikeSchema",
2010
1912
  "location": {
2011
1913
  "filePath": "status.main.runtime.ts",
2012
- "line": 221,
1914
+ "line": 222,
2013
1915
  "character": 3
2014
1916
  },
2015
1917
  "signature": "(property) StatusMain.slots: never[]",
@@ -2018,7 +1920,7 @@
2018
1920
  "__schema": "InferenceTypeSchema",
2019
1921
  "location": {
2020
1922
  "filePath": "status.main.runtime.ts",
2021
- "line": 221,
1923
+ "line": 222,
2022
1924
  "character": 3
2023
1925
  },
2024
1926
  "type": "never[]"
@@ -2030,7 +1932,7 @@
2030
1932
  "__schema": "VariableLikeSchema",
2031
1933
  "location": {
2032
1934
  "filePath": "status.main.runtime.ts",
2033
- "line": 222,
1935
+ "line": 223,
2034
1936
  "character": 3
2035
1937
  },
2036
1938
  "signature": "(property) StatusMain.dependencies: Aspect[]",
@@ -2039,19 +1941,19 @@
2039
1941
  "__schema": "InferenceTypeSchema",
2040
1942
  "location": {
2041
1943
  "filePath": "status.main.runtime.ts",
2042
- "line": 222,
1944
+ "line": 223,
2043
1945
  "character": 3
2044
1946
  },
2045
1947
  "type": "Aspect[]"
2046
1948
  },
2047
1949
  "isOptional": true,
2048
- "defaultValue": "[CLIAspect, WorkspaceAspect, InsightsAspect, IssuesAspect, RemoveAspect, LanesAspect]"
1950
+ "defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n InsightsAspect,\n IssuesAspect,\n RemoveAspect,\n LanesAspect,\n LoggerAspect,\n ]"
2049
1951
  },
2050
1952
  {
2051
1953
  "__schema": "VariableLikeSchema",
2052
1954
  "location": {
2053
1955
  "filePath": "status.main.runtime.ts",
2054
- "line": 223,
1956
+ "line": 232,
2055
1957
  "character": 3
2056
1958
  },
2057
1959
  "signature": "(property) StatusMain.runtime: RuntimeDefinition",
@@ -2060,7 +1962,7 @@
2060
1962
  "__schema": "InferenceTypeSchema",
2061
1963
  "location": {
2062
1964
  "filePath": "status.main.runtime.ts",
2063
- "line": 223,
1965
+ "line": 232,
2064
1966
  "character": 3
2065
1967
  },
2066
1968
  "type": "RuntimeDefinition"
@@ -2072,105 +1974,90 @@
2072
1974
  "__schema": "FunctionLikeSchema",
2073
1975
  "location": {
2074
1976
  "filePath": "status.main.runtime.ts",
2075
- "line": 224,
1977
+ "line": 233,
2076
1978
  "character": 3
2077
1979
  },
2078
- "signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain\n]): Promise<StatusMain>",
1980
+ "signature": "(method) StatusMain.provider([cli, workspace, insights, issues, remove, lanes, loggerMain]: [\n CLIMain,\n Workspace,\n InsightsMain,\n IssuesMain,\n RemoveMain,\n LanesMain,\n LoggerMain\n]): Promise<StatusMain>",
2079
1981
  "name": "provider",
2080
1982
  "params": [
2081
1983
  {
2082
1984
  "__schema": "ParameterSchema",
2083
1985
  "location": {
2084
1986
  "filePath": "status.main.runtime.ts",
2085
- "line": 224,
1987
+ "line": 233,
2086
1988
  "character": 25
2087
1989
  },
2088
- "name": "[ cli, workspace, insights, issues, remove, lanes ]",
1990
+ "name": "[ cli, workspace, insights, issues, remove, lanes, loggerMain ]",
2089
1991
  "type": {
2090
1992
  "__schema": "TupleTypeSchema",
2091
1993
  "location": {
2092
1994
  "filePath": "status.main.runtime.ts",
2093
- "line": 224,
2094
- "character": 76
1995
+ "line": 233,
1996
+ "character": 88
2095
1997
  },
2096
1998
  "elements": [
2097
1999
  {
2098
2000
  "__schema": "TypeRefSchema",
2099
2001
  "location": {
2100
2002
  "filePath": "status.main.runtime.ts",
2101
- "line": 225,
2003
+ "line": 234,
2102
2004
  "character": 5
2103
2005
  },
2104
- "name": "CLIMain",
2105
- "componentId": {
2106
- "scope": "teambit.harmony",
2107
- "name": "cli"
2108
- }
2006
+ "name": "CLIMain"
2109
2007
  },
2110
2008
  {
2111
2009
  "__schema": "TypeRefSchema",
2112
2010
  "location": {
2113
2011
  "filePath": "status.main.runtime.ts",
2114
- "line": 226,
2012
+ "line": 235,
2115
2013
  "character": 5
2116
2014
  },
2117
- "name": "Workspace",
2118
- "componentId": {
2119
- "scope": "teambit.workspace",
2120
- "name": "workspace"
2121
- }
2015
+ "name": "Workspace"
2122
2016
  },
2123
2017
  {
2124
2018
  "__schema": "TypeRefSchema",
2125
2019
  "location": {
2126
2020
  "filePath": "status.main.runtime.ts",
2127
- "line": 227,
2021
+ "line": 236,
2128
2022
  "character": 5
2129
2023
  },
2130
- "name": "InsightsMain",
2131
- "componentId": {
2132
- "scope": "teambit.explorer",
2133
- "name": "insights"
2134
- }
2024
+ "name": "InsightsMain"
2135
2025
  },
2136
2026
  {
2137
2027
  "__schema": "TypeRefSchema",
2138
2028
  "location": {
2139
2029
  "filePath": "status.main.runtime.ts",
2140
- "line": 228,
2030
+ "line": 237,
2141
2031
  "character": 5
2142
2032
  },
2143
- "name": "IssuesMain",
2144
- "componentId": {
2145
- "scope": "teambit.component",
2146
- "name": "issues"
2147
- }
2033
+ "name": "IssuesMain"
2148
2034
  },
2149
2035
  {
2150
2036
  "__schema": "TypeRefSchema",
2151
2037
  "location": {
2152
2038
  "filePath": "status.main.runtime.ts",
2153
- "line": 229,
2039
+ "line": 238,
2154
2040
  "character": 5
2155
2041
  },
2156
- "name": "RemoveMain",
2157
- "componentId": {
2158
- "scope": "teambit.component",
2159
- "name": "remove"
2160
- }
2042
+ "name": "RemoveMain"
2161
2043
  },
2162
2044
  {
2163
2045
  "__schema": "TypeRefSchema",
2164
2046
  "location": {
2165
2047
  "filePath": "status.main.runtime.ts",
2166
- "line": 230,
2048
+ "line": 239,
2167
2049
  "character": 5
2168
2050
  },
2169
- "name": "LanesMain",
2170
- "componentId": {
2171
- "scope": "teambit.lanes",
2172
- "name": "lanes"
2173
- }
2051
+ "name": "LanesMain"
2052
+ },
2053
+ {
2054
+ "__schema": "TypeRefSchema",
2055
+ "location": {
2056
+ "filePath": "status.main.runtime.ts",
2057
+ "line": 240,
2058
+ "character": 5
2059
+ },
2060
+ "name": "LoggerMain"
2174
2061
  }
2175
2062
  ]
2176
2063
  },
@@ -2182,7 +2069,7 @@
2182
2069
  "__schema": "InferenceTypeSchema",
2183
2070
  "location": {
2184
2071
  "filePath": "status.main.runtime.ts",
2185
- "line": 224,
2072
+ "line": 233,
2186
2073
  "character": 3
2187
2074
  },
2188
2075
  "type": "Promise<StatusMain>"
@@ -2202,7 +2089,7 @@
2202
2089
  "__schema": "TypeSchema",
2203
2090
  "location": {
2204
2091
  "filePath": "status.main.runtime.ts",
2205
- "line": 23,
2092
+ "line": 22,
2206
2093
  "character": 1
2207
2094
  },
2208
2095
  "signature": "type DivergeDataPerId = {\n id: ComponentID;\n divergeData: SnapsDistance;\n}",
@@ -2211,7 +2098,7 @@
2211
2098
  "__schema": "TypeLiteralSchema",
2212
2099
  "location": {
2213
2100
  "filePath": "status.main.runtime.ts",
2214
- "line": 23,
2101
+ "line": 22,
2215
2102
  "character": 25
2216
2103
  },
2217
2104
  "members": [
@@ -2219,7 +2106,7 @@
2219
2106
  "__schema": "VariableLikeSchema",
2220
2107
  "location": {
2221
2108
  "filePath": "status.main.runtime.ts",
2222
- "line": 23,
2109
+ "line": 22,
2223
2110
  "character": 27
2224
2111
  },
2225
2112
  "signature": "(property) id: ComponentID",
@@ -2228,7 +2115,7 @@
2228
2115
  "__schema": "TypeRefSchema",
2229
2116
  "location": {
2230
2117
  "filePath": "status.main.runtime.ts",
2231
- "line": 23,
2118
+ "line": 22,
2232
2119
  "character": 27
2233
2120
  },
2234
2121
  "name": "ComponentID",
@@ -2244,7 +2131,7 @@
2244
2131
  "__schema": "VariableLikeSchema",
2245
2132
  "location": {
2246
2133
  "filePath": "status.main.runtime.ts",
2247
- "line": 23,
2134
+ "line": 22,
2248
2135
  "character": 44
2249
2136
  },
2250
2137
  "signature": "(property) divergeData: SnapsDistance",
@@ -2253,7 +2140,7 @@
2253
2140
  "__schema": "TypeRefSchema",
2254
2141
  "location": {
2255
2142
  "filePath": "status.main.runtime.ts",
2256
- "line": 23,
2143
+ "line": 22,
2257
2144
  "character": 44
2258
2145
  },
2259
2146
  "name": "SnapsDistance",
@@ -2264,11 +2151,43 @@
2264
2151
  ]
2265
2152
  }
2266
2153
  },
2154
+ {
2155
+ "__schema": "ModuleSchema",
2156
+ "location": {
2157
+ "filePath": "status.main.runtime.ts",
2158
+ "line": 23,
2159
+ "character": 1
2160
+ },
2161
+ "exports": [
2162
+ {
2163
+ "__schema": "VariableLikeSchema",
2164
+ "location": {
2165
+ "filePath": "status.main.runtime.ts",
2166
+ "line": 23,
2167
+ "character": 7
2168
+ },
2169
+ "signature": "const BEFORE_STATUS: \"fetching status\"",
2170
+ "name": "BEFORE_STATUS",
2171
+ "type": {
2172
+ "__schema": "InferenceTypeSchema",
2173
+ "location": {
2174
+ "filePath": "status.main.runtime.ts",
2175
+ "line": 23,
2176
+ "character": 7
2177
+ },
2178
+ "type": "\"fetching status\""
2179
+ },
2180
+ "isOptional": false,
2181
+ "defaultValue": "'fetching status'"
2182
+ }
2183
+ ],
2184
+ "internals": []
2185
+ },
2267
2186
  {
2268
2187
  "__schema": "UnImplementedSchema",
2269
2188
  "location": {
2270
2189
  "filePath": "status.main.runtime.ts",
2271
- "line": 238,
2190
+ "line": 249,
2272
2191
  "character": 1
2273
2192
  },
2274
2193
  "name": "StatusAspect.addRuntime(StatusMain);",
@@ -2317,7 +2236,7 @@
2317
2236
  "componentId": {
2318
2237
  "scope": "teambit.component",
2319
2238
  "name": "status",
2320
- "version": "1.0.469"
2239
+ "version": "1.0.471"
2321
2240
  },
2322
2241
  "taggedModuleExports": []
2323
2242
  }