@teambit/remove 1.0.228 → 1.0.229
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 +259 -53
- package/dist/delete-cmd.d.ts +31 -0
- package/dist/index.d.ts +6 -0
- package/dist/recover-cmd.d.ts +16 -0
- package/dist/remove-cmd.d.ts +33 -0
- package/dist/remove-components.d.ts +25 -0
- package/dist/remove-template.d.ts +7 -0
- package/dist/remove.aspect.d.ts +2 -0
- package/dist/remove.fragment.d.ts +16 -0
- package/dist/remove.main.runtime.d.ts +85 -0
- package/dist/removed-local-objects.d.ts +6 -0
- package/package.json +10 -10
- package/tsconfig.json +1 -22
- /package/dist/{preview-1712805335812.js → preview-1712822929999.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/remove@1.0.
|
|
3
|
+
<testsuite name="teambit.component/remove@1.0.229" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -48,7 +48,11 @@
|
|
|
48
48
|
"line": 38,
|
|
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": 39,
|
|
69
73
|
"character": 20
|
|
70
74
|
},
|
|
71
|
-
"name": "Logger"
|
|
75
|
+
"name": "Logger",
|
|
76
|
+
"componentId": {
|
|
77
|
+
"scope": "teambit.harmony",
|
|
78
|
+
"name": "logger"
|
|
79
|
+
}
|
|
72
80
|
},
|
|
73
81
|
"isOptional": false,
|
|
74
82
|
"isSpread": false
|
|
@@ -88,7 +96,11 @@
|
|
|
88
96
|
"line": 40,
|
|
89
97
|
"character": 23
|
|
90
98
|
},
|
|
91
|
-
"name": "ImporterMain"
|
|
99
|
+
"name": "ImporterMain",
|
|
100
|
+
"componentId": {
|
|
101
|
+
"scope": "teambit.scope",
|
|
102
|
+
"name": "importer"
|
|
103
|
+
}
|
|
92
104
|
},
|
|
93
105
|
"isOptional": false,
|
|
94
106
|
"isSpread": false
|
|
@@ -108,7 +120,11 @@
|
|
|
108
120
|
"line": 41,
|
|
109
121
|
"character": 26
|
|
110
122
|
},
|
|
111
|
-
"name": "DependencyResolverMain"
|
|
123
|
+
"name": "DependencyResolverMain",
|
|
124
|
+
"componentId": {
|
|
125
|
+
"scope": "teambit.dependencies",
|
|
126
|
+
"name": "dependency-resolver"
|
|
127
|
+
}
|
|
112
128
|
},
|
|
113
129
|
"isOptional": false,
|
|
114
130
|
"isSpread": false
|
|
@@ -375,7 +391,8 @@
|
|
|
375
391
|
"line": 56,
|
|
376
392
|
"character": 15
|
|
377
393
|
},
|
|
378
|
-
"name": "RemoveComponentsResult"
|
|
394
|
+
"name": "RemoveComponentsResult",
|
|
395
|
+
"internalFilePath": "remove-components.ts"
|
|
379
396
|
}
|
|
380
397
|
]
|
|
381
398
|
},
|
|
@@ -425,7 +442,12 @@
|
|
|
425
442
|
"line": 79,
|
|
426
443
|
"character": 10
|
|
427
444
|
},
|
|
428
|
-
"name": "ComponentID"
|
|
445
|
+
"name": "ComponentID",
|
|
446
|
+
"componentId": {
|
|
447
|
+
"scope": "teambit.component",
|
|
448
|
+
"name": "component-id",
|
|
449
|
+
"version": "1.2.0"
|
|
450
|
+
}
|
|
429
451
|
}
|
|
430
452
|
},
|
|
431
453
|
"isOptional": false,
|
|
@@ -581,7 +603,12 @@
|
|
|
581
603
|
"line": 96,
|
|
582
604
|
"character": 39
|
|
583
605
|
},
|
|
584
|
-
"name": "ComponentID"
|
|
606
|
+
"name": "ComponentID",
|
|
607
|
+
"componentId": {
|
|
608
|
+
"scope": "teambit.component",
|
|
609
|
+
"name": "component-id",
|
|
610
|
+
"version": "1.2.0"
|
|
611
|
+
}
|
|
585
612
|
}
|
|
586
613
|
},
|
|
587
614
|
"isOptional": false,
|
|
@@ -718,7 +745,12 @@
|
|
|
718
745
|
"line": 114,
|
|
719
746
|
"character": 94
|
|
720
747
|
},
|
|
721
|
-
"name": "ComponentID"
|
|
748
|
+
"name": "ComponentID",
|
|
749
|
+
"componentId": {
|
|
750
|
+
"scope": "teambit.component",
|
|
751
|
+
"name": "component-id",
|
|
752
|
+
"version": "1.2.0"
|
|
753
|
+
}
|
|
722
754
|
}
|
|
723
755
|
}
|
|
724
756
|
]
|
|
@@ -782,7 +814,8 @@
|
|
|
782
814
|
"line": 148,
|
|
783
815
|
"character": 45
|
|
784
816
|
},
|
|
785
|
-
"name": "RecoverOptions"
|
|
817
|
+
"name": "RecoverOptions",
|
|
818
|
+
"internalFilePath": "recover-cmd.ts"
|
|
786
819
|
},
|
|
787
820
|
"isOptional": false,
|
|
788
821
|
"isSpread": false
|
|
@@ -837,7 +870,11 @@
|
|
|
837
870
|
"line": 233,
|
|
838
871
|
"character": 28
|
|
839
872
|
},
|
|
840
|
-
"name": "Component"
|
|
873
|
+
"name": "Component",
|
|
874
|
+
"componentId": {
|
|
875
|
+
"scope": "teambit.component",
|
|
876
|
+
"name": "component"
|
|
877
|
+
}
|
|
841
878
|
},
|
|
842
879
|
"isOptional": false,
|
|
843
880
|
"isSpread": false
|
|
@@ -879,7 +916,11 @@
|
|
|
879
916
|
"line": 240,
|
|
880
917
|
"character": 24
|
|
881
918
|
},
|
|
882
|
-
"name": "Component"
|
|
919
|
+
"name": "Component",
|
|
920
|
+
"componentId": {
|
|
921
|
+
"scope": "teambit.component",
|
|
922
|
+
"name": "component"
|
|
923
|
+
}
|
|
883
924
|
},
|
|
884
925
|
"isOptional": false,
|
|
885
926
|
"isSpread": false
|
|
@@ -931,7 +972,12 @@
|
|
|
931
972
|
"line": 247,
|
|
932
973
|
"character": 59
|
|
933
974
|
},
|
|
934
|
-
"name": "ComponentID"
|
|
975
|
+
"name": "ComponentID",
|
|
976
|
+
"componentId": {
|
|
977
|
+
"scope": "teambit.component",
|
|
978
|
+
"name": "component-id",
|
|
979
|
+
"version": "1.2.0"
|
|
980
|
+
}
|
|
935
981
|
},
|
|
936
982
|
"isOptional": false,
|
|
937
983
|
"isSpread": false
|
|
@@ -1004,7 +1050,12 @@
|
|
|
1004
1050
|
"line": 262,
|
|
1005
1051
|
"character": 37
|
|
1006
1052
|
},
|
|
1007
|
-
"name": "ComponentID"
|
|
1053
|
+
"name": "ComponentID",
|
|
1054
|
+
"componentId": {
|
|
1055
|
+
"scope": "teambit.component",
|
|
1056
|
+
"name": "component-id",
|
|
1057
|
+
"version": "1.2.0"
|
|
1058
|
+
}
|
|
1008
1059
|
}
|
|
1009
1060
|
}
|
|
1010
1061
|
]
|
|
@@ -1045,7 +1096,11 @@
|
|
|
1045
1096
|
"line": 266,
|
|
1046
1097
|
"character": 50
|
|
1047
1098
|
},
|
|
1048
|
-
"name": "Component"
|
|
1099
|
+
"name": "Component",
|
|
1100
|
+
"componentId": {
|
|
1101
|
+
"scope": "teambit.component",
|
|
1102
|
+
"name": "component"
|
|
1103
|
+
}
|
|
1049
1104
|
}
|
|
1050
1105
|
},
|
|
1051
1106
|
"isOptional": false,
|
|
@@ -1161,7 +1216,11 @@
|
|
|
1161
1216
|
"line": 348,
|
|
1162
1217
|
"character": 5
|
|
1163
1218
|
},
|
|
1164
|
-
"name": "Workspace"
|
|
1219
|
+
"name": "Workspace",
|
|
1220
|
+
"componentId": {
|
|
1221
|
+
"scope": "teambit.workspace",
|
|
1222
|
+
"name": "workspace"
|
|
1223
|
+
}
|
|
1165
1224
|
},
|
|
1166
1225
|
{
|
|
1167
1226
|
"__schema": "TypeRefSchema",
|
|
@@ -1170,7 +1229,11 @@
|
|
|
1170
1229
|
"line": 349,
|
|
1171
1230
|
"character": 5
|
|
1172
1231
|
},
|
|
1173
|
-
"name": "CLIMain"
|
|
1232
|
+
"name": "CLIMain",
|
|
1233
|
+
"componentId": {
|
|
1234
|
+
"scope": "teambit.harmony",
|
|
1235
|
+
"name": "cli"
|
|
1236
|
+
}
|
|
1174
1237
|
},
|
|
1175
1238
|
{
|
|
1176
1239
|
"__schema": "TypeRefSchema",
|
|
@@ -1179,7 +1242,11 @@
|
|
|
1179
1242
|
"line": 350,
|
|
1180
1243
|
"character": 5
|
|
1181
1244
|
},
|
|
1182
|
-
"name": "LoggerMain"
|
|
1245
|
+
"name": "LoggerMain",
|
|
1246
|
+
"componentId": {
|
|
1247
|
+
"scope": "teambit.harmony",
|
|
1248
|
+
"name": "logger"
|
|
1249
|
+
}
|
|
1183
1250
|
},
|
|
1184
1251
|
{
|
|
1185
1252
|
"__schema": "TypeRefSchema",
|
|
@@ -1188,7 +1255,11 @@
|
|
|
1188
1255
|
"line": 351,
|
|
1189
1256
|
"character": 5
|
|
1190
1257
|
},
|
|
1191
|
-
"name": "ComponentMain"
|
|
1258
|
+
"name": "ComponentMain",
|
|
1259
|
+
"componentId": {
|
|
1260
|
+
"scope": "teambit.component",
|
|
1261
|
+
"name": "component"
|
|
1262
|
+
}
|
|
1192
1263
|
},
|
|
1193
1264
|
{
|
|
1194
1265
|
"__schema": "TypeRefSchema",
|
|
@@ -1197,7 +1268,11 @@
|
|
|
1197
1268
|
"line": 352,
|
|
1198
1269
|
"character": 5
|
|
1199
1270
|
},
|
|
1200
|
-
"name": "ImporterMain"
|
|
1271
|
+
"name": "ImporterMain",
|
|
1272
|
+
"componentId": {
|
|
1273
|
+
"scope": "teambit.scope",
|
|
1274
|
+
"name": "importer"
|
|
1275
|
+
}
|
|
1201
1276
|
},
|
|
1202
1277
|
{
|
|
1203
1278
|
"__schema": "TypeRefSchema",
|
|
@@ -1206,7 +1281,11 @@
|
|
|
1206
1281
|
"line": 353,
|
|
1207
1282
|
"character": 5
|
|
1208
1283
|
},
|
|
1209
|
-
"name": "DependencyResolverMain"
|
|
1284
|
+
"name": "DependencyResolverMain",
|
|
1285
|
+
"componentId": {
|
|
1286
|
+
"scope": "teambit.dependencies",
|
|
1287
|
+
"name": "dependency-resolver"
|
|
1288
|
+
}
|
|
1210
1289
|
},
|
|
1211
1290
|
{
|
|
1212
1291
|
"__schema": "TypeRefSchema",
|
|
@@ -1215,7 +1294,11 @@
|
|
|
1215
1294
|
"line": 354,
|
|
1216
1295
|
"character": 5
|
|
1217
1296
|
},
|
|
1218
|
-
"name": "IssuesMain"
|
|
1297
|
+
"name": "IssuesMain",
|
|
1298
|
+
"componentId": {
|
|
1299
|
+
"scope": "teambit.component",
|
|
1300
|
+
"name": "issues"
|
|
1301
|
+
}
|
|
1219
1302
|
}
|
|
1220
1303
|
]
|
|
1221
1304
|
},
|
|
@@ -1371,7 +1454,12 @@
|
|
|
1371
1454
|
"line": 7,
|
|
1372
1455
|
"character": 27
|
|
1373
1456
|
},
|
|
1374
|
-
"name": "ComponentIdList"
|
|
1457
|
+
"name": "ComponentIdList",
|
|
1458
|
+
"componentId": {
|
|
1459
|
+
"scope": "teambit.component",
|
|
1460
|
+
"name": "component-id",
|
|
1461
|
+
"version": "1.2.0"
|
|
1462
|
+
}
|
|
1375
1463
|
},
|
|
1376
1464
|
"isOptional": true,
|
|
1377
1465
|
"isSpread": false
|
|
@@ -1391,7 +1479,12 @@
|
|
|
1391
1479
|
"line": 8,
|
|
1392
1480
|
"character": 25
|
|
1393
1481
|
},
|
|
1394
|
-
"name": "ComponentIdList"
|
|
1482
|
+
"name": "ComponentIdList",
|
|
1483
|
+
"componentId": {
|
|
1484
|
+
"scope": "teambit.component",
|
|
1485
|
+
"name": "component-id",
|
|
1486
|
+
"version": "1.2.0"
|
|
1487
|
+
}
|
|
1395
1488
|
},
|
|
1396
1489
|
"isOptional": true,
|
|
1397
1490
|
"isSpread": false
|
|
@@ -1411,7 +1504,12 @@
|
|
|
1411
1504
|
"line": 9,
|
|
1412
1505
|
"character": 26
|
|
1413
1506
|
},
|
|
1414
|
-
"name": "ComponentIdList"
|
|
1507
|
+
"name": "ComponentIdList",
|
|
1508
|
+
"componentId": {
|
|
1509
|
+
"scope": "teambit.component",
|
|
1510
|
+
"name": "component-id",
|
|
1511
|
+
"version": "1.2.0"
|
|
1512
|
+
}
|
|
1415
1513
|
},
|
|
1416
1514
|
"isOptional": true,
|
|
1417
1515
|
"isSpread": false
|
|
@@ -1471,7 +1569,12 @@
|
|
|
1471
1569
|
"line": 11,
|
|
1472
1570
|
"character": 23
|
|
1473
1571
|
},
|
|
1474
|
-
"name": "ComponentIdList"
|
|
1572
|
+
"name": "ComponentIdList",
|
|
1573
|
+
"componentId": {
|
|
1574
|
+
"scope": "teambit.component",
|
|
1575
|
+
"name": "component-id",
|
|
1576
|
+
"version": "1.2.0"
|
|
1577
|
+
}
|
|
1475
1578
|
},
|
|
1476
1579
|
"isOptional": true,
|
|
1477
1580
|
"isSpread": false
|
|
@@ -1511,7 +1614,7 @@
|
|
|
1511
1614
|
"_legacy": {
|
|
1512
1615
|
"scope": "teambit.component",
|
|
1513
1616
|
"name": "remove",
|
|
1514
|
-
"version": "1.0.
|
|
1617
|
+
"version": "1.0.229"
|
|
1515
1618
|
},
|
|
1516
1619
|
"_scope": "teambit.component"
|
|
1517
1620
|
}
|
|
@@ -1846,7 +1949,11 @@
|
|
|
1846
1949
|
"line": 38,
|
|
1847
1950
|
"character": 24
|
|
1848
1951
|
},
|
|
1849
|
-
"name": "Workspace"
|
|
1952
|
+
"name": "Workspace",
|
|
1953
|
+
"componentId": {
|
|
1954
|
+
"scope": "teambit.workspace",
|
|
1955
|
+
"name": "workspace"
|
|
1956
|
+
}
|
|
1850
1957
|
},
|
|
1851
1958
|
"isOptional": false,
|
|
1852
1959
|
"isSpread": false
|
|
@@ -1866,7 +1973,11 @@
|
|
|
1866
1973
|
"line": 39,
|
|
1867
1974
|
"character": 20
|
|
1868
1975
|
},
|
|
1869
|
-
"name": "Logger"
|
|
1976
|
+
"name": "Logger",
|
|
1977
|
+
"componentId": {
|
|
1978
|
+
"scope": "teambit.harmony",
|
|
1979
|
+
"name": "logger"
|
|
1980
|
+
}
|
|
1870
1981
|
},
|
|
1871
1982
|
"isOptional": false,
|
|
1872
1983
|
"isSpread": false
|
|
@@ -1886,7 +1997,11 @@
|
|
|
1886
1997
|
"line": 40,
|
|
1887
1998
|
"character": 23
|
|
1888
1999
|
},
|
|
1889
|
-
"name": "ImporterMain"
|
|
2000
|
+
"name": "ImporterMain",
|
|
2001
|
+
"componentId": {
|
|
2002
|
+
"scope": "teambit.scope",
|
|
2003
|
+
"name": "importer"
|
|
2004
|
+
}
|
|
1890
2005
|
},
|
|
1891
2006
|
"isOptional": false,
|
|
1892
2007
|
"isSpread": false
|
|
@@ -1906,7 +2021,11 @@
|
|
|
1906
2021
|
"line": 41,
|
|
1907
2022
|
"character": 26
|
|
1908
2023
|
},
|
|
1909
|
-
"name": "DependencyResolverMain"
|
|
2024
|
+
"name": "DependencyResolverMain",
|
|
2025
|
+
"componentId": {
|
|
2026
|
+
"scope": "teambit.dependencies",
|
|
2027
|
+
"name": "dependency-resolver"
|
|
2028
|
+
}
|
|
1910
2029
|
},
|
|
1911
2030
|
"isOptional": false,
|
|
1912
2031
|
"isSpread": false
|
|
@@ -2173,7 +2292,8 @@
|
|
|
2173
2292
|
"line": 56,
|
|
2174
2293
|
"character": 15
|
|
2175
2294
|
},
|
|
2176
|
-
"name": "RemoveComponentsResult"
|
|
2295
|
+
"name": "RemoveComponentsResult",
|
|
2296
|
+
"internalFilePath": "remove-components.ts"
|
|
2177
2297
|
}
|
|
2178
2298
|
]
|
|
2179
2299
|
},
|
|
@@ -2223,7 +2343,12 @@
|
|
|
2223
2343
|
"line": 79,
|
|
2224
2344
|
"character": 10
|
|
2225
2345
|
},
|
|
2226
|
-
"name": "ComponentID"
|
|
2346
|
+
"name": "ComponentID",
|
|
2347
|
+
"componentId": {
|
|
2348
|
+
"scope": "teambit.component",
|
|
2349
|
+
"name": "component-id",
|
|
2350
|
+
"version": "1.2.0"
|
|
2351
|
+
}
|
|
2227
2352
|
}
|
|
2228
2353
|
},
|
|
2229
2354
|
"isOptional": false,
|
|
@@ -2379,7 +2504,12 @@
|
|
|
2379
2504
|
"line": 96,
|
|
2380
2505
|
"character": 39
|
|
2381
2506
|
},
|
|
2382
|
-
"name": "ComponentID"
|
|
2507
|
+
"name": "ComponentID",
|
|
2508
|
+
"componentId": {
|
|
2509
|
+
"scope": "teambit.component",
|
|
2510
|
+
"name": "component-id",
|
|
2511
|
+
"version": "1.2.0"
|
|
2512
|
+
}
|
|
2383
2513
|
}
|
|
2384
2514
|
},
|
|
2385
2515
|
"isOptional": false,
|
|
@@ -2516,7 +2646,12 @@
|
|
|
2516
2646
|
"line": 114,
|
|
2517
2647
|
"character": 94
|
|
2518
2648
|
},
|
|
2519
|
-
"name": "ComponentID"
|
|
2649
|
+
"name": "ComponentID",
|
|
2650
|
+
"componentId": {
|
|
2651
|
+
"scope": "teambit.component",
|
|
2652
|
+
"name": "component-id",
|
|
2653
|
+
"version": "1.2.0"
|
|
2654
|
+
}
|
|
2520
2655
|
}
|
|
2521
2656
|
}
|
|
2522
2657
|
]
|
|
@@ -2580,7 +2715,8 @@
|
|
|
2580
2715
|
"line": 148,
|
|
2581
2716
|
"character": 45
|
|
2582
2717
|
},
|
|
2583
|
-
"name": "RecoverOptions"
|
|
2718
|
+
"name": "RecoverOptions",
|
|
2719
|
+
"internalFilePath": "recover-cmd.ts"
|
|
2584
2720
|
},
|
|
2585
2721
|
"isOptional": false,
|
|
2586
2722
|
"isSpread": false
|
|
@@ -2635,7 +2771,11 @@
|
|
|
2635
2771
|
"line": 233,
|
|
2636
2772
|
"character": 28
|
|
2637
2773
|
},
|
|
2638
|
-
"name": "Component"
|
|
2774
|
+
"name": "Component",
|
|
2775
|
+
"componentId": {
|
|
2776
|
+
"scope": "teambit.component",
|
|
2777
|
+
"name": "component"
|
|
2778
|
+
}
|
|
2639
2779
|
},
|
|
2640
2780
|
"isOptional": false,
|
|
2641
2781
|
"isSpread": false
|
|
@@ -2677,7 +2817,11 @@
|
|
|
2677
2817
|
"line": 240,
|
|
2678
2818
|
"character": 24
|
|
2679
2819
|
},
|
|
2680
|
-
"name": "Component"
|
|
2820
|
+
"name": "Component",
|
|
2821
|
+
"componentId": {
|
|
2822
|
+
"scope": "teambit.component",
|
|
2823
|
+
"name": "component"
|
|
2824
|
+
}
|
|
2681
2825
|
},
|
|
2682
2826
|
"isOptional": false,
|
|
2683
2827
|
"isSpread": false
|
|
@@ -2729,7 +2873,12 @@
|
|
|
2729
2873
|
"line": 247,
|
|
2730
2874
|
"character": 59
|
|
2731
2875
|
},
|
|
2732
|
-
"name": "ComponentID"
|
|
2876
|
+
"name": "ComponentID",
|
|
2877
|
+
"componentId": {
|
|
2878
|
+
"scope": "teambit.component",
|
|
2879
|
+
"name": "component-id",
|
|
2880
|
+
"version": "1.2.0"
|
|
2881
|
+
}
|
|
2733
2882
|
},
|
|
2734
2883
|
"isOptional": false,
|
|
2735
2884
|
"isSpread": false
|
|
@@ -2802,7 +2951,12 @@
|
|
|
2802
2951
|
"line": 262,
|
|
2803
2952
|
"character": 37
|
|
2804
2953
|
},
|
|
2805
|
-
"name": "ComponentID"
|
|
2954
|
+
"name": "ComponentID",
|
|
2955
|
+
"componentId": {
|
|
2956
|
+
"scope": "teambit.component",
|
|
2957
|
+
"name": "component-id",
|
|
2958
|
+
"version": "1.2.0"
|
|
2959
|
+
}
|
|
2806
2960
|
}
|
|
2807
2961
|
}
|
|
2808
2962
|
]
|
|
@@ -2843,7 +2997,11 @@
|
|
|
2843
2997
|
"line": 266,
|
|
2844
2998
|
"character": 50
|
|
2845
2999
|
},
|
|
2846
|
-
"name": "Component"
|
|
3000
|
+
"name": "Component",
|
|
3001
|
+
"componentId": {
|
|
3002
|
+
"scope": "teambit.component",
|
|
3003
|
+
"name": "component"
|
|
3004
|
+
}
|
|
2847
3005
|
}
|
|
2848
3006
|
},
|
|
2849
3007
|
"isOptional": false,
|
|
@@ -2959,7 +3117,11 @@
|
|
|
2959
3117
|
"line": 348,
|
|
2960
3118
|
"character": 5
|
|
2961
3119
|
},
|
|
2962
|
-
"name": "Workspace"
|
|
3120
|
+
"name": "Workspace",
|
|
3121
|
+
"componentId": {
|
|
3122
|
+
"scope": "teambit.workspace",
|
|
3123
|
+
"name": "workspace"
|
|
3124
|
+
}
|
|
2963
3125
|
},
|
|
2964
3126
|
{
|
|
2965
3127
|
"__schema": "TypeRefSchema",
|
|
@@ -2968,7 +3130,11 @@
|
|
|
2968
3130
|
"line": 349,
|
|
2969
3131
|
"character": 5
|
|
2970
3132
|
},
|
|
2971
|
-
"name": "CLIMain"
|
|
3133
|
+
"name": "CLIMain",
|
|
3134
|
+
"componentId": {
|
|
3135
|
+
"scope": "teambit.harmony",
|
|
3136
|
+
"name": "cli"
|
|
3137
|
+
}
|
|
2972
3138
|
},
|
|
2973
3139
|
{
|
|
2974
3140
|
"__schema": "TypeRefSchema",
|
|
@@ -2977,7 +3143,11 @@
|
|
|
2977
3143
|
"line": 350,
|
|
2978
3144
|
"character": 5
|
|
2979
3145
|
},
|
|
2980
|
-
"name": "LoggerMain"
|
|
3146
|
+
"name": "LoggerMain",
|
|
3147
|
+
"componentId": {
|
|
3148
|
+
"scope": "teambit.harmony",
|
|
3149
|
+
"name": "logger"
|
|
3150
|
+
}
|
|
2981
3151
|
},
|
|
2982
3152
|
{
|
|
2983
3153
|
"__schema": "TypeRefSchema",
|
|
@@ -2986,7 +3156,11 @@
|
|
|
2986
3156
|
"line": 351,
|
|
2987
3157
|
"character": 5
|
|
2988
3158
|
},
|
|
2989
|
-
"name": "ComponentMain"
|
|
3159
|
+
"name": "ComponentMain",
|
|
3160
|
+
"componentId": {
|
|
3161
|
+
"scope": "teambit.component",
|
|
3162
|
+
"name": "component"
|
|
3163
|
+
}
|
|
2990
3164
|
},
|
|
2991
3165
|
{
|
|
2992
3166
|
"__schema": "TypeRefSchema",
|
|
@@ -2995,7 +3169,11 @@
|
|
|
2995
3169
|
"line": 352,
|
|
2996
3170
|
"character": 5
|
|
2997
3171
|
},
|
|
2998
|
-
"name": "ImporterMain"
|
|
3172
|
+
"name": "ImporterMain",
|
|
3173
|
+
"componentId": {
|
|
3174
|
+
"scope": "teambit.scope",
|
|
3175
|
+
"name": "importer"
|
|
3176
|
+
}
|
|
2999
3177
|
},
|
|
3000
3178
|
{
|
|
3001
3179
|
"__schema": "TypeRefSchema",
|
|
@@ -3004,7 +3182,11 @@
|
|
|
3004
3182
|
"line": 353,
|
|
3005
3183
|
"character": 5
|
|
3006
3184
|
},
|
|
3007
|
-
"name": "DependencyResolverMain"
|
|
3185
|
+
"name": "DependencyResolverMain",
|
|
3186
|
+
"componentId": {
|
|
3187
|
+
"scope": "teambit.dependencies",
|
|
3188
|
+
"name": "dependency-resolver"
|
|
3189
|
+
}
|
|
3008
3190
|
},
|
|
3009
3191
|
{
|
|
3010
3192
|
"__schema": "TypeRefSchema",
|
|
@@ -3013,7 +3195,11 @@
|
|
|
3013
3195
|
"line": 354,
|
|
3014
3196
|
"character": 5
|
|
3015
3197
|
},
|
|
3016
|
-
"name": "IssuesMain"
|
|
3198
|
+
"name": "IssuesMain",
|
|
3199
|
+
"componentId": {
|
|
3200
|
+
"scope": "teambit.component",
|
|
3201
|
+
"name": "issues"
|
|
3202
|
+
}
|
|
3017
3203
|
}
|
|
3018
3204
|
]
|
|
3019
3205
|
},
|
|
@@ -3163,7 +3349,12 @@
|
|
|
3163
3349
|
"line": 7,
|
|
3164
3350
|
"character": 27
|
|
3165
3351
|
},
|
|
3166
|
-
"name": "ComponentIdList"
|
|
3352
|
+
"name": "ComponentIdList",
|
|
3353
|
+
"componentId": {
|
|
3354
|
+
"scope": "teambit.component",
|
|
3355
|
+
"name": "component-id",
|
|
3356
|
+
"version": "1.2.0"
|
|
3357
|
+
}
|
|
3167
3358
|
},
|
|
3168
3359
|
"isOptional": true,
|
|
3169
3360
|
"isSpread": false
|
|
@@ -3183,7 +3374,12 @@
|
|
|
3183
3374
|
"line": 8,
|
|
3184
3375
|
"character": 25
|
|
3185
3376
|
},
|
|
3186
|
-
"name": "ComponentIdList"
|
|
3377
|
+
"name": "ComponentIdList",
|
|
3378
|
+
"componentId": {
|
|
3379
|
+
"scope": "teambit.component",
|
|
3380
|
+
"name": "component-id",
|
|
3381
|
+
"version": "1.2.0"
|
|
3382
|
+
}
|
|
3187
3383
|
},
|
|
3188
3384
|
"isOptional": true,
|
|
3189
3385
|
"isSpread": false
|
|
@@ -3203,7 +3399,12 @@
|
|
|
3203
3399
|
"line": 9,
|
|
3204
3400
|
"character": 26
|
|
3205
3401
|
},
|
|
3206
|
-
"name": "ComponentIdList"
|
|
3402
|
+
"name": "ComponentIdList",
|
|
3403
|
+
"componentId": {
|
|
3404
|
+
"scope": "teambit.component",
|
|
3405
|
+
"name": "component-id",
|
|
3406
|
+
"version": "1.2.0"
|
|
3407
|
+
}
|
|
3207
3408
|
},
|
|
3208
3409
|
"isOptional": true,
|
|
3209
3410
|
"isSpread": false
|
|
@@ -3263,7 +3464,12 @@
|
|
|
3263
3464
|
"line": 11,
|
|
3264
3465
|
"character": 23
|
|
3265
3466
|
},
|
|
3266
|
-
"name": "ComponentIdList"
|
|
3467
|
+
"name": "ComponentIdList",
|
|
3468
|
+
"componentId": {
|
|
3469
|
+
"scope": "teambit.component",
|
|
3470
|
+
"name": "component-id",
|
|
3471
|
+
"version": "1.2.0"
|
|
3472
|
+
}
|
|
3267
3473
|
},
|
|
3268
3474
|
"isOptional": true,
|
|
3269
3475
|
"isSpread": false
|
|
@@ -3303,7 +3509,7 @@
|
|
|
3303
3509
|
"_legacy": {
|
|
3304
3510
|
"scope": "teambit.component",
|
|
3305
3511
|
"name": "remove",
|
|
3306
|
-
"version": "1.0.
|
|
3512
|
+
"version": "1.0.229"
|
|
3307
3513
|
},
|
|
3308
3514
|
"_scope": "teambit.component"
|
|
3309
3515
|
}
|
|
@@ -3356,7 +3562,7 @@
|
|
|
3356
3562
|
"componentId": {
|
|
3357
3563
|
"scope": "teambit.component",
|
|
3358
3564
|
"name": "remove",
|
|
3359
|
-
"version": "1.0.
|
|
3565
|
+
"version": "1.0.229"
|
|
3360
3566
|
},
|
|
3361
3567
|
"taggedModuleExports": []
|
|
3362
3568
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { Command, CommandOptions } from '@teambit/cli';
|
|
2
|
+
import { Workspace } from '@teambit/workspace';
|
|
3
|
+
import { RemoveMain } from './remove.main.runtime';
|
|
4
|
+
export declare class DeleteCmd implements Command {
|
|
5
|
+
private remove;
|
|
6
|
+
private workspace?;
|
|
7
|
+
name: string;
|
|
8
|
+
description: string;
|
|
9
|
+
extendedDescription: string;
|
|
10
|
+
arguments: {
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
}[];
|
|
14
|
+
group: string;
|
|
15
|
+
helpUrl: string;
|
|
16
|
+
skipWorkspace: boolean;
|
|
17
|
+
alias: string;
|
|
18
|
+
options: CommandOptions;
|
|
19
|
+
loader: boolean;
|
|
20
|
+
remoteOp: boolean;
|
|
21
|
+
constructor(remove: RemoveMain, workspace?: Workspace | undefined);
|
|
22
|
+
report([componentsPattern]: [string], { force, lane, updateMain, hard, silent, }: {
|
|
23
|
+
force?: boolean;
|
|
24
|
+
lane?: boolean;
|
|
25
|
+
updateMain?: boolean;
|
|
26
|
+
hard?: boolean;
|
|
27
|
+
silent?: boolean;
|
|
28
|
+
}): Promise<string>;
|
|
29
|
+
private paintArray;
|
|
30
|
+
private removePrompt;
|
|
31
|
+
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { RemoveAspect } from './remove.aspect';
|
|
2
|
+
export type { RemoveMain, RemoveInfo } from './remove.main.runtime';
|
|
3
|
+
export type { RemovedLocalObjects } from './removed-local-objects';
|
|
4
|
+
export { removeTemplate } from './remove-template';
|
|
5
|
+
export default RemoveAspect;
|
|
6
|
+
export { RemoveAspect };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command, CommandOptions } from '@teambit/cli';
|
|
2
|
+
import { RemoveMain } from './remove.main.runtime';
|
|
3
|
+
export type RecoverOptions = {
|
|
4
|
+
skipDependencyInstallation?: boolean;
|
|
5
|
+
skipWriteConfigFiles?: boolean;
|
|
6
|
+
};
|
|
7
|
+
export declare class RecoverCmd implements Command {
|
|
8
|
+
private remove;
|
|
9
|
+
name: string;
|
|
10
|
+
description: string;
|
|
11
|
+
group: string;
|
|
12
|
+
options: CommandOptions;
|
|
13
|
+
loader: boolean;
|
|
14
|
+
constructor(remove: RemoveMain);
|
|
15
|
+
report([componentName]: [string], options: RecoverOptions): Promise<string>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Command, CommandOptions } from '@teambit/cli';
|
|
2
|
+
import { Workspace } from '@teambit/workspace';
|
|
3
|
+
import { RemoveMain } from './remove.main.runtime';
|
|
4
|
+
export declare class RemoveCmd implements Command {
|
|
5
|
+
private remove;
|
|
6
|
+
private workspace?;
|
|
7
|
+
name: string;
|
|
8
|
+
description: string;
|
|
9
|
+
extendedDescription: string;
|
|
10
|
+
arguments: {
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
}[];
|
|
14
|
+
group: string;
|
|
15
|
+
helpUrl: string;
|
|
16
|
+
skipWorkspace: boolean;
|
|
17
|
+
alias: string;
|
|
18
|
+
options: CommandOptions;
|
|
19
|
+
loader: boolean;
|
|
20
|
+
examples: {
|
|
21
|
+
cmd: string;
|
|
22
|
+
description: string;
|
|
23
|
+
}[];
|
|
24
|
+
remoteOp: boolean;
|
|
25
|
+
constructor(remove: RemoveMain, workspace?: Workspace | undefined);
|
|
26
|
+
report([componentsPattern]: [string], { force, track, silent, keepFiles, }: {
|
|
27
|
+
force?: boolean;
|
|
28
|
+
track?: boolean;
|
|
29
|
+
silent?: boolean;
|
|
30
|
+
keepFiles?: boolean;
|
|
31
|
+
}): Promise<string>;
|
|
32
|
+
private removePrompt;
|
|
33
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Workspace } from '@teambit/workspace';
|
|
2
|
+
import { ComponentIdList } from '@teambit/component-id';
|
|
3
|
+
import RemovedObjects from '@teambit/legacy/dist/scope/removed-components';
|
|
4
|
+
import { RemovedLocalObjects } from './removed-local-objects';
|
|
5
|
+
export type RemoveComponentsResult = {
|
|
6
|
+
localResult: RemovedLocalObjects;
|
|
7
|
+
remoteResult: RemovedObjects[];
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Remove components local and remote
|
|
11
|
+
* splits array of ids into local and remote and removes according to flags
|
|
12
|
+
* @param {string[]} ids - list of remote component ids to delete
|
|
13
|
+
* @param {boolean} force - delete component that are used by other components.
|
|
14
|
+
* @param {boolean} remote - delete component from a remote scope
|
|
15
|
+
* @param {boolean} track - keep tracking local staged components in bitmap.
|
|
16
|
+
* @param {boolean} deleteFiles - delete local added files from fs.
|
|
17
|
+
*/
|
|
18
|
+
export declare function removeComponents({ workspace, ids, force, remote, track, deleteFiles, }: {
|
|
19
|
+
workspace?: Workspace;
|
|
20
|
+
ids: ComponentIdList;
|
|
21
|
+
force: boolean;
|
|
22
|
+
remote: boolean;
|
|
23
|
+
track: boolean;
|
|
24
|
+
deleteFiles: boolean;
|
|
25
|
+
}): Promise<RemoveComponentsResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function removeTemplate({ dependentBits, modifiedComponents, removedComponentIds, missingComponents, removedFromLane }: {
|
|
2
|
+
dependentBits: any;
|
|
3
|
+
modifiedComponents?: never[] | undefined;
|
|
4
|
+
removedComponentIds: any;
|
|
5
|
+
missingComponents: any;
|
|
6
|
+
removedFromLane: any;
|
|
7
|
+
}, isRemote: any): string;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Component, ShowFragment } from '@teambit/component';
|
|
2
|
+
import { RemoveMain } from './remove.main.runtime';
|
|
3
|
+
export declare class RemoveFragment implements ShowFragment {
|
|
4
|
+
private remove;
|
|
5
|
+
constructor(remove: RemoveMain);
|
|
6
|
+
title: string;
|
|
7
|
+
renderRow(component: Component): Promise<{
|
|
8
|
+
title: string;
|
|
9
|
+
content: string;
|
|
10
|
+
}>;
|
|
11
|
+
json(component: Component): Promise<{
|
|
12
|
+
title: string;
|
|
13
|
+
json: import("./remove.main.runtime").RemoveInfo;
|
|
14
|
+
}>;
|
|
15
|
+
weight: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { CLIMain } from '@teambit/cli';
|
|
2
|
+
import { Logger, LoggerMain } from '@teambit/logger';
|
|
3
|
+
import { Workspace } from '@teambit/workspace';
|
|
4
|
+
import { ComponentID } from '@teambit/component-id';
|
|
5
|
+
import { ImporterMain } from '@teambit/importer';
|
|
6
|
+
import { DependencyResolverMain } from '@teambit/dependency-resolver';
|
|
7
|
+
import { IssuesMain } from '@teambit/issues';
|
|
8
|
+
import { Component, ComponentMain } from '@teambit/component';
|
|
9
|
+
import { RemoveComponentsResult } from './remove-components';
|
|
10
|
+
import { RecoverOptions } from './recover-cmd';
|
|
11
|
+
export type RemoveInfo = {
|
|
12
|
+
removed: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* whether to remove the component from default lane once merged
|
|
15
|
+
*/
|
|
16
|
+
removeOnMain?: boolean;
|
|
17
|
+
};
|
|
18
|
+
export declare class RemoveMain {
|
|
19
|
+
private workspace;
|
|
20
|
+
logger: Logger;
|
|
21
|
+
private importer;
|
|
22
|
+
private depResolver;
|
|
23
|
+
constructor(workspace: Workspace, logger: Logger, importer: ImporterMain, depResolver: DependencyResolverMain);
|
|
24
|
+
remove({ componentsPattern, force, remote, track, deleteFiles, }: {
|
|
25
|
+
componentsPattern: string;
|
|
26
|
+
force?: boolean;
|
|
27
|
+
remote?: boolean;
|
|
28
|
+
track?: boolean;
|
|
29
|
+
deleteFiles?: boolean;
|
|
30
|
+
}): Promise<RemoveComponentsResult>;
|
|
31
|
+
/**
|
|
32
|
+
* remove components from the workspace.
|
|
33
|
+
*/
|
|
34
|
+
removeLocallyByIds(ids: ComponentID[], { force, reasonForRemoval }?: {
|
|
35
|
+
force?: boolean;
|
|
36
|
+
reasonForRemoval?: string;
|
|
37
|
+
}): Promise<RemoveComponentsResult>;
|
|
38
|
+
markRemoveComps(componentIds: ComponentID[], shouldUpdateMain?: boolean): Promise<ComponentID[]>;
|
|
39
|
+
deleteComps(componentsPattern: string, opts?: {
|
|
40
|
+
updateMain?: boolean;
|
|
41
|
+
}): Promise<ComponentID[]>;
|
|
42
|
+
/**
|
|
43
|
+
* recover a soft-removed component.
|
|
44
|
+
* there are 4 different scenarios.
|
|
45
|
+
* 1. a component was just soft-removed, it wasn't snapped yet. so it's now in .bitmap with the "removed" aspect entry.
|
|
46
|
+
* 1.a. the component still exists in the local scope. no need to import. write it from there.
|
|
47
|
+
* 1.b. the component doesn't exist in the local scope. import it.
|
|
48
|
+
* 2. soft-removed and then snapped. It's not in .bitmap now.
|
|
49
|
+
* 3. soft-removed, snapped, exported. it's not in .bitmap now.
|
|
50
|
+
* 4. a soft-removed components was imported, so it's now in .bitmap without the "removed" aspect entry.
|
|
51
|
+
* 5. workspace is empty. the soft-removed component is on the remote.
|
|
52
|
+
* returns `true` if it was recovered. `false` if the component wasn't soft-removed, so nothing to recover from.
|
|
53
|
+
*/
|
|
54
|
+
recover(compIdStr: string, options: RecoverOptions): Promise<boolean>;
|
|
55
|
+
private throwForMainComponentWhenOnLane;
|
|
56
|
+
getRemoveInfo(component: Component): RemoveInfo;
|
|
57
|
+
isRemoved(component: Component): boolean;
|
|
58
|
+
/**
|
|
59
|
+
* performant version of isRemoved() in case the component object is not available and loading it is expensive.
|
|
60
|
+
*/
|
|
61
|
+
isRemovedByIdWithoutLoadingComponent(componentId: ComponentID): Promise<boolean>;
|
|
62
|
+
/**
|
|
63
|
+
* get components that were soft-removed and tagged/snapped/merged but not exported yet.
|
|
64
|
+
*/
|
|
65
|
+
getRemovedStaged(): Promise<ComponentID[]>;
|
|
66
|
+
addRemovedDependenciesIssues(components: Component[]): Promise<void>;
|
|
67
|
+
private addRemovedDepIssue;
|
|
68
|
+
private getRemovedStagedFromMain;
|
|
69
|
+
private getRemovedStagedFromLane;
|
|
70
|
+
private getLocalBitIdsToRemove;
|
|
71
|
+
private getRemoteBitIdsToRemove;
|
|
72
|
+
static slots: never[];
|
|
73
|
+
static dependencies: import("@teambit/harmony").Aspect[];
|
|
74
|
+
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
75
|
+
static provider([workspace, cli, loggerMain, componentAspect, importerMain, depResolver, issues]: [
|
|
76
|
+
Workspace,
|
|
77
|
+
CLIMain,
|
|
78
|
+
LoggerMain,
|
|
79
|
+
ComponentMain,
|
|
80
|
+
ImporterMain,
|
|
81
|
+
DependencyResolverMain,
|
|
82
|
+
IssuesMain
|
|
83
|
+
]): Promise<RemoveMain>;
|
|
84
|
+
}
|
|
85
|
+
export default RemoveMain;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { ComponentIdList } from '@teambit/component-id';
|
|
2
|
+
import RemovedObjects from '@teambit/legacy/dist/scope/removed-components';
|
|
3
|
+
export declare class RemovedLocalObjects extends RemovedObjects {
|
|
4
|
+
modifiedComponents: ComponentIdList;
|
|
5
|
+
constructor(removedComponentIds?: ComponentIdList, missingComponents?: ComponentIdList, modifiedComponents?: ComponentIdList, dependentBits?: Record<string, any>, removedFromLane?: ComponentIdList);
|
|
6
|
+
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/remove",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.229",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/remove",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.component",
|
|
8
8
|
"name": "remove",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.229"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -18,20 +18,20 @@
|
|
|
18
18
|
"@teambit/bit-error": "0.0.404",
|
|
19
19
|
"@teambit/component-id": "1.2.0",
|
|
20
20
|
"@teambit/harmony": "0.4.6",
|
|
21
|
-
"@teambit/cli": "0.0.
|
|
22
|
-
"@teambit/workspace": "1.0.
|
|
23
|
-
"@teambit/component": "1.0.
|
|
21
|
+
"@teambit/cli": "0.0.862",
|
|
22
|
+
"@teambit/workspace": "1.0.229",
|
|
23
|
+
"@teambit/component": "1.0.229",
|
|
24
24
|
"@teambit/component-issues": "0.0.143",
|
|
25
|
-
"@teambit/dependency-resolver": "1.0.
|
|
26
|
-
"@teambit/importer": "1.0.
|
|
27
|
-
"@teambit/issues": "1.0.
|
|
28
|
-
"@teambit/logger": "0.0.
|
|
25
|
+
"@teambit/dependency-resolver": "1.0.229",
|
|
26
|
+
"@teambit/importer": "1.0.229",
|
|
27
|
+
"@teambit/issues": "1.0.229",
|
|
28
|
+
"@teambit/logger": "0.0.955"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/lodash": "4.14.165",
|
|
32
32
|
"@types/mocha": "9.1.0",
|
|
33
33
|
"chai": "4.3.0",
|
|
34
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
34
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.33"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@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,25 +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.workspace_workspace@1.0.228"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.228"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_importer@1.0.228"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_issues@1.0.228"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.954"
|
|
58
|
-
}
|
|
59
38
|
]
|
|
60
39
|
}
|
|
File without changes
|