@teambit/status 1.0.228 → 1.0.230
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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/schema.json +213 -47
- package/dist/index.d.ts +4 -0
- package/dist/mini-status-cmd.d.ts +32 -0
- package/dist/status-cmd.d.ts +72 -0
- package/dist/status.aspect.d.ts +2 -0
- package/dist/status.main.runtime.d.ts +83 -0
- package/package.json +11 -11
- package/tsconfig.json +1 -25
- /package/dist/{preview-1712805335812.js → preview-1712891953391.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.component/status@1.0.
|
|
3
|
+
<testsuite name="teambit.component/status@1.0.230" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -48,7 +48,11 @@
|
|
|
48
48
|
"line": 56,
|
|
49
49
|
"character": 24
|
|
50
50
|
},
|
|
51
|
-
"name": "Workspace"
|
|
51
|
+
"name": "Workspace",
|
|
52
|
+
"componentId": {
|
|
53
|
+
"scope": "teambit.workspace",
|
|
54
|
+
"name": "workspace"
|
|
55
|
+
}
|
|
52
56
|
},
|
|
53
57
|
"isOptional": false,
|
|
54
58
|
"isSpread": false
|
|
@@ -68,7 +72,11 @@
|
|
|
68
72
|
"line": 57,
|
|
69
73
|
"character": 21
|
|
70
74
|
},
|
|
71
|
-
"name": "IssuesMain"
|
|
75
|
+
"name": "IssuesMain",
|
|
76
|
+
"componentId": {
|
|
77
|
+
"scope": "teambit.component",
|
|
78
|
+
"name": "issues"
|
|
79
|
+
}
|
|
72
80
|
},
|
|
73
81
|
"isOptional": false,
|
|
74
82
|
"isSpread": false
|
|
@@ -88,7 +96,11 @@
|
|
|
88
96
|
"line": 58,
|
|
89
97
|
"character": 23
|
|
90
98
|
},
|
|
91
|
-
"name": "InsightsMain"
|
|
99
|
+
"name": "InsightsMain",
|
|
100
|
+
"componentId": {
|
|
101
|
+
"scope": "teambit.explorer",
|
|
102
|
+
"name": "insights"
|
|
103
|
+
}
|
|
92
104
|
},
|
|
93
105
|
"isOptional": false,
|
|
94
106
|
"isSpread": false
|
|
@@ -108,7 +120,11 @@
|
|
|
108
120
|
"line": 59,
|
|
109
121
|
"character": 21
|
|
110
122
|
},
|
|
111
|
-
"name": "RemoveMain"
|
|
123
|
+
"name": "RemoveMain",
|
|
124
|
+
"componentId": {
|
|
125
|
+
"scope": "teambit.component",
|
|
126
|
+
"name": "remove"
|
|
127
|
+
}
|
|
112
128
|
},
|
|
113
129
|
"isOptional": false,
|
|
114
130
|
"isSpread": false
|
|
@@ -128,7 +144,11 @@
|
|
|
128
144
|
"line": 60,
|
|
129
145
|
"character": 20
|
|
130
146
|
},
|
|
131
|
-
"name": "LanesMain"
|
|
147
|
+
"name": "LanesMain",
|
|
148
|
+
"componentId": {
|
|
149
|
+
"scope": "teambit.lanes",
|
|
150
|
+
"name": "lanes"
|
|
151
|
+
}
|
|
132
152
|
},
|
|
133
153
|
"isOptional": false,
|
|
134
154
|
"isSpread": false
|
|
@@ -275,7 +295,8 @@
|
|
|
275
295
|
"line": 69,
|
|
276
296
|
"character": 15
|
|
277
297
|
},
|
|
278
|
-
"name": "StatusResult"
|
|
298
|
+
"name": "StatusResult",
|
|
299
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
279
300
|
}
|
|
280
301
|
]
|
|
281
302
|
},
|
|
@@ -328,7 +349,8 @@
|
|
|
328
349
|
"line": 164,
|
|
329
350
|
"character": 53
|
|
330
351
|
},
|
|
331
|
-
"name": "MiniStatusOpts"
|
|
352
|
+
"name": "MiniStatusOpts",
|
|
353
|
+
"internalFilePath": "mini-status-cmd.ts"
|
|
332
354
|
},
|
|
333
355
|
"isOptional": true,
|
|
334
356
|
"defaultValue": "{}",
|
|
@@ -351,7 +373,8 @@
|
|
|
351
373
|
"line": 164,
|
|
352
374
|
"character": 83
|
|
353
375
|
},
|
|
354
|
-
"name": "MiniStatusResults"
|
|
376
|
+
"name": "MiniStatusResults",
|
|
377
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
355
378
|
}
|
|
356
379
|
]
|
|
357
380
|
},
|
|
@@ -455,7 +478,11 @@
|
|
|
455
478
|
"line": 223,
|
|
456
479
|
"character": 5
|
|
457
480
|
},
|
|
458
|
-
"name": "CLIMain"
|
|
481
|
+
"name": "CLIMain",
|
|
482
|
+
"componentId": {
|
|
483
|
+
"scope": "teambit.harmony",
|
|
484
|
+
"name": "cli"
|
|
485
|
+
}
|
|
459
486
|
},
|
|
460
487
|
{
|
|
461
488
|
"__schema": "TypeRefSchema",
|
|
@@ -464,7 +491,11 @@
|
|
|
464
491
|
"line": 224,
|
|
465
492
|
"character": 5
|
|
466
493
|
},
|
|
467
|
-
"name": "Workspace"
|
|
494
|
+
"name": "Workspace",
|
|
495
|
+
"componentId": {
|
|
496
|
+
"scope": "teambit.workspace",
|
|
497
|
+
"name": "workspace"
|
|
498
|
+
}
|
|
468
499
|
},
|
|
469
500
|
{
|
|
470
501
|
"__schema": "TypeRefSchema",
|
|
@@ -473,7 +504,11 @@
|
|
|
473
504
|
"line": 225,
|
|
474
505
|
"character": 5
|
|
475
506
|
},
|
|
476
|
-
"name": "InsightsMain"
|
|
507
|
+
"name": "InsightsMain",
|
|
508
|
+
"componentId": {
|
|
509
|
+
"scope": "teambit.explorer",
|
|
510
|
+
"name": "insights"
|
|
511
|
+
}
|
|
477
512
|
},
|
|
478
513
|
{
|
|
479
514
|
"__schema": "TypeRefSchema",
|
|
@@ -482,7 +517,11 @@
|
|
|
482
517
|
"line": 226,
|
|
483
518
|
"character": 5
|
|
484
519
|
},
|
|
485
|
-
"name": "IssuesMain"
|
|
520
|
+
"name": "IssuesMain",
|
|
521
|
+
"componentId": {
|
|
522
|
+
"scope": "teambit.component",
|
|
523
|
+
"name": "issues"
|
|
524
|
+
}
|
|
486
525
|
},
|
|
487
526
|
{
|
|
488
527
|
"__schema": "TypeRefSchema",
|
|
@@ -491,7 +530,11 @@
|
|
|
491
530
|
"line": 227,
|
|
492
531
|
"character": 5
|
|
493
532
|
},
|
|
494
|
-
"name": "RemoveMain"
|
|
533
|
+
"name": "RemoveMain",
|
|
534
|
+
"componentId": {
|
|
535
|
+
"scope": "teambit.component",
|
|
536
|
+
"name": "remove"
|
|
537
|
+
}
|
|
495
538
|
},
|
|
496
539
|
{
|
|
497
540
|
"__schema": "TypeRefSchema",
|
|
@@ -500,7 +543,11 @@
|
|
|
500
543
|
"line": 228,
|
|
501
544
|
"character": 5
|
|
502
545
|
},
|
|
503
|
-
"name": "LanesMain"
|
|
546
|
+
"name": "LanesMain",
|
|
547
|
+
"componentId": {
|
|
548
|
+
"scope": "teambit.lanes",
|
|
549
|
+
"name": "lanes"
|
|
550
|
+
}
|
|
504
551
|
}
|
|
505
552
|
]
|
|
506
553
|
},
|
|
@@ -614,7 +661,12 @@
|
|
|
614
661
|
"line": 26,
|
|
615
662
|
"character": 18
|
|
616
663
|
},
|
|
617
|
-
"name": "ComponentID"
|
|
664
|
+
"name": "ComponentID",
|
|
665
|
+
"componentId": {
|
|
666
|
+
"scope": "teambit.component",
|
|
667
|
+
"name": "component-id",
|
|
668
|
+
"version": "1.2.0"
|
|
669
|
+
}
|
|
618
670
|
}
|
|
619
671
|
},
|
|
620
672
|
"isOptional": false
|
|
@@ -642,7 +694,12 @@
|
|
|
642
694
|
"line": 27,
|
|
643
695
|
"character": 23
|
|
644
696
|
},
|
|
645
|
-
"name": "ComponentID"
|
|
697
|
+
"name": "ComponentID",
|
|
698
|
+
"componentId": {
|
|
699
|
+
"scope": "teambit.component",
|
|
700
|
+
"name": "component-id",
|
|
701
|
+
"version": "1.2.0"
|
|
702
|
+
}
|
|
646
703
|
}
|
|
647
704
|
},
|
|
648
705
|
"isOptional": false
|
|
@@ -798,7 +855,7 @@
|
|
|
798
855
|
"componentId": {
|
|
799
856
|
"scope": "teambit.component",
|
|
800
857
|
"name": "component-issues",
|
|
801
|
-
"version": "0.0.
|
|
858
|
+
"version": "0.0.144"
|
|
802
859
|
}
|
|
803
860
|
},
|
|
804
861
|
"isOptional": false
|
|
@@ -831,7 +888,12 @@
|
|
|
831
888
|
"line": 30,
|
|
832
889
|
"character": 28
|
|
833
890
|
},
|
|
834
|
-
"name": "ComponentID"
|
|
891
|
+
"name": "ComponentID",
|
|
892
|
+
"componentId": {
|
|
893
|
+
"scope": "teambit.component",
|
|
894
|
+
"name": "component-id",
|
|
895
|
+
"version": "1.2.0"
|
|
896
|
+
}
|
|
835
897
|
}
|
|
836
898
|
},
|
|
837
899
|
"isOptional": false
|
|
@@ -859,7 +921,12 @@
|
|
|
859
921
|
"line": 31,
|
|
860
922
|
"character": 29
|
|
861
923
|
},
|
|
862
|
-
"name": "ComponentID"
|
|
924
|
+
"name": "ComponentID",
|
|
925
|
+
"componentId": {
|
|
926
|
+
"scope": "teambit.component",
|
|
927
|
+
"name": "component-id",
|
|
928
|
+
"version": "1.2.0"
|
|
929
|
+
}
|
|
863
930
|
}
|
|
864
931
|
},
|
|
865
932
|
"isOptional": false
|
|
@@ -961,7 +1028,12 @@
|
|
|
961
1028
|
"line": 33,
|
|
962
1029
|
"character": 23
|
|
963
1030
|
},
|
|
964
|
-
"name": "ComponentID"
|
|
1031
|
+
"name": "ComponentID",
|
|
1032
|
+
"componentId": {
|
|
1033
|
+
"scope": "teambit.component",
|
|
1034
|
+
"name": "component-id",
|
|
1035
|
+
"version": "1.2.0"
|
|
1036
|
+
}
|
|
965
1037
|
}
|
|
966
1038
|
},
|
|
967
1039
|
"isOptional": false
|
|
@@ -989,7 +1061,12 @@
|
|
|
989
1061
|
"line": 34,
|
|
990
1062
|
"character": 24
|
|
991
1063
|
},
|
|
992
|
-
"name": "ComponentID"
|
|
1064
|
+
"name": "ComponentID",
|
|
1065
|
+
"componentId": {
|
|
1066
|
+
"scope": "teambit.component",
|
|
1067
|
+
"name": "component-id",
|
|
1068
|
+
"version": "1.2.0"
|
|
1069
|
+
}
|
|
993
1070
|
}
|
|
994
1071
|
},
|
|
995
1072
|
"isOptional": false
|
|
@@ -1111,7 +1188,8 @@
|
|
|
1111
1188
|
"line": 36,
|
|
1112
1189
|
"character": 27
|
|
1113
1190
|
},
|
|
1114
|
-
"name": "DivergeDataPerId"
|
|
1191
|
+
"name": "DivergeDataPerId",
|
|
1192
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
1115
1193
|
}
|
|
1116
1194
|
},
|
|
1117
1195
|
"isOptional": false
|
|
@@ -1139,7 +1217,12 @@
|
|
|
1139
1217
|
"line": 37,
|
|
1140
1218
|
"character": 31
|
|
1141
1219
|
},
|
|
1142
|
-
"name": "ComponentID"
|
|
1220
|
+
"name": "ComponentID",
|
|
1221
|
+
"componentId": {
|
|
1222
|
+
"scope": "teambit.component",
|
|
1223
|
+
"name": "component-id",
|
|
1224
|
+
"version": "1.2.0"
|
|
1225
|
+
}
|
|
1143
1226
|
}
|
|
1144
1227
|
},
|
|
1145
1228
|
"isOptional": false
|
|
@@ -1167,7 +1250,12 @@
|
|
|
1167
1250
|
"line": 38,
|
|
1168
1251
|
"character": 25
|
|
1169
1252
|
},
|
|
1170
|
-
"name": "ComponentID"
|
|
1253
|
+
"name": "ComponentID",
|
|
1254
|
+
"componentId": {
|
|
1255
|
+
"scope": "teambit.component",
|
|
1256
|
+
"name": "component-id",
|
|
1257
|
+
"version": "1.2.0"
|
|
1258
|
+
}
|
|
1171
1259
|
}
|
|
1172
1260
|
},
|
|
1173
1261
|
"isOptional": false
|
|
@@ -1195,7 +1283,12 @@
|
|
|
1195
1283
|
"line": 39,
|
|
1196
1284
|
"character": 22
|
|
1197
1285
|
},
|
|
1198
|
-
"name": "ComponentID"
|
|
1286
|
+
"name": "ComponentID",
|
|
1287
|
+
"componentId": {
|
|
1288
|
+
"scope": "teambit.component",
|
|
1289
|
+
"name": "component-id",
|
|
1290
|
+
"version": "1.2.0"
|
|
1291
|
+
}
|
|
1199
1292
|
}
|
|
1200
1293
|
},
|
|
1201
1294
|
"isOptional": false
|
|
@@ -1223,7 +1316,8 @@
|
|
|
1223
1316
|
"line": 40,
|
|
1224
1317
|
"character": 27
|
|
1225
1318
|
},
|
|
1226
|
-
"name": "DivergeDataPerId"
|
|
1319
|
+
"name": "DivergeDataPerId",
|
|
1320
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
1227
1321
|
}
|
|
1228
1322
|
},
|
|
1229
1323
|
"isOptional": false
|
|
@@ -1251,7 +1345,8 @@
|
|
|
1251
1345
|
"line": 41,
|
|
1252
1346
|
"character": 22
|
|
1253
1347
|
},
|
|
1254
|
-
"name": "DivergeDataPerId"
|
|
1348
|
+
"name": "DivergeDataPerId",
|
|
1349
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
1255
1350
|
}
|
|
1256
1351
|
},
|
|
1257
1352
|
"isOptional": false
|
|
@@ -1279,7 +1374,12 @@
|
|
|
1279
1374
|
"line": 42,
|
|
1280
1375
|
"character": 22
|
|
1281
1376
|
},
|
|
1282
|
-
"name": "ComponentID"
|
|
1377
|
+
"name": "ComponentID",
|
|
1378
|
+
"componentId": {
|
|
1379
|
+
"scope": "teambit.component",
|
|
1380
|
+
"name": "component-id",
|
|
1381
|
+
"version": "1.2.0"
|
|
1382
|
+
}
|
|
1283
1383
|
}
|
|
1284
1384
|
},
|
|
1285
1385
|
"isOptional": false
|
|
@@ -1325,7 +1425,12 @@
|
|
|
1325
1425
|
"line": 44,
|
|
1326
1426
|
"character": 18
|
|
1327
1427
|
},
|
|
1328
|
-
"name": "LaneId"
|
|
1428
|
+
"name": "LaneId",
|
|
1429
|
+
"componentId": {
|
|
1430
|
+
"scope": "teambit.lanes",
|
|
1431
|
+
"name": "lane-id",
|
|
1432
|
+
"version": "0.0.311"
|
|
1433
|
+
}
|
|
1329
1434
|
},
|
|
1330
1435
|
"isOptional": true
|
|
1331
1436
|
},
|
|
@@ -1400,7 +1505,12 @@
|
|
|
1400
1505
|
"line": 49,
|
|
1401
1506
|
"character": 13
|
|
1402
1507
|
},
|
|
1403
|
-
"name": "ComponentID"
|
|
1508
|
+
"name": "ComponentID",
|
|
1509
|
+
"componentId": {
|
|
1510
|
+
"scope": "teambit.component",
|
|
1511
|
+
"name": "component-id",
|
|
1512
|
+
"version": "1.2.0"
|
|
1513
|
+
}
|
|
1404
1514
|
}
|
|
1405
1515
|
},
|
|
1406
1516
|
"isOptional": false
|
|
@@ -1428,7 +1538,12 @@
|
|
|
1428
1538
|
"line": 50,
|
|
1429
1539
|
"character": 13
|
|
1430
1540
|
},
|
|
1431
|
-
"name": "ComponentID"
|
|
1541
|
+
"name": "ComponentID",
|
|
1542
|
+
"componentId": {
|
|
1543
|
+
"scope": "teambit.component",
|
|
1544
|
+
"name": "component-id",
|
|
1545
|
+
"version": "1.2.0"
|
|
1546
|
+
}
|
|
1432
1547
|
}
|
|
1433
1548
|
},
|
|
1434
1549
|
"isOptional": false
|
|
@@ -1456,7 +1571,11 @@
|
|
|
1456
1571
|
"line": 51,
|
|
1457
1572
|
"character": 20
|
|
1458
1573
|
},
|
|
1459
|
-
"name": "Component"
|
|
1574
|
+
"name": "Component",
|
|
1575
|
+
"componentId": {
|
|
1576
|
+
"scope": "teambit.component",
|
|
1577
|
+
"name": "component"
|
|
1578
|
+
}
|
|
1460
1579
|
}
|
|
1461
1580
|
},
|
|
1462
1581
|
"isOptional": true
|
|
@@ -1499,7 +1618,11 @@
|
|
|
1499
1618
|
"line": 56,
|
|
1500
1619
|
"character": 24
|
|
1501
1620
|
},
|
|
1502
|
-
"name": "Workspace"
|
|
1621
|
+
"name": "Workspace",
|
|
1622
|
+
"componentId": {
|
|
1623
|
+
"scope": "teambit.workspace",
|
|
1624
|
+
"name": "workspace"
|
|
1625
|
+
}
|
|
1503
1626
|
},
|
|
1504
1627
|
"isOptional": false,
|
|
1505
1628
|
"isSpread": false
|
|
@@ -1519,7 +1642,11 @@
|
|
|
1519
1642
|
"line": 57,
|
|
1520
1643
|
"character": 21
|
|
1521
1644
|
},
|
|
1522
|
-
"name": "IssuesMain"
|
|
1645
|
+
"name": "IssuesMain",
|
|
1646
|
+
"componentId": {
|
|
1647
|
+
"scope": "teambit.component",
|
|
1648
|
+
"name": "issues"
|
|
1649
|
+
}
|
|
1523
1650
|
},
|
|
1524
1651
|
"isOptional": false,
|
|
1525
1652
|
"isSpread": false
|
|
@@ -1539,7 +1666,11 @@
|
|
|
1539
1666
|
"line": 58,
|
|
1540
1667
|
"character": 23
|
|
1541
1668
|
},
|
|
1542
|
-
"name": "InsightsMain"
|
|
1669
|
+
"name": "InsightsMain",
|
|
1670
|
+
"componentId": {
|
|
1671
|
+
"scope": "teambit.explorer",
|
|
1672
|
+
"name": "insights"
|
|
1673
|
+
}
|
|
1543
1674
|
},
|
|
1544
1675
|
"isOptional": false,
|
|
1545
1676
|
"isSpread": false
|
|
@@ -1559,7 +1690,11 @@
|
|
|
1559
1690
|
"line": 59,
|
|
1560
1691
|
"character": 21
|
|
1561
1692
|
},
|
|
1562
|
-
"name": "RemoveMain"
|
|
1693
|
+
"name": "RemoveMain",
|
|
1694
|
+
"componentId": {
|
|
1695
|
+
"scope": "teambit.component",
|
|
1696
|
+
"name": "remove"
|
|
1697
|
+
}
|
|
1563
1698
|
},
|
|
1564
1699
|
"isOptional": false,
|
|
1565
1700
|
"isSpread": false
|
|
@@ -1579,7 +1714,11 @@
|
|
|
1579
1714
|
"line": 60,
|
|
1580
1715
|
"character": 20
|
|
1581
1716
|
},
|
|
1582
|
-
"name": "LanesMain"
|
|
1717
|
+
"name": "LanesMain",
|
|
1718
|
+
"componentId": {
|
|
1719
|
+
"scope": "teambit.lanes",
|
|
1720
|
+
"name": "lanes"
|
|
1721
|
+
}
|
|
1583
1722
|
},
|
|
1584
1723
|
"isOptional": false,
|
|
1585
1724
|
"isSpread": false
|
|
@@ -1726,7 +1865,8 @@
|
|
|
1726
1865
|
"line": 69,
|
|
1727
1866
|
"character": 15
|
|
1728
1867
|
},
|
|
1729
|
-
"name": "StatusResult"
|
|
1868
|
+
"name": "StatusResult",
|
|
1869
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
1730
1870
|
}
|
|
1731
1871
|
]
|
|
1732
1872
|
},
|
|
@@ -1779,7 +1919,8 @@
|
|
|
1779
1919
|
"line": 164,
|
|
1780
1920
|
"character": 53
|
|
1781
1921
|
},
|
|
1782
|
-
"name": "MiniStatusOpts"
|
|
1922
|
+
"name": "MiniStatusOpts",
|
|
1923
|
+
"internalFilePath": "mini-status-cmd.ts"
|
|
1783
1924
|
},
|
|
1784
1925
|
"isOptional": true,
|
|
1785
1926
|
"defaultValue": "{}",
|
|
@@ -1802,7 +1943,8 @@
|
|
|
1802
1943
|
"line": 164,
|
|
1803
1944
|
"character": 83
|
|
1804
1945
|
},
|
|
1805
|
-
"name": "MiniStatusResults"
|
|
1946
|
+
"name": "MiniStatusResults",
|
|
1947
|
+
"internalFilePath": "status.main.runtime.ts"
|
|
1806
1948
|
}
|
|
1807
1949
|
]
|
|
1808
1950
|
},
|
|
@@ -1906,7 +2048,11 @@
|
|
|
1906
2048
|
"line": 223,
|
|
1907
2049
|
"character": 5
|
|
1908
2050
|
},
|
|
1909
|
-
"name": "CLIMain"
|
|
2051
|
+
"name": "CLIMain",
|
|
2052
|
+
"componentId": {
|
|
2053
|
+
"scope": "teambit.harmony",
|
|
2054
|
+
"name": "cli"
|
|
2055
|
+
}
|
|
1910
2056
|
},
|
|
1911
2057
|
{
|
|
1912
2058
|
"__schema": "TypeRefSchema",
|
|
@@ -1915,7 +2061,11 @@
|
|
|
1915
2061
|
"line": 224,
|
|
1916
2062
|
"character": 5
|
|
1917
2063
|
},
|
|
1918
|
-
"name": "Workspace"
|
|
2064
|
+
"name": "Workspace",
|
|
2065
|
+
"componentId": {
|
|
2066
|
+
"scope": "teambit.workspace",
|
|
2067
|
+
"name": "workspace"
|
|
2068
|
+
}
|
|
1919
2069
|
},
|
|
1920
2070
|
{
|
|
1921
2071
|
"__schema": "TypeRefSchema",
|
|
@@ -1924,7 +2074,11 @@
|
|
|
1924
2074
|
"line": 225,
|
|
1925
2075
|
"character": 5
|
|
1926
2076
|
},
|
|
1927
|
-
"name": "InsightsMain"
|
|
2077
|
+
"name": "InsightsMain",
|
|
2078
|
+
"componentId": {
|
|
2079
|
+
"scope": "teambit.explorer",
|
|
2080
|
+
"name": "insights"
|
|
2081
|
+
}
|
|
1928
2082
|
},
|
|
1929
2083
|
{
|
|
1930
2084
|
"__schema": "TypeRefSchema",
|
|
@@ -1933,7 +2087,11 @@
|
|
|
1933
2087
|
"line": 226,
|
|
1934
2088
|
"character": 5
|
|
1935
2089
|
},
|
|
1936
|
-
"name": "IssuesMain"
|
|
2090
|
+
"name": "IssuesMain",
|
|
2091
|
+
"componentId": {
|
|
2092
|
+
"scope": "teambit.component",
|
|
2093
|
+
"name": "issues"
|
|
2094
|
+
}
|
|
1937
2095
|
},
|
|
1938
2096
|
{
|
|
1939
2097
|
"__schema": "TypeRefSchema",
|
|
@@ -1942,7 +2100,11 @@
|
|
|
1942
2100
|
"line": 227,
|
|
1943
2101
|
"character": 5
|
|
1944
2102
|
},
|
|
1945
|
-
"name": "RemoveMain"
|
|
2103
|
+
"name": "RemoveMain",
|
|
2104
|
+
"componentId": {
|
|
2105
|
+
"scope": "teambit.component",
|
|
2106
|
+
"name": "remove"
|
|
2107
|
+
}
|
|
1946
2108
|
},
|
|
1947
2109
|
{
|
|
1948
2110
|
"__schema": "TypeRefSchema",
|
|
@@ -1951,7 +2113,11 @@
|
|
|
1951
2113
|
"line": 228,
|
|
1952
2114
|
"character": 5
|
|
1953
2115
|
},
|
|
1954
|
-
"name": "LanesMain"
|
|
2116
|
+
"name": "LanesMain",
|
|
2117
|
+
"componentId": {
|
|
2118
|
+
"scope": "teambit.lanes",
|
|
2119
|
+
"name": "lanes"
|
|
2120
|
+
}
|
|
1955
2121
|
}
|
|
1956
2122
|
]
|
|
1957
2123
|
},
|
|
@@ -2098,7 +2264,7 @@
|
|
|
2098
2264
|
"componentId": {
|
|
2099
2265
|
"scope": "teambit.component",
|
|
2100
2266
|
"name": "status",
|
|
2101
|
-
"version": "1.0.
|
|
2267
|
+
"version": "1.0.230"
|
|
2102
2268
|
},
|
|
2103
2269
|
"taggedModuleExports": []
|
|
2104
2270
|
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { Command, CommandOptions } from '@teambit/cli';
|
|
2
|
+
import { StatusMain } from './status.main.runtime';
|
|
3
|
+
export type MiniStatusOpts = {
|
|
4
|
+
showIssues?: boolean;
|
|
5
|
+
ignoreCircularDependencies?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare class MiniStatusCmd implements Command {
|
|
8
|
+
private status;
|
|
9
|
+
name: string;
|
|
10
|
+
description: string;
|
|
11
|
+
extendedDescription: string;
|
|
12
|
+
arguments: {
|
|
13
|
+
name: string;
|
|
14
|
+
description: string;
|
|
15
|
+
}[];
|
|
16
|
+
group: string;
|
|
17
|
+
alias: string;
|
|
18
|
+
options: CommandOptions;
|
|
19
|
+
loader: boolean;
|
|
20
|
+
constructor(status: StatusMain);
|
|
21
|
+
report([pattern]: [string], opts: MiniStatusOpts): Promise<string>;
|
|
22
|
+
json([pattern]: [string], opts: MiniStatusOpts): Promise<{
|
|
23
|
+
modified: string[];
|
|
24
|
+
newComps: string[];
|
|
25
|
+
compWithIssues: {
|
|
26
|
+
id: string;
|
|
27
|
+
issues: (import("@teambit/component-issues/component-issue").IssueObject & {
|
|
28
|
+
dataAsString: string;
|
|
29
|
+
})[];
|
|
30
|
+
}[] | undefined;
|
|
31
|
+
}>;
|
|
32
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { Command, CommandOptions } from '@teambit/cli';
|
|
2
|
+
import { IssuesList } from '@teambit/component-issues';
|
|
3
|
+
import { StatusMain } from './status.main.runtime';
|
|
4
|
+
type StatusFlags = {
|
|
5
|
+
strict?: boolean;
|
|
6
|
+
verbose?: boolean;
|
|
7
|
+
lanes?: boolean;
|
|
8
|
+
ignoreCircularDependencies?: boolean;
|
|
9
|
+
};
|
|
10
|
+
type StatusJsonResults = {
|
|
11
|
+
newComponents: string[];
|
|
12
|
+
modifiedComponents: string[];
|
|
13
|
+
stagedComponents: Array<{
|
|
14
|
+
id: string;
|
|
15
|
+
versions: string[];
|
|
16
|
+
}>;
|
|
17
|
+
unavailableOnMain: string[];
|
|
18
|
+
componentsWithIssues: Array<{
|
|
19
|
+
id: string;
|
|
20
|
+
issues: Array<{
|
|
21
|
+
type: string;
|
|
22
|
+
description: string;
|
|
23
|
+
data: any;
|
|
24
|
+
}>;
|
|
25
|
+
}>;
|
|
26
|
+
importPendingComponents: string[];
|
|
27
|
+
autoTagPendingComponents: string[];
|
|
28
|
+
invalidComponents: Array<{
|
|
29
|
+
id: string;
|
|
30
|
+
error: Error;
|
|
31
|
+
}>;
|
|
32
|
+
locallySoftRemoved: string[];
|
|
33
|
+
remotelySoftRemoved: string[];
|
|
34
|
+
outdatedComponents: Array<{
|
|
35
|
+
id: string;
|
|
36
|
+
headVersion: string;
|
|
37
|
+
latestVersion?: string;
|
|
38
|
+
}>;
|
|
39
|
+
mergePendingComponents: string[];
|
|
40
|
+
componentsDuringMergeState: string[];
|
|
41
|
+
softTaggedComponents: string[];
|
|
42
|
+
snappedComponents: string[];
|
|
43
|
+
pendingUpdatesFromMain: Array<{
|
|
44
|
+
id: string;
|
|
45
|
+
divergeData: any;
|
|
46
|
+
}>;
|
|
47
|
+
updatesFromForked: Array<{
|
|
48
|
+
id: string;
|
|
49
|
+
divergeData: any;
|
|
50
|
+
}>;
|
|
51
|
+
currentLaneId: string;
|
|
52
|
+
forkedLaneId: string | undefined;
|
|
53
|
+
workspaceIssues: string[];
|
|
54
|
+
};
|
|
55
|
+
export declare class StatusCmd implements Command {
|
|
56
|
+
private status;
|
|
57
|
+
name: string;
|
|
58
|
+
description: string;
|
|
59
|
+
group: string;
|
|
60
|
+
extendedDescription: string;
|
|
61
|
+
alias: string;
|
|
62
|
+
options: CommandOptions;
|
|
63
|
+
loader: boolean;
|
|
64
|
+
constructor(status: StatusMain);
|
|
65
|
+
json(_args: any, { lanes, ignoreCircularDependencies }: StatusFlags): Promise<StatusJsonResults>;
|
|
66
|
+
report(_args: any, { strict, verbose, lanes, ignoreCircularDependencies }: StatusFlags): Promise<{
|
|
67
|
+
data: string;
|
|
68
|
+
code: number;
|
|
69
|
+
}>;
|
|
70
|
+
}
|
|
71
|
+
export declare function formatIssues(issues: IssuesList): string;
|
|
72
|
+
export {};
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { CLIMain } from '@teambit/cli';
|
|
2
|
+
import { LaneId } from '@teambit/lane-id';
|
|
3
|
+
import { IssuesList } from '@teambit/component-issues';
|
|
4
|
+
import { Workspace } from '@teambit/workspace';
|
|
5
|
+
import { LanesMain } from '@teambit/lanes';
|
|
6
|
+
import { ComponentID } from '@teambit/component-id';
|
|
7
|
+
import { Component } from '@teambit/component';
|
|
8
|
+
import { RemoveMain } from '@teambit/remove';
|
|
9
|
+
import { InsightsMain } from '@teambit/insights';
|
|
10
|
+
import { SnapsDistance } from '@teambit/legacy/dist/scope/component-ops/snaps-distance';
|
|
11
|
+
import { IssuesMain } from '@teambit/issues';
|
|
12
|
+
import { MiniStatusOpts } from './mini-status-cmd';
|
|
13
|
+
type DivergeDataPerId = {
|
|
14
|
+
id: ComponentID;
|
|
15
|
+
divergeData: SnapsDistance;
|
|
16
|
+
};
|
|
17
|
+
export type StatusResult = {
|
|
18
|
+
newComponents: ComponentID[];
|
|
19
|
+
modifiedComponents: ComponentID[];
|
|
20
|
+
stagedComponents: {
|
|
21
|
+
id: ComponentID;
|
|
22
|
+
versions: string[];
|
|
23
|
+
}[];
|
|
24
|
+
componentsWithIssues: {
|
|
25
|
+
id: ComponentID;
|
|
26
|
+
issues: IssuesList;
|
|
27
|
+
}[];
|
|
28
|
+
importPendingComponents: ComponentID[];
|
|
29
|
+
autoTagPendingComponents: ComponentID[];
|
|
30
|
+
invalidComponents: {
|
|
31
|
+
id: ComponentID;
|
|
32
|
+
error: Error;
|
|
33
|
+
}[];
|
|
34
|
+
locallySoftRemoved: ComponentID[];
|
|
35
|
+
remotelySoftRemoved: ComponentID[];
|
|
36
|
+
outdatedComponents: {
|
|
37
|
+
id: ComponentID;
|
|
38
|
+
headVersion: string;
|
|
39
|
+
latestVersion?: string;
|
|
40
|
+
}[];
|
|
41
|
+
mergePendingComponents: DivergeDataPerId[];
|
|
42
|
+
componentsDuringMergeState: ComponentID[];
|
|
43
|
+
softTaggedComponents: ComponentID[];
|
|
44
|
+
snappedComponents: ComponentID[];
|
|
45
|
+
pendingUpdatesFromMain: DivergeDataPerId[];
|
|
46
|
+
updatesFromForked: DivergeDataPerId[];
|
|
47
|
+
unavailableOnMain: ComponentID[];
|
|
48
|
+
currentLaneId: LaneId;
|
|
49
|
+
forkedLaneId?: LaneId;
|
|
50
|
+
workspaceIssues: string[];
|
|
51
|
+
};
|
|
52
|
+
export type MiniStatusResults = {
|
|
53
|
+
modified: ComponentID[];
|
|
54
|
+
newComps: ComponentID[];
|
|
55
|
+
compWithIssues?: Component[];
|
|
56
|
+
};
|
|
57
|
+
export declare class StatusMain {
|
|
58
|
+
private workspace;
|
|
59
|
+
private issues;
|
|
60
|
+
private insights;
|
|
61
|
+
private remove;
|
|
62
|
+
private lanes;
|
|
63
|
+
constructor(workspace: Workspace, issues: IssuesMain, insights: InsightsMain, remove: RemoveMain, lanes: LanesMain);
|
|
64
|
+
status({ lanes, ignoreCircularDependencies, }: {
|
|
65
|
+
lanes?: boolean;
|
|
66
|
+
ignoreCircularDependencies?: boolean;
|
|
67
|
+
}): Promise<StatusResult>;
|
|
68
|
+
statusMini(componentPattern?: string, opts?: MiniStatusOpts): Promise<MiniStatusResults>;
|
|
69
|
+
private addRemovedStagedIfNeeded;
|
|
70
|
+
private divergeDataErrorsToInvalidComp;
|
|
71
|
+
static slots: never[];
|
|
72
|
+
static dependencies: import("@teambit/harmony").Aspect[];
|
|
73
|
+
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
74
|
+
static provider([cli, workspace, insights, issues, remove, lanes]: [
|
|
75
|
+
CLIMain,
|
|
76
|
+
Workspace,
|
|
77
|
+
InsightsMain,
|
|
78
|
+
IssuesMain,
|
|
79
|
+
RemoveMain,
|
|
80
|
+
LanesMain
|
|
81
|
+
]): Promise<StatusMain>;
|
|
82
|
+
}
|
|
83
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/status",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.230",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/status",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "status",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.230"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -16,20 +16,20 @@
|
|
|
16
16
|
"@teambit/component-version": "1.0.3",
|
|
17
17
|
"@teambit/harmony": "0.4.6",
|
|
18
18
|
"@teambit/lane-id": "0.0.311",
|
|
19
|
-
"@teambit/cli": "0.0.
|
|
20
|
-
"@teambit/component-issues": "0.0.
|
|
21
|
-
"@teambit/component": "1.0.
|
|
22
|
-
"@teambit/insights": "1.0.
|
|
23
|
-
"@teambit/issues": "1.0.
|
|
24
|
-
"@teambit/lanes": "1.0.
|
|
25
|
-
"@teambit/remove": "1.0.
|
|
26
|
-
"@teambit/workspace": "1.0.
|
|
19
|
+
"@teambit/cli": "0.0.862",
|
|
20
|
+
"@teambit/component-issues": "0.0.144",
|
|
21
|
+
"@teambit/component": "1.0.230",
|
|
22
|
+
"@teambit/insights": "1.0.230",
|
|
23
|
+
"@teambit/issues": "1.0.230",
|
|
24
|
+
"@teambit/lanes": "1.0.230",
|
|
25
|
+
"@teambit/remove": "1.0.230",
|
|
26
|
+
"@teambit/workspace": "1.0.230"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/lodash": "4.14.165",
|
|
30
30
|
"@types/mocha": "9.1.0",
|
|
31
31
|
"chai": "4.3.0",
|
|
32
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
32
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.33"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@teambit/legacy": "1.0.624"
|
package/tsconfig.json
CHANGED
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"emitDeclarationOnly": true,
|
|
21
21
|
"strict": true,
|
|
22
22
|
"strictPropertyInitialization": false,
|
|
23
|
-
"noImplicitAny": false
|
|
24
|
-
"composite": true
|
|
23
|
+
"noImplicitAny": false
|
|
25
24
|
},
|
|
26
25
|
"exclude": [
|
|
27
26
|
"artifacts",
|
|
@@ -36,28 +35,5 @@
|
|
|
36
35
|
"include": [
|
|
37
36
|
"**/*",
|
|
38
37
|
"**/*.json"
|
|
39
|
-
],
|
|
40
|
-
"references": [
|
|
41
|
-
{
|
|
42
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.228"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.explorer_insights@1.0.228"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_issues@1.0.228"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.228"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_remove@1.0.228"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.228"
|
|
61
|
-
}
|
|
62
38
|
]
|
|
63
39
|
}
|
|
File without changes
|