@teambit/install 1.0.295 → 1.0.296

Sign up to get free protection for your applications and to get access to all the features.
@@ -758,14 +758,14 @@
758
758
  "__schema": "FunctionLikeSchema",
759
759
  "location": {
760
760
  "filePath": "install.main.runtime.ts",
761
- "line": 592,
761
+ "line": 603,
762
762
  "character": 3
763
763
  },
764
764
  "doc": {
765
765
  "__schema": "DocSchema",
766
766
  "location": {
767
767
  "filePath": "install.main.runtime.ts",
768
- "line": 585,
768
+ "line": 596,
769
769
  "character": 3
770
770
  },
771
771
  "raw": "/**\n * This function returns a list of old non-loaded environments names.\n * @returns an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\n * failed to load as extensions and are also don't have an env.jsonc file.\n * If this list is not empty, then the user might need to run another install to make sure all dependencies resolved\n * correctly\n */",
@@ -775,7 +775,7 @@
775
775
  "__schema": "ReturnTagSchema",
776
776
  "location": {
777
777
  "filePath": "install.main.runtime.ts",
778
- "line": 587,
778
+ "line": 598,
779
779
  "character": 6
780
780
  },
781
781
  "tagName": "return",
@@ -790,7 +790,7 @@
790
790
  "__schema": "InferenceTypeSchema",
791
791
  "location": {
792
792
  "filePath": "install.main.runtime.ts",
793
- "line": 592,
793
+ "line": 603,
794
794
  "character": 3
795
795
  },
796
796
  "type": "string[]"
@@ -803,14 +803,14 @@
803
803
  "__schema": "FunctionLikeSchema",
804
804
  "location": {
805
805
  "filePath": "install.main.runtime.ts",
806
- "line": 743,
806
+ "line": 754,
807
807
  "character": 3
808
808
  },
809
809
  "doc": {
810
810
  "__schema": "DocSchema",
811
811
  "location": {
812
812
  "filePath": "install.main.runtime.ts",
813
- "line": 738,
813
+ "line": 749,
814
814
  "character": 3
815
815
  },
816
816
  "raw": "/**\n * Updates out-of-date dependencies in the workspace.\n *\n * @param options.all {Boolean} updates all outdated dependencies without showing a prompt.\n */",
@@ -820,7 +820,7 @@
820
820
  "__schema": "PropertyLikeTagSchema",
821
821
  "location": {
822
822
  "filePath": "install.main.runtime.ts",
823
- "line": 741,
823
+ "line": 752,
824
824
  "character": 6
825
825
  },
826
826
  "name": "options.all",
@@ -830,7 +830,7 @@
830
830
  "__schema": "TypeRefSchema",
831
831
  "location": {
832
832
  "filePath": "install.main.runtime.ts",
833
- "line": 741,
833
+ "line": 752,
834
834
  "character": 26
835
835
  },
836
836
  "name": "Boolean"
@@ -845,7 +845,7 @@
845
845
  "__schema": "ParameterSchema",
846
846
  "location": {
847
847
  "filePath": "install.main.runtime.ts",
848
- "line": 743,
848
+ "line": 754,
849
849
  "character": 28
850
850
  },
851
851
  "name": "options",
@@ -853,7 +853,7 @@
853
853
  "__schema": "TypeLiteralSchema",
854
854
  "location": {
855
855
  "filePath": "install.main.runtime.ts",
856
- "line": 743,
856
+ "line": 754,
857
857
  "character": 37
858
858
  },
859
859
  "members": [
@@ -861,7 +861,7 @@
861
861
  "__schema": "VariableLikeSchema",
862
862
  "location": {
863
863
  "filePath": "install.main.runtime.ts",
864
- "line": 744,
864
+ "line": 755,
865
865
  "character": 5
866
866
  },
867
867
  "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
@@ -870,7 +870,7 @@
870
870
  "__schema": "TypeUnionSchema",
871
871
  "location": {
872
872
  "filePath": "install.main.runtime.ts",
873
- "line": 744,
873
+ "line": 755,
874
874
  "character": 24
875
875
  },
876
876
  "types": [
@@ -878,7 +878,7 @@
878
878
  "__schema": "LiteralTypeSchema",
879
879
  "location": {
880
880
  "filePath": "install.main.runtime.ts",
881
- "line": 744,
881
+ "line": 755,
882
882
  "character": 24
883
883
  },
884
884
  "name": "'major'"
@@ -887,7 +887,7 @@
887
887
  "__schema": "LiteralTypeSchema",
888
888
  "location": {
889
889
  "filePath": "install.main.runtime.ts",
890
- "line": 744,
890
+ "line": 755,
891
891
  "character": 34
892
892
  },
893
893
  "name": "'minor'"
@@ -896,7 +896,7 @@
896
896
  "__schema": "LiteralTypeSchema",
897
897
  "location": {
898
898
  "filePath": "install.main.runtime.ts",
899
- "line": 744,
899
+ "line": 755,
900
900
  "character": 44
901
901
  },
902
902
  "name": "'patch'"
@@ -905,7 +905,7 @@
905
905
  "__schema": "LiteralTypeSchema",
906
906
  "location": {
907
907
  "filePath": "install.main.runtime.ts",
908
- "line": 744,
908
+ "line": 755,
909
909
  "character": 54
910
910
  },
911
911
  "name": "'compatible'"
@@ -918,7 +918,7 @@
918
918
  "__schema": "VariableLikeSchema",
919
919
  "location": {
920
920
  "filePath": "install.main.runtime.ts",
921
- "line": 745,
921
+ "line": 756,
922
922
  "character": 5
923
923
  },
924
924
  "signature": "(property) patterns?: string[] | undefined",
@@ -927,14 +927,14 @@
927
927
  "__schema": "TypeArraySchema",
928
928
  "location": {
929
929
  "filePath": "install.main.runtime.ts",
930
- "line": 745,
930
+ "line": 756,
931
931
  "character": 16
932
932
  },
933
933
  "type": {
934
934
  "__schema": "KeywordTypeSchema",
935
935
  "location": {
936
936
  "filePath": "install.main.runtime.ts",
937
- "line": 745,
937
+ "line": 756,
938
938
  "character": 16
939
939
  },
940
940
  "name": "string"
@@ -946,7 +946,7 @@
946
946
  "__schema": "VariableLikeSchema",
947
947
  "location": {
948
948
  "filePath": "install.main.runtime.ts",
949
- "line": 746,
949
+ "line": 757,
950
950
  "character": 5
951
951
  },
952
952
  "signature": "(property) all: boolean",
@@ -955,7 +955,7 @@
955
955
  "__schema": "KeywordTypeSchema",
956
956
  "location": {
957
957
  "filePath": "install.main.runtime.ts",
958
- "line": 746,
958
+ "line": 757,
959
959
  "character": 10
960
960
  },
961
961
  "name": "boolean"
@@ -972,7 +972,7 @@
972
972
  "__schema": "TypeRefSchema",
973
973
  "location": {
974
974
  "filePath": "install.main.runtime.ts",
975
- "line": 747,
975
+ "line": 758,
976
976
  "character": 7
977
977
  },
978
978
  "name": "Promise",
@@ -981,7 +981,7 @@
981
981
  "__schema": "TypeUnionSchema",
982
982
  "location": {
983
983
  "filePath": "install.main.runtime.ts",
984
- "line": 747,
984
+ "line": 758,
985
985
  "character": 15
986
986
  },
987
987
  "types": [
@@ -989,7 +989,7 @@
989
989
  "__schema": "TypeRefSchema",
990
990
  "location": {
991
991
  "filePath": "install.main.runtime.ts",
992
- "line": 747,
992
+ "line": 758,
993
993
  "character": 15
994
994
  },
995
995
  "name": "ComponentMap",
@@ -1002,7 +1002,7 @@
1002
1002
  "__schema": "KeywordTypeSchema",
1003
1003
  "location": {
1004
1004
  "filePath": "install.main.runtime.ts",
1005
- "line": 747,
1005
+ "line": 758,
1006
1006
  "character": 28
1007
1007
  },
1008
1008
  "name": "string"
@@ -1013,7 +1013,7 @@
1013
1013
  "__schema": "LiteralTypeSchema",
1014
1014
  "location": {
1015
1015
  "filePath": "install.main.runtime.ts",
1016
- "line": 747,
1016
+ "line": 758,
1017
1017
  "character": 38
1018
1018
  },
1019
1019
  "name": "null"
@@ -1030,7 +1030,7 @@
1030
1030
  "__schema": "FunctionLikeSchema",
1031
1031
  "location": {
1032
1032
  "filePath": "install.main.runtime.ts",
1033
- "line": 790,
1033
+ "line": 801,
1034
1034
  "character": 3
1035
1035
  },
1036
1036
  "signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
@@ -1040,7 +1040,7 @@
1040
1040
  "__schema": "ParameterSchema",
1041
1041
  "location": {
1042
1042
  "filePath": "install.main.runtime.ts",
1043
- "line": 790,
1043
+ "line": 801,
1044
1044
  "character": 46
1045
1045
  },
1046
1046
  "name": "components",
@@ -1048,14 +1048,14 @@
1048
1048
  "__schema": "TypeArraySchema",
1049
1049
  "location": {
1050
1050
  "filePath": "install.main.runtime.ts",
1051
- "line": 790,
1051
+ "line": 801,
1052
1052
  "character": 58
1053
1053
  },
1054
1054
  "type": {
1055
1055
  "__schema": "TypeRefSchema",
1056
1056
  "location": {
1057
1057
  "filePath": "install.main.runtime.ts",
1058
- "line": 790,
1058
+ "line": 801,
1059
1059
  "character": 58
1060
1060
  },
1061
1061
  "name": "Component",
@@ -1073,7 +1073,7 @@
1073
1073
  "__schema": "InferenceTypeSchema",
1074
1074
  "location": {
1075
1075
  "filePath": "install.main.runtime.ts",
1076
- "line": 790,
1076
+ "line": 801,
1077
1077
  "character": 3
1078
1078
  },
1079
1079
  "type": "Promise<void>"
@@ -1086,14 +1086,14 @@
1086
1086
  "__schema": "FunctionLikeSchema",
1087
1087
  "location": {
1088
1088
  "filePath": "install.main.runtime.ts",
1089
- "line": 859,
1089
+ "line": 870,
1090
1090
  "character": 3
1091
1091
  },
1092
1092
  "doc": {
1093
1093
  "__schema": "DocSchema",
1094
1094
  "location": {
1095
1095
  "filePath": "install.main.runtime.ts",
1096
- "line": 854,
1096
+ "line": 865,
1097
1097
  "character": 3
1098
1098
  },
1099
1099
  "raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
@@ -1103,7 +1103,7 @@
1103
1103
  "__schema": "PropertyLikeTagSchema",
1104
1104
  "location": {
1105
1105
  "filePath": "install.main.runtime.ts",
1106
- "line": 857,
1106
+ "line": 868,
1107
1107
  "character": 6
1108
1108
  },
1109
1109
  "name": "the",
@@ -1113,14 +1113,14 @@
1113
1113
  "__schema": "TypeArraySchema",
1114
1114
  "location": {
1115
1115
  "filePath": "install.main.runtime.ts",
1116
- "line": 857,
1116
+ "line": 868,
1117
1117
  "character": 14
1118
1118
  },
1119
1119
  "type": {
1120
1120
  "__schema": "KeywordTypeSchema",
1121
1121
  "location": {
1122
1122
  "filePath": "install.main.runtime.ts",
1123
- "line": 857,
1123
+ "line": 868,
1124
1124
  "character": 14
1125
1125
  },
1126
1126
  "name": "string"
@@ -1136,7 +1136,7 @@
1136
1136
  "__schema": "ParameterSchema",
1137
1137
  "location": {
1138
1138
  "filePath": "install.main.runtime.ts",
1139
- "line": 859,
1139
+ "line": 870,
1140
1140
  "character": 31
1141
1141
  },
1142
1142
  "name": "packages",
@@ -1144,14 +1144,14 @@
1144
1144
  "__schema": "TypeArraySchema",
1145
1145
  "location": {
1146
1146
  "filePath": "install.main.runtime.ts",
1147
- "line": 859,
1147
+ "line": 870,
1148
1148
  "character": 41
1149
1149
  },
1150
1150
  "type": {
1151
1151
  "__schema": "KeywordTypeSchema",
1152
1152
  "location": {
1153
1153
  "filePath": "install.main.runtime.ts",
1154
- "line": 859,
1154
+ "line": 870,
1155
1155
  "character": 41
1156
1156
  },
1157
1157
  "name": "string"
@@ -1165,7 +1165,7 @@
1165
1165
  "__schema": "InferenceTypeSchema",
1166
1166
  "location": {
1167
1167
  "filePath": "install.main.runtime.ts",
1168
- "line": 859,
1168
+ "line": 870,
1169
1169
  "character": 3
1170
1170
  },
1171
1171
  "type": "Promise<ComponentMap<string>>"
@@ -1178,14 +1178,14 @@
1178
1178
  "__schema": "FunctionLikeSchema",
1179
1179
  "location": {
1180
1180
  "filePath": "install.main.runtime.ts",
1181
- "line": 869,
1181
+ "line": 880,
1182
1182
  "character": 3
1183
1183
  },
1184
1184
  "doc": {
1185
1185
  "__schema": "DocSchema",
1186
1186
  "location": {
1187
1187
  "filePath": "install.main.runtime.ts",
1188
- "line": 865,
1188
+ "line": 876,
1189
1189
  "character": 3
1190
1190
  },
1191
1191
  "raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
@@ -1198,7 +1198,7 @@
1198
1198
  "__schema": "ParameterSchema",
1199
1199
  "location": {
1200
1200
  "filePath": "install.main.runtime.ts",
1201
- "line": 870,
1201
+ "line": 881,
1202
1202
  "character": 5
1203
1203
  },
1204
1204
  "name": "options",
@@ -1206,7 +1206,7 @@
1206
1206
  "__schema": "TypeRefSchema",
1207
1207
  "location": {
1208
1208
  "filePath": "install.main.runtime.ts",
1209
- "line": 870,
1209
+ "line": 881,
1210
1210
  "character": 14
1211
1211
  },
1212
1212
  "name": "WorkspaceLinkOptions",
@@ -1221,7 +1221,7 @@
1221
1221
  "__schema": "TypeRefSchema",
1222
1222
  "location": {
1223
1223
  "filePath": "install.main.runtime.ts",
1224
- "line": 871,
1224
+ "line": 882,
1225
1225
  "character": 6
1226
1226
  },
1227
1227
  "name": "Promise",
@@ -1230,7 +1230,7 @@
1230
1230
  "__schema": "TypeLiteralSchema",
1231
1231
  "location": {
1232
1232
  "filePath": "install.main.runtime.ts",
1233
- "line": 871,
1233
+ "line": 882,
1234
1234
  "character": 14
1235
1235
  },
1236
1236
  "members": [
@@ -1238,7 +1238,7 @@
1238
1238
  "__schema": "VariableLikeSchema",
1239
1239
  "location": {
1240
1240
  "filePath": "install.main.runtime.ts",
1241
- "line": 871,
1241
+ "line": 882,
1242
1242
  "character": 16
1243
1243
  },
1244
1244
  "signature": "(property) linkResults: WorkspaceLinkResults",
@@ -1247,7 +1247,7 @@
1247
1247
  "__schema": "TypeRefSchema",
1248
1248
  "location": {
1249
1249
  "filePath": "install.main.runtime.ts",
1250
- "line": 871,
1250
+ "line": 882,
1251
1251
  "character": 16
1252
1252
  },
1253
1253
  "name": "WorkspaceLinkResults",
@@ -1259,7 +1259,7 @@
1259
1259
  "__schema": "VariableLikeSchema",
1260
1260
  "location": {
1261
1261
  "filePath": "install.main.runtime.ts",
1262
- "line": 871,
1262
+ "line": 882,
1263
1263
  "character": 51
1264
1264
  },
1265
1265
  "signature": "(property) linkedRootDeps: Record<string, string>",
@@ -1268,7 +1268,7 @@
1268
1268
  "__schema": "TypeRefSchema",
1269
1269
  "location": {
1270
1270
  "filePath": "install.main.runtime.ts",
1271
- "line": 871,
1271
+ "line": 882,
1272
1272
  "character": 67
1273
1273
  },
1274
1274
  "name": "Record",
@@ -1277,7 +1277,7 @@
1277
1277
  "__schema": "KeywordTypeSchema",
1278
1278
  "location": {
1279
1279
  "filePath": "install.main.runtime.ts",
1280
- "line": 871,
1280
+ "line": 882,
1281
1281
  "character": 74
1282
1282
  },
1283
1283
  "name": "string"
@@ -1286,7 +1286,7 @@
1286
1286
  "__schema": "KeywordTypeSchema",
1287
1287
  "location": {
1288
1288
  "filePath": "install.main.runtime.ts",
1289
- "line": 871,
1289
+ "line": 882,
1290
1290
  "character": 82
1291
1291
  },
1292
1292
  "name": "string"
@@ -1307,7 +1307,7 @@
1307
1307
  "__schema": "FunctionLikeSchema",
1308
1308
  "location": {
1309
1309
  "filePath": "install.main.runtime.ts",
1310
- "line": 895,
1310
+ "line": 906,
1311
1311
  "character": 3
1312
1312
  },
1313
1313
  "signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
@@ -1317,7 +1317,7 @@
1317
1317
  "__schema": "ParameterSchema",
1318
1318
  "location": {
1319
1319
  "filePath": "install.main.runtime.ts",
1320
- "line": 895,
1320
+ "line": 906,
1321
1321
  "character": 22
1322
1322
  },
1323
1323
  "name": "compDirMap",
@@ -1325,7 +1325,7 @@
1325
1325
  "__schema": "TypeRefSchema",
1326
1326
  "location": {
1327
1327
  "filePath": "install.main.runtime.ts",
1328
- "line": 895,
1328
+ "line": 906,
1329
1329
  "character": 34
1330
1330
  },
1331
1331
  "name": "ComponentMap",
@@ -1338,7 +1338,7 @@
1338
1338
  "__schema": "KeywordTypeSchema",
1339
1339
  "location": {
1340
1340
  "filePath": "install.main.runtime.ts",
1341
- "line": 895,
1341
+ "line": 906,
1342
1342
  "character": 47
1343
1343
  },
1344
1344
  "name": "string"
@@ -1352,7 +1352,7 @@
1352
1352
  "__schema": "ParameterSchema",
1353
1353
  "location": {
1354
1354
  "filePath": "install.main.runtime.ts",
1355
- "line": 895,
1355
+ "line": 906,
1356
1356
  "character": 56
1357
1357
  },
1358
1358
  "name": "options",
@@ -1360,7 +1360,7 @@
1360
1360
  "__schema": "TypeLiteralSchema",
1361
1361
  "location": {
1362
1362
  "filePath": "install.main.runtime.ts",
1363
- "line": 895,
1363
+ "line": 906,
1364
1364
  "character": 66
1365
1365
  },
1366
1366
  "members": [
@@ -1368,7 +1368,7 @@
1368
1368
  "__schema": "VariableLikeSchema",
1369
1369
  "location": {
1370
1370
  "filePath": "install.main.runtime.ts",
1371
- "line": 895,
1371
+ "line": 906,
1372
1372
  "character": 68
1373
1373
  },
1374
1374
  "signature": "(property) rewire?: boolean | undefined",
@@ -1377,7 +1377,7 @@
1377
1377
  "__schema": "KeywordTypeSchema",
1378
1378
  "location": {
1379
1379
  "filePath": "install.main.runtime.ts",
1380
- "line": 895,
1380
+ "line": 906,
1381
1381
  "character": 77
1382
1382
  },
1383
1383
  "name": "boolean"
@@ -1394,7 +1394,7 @@
1394
1394
  "__schema": "InferenceTypeSchema",
1395
1395
  "location": {
1396
1396
  "filePath": "install.main.runtime.ts",
1397
- "line": 895,
1397
+ "line": 906,
1398
1398
  "character": 3
1399
1399
  },
1400
1400
  "type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
@@ -1407,7 +1407,7 @@
1407
1407
  "__schema": "FunctionLikeSchema",
1408
1408
  "location": {
1409
1409
  "filePath": "install.main.runtime.ts",
1410
- "line": 900,
1410
+ "line": 911,
1411
1411
  "character": 3
1412
1412
  },
1413
1413
  "signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
@@ -1417,7 +1417,7 @@
1417
1417
  "__schema": "ParameterSchema",
1418
1418
  "location": {
1419
1419
  "filePath": "install.main.runtime.ts",
1420
- "line": 900,
1420
+ "line": 911,
1421
1421
  "character": 14
1422
1422
  },
1423
1423
  "name": "options",
@@ -1425,7 +1425,7 @@
1425
1425
  "__schema": "TypeRefSchema",
1426
1426
  "location": {
1427
1427
  "filePath": "install.main.runtime.ts",
1428
- "line": 900,
1428
+ "line": 911,
1429
1429
  "character": 23
1430
1430
  },
1431
1431
  "name": "WorkspaceLinkOptions",
@@ -1440,7 +1440,7 @@
1440
1440
  "__schema": "TypeRefSchema",
1441
1441
  "location": {
1442
1442
  "filePath": "install.main.runtime.ts",
1443
- "line": 900,
1443
+ "line": 911,
1444
1444
  "character": 51
1445
1445
  },
1446
1446
  "name": "Promise",
@@ -1449,7 +1449,7 @@
1449
1449
  "__schema": "TypeRefSchema",
1450
1450
  "location": {
1451
1451
  "filePath": "install.main.runtime.ts",
1452
- "line": 900,
1452
+ "line": 911,
1453
1453
  "character": 59
1454
1454
  },
1455
1455
  "name": "WorkspaceLinkResults",
@@ -1465,7 +1465,7 @@
1465
1465
  "__schema": "VariableLikeSchema",
1466
1466
  "location": {
1467
1467
  "filePath": "install.main.runtime.ts",
1468
- "line": 1002,
1468
+ "line": 1013,
1469
1469
  "character": 3
1470
1470
  },
1471
1471
  "signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
@@ -1474,7 +1474,7 @@
1474
1474
  "__schema": "InferenceTypeSchema",
1475
1475
  "location": {
1476
1476
  "filePath": "install.main.runtime.ts",
1477
- "line": 1002,
1477
+ "line": 1013,
1478
1478
  "character": 3
1479
1479
  },
1480
1480
  "type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
@@ -1486,7 +1486,7 @@
1486
1486
  "__schema": "VariableLikeSchema",
1487
1487
  "location": {
1488
1488
  "filePath": "install.main.runtime.ts",
1489
- "line": 1003,
1489
+ "line": 1014,
1490
1490
  "character": 3
1491
1491
  },
1492
1492
  "signature": "(property) InstallMain.dependencies: Aspect[]",
@@ -1495,7 +1495,7 @@
1495
1495
  "__schema": "InferenceTypeSchema",
1496
1496
  "location": {
1497
1497
  "filePath": "install.main.runtime.ts",
1498
- "line": 1003,
1498
+ "line": 1014,
1499
1499
  "character": 3
1500
1500
  },
1501
1501
  "type": "Aspect[]"
@@ -1507,7 +1507,7 @@
1507
1507
  "__schema": "VariableLikeSchema",
1508
1508
  "location": {
1509
1509
  "filePath": "install.main.runtime.ts",
1510
- "line": 1018,
1510
+ "line": 1029,
1511
1511
  "character": 3
1512
1512
  },
1513
1513
  "signature": "(property) InstallMain.runtime: RuntimeDefinition",
@@ -1516,7 +1516,7 @@
1516
1516
  "__schema": "InferenceTypeSchema",
1517
1517
  "location": {
1518
1518
  "filePath": "install.main.runtime.ts",
1519
- "line": 1018,
1519
+ "line": 1029,
1520
1520
  "character": 3
1521
1521
  },
1522
1522
  "type": "RuntimeDefinition"
@@ -1528,7 +1528,7 @@
1528
1528
  "__schema": "FunctionLikeSchema",
1529
1529
  "location": {
1530
1530
  "filePath": "install.main.runtime.ts",
1531
- "line": 1020,
1531
+ "line": 1031,
1532
1532
  "character": 3
1533
1533
  },
1534
1534
  "signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles,]: [\n DependencyResolverMain,\n Workspace,\n LoggerMain,\n VariantsMain,\n CLIMain,\n CompilerMain,\n IssuesMain,\n EnvsMain,\n ApplicationMain,\n IpcEventsMain,\n GeneratorMain,\n WorkspaceConfigFilesMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot]): Promise<InstallMain>",
@@ -1538,7 +1538,7 @@
1538
1538
  "__schema": "ParameterSchema",
1539
1539
  "location": {
1540
1540
  "filePath": "install.main.runtime.ts",
1541
- "line": 1021,
1541
+ "line": 1032,
1542
1542
  "character": 5
1543
1543
  },
1544
1544
  "name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
@@ -1546,7 +1546,7 @@
1546
1546
  "__schema": "TupleTypeSchema",
1547
1547
  "location": {
1548
1548
  "filePath": "install.main.runtime.ts",
1549
- "line": 1034,
1549
+ "line": 1045,
1550
1550
  "character": 8
1551
1551
  },
1552
1552
  "elements": [
@@ -1554,7 +1554,7 @@
1554
1554
  "__schema": "TypeRefSchema",
1555
1555
  "location": {
1556
1556
  "filePath": "install.main.runtime.ts",
1557
- "line": 1035,
1557
+ "line": 1046,
1558
1558
  "character": 7
1559
1559
  },
1560
1560
  "name": "DependencyResolverMain",
@@ -1567,7 +1567,7 @@
1567
1567
  "__schema": "TypeRefSchema",
1568
1568
  "location": {
1569
1569
  "filePath": "install.main.runtime.ts",
1570
- "line": 1036,
1570
+ "line": 1047,
1571
1571
  "character": 7
1572
1572
  },
1573
1573
  "name": "Workspace",
@@ -1580,7 +1580,7 @@
1580
1580
  "__schema": "TypeRefSchema",
1581
1581
  "location": {
1582
1582
  "filePath": "install.main.runtime.ts",
1583
- "line": 1037,
1583
+ "line": 1048,
1584
1584
  "character": 7
1585
1585
  },
1586
1586
  "name": "LoggerMain",
@@ -1593,7 +1593,7 @@
1593
1593
  "__schema": "TypeRefSchema",
1594
1594
  "location": {
1595
1595
  "filePath": "install.main.runtime.ts",
1596
- "line": 1038,
1596
+ "line": 1049,
1597
1597
  "character": 7
1598
1598
  },
1599
1599
  "name": "VariantsMain",
@@ -1606,7 +1606,7 @@
1606
1606
  "__schema": "TypeRefSchema",
1607
1607
  "location": {
1608
1608
  "filePath": "install.main.runtime.ts",
1609
- "line": 1039,
1609
+ "line": 1050,
1610
1610
  "character": 7
1611
1611
  },
1612
1612
  "name": "CLIMain",
@@ -1619,7 +1619,7 @@
1619
1619
  "__schema": "TypeRefSchema",
1620
1620
  "location": {
1621
1621
  "filePath": "install.main.runtime.ts",
1622
- "line": 1040,
1622
+ "line": 1051,
1623
1623
  "character": 7
1624
1624
  },
1625
1625
  "name": "CompilerMain",
@@ -1632,7 +1632,7 @@
1632
1632
  "__schema": "TypeRefSchema",
1633
1633
  "location": {
1634
1634
  "filePath": "install.main.runtime.ts",
1635
- "line": 1041,
1635
+ "line": 1052,
1636
1636
  "character": 7
1637
1637
  },
1638
1638
  "name": "IssuesMain",
@@ -1645,7 +1645,7 @@
1645
1645
  "__schema": "TypeRefSchema",
1646
1646
  "location": {
1647
1647
  "filePath": "install.main.runtime.ts",
1648
- "line": 1042,
1648
+ "line": 1053,
1649
1649
  "character": 7
1650
1650
  },
1651
1651
  "name": "EnvsMain",
@@ -1658,7 +1658,7 @@
1658
1658
  "__schema": "TypeRefSchema",
1659
1659
  "location": {
1660
1660
  "filePath": "install.main.runtime.ts",
1661
- "line": 1043,
1661
+ "line": 1054,
1662
1662
  "character": 7
1663
1663
  },
1664
1664
  "name": "ApplicationMain",
@@ -1671,7 +1671,7 @@
1671
1671
  "__schema": "TypeRefSchema",
1672
1672
  "location": {
1673
1673
  "filePath": "install.main.runtime.ts",
1674
- "line": 1044,
1674
+ "line": 1055,
1675
1675
  "character": 7
1676
1676
  },
1677
1677
  "name": "IpcEventsMain",
@@ -1684,7 +1684,7 @@
1684
1684
  "__schema": "TypeRefSchema",
1685
1685
  "location": {
1686
1686
  "filePath": "install.main.runtime.ts",
1687
- "line": 1045,
1687
+ "line": 1056,
1688
1688
  "character": 7
1689
1689
  },
1690
1690
  "name": "GeneratorMain",
@@ -1697,7 +1697,7 @@
1697
1697
  "__schema": "TypeRefSchema",
1698
1698
  "location": {
1699
1699
  "filePath": "install.main.runtime.ts",
1700
- "line": 1046,
1700
+ "line": 1057,
1701
1701
  "character": 7
1702
1702
  },
1703
1703
  "name": "WorkspaceConfigFilesMain",
@@ -1715,7 +1715,7 @@
1715
1715
  "__schema": "ParameterSchema",
1716
1716
  "location": {
1717
1717
  "filePath": "install.main.runtime.ts",
1718
- "line": 1048,
1718
+ "line": 1059,
1719
1719
  "character": 5
1720
1720
  },
1721
1721
  "name": "_",
@@ -1723,7 +1723,7 @@
1723
1723
  "__schema": "InferenceTypeSchema",
1724
1724
  "location": {
1725
1725
  "filePath": "install.main.runtime.ts",
1726
- "line": 1048,
1726
+ "line": 1059,
1727
1727
  "character": 5
1728
1728
  },
1729
1729
  "type": "any"
@@ -1735,7 +1735,7 @@
1735
1735
  "__schema": "ParameterSchema",
1736
1736
  "location": {
1737
1737
  "filePath": "install.main.runtime.ts",
1738
- "line": 1049,
1738
+ "line": 1060,
1739
1739
  "character": 5
1740
1740
  },
1741
1741
  "name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
@@ -1743,7 +1743,7 @@
1743
1743
  "__schema": "TupleTypeSchema",
1744
1744
  "location": {
1745
1745
  "filePath": "install.main.runtime.ts",
1746
- "line": 1049,
1746
+ "line": 1060,
1747
1747
  "character": 53
1748
1748
  },
1749
1749
  "elements": [
@@ -1751,7 +1751,7 @@
1751
1751
  "__schema": "TypeRefSchema",
1752
1752
  "location": {
1753
1753
  "filePath": "install.main.runtime.ts",
1754
- "line": 1049,
1754
+ "line": 1060,
1755
1755
  "character": 54
1756
1756
  },
1757
1757
  "name": "PreLinkSlot",
@@ -1761,7 +1761,7 @@
1761
1761
  "__schema": "TypeRefSchema",
1762
1762
  "location": {
1763
1763
  "filePath": "install.main.runtime.ts",
1764
- "line": 1049,
1764
+ "line": 1060,
1765
1765
  "character": 67
1766
1766
  },
1767
1767
  "name": "PreInstallSlot",
@@ -1771,7 +1771,7 @@
1771
1771
  "__schema": "TypeRefSchema",
1772
1772
  "location": {
1773
1773
  "filePath": "install.main.runtime.ts",
1774
- "line": 1049,
1774
+ "line": 1060,
1775
1775
  "character": 83
1776
1776
  },
1777
1777
  "name": "PostInstallSlot",
@@ -1787,7 +1787,7 @@
1787
1787
  "__schema": "InferenceTypeSchema",
1788
1788
  "location": {
1789
1789
  "filePath": "install.main.runtime.ts",
1790
- "line": 1020,
1790
+ "line": 1031,
1791
1791
  "character": 3
1792
1792
  },
1793
1793
  "type": "Promise<InstallMain>"
@@ -2018,7 +2018,7 @@
2018
2018
  "componentId": {
2019
2019
  "scope": "teambit.workspace",
2020
2020
  "name": "modules/node-modules-linker",
2021
- "version": "0.0.173"
2021
+ "version": "0.0.174"
2022
2022
  }
2023
2023
  }
2024
2024
  },
@@ -2051,7 +2051,7 @@
2051
2051
  "componentId": {
2052
2052
  "scope": "teambit.workspace",
2053
2053
  "name": "modules/node-modules-linker",
2054
- "version": "0.0.173"
2054
+ "version": "0.0.174"
2055
2055
  }
2056
2056
  }
2057
2057
  },
@@ -3181,14 +3181,14 @@
3181
3181
  "__schema": "FunctionLikeSchema",
3182
3182
  "location": {
3183
3183
  "filePath": "install.main.runtime.ts",
3184
- "line": 592,
3184
+ "line": 603,
3185
3185
  "character": 3
3186
3186
  },
3187
3187
  "doc": {
3188
3188
  "__schema": "DocSchema",
3189
3189
  "location": {
3190
3190
  "filePath": "install.main.runtime.ts",
3191
- "line": 585,
3191
+ "line": 596,
3192
3192
  "character": 3
3193
3193
  },
3194
3194
  "raw": "/**\n * This function returns a list of old non-loaded environments names.\n * @returns an array of strings called `oldNonLoadedEnvs`. This array contains the names of environment variables that\n * failed to load as extensions and are also don't have an env.jsonc file.\n * If this list is not empty, then the user might need to run another install to make sure all dependencies resolved\n * correctly\n */",
@@ -3198,7 +3198,7 @@
3198
3198
  "__schema": "ReturnTagSchema",
3199
3199
  "location": {
3200
3200
  "filePath": "install.main.runtime.ts",
3201
- "line": 587,
3201
+ "line": 598,
3202
3202
  "character": 6
3203
3203
  },
3204
3204
  "tagName": "return",
@@ -3213,7 +3213,7 @@
3213
3213
  "__schema": "InferenceTypeSchema",
3214
3214
  "location": {
3215
3215
  "filePath": "install.main.runtime.ts",
3216
- "line": 592,
3216
+ "line": 603,
3217
3217
  "character": 3
3218
3218
  },
3219
3219
  "type": "string[]"
@@ -3226,14 +3226,14 @@
3226
3226
  "__schema": "FunctionLikeSchema",
3227
3227
  "location": {
3228
3228
  "filePath": "install.main.runtime.ts",
3229
- "line": 743,
3229
+ "line": 754,
3230
3230
  "character": 3
3231
3231
  },
3232
3232
  "doc": {
3233
3233
  "__schema": "DocSchema",
3234
3234
  "location": {
3235
3235
  "filePath": "install.main.runtime.ts",
3236
- "line": 738,
3236
+ "line": 749,
3237
3237
  "character": 3
3238
3238
  },
3239
3239
  "raw": "/**\n * Updates out-of-date dependencies in the workspace.\n *\n * @param options.all {Boolean} updates all outdated dependencies without showing a prompt.\n */",
@@ -3243,7 +3243,7 @@
3243
3243
  "__schema": "PropertyLikeTagSchema",
3244
3244
  "location": {
3245
3245
  "filePath": "install.main.runtime.ts",
3246
- "line": 741,
3246
+ "line": 752,
3247
3247
  "character": 6
3248
3248
  },
3249
3249
  "name": "options.all",
@@ -3253,7 +3253,7 @@
3253
3253
  "__schema": "TypeRefSchema",
3254
3254
  "location": {
3255
3255
  "filePath": "install.main.runtime.ts",
3256
- "line": 741,
3256
+ "line": 752,
3257
3257
  "character": 26
3258
3258
  },
3259
3259
  "name": "Boolean"
@@ -3268,7 +3268,7 @@
3268
3268
  "__schema": "ParameterSchema",
3269
3269
  "location": {
3270
3270
  "filePath": "install.main.runtime.ts",
3271
- "line": 743,
3271
+ "line": 754,
3272
3272
  "character": 28
3273
3273
  },
3274
3274
  "name": "options",
@@ -3276,7 +3276,7 @@
3276
3276
  "__schema": "TypeLiteralSchema",
3277
3277
  "location": {
3278
3278
  "filePath": "install.main.runtime.ts",
3279
- "line": 743,
3279
+ "line": 754,
3280
3280
  "character": 37
3281
3281
  },
3282
3282
  "members": [
@@ -3284,7 +3284,7 @@
3284
3284
  "__schema": "VariableLikeSchema",
3285
3285
  "location": {
3286
3286
  "filePath": "install.main.runtime.ts",
3287
- "line": 744,
3287
+ "line": 755,
3288
3288
  "character": 5
3289
3289
  },
3290
3290
  "signature": "(property) forceVersionBump?: \"patch\" | \"major\" | \"minor\" | \"compatible\" | undefined",
@@ -3293,7 +3293,7 @@
3293
3293
  "__schema": "TypeUnionSchema",
3294
3294
  "location": {
3295
3295
  "filePath": "install.main.runtime.ts",
3296
- "line": 744,
3296
+ "line": 755,
3297
3297
  "character": 24
3298
3298
  },
3299
3299
  "types": [
@@ -3301,7 +3301,7 @@
3301
3301
  "__schema": "LiteralTypeSchema",
3302
3302
  "location": {
3303
3303
  "filePath": "install.main.runtime.ts",
3304
- "line": 744,
3304
+ "line": 755,
3305
3305
  "character": 24
3306
3306
  },
3307
3307
  "name": "'major'"
@@ -3310,7 +3310,7 @@
3310
3310
  "__schema": "LiteralTypeSchema",
3311
3311
  "location": {
3312
3312
  "filePath": "install.main.runtime.ts",
3313
- "line": 744,
3313
+ "line": 755,
3314
3314
  "character": 34
3315
3315
  },
3316
3316
  "name": "'minor'"
@@ -3319,7 +3319,7 @@
3319
3319
  "__schema": "LiteralTypeSchema",
3320
3320
  "location": {
3321
3321
  "filePath": "install.main.runtime.ts",
3322
- "line": 744,
3322
+ "line": 755,
3323
3323
  "character": 44
3324
3324
  },
3325
3325
  "name": "'patch'"
@@ -3328,7 +3328,7 @@
3328
3328
  "__schema": "LiteralTypeSchema",
3329
3329
  "location": {
3330
3330
  "filePath": "install.main.runtime.ts",
3331
- "line": 744,
3331
+ "line": 755,
3332
3332
  "character": 54
3333
3333
  },
3334
3334
  "name": "'compatible'"
@@ -3341,7 +3341,7 @@
3341
3341
  "__schema": "VariableLikeSchema",
3342
3342
  "location": {
3343
3343
  "filePath": "install.main.runtime.ts",
3344
- "line": 745,
3344
+ "line": 756,
3345
3345
  "character": 5
3346
3346
  },
3347
3347
  "signature": "(property) patterns?: string[] | undefined",
@@ -3350,14 +3350,14 @@
3350
3350
  "__schema": "TypeArraySchema",
3351
3351
  "location": {
3352
3352
  "filePath": "install.main.runtime.ts",
3353
- "line": 745,
3353
+ "line": 756,
3354
3354
  "character": 16
3355
3355
  },
3356
3356
  "type": {
3357
3357
  "__schema": "KeywordTypeSchema",
3358
3358
  "location": {
3359
3359
  "filePath": "install.main.runtime.ts",
3360
- "line": 745,
3360
+ "line": 756,
3361
3361
  "character": 16
3362
3362
  },
3363
3363
  "name": "string"
@@ -3369,7 +3369,7 @@
3369
3369
  "__schema": "VariableLikeSchema",
3370
3370
  "location": {
3371
3371
  "filePath": "install.main.runtime.ts",
3372
- "line": 746,
3372
+ "line": 757,
3373
3373
  "character": 5
3374
3374
  },
3375
3375
  "signature": "(property) all: boolean",
@@ -3378,7 +3378,7 @@
3378
3378
  "__schema": "KeywordTypeSchema",
3379
3379
  "location": {
3380
3380
  "filePath": "install.main.runtime.ts",
3381
- "line": 746,
3381
+ "line": 757,
3382
3382
  "character": 10
3383
3383
  },
3384
3384
  "name": "boolean"
@@ -3395,7 +3395,7 @@
3395
3395
  "__schema": "TypeRefSchema",
3396
3396
  "location": {
3397
3397
  "filePath": "install.main.runtime.ts",
3398
- "line": 747,
3398
+ "line": 758,
3399
3399
  "character": 7
3400
3400
  },
3401
3401
  "name": "Promise",
@@ -3404,7 +3404,7 @@
3404
3404
  "__schema": "TypeUnionSchema",
3405
3405
  "location": {
3406
3406
  "filePath": "install.main.runtime.ts",
3407
- "line": 747,
3407
+ "line": 758,
3408
3408
  "character": 15
3409
3409
  },
3410
3410
  "types": [
@@ -3412,7 +3412,7 @@
3412
3412
  "__schema": "TypeRefSchema",
3413
3413
  "location": {
3414
3414
  "filePath": "install.main.runtime.ts",
3415
- "line": 747,
3415
+ "line": 758,
3416
3416
  "character": 15
3417
3417
  },
3418
3418
  "name": "ComponentMap",
@@ -3425,7 +3425,7 @@
3425
3425
  "__schema": "KeywordTypeSchema",
3426
3426
  "location": {
3427
3427
  "filePath": "install.main.runtime.ts",
3428
- "line": 747,
3428
+ "line": 758,
3429
3429
  "character": 28
3430
3430
  },
3431
3431
  "name": "string"
@@ -3436,7 +3436,7 @@
3436
3436
  "__schema": "LiteralTypeSchema",
3437
3437
  "location": {
3438
3438
  "filePath": "install.main.runtime.ts",
3439
- "line": 747,
3439
+ "line": 758,
3440
3440
  "character": 38
3441
3441
  },
3442
3442
  "name": "null"
@@ -3453,7 +3453,7 @@
3453
3453
  "__schema": "FunctionLikeSchema",
3454
3454
  "location": {
3455
3455
  "filePath": "install.main.runtime.ts",
3456
- "line": 790,
3456
+ "line": 801,
3457
3457
  "character": 3
3458
3458
  },
3459
3459
  "signature": "(method) InstallMain.addDuplicateComponentAndPackageIssue(components: Component[]): Promise<void>",
@@ -3463,7 +3463,7 @@
3463
3463
  "__schema": "ParameterSchema",
3464
3464
  "location": {
3465
3465
  "filePath": "install.main.runtime.ts",
3466
- "line": 790,
3466
+ "line": 801,
3467
3467
  "character": 46
3468
3468
  },
3469
3469
  "name": "components",
@@ -3471,14 +3471,14 @@
3471
3471
  "__schema": "TypeArraySchema",
3472
3472
  "location": {
3473
3473
  "filePath": "install.main.runtime.ts",
3474
- "line": 790,
3474
+ "line": 801,
3475
3475
  "character": 58
3476
3476
  },
3477
3477
  "type": {
3478
3478
  "__schema": "TypeRefSchema",
3479
3479
  "location": {
3480
3480
  "filePath": "install.main.runtime.ts",
3481
- "line": 790,
3481
+ "line": 801,
3482
3482
  "character": 58
3483
3483
  },
3484
3484
  "name": "Component",
@@ -3496,7 +3496,7 @@
3496
3496
  "__schema": "InferenceTypeSchema",
3497
3497
  "location": {
3498
3498
  "filePath": "install.main.runtime.ts",
3499
- "line": 790,
3499
+ "line": 801,
3500
3500
  "character": 3
3501
3501
  },
3502
3502
  "type": "Promise<void>"
@@ -3509,14 +3509,14 @@
3509
3509
  "__schema": "FunctionLikeSchema",
3510
3510
  "location": {
3511
3511
  "filePath": "install.main.runtime.ts",
3512
- "line": 859,
3512
+ "line": 870,
3513
3513
  "character": 3
3514
3514
  },
3515
3515
  "doc": {
3516
3516
  "__schema": "DocSchema",
3517
3517
  "location": {
3518
3518
  "filePath": "install.main.runtime.ts",
3519
- "line": 854,
3519
+ "line": 865,
3520
3520
  "character": 3
3521
3521
  },
3522
3522
  "raw": "/**\n * Uninstall the specified packages from dependencies.\n *\n * @param {string[]} the list of packages that should be removed from dependencies.\n */",
@@ -3526,7 +3526,7 @@
3526
3526
  "__schema": "PropertyLikeTagSchema",
3527
3527
  "location": {
3528
3528
  "filePath": "install.main.runtime.ts",
3529
- "line": 857,
3529
+ "line": 868,
3530
3530
  "character": 6
3531
3531
  },
3532
3532
  "name": "the",
@@ -3536,14 +3536,14 @@
3536
3536
  "__schema": "TypeArraySchema",
3537
3537
  "location": {
3538
3538
  "filePath": "install.main.runtime.ts",
3539
- "line": 857,
3539
+ "line": 868,
3540
3540
  "character": 14
3541
3541
  },
3542
3542
  "type": {
3543
3543
  "__schema": "KeywordTypeSchema",
3544
3544
  "location": {
3545
3545
  "filePath": "install.main.runtime.ts",
3546
- "line": 857,
3546
+ "line": 868,
3547
3547
  "character": 14
3548
3548
  },
3549
3549
  "name": "string"
@@ -3559,7 +3559,7 @@
3559
3559
  "__schema": "ParameterSchema",
3560
3560
  "location": {
3561
3561
  "filePath": "install.main.runtime.ts",
3562
- "line": 859,
3562
+ "line": 870,
3563
3563
  "character": 31
3564
3564
  },
3565
3565
  "name": "packages",
@@ -3567,14 +3567,14 @@
3567
3567
  "__schema": "TypeArraySchema",
3568
3568
  "location": {
3569
3569
  "filePath": "install.main.runtime.ts",
3570
- "line": 859,
3570
+ "line": 870,
3571
3571
  "character": 41
3572
3572
  },
3573
3573
  "type": {
3574
3574
  "__schema": "KeywordTypeSchema",
3575
3575
  "location": {
3576
3576
  "filePath": "install.main.runtime.ts",
3577
- "line": 859,
3577
+ "line": 870,
3578
3578
  "character": 41
3579
3579
  },
3580
3580
  "name": "string"
@@ -3588,7 +3588,7 @@
3588
3588
  "__schema": "InferenceTypeSchema",
3589
3589
  "location": {
3590
3590
  "filePath": "install.main.runtime.ts",
3591
- "line": 859,
3591
+ "line": 870,
3592
3592
  "character": 3
3593
3593
  },
3594
3594
  "type": "Promise<ComponentMap<string>>"
@@ -3601,14 +3601,14 @@
3601
3601
  "__schema": "FunctionLikeSchema",
3602
3602
  "location": {
3603
3603
  "filePath": "install.main.runtime.ts",
3604
- "line": 869,
3604
+ "line": 880,
3605
3605
  "character": 3
3606
3606
  },
3607
3607
  "doc": {
3608
3608
  "__schema": "DocSchema",
3609
3609
  "location": {
3610
3610
  "filePath": "install.main.runtime.ts",
3611
- "line": 865,
3611
+ "line": 876,
3612
3612
  "character": 3
3613
3613
  },
3614
3614
  "raw": "/**\n * This function returns all the locations of the external links that should be created inside node_modules.\n * This information may then be passed to the package manager, which will create the links on its own.\n */",
@@ -3621,7 +3621,7 @@
3621
3621
  "__schema": "ParameterSchema",
3622
3622
  "location": {
3623
3623
  "filePath": "install.main.runtime.ts",
3624
- "line": 870,
3624
+ "line": 881,
3625
3625
  "character": 5
3626
3626
  },
3627
3627
  "name": "options",
@@ -3629,7 +3629,7 @@
3629
3629
  "__schema": "TypeRefSchema",
3630
3630
  "location": {
3631
3631
  "filePath": "install.main.runtime.ts",
3632
- "line": 870,
3632
+ "line": 881,
3633
3633
  "character": 14
3634
3634
  },
3635
3635
  "name": "WorkspaceLinkOptions",
@@ -3644,7 +3644,7 @@
3644
3644
  "__schema": "TypeRefSchema",
3645
3645
  "location": {
3646
3646
  "filePath": "install.main.runtime.ts",
3647
- "line": 871,
3647
+ "line": 882,
3648
3648
  "character": 6
3649
3649
  },
3650
3650
  "name": "Promise",
@@ -3653,7 +3653,7 @@
3653
3653
  "__schema": "TypeLiteralSchema",
3654
3654
  "location": {
3655
3655
  "filePath": "install.main.runtime.ts",
3656
- "line": 871,
3656
+ "line": 882,
3657
3657
  "character": 14
3658
3658
  },
3659
3659
  "members": [
@@ -3661,7 +3661,7 @@
3661
3661
  "__schema": "VariableLikeSchema",
3662
3662
  "location": {
3663
3663
  "filePath": "install.main.runtime.ts",
3664
- "line": 871,
3664
+ "line": 882,
3665
3665
  "character": 16
3666
3666
  },
3667
3667
  "signature": "(property) linkResults: WorkspaceLinkResults",
@@ -3670,7 +3670,7 @@
3670
3670
  "__schema": "TypeRefSchema",
3671
3671
  "location": {
3672
3672
  "filePath": "install.main.runtime.ts",
3673
- "line": 871,
3673
+ "line": 882,
3674
3674
  "character": 16
3675
3675
  },
3676
3676
  "name": "WorkspaceLinkResults",
@@ -3682,7 +3682,7 @@
3682
3682
  "__schema": "VariableLikeSchema",
3683
3683
  "location": {
3684
3684
  "filePath": "install.main.runtime.ts",
3685
- "line": 871,
3685
+ "line": 882,
3686
3686
  "character": 51
3687
3687
  },
3688
3688
  "signature": "(property) linkedRootDeps: Record<string, string>",
@@ -3691,7 +3691,7 @@
3691
3691
  "__schema": "TypeRefSchema",
3692
3692
  "location": {
3693
3693
  "filePath": "install.main.runtime.ts",
3694
- "line": 871,
3694
+ "line": 882,
3695
3695
  "character": 67
3696
3696
  },
3697
3697
  "name": "Record",
@@ -3700,7 +3700,7 @@
3700
3700
  "__schema": "KeywordTypeSchema",
3701
3701
  "location": {
3702
3702
  "filePath": "install.main.runtime.ts",
3703
- "line": 871,
3703
+ "line": 882,
3704
3704
  "character": 74
3705
3705
  },
3706
3706
  "name": "string"
@@ -3709,7 +3709,7 @@
3709
3709
  "__schema": "KeywordTypeSchema",
3710
3710
  "location": {
3711
3711
  "filePath": "install.main.runtime.ts",
3712
- "line": 871,
3712
+ "line": 882,
3713
3713
  "character": 82
3714
3714
  },
3715
3715
  "name": "string"
@@ -3730,7 +3730,7 @@
3730
3730
  "__schema": "FunctionLikeSchema",
3731
3731
  "location": {
3732
3732
  "filePath": "install.main.runtime.ts",
3733
- "line": 895,
3733
+ "line": 906,
3734
3734
  "character": 3
3735
3735
  },
3736
3736
  "signature": "(method) InstallMain.linkCodemods(compDirMap: ComponentMap<string>, options?: {\n rewire?: boolean;\n}): Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>",
@@ -3740,7 +3740,7 @@
3740
3740
  "__schema": "ParameterSchema",
3741
3741
  "location": {
3742
3742
  "filePath": "install.main.runtime.ts",
3743
- "line": 895,
3743
+ "line": 906,
3744
3744
  "character": 22
3745
3745
  },
3746
3746
  "name": "compDirMap",
@@ -3748,7 +3748,7 @@
3748
3748
  "__schema": "TypeRefSchema",
3749
3749
  "location": {
3750
3750
  "filePath": "install.main.runtime.ts",
3751
- "line": 895,
3751
+ "line": 906,
3752
3752
  "character": 34
3753
3753
  },
3754
3754
  "name": "ComponentMap",
@@ -3761,7 +3761,7 @@
3761
3761
  "__schema": "KeywordTypeSchema",
3762
3762
  "location": {
3763
3763
  "filePath": "install.main.runtime.ts",
3764
- "line": 895,
3764
+ "line": 906,
3765
3765
  "character": 47
3766
3766
  },
3767
3767
  "name": "string"
@@ -3775,7 +3775,7 @@
3775
3775
  "__schema": "ParameterSchema",
3776
3776
  "location": {
3777
3777
  "filePath": "install.main.runtime.ts",
3778
- "line": 895,
3778
+ "line": 906,
3779
3779
  "character": 56
3780
3780
  },
3781
3781
  "name": "options",
@@ -3783,7 +3783,7 @@
3783
3783
  "__schema": "TypeLiteralSchema",
3784
3784
  "location": {
3785
3785
  "filePath": "install.main.runtime.ts",
3786
- "line": 895,
3786
+ "line": 906,
3787
3787
  "character": 66
3788
3788
  },
3789
3789
  "members": [
@@ -3791,7 +3791,7 @@
3791
3791
  "__schema": "VariableLikeSchema",
3792
3792
  "location": {
3793
3793
  "filePath": "install.main.runtime.ts",
3794
- "line": 895,
3794
+ "line": 906,
3795
3795
  "character": 68
3796
3796
  },
3797
3797
  "signature": "(property) rewire?: boolean | undefined",
@@ -3800,7 +3800,7 @@
3800
3800
  "__schema": "KeywordTypeSchema",
3801
3801
  "location": {
3802
3802
  "filePath": "install.main.runtime.ts",
3803
- "line": 895,
3803
+ "line": 906,
3804
3804
  "character": 77
3805
3805
  },
3806
3806
  "name": "boolean"
@@ -3817,7 +3817,7 @@
3817
3817
  "__schema": "InferenceTypeSchema",
3818
3818
  "location": {
3819
3819
  "filePath": "install.main.runtime.ts",
3820
- "line": 895,
3820
+ "line": 906,
3821
3821
  "character": 3
3822
3822
  },
3823
3823
  "type": "Promise<{\n linksResults: NodeModulesLinksResult[];\n codemodResults: any;\n}>"
@@ -3830,7 +3830,7 @@
3830
3830
  "__schema": "FunctionLikeSchema",
3831
3831
  "location": {
3832
3832
  "filePath": "install.main.runtime.ts",
3833
- "line": 900,
3833
+ "line": 911,
3834
3834
  "character": 3
3835
3835
  },
3836
3836
  "signature": "(method) InstallMain.link(options?: WorkspaceLinkOptions): Promise<WorkspaceLinkResults>",
@@ -3840,7 +3840,7 @@
3840
3840
  "__schema": "ParameterSchema",
3841
3841
  "location": {
3842
3842
  "filePath": "install.main.runtime.ts",
3843
- "line": 900,
3843
+ "line": 911,
3844
3844
  "character": 14
3845
3845
  },
3846
3846
  "name": "options",
@@ -3848,7 +3848,7 @@
3848
3848
  "__schema": "TypeRefSchema",
3849
3849
  "location": {
3850
3850
  "filePath": "install.main.runtime.ts",
3851
- "line": 900,
3851
+ "line": 911,
3852
3852
  "character": 23
3853
3853
  },
3854
3854
  "name": "WorkspaceLinkOptions",
@@ -3863,7 +3863,7 @@
3863
3863
  "__schema": "TypeRefSchema",
3864
3864
  "location": {
3865
3865
  "filePath": "install.main.runtime.ts",
3866
- "line": 900,
3866
+ "line": 911,
3867
3867
  "character": 51
3868
3868
  },
3869
3869
  "name": "Promise",
@@ -3872,7 +3872,7 @@
3872
3872
  "__schema": "TypeRefSchema",
3873
3873
  "location": {
3874
3874
  "filePath": "install.main.runtime.ts",
3875
- "line": 900,
3875
+ "line": 911,
3876
3876
  "character": 59
3877
3877
  },
3878
3878
  "name": "WorkspaceLinkResults",
@@ -3888,7 +3888,7 @@
3888
3888
  "__schema": "VariableLikeSchema",
3889
3889
  "location": {
3890
3890
  "filePath": "install.main.runtime.ts",
3891
- "line": 1002,
3891
+ "line": 1013,
3892
3892
  "character": 3
3893
3893
  },
3894
3894
  "signature": "(property) InstallMain.slots: (((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]",
@@ -3897,7 +3897,7 @@
3897
3897
  "__schema": "InferenceTypeSchema",
3898
3898
  "location": {
3899
3899
  "filePath": "install.main.runtime.ts",
3900
- "line": 1002,
3900
+ "line": 1013,
3901
3901
  "character": 3
3902
3902
  },
3903
3903
  "type": "(((registerFn: () => string) => SlotRegistry<PreLinkSlot>) | ((registerFn: () => string) => SlotRegistry<PreInstallSlot>))[]"
@@ -3909,7 +3909,7 @@
3909
3909
  "__schema": "VariableLikeSchema",
3910
3910
  "location": {
3911
3911
  "filePath": "install.main.runtime.ts",
3912
- "line": 1003,
3912
+ "line": 1014,
3913
3913
  "character": 3
3914
3914
  },
3915
3915
  "signature": "(property) InstallMain.dependencies: Aspect[]",
@@ -3918,7 +3918,7 @@
3918
3918
  "__schema": "InferenceTypeSchema",
3919
3919
  "location": {
3920
3920
  "filePath": "install.main.runtime.ts",
3921
- "line": 1003,
3921
+ "line": 1014,
3922
3922
  "character": 3
3923
3923
  },
3924
3924
  "type": "Aspect[]"
@@ -3930,7 +3930,7 @@
3930
3930
  "__schema": "VariableLikeSchema",
3931
3931
  "location": {
3932
3932
  "filePath": "install.main.runtime.ts",
3933
- "line": 1018,
3933
+ "line": 1029,
3934
3934
  "character": 3
3935
3935
  },
3936
3936
  "signature": "(property) InstallMain.runtime: RuntimeDefinition",
@@ -3939,7 +3939,7 @@
3939
3939
  "__schema": "InferenceTypeSchema",
3940
3940
  "location": {
3941
3941
  "filePath": "install.main.runtime.ts",
3942
- "line": 1018,
3942
+ "line": 1029,
3943
3943
  "character": 3
3944
3944
  },
3945
3945
  "type": "RuntimeDefinition"
@@ -3951,7 +3951,7 @@
3951
3951
  "__schema": "FunctionLikeSchema",
3952
3952
  "location": {
3953
3953
  "filePath": "install.main.runtime.ts",
3954
- "line": 1020,
3954
+ "line": 1031,
3955
3955
  "character": 3
3956
3956
  },
3957
3957
  "signature": "(method) InstallMain.provider([dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles,]: [\n DependencyResolverMain,\n Workspace,\n LoggerMain,\n VariantsMain,\n CLIMain,\n CompilerMain,\n IssuesMain,\n EnvsMain,\n ApplicationMain,\n IpcEventsMain,\n GeneratorMain,\n WorkspaceConfigFilesMain\n], _: any, [preLinkSlot, preInstallSlot, postInstallSlot]: [PreLinkSlot, PreInstallSlot, PostInstallSlot]): Promise<InstallMain>",
@@ -3961,7 +3961,7 @@
3961
3961
  "__schema": "ParameterSchema",
3962
3962
  "location": {
3963
3963
  "filePath": "install.main.runtime.ts",
3964
- "line": 1021,
3964
+ "line": 1032,
3965
3965
  "character": 5
3966
3966
  },
3967
3967
  "name": "[ dependencyResolver, workspace, loggerExt, variants, cli, compiler, issues, envs, app, ipcEvents, generator, wsConfigFiles ]",
@@ -3969,7 +3969,7 @@
3969
3969
  "__schema": "TupleTypeSchema",
3970
3970
  "location": {
3971
3971
  "filePath": "install.main.runtime.ts",
3972
- "line": 1034,
3972
+ "line": 1045,
3973
3973
  "character": 8
3974
3974
  },
3975
3975
  "elements": [
@@ -3977,7 +3977,7 @@
3977
3977
  "__schema": "TypeRefSchema",
3978
3978
  "location": {
3979
3979
  "filePath": "install.main.runtime.ts",
3980
- "line": 1035,
3980
+ "line": 1046,
3981
3981
  "character": 7
3982
3982
  },
3983
3983
  "name": "DependencyResolverMain",
@@ -3990,7 +3990,7 @@
3990
3990
  "__schema": "TypeRefSchema",
3991
3991
  "location": {
3992
3992
  "filePath": "install.main.runtime.ts",
3993
- "line": 1036,
3993
+ "line": 1047,
3994
3994
  "character": 7
3995
3995
  },
3996
3996
  "name": "Workspace",
@@ -4003,7 +4003,7 @@
4003
4003
  "__schema": "TypeRefSchema",
4004
4004
  "location": {
4005
4005
  "filePath": "install.main.runtime.ts",
4006
- "line": 1037,
4006
+ "line": 1048,
4007
4007
  "character": 7
4008
4008
  },
4009
4009
  "name": "LoggerMain",
@@ -4016,7 +4016,7 @@
4016
4016
  "__schema": "TypeRefSchema",
4017
4017
  "location": {
4018
4018
  "filePath": "install.main.runtime.ts",
4019
- "line": 1038,
4019
+ "line": 1049,
4020
4020
  "character": 7
4021
4021
  },
4022
4022
  "name": "VariantsMain",
@@ -4029,7 +4029,7 @@
4029
4029
  "__schema": "TypeRefSchema",
4030
4030
  "location": {
4031
4031
  "filePath": "install.main.runtime.ts",
4032
- "line": 1039,
4032
+ "line": 1050,
4033
4033
  "character": 7
4034
4034
  },
4035
4035
  "name": "CLIMain",
@@ -4042,7 +4042,7 @@
4042
4042
  "__schema": "TypeRefSchema",
4043
4043
  "location": {
4044
4044
  "filePath": "install.main.runtime.ts",
4045
- "line": 1040,
4045
+ "line": 1051,
4046
4046
  "character": 7
4047
4047
  },
4048
4048
  "name": "CompilerMain",
@@ -4055,7 +4055,7 @@
4055
4055
  "__schema": "TypeRefSchema",
4056
4056
  "location": {
4057
4057
  "filePath": "install.main.runtime.ts",
4058
- "line": 1041,
4058
+ "line": 1052,
4059
4059
  "character": 7
4060
4060
  },
4061
4061
  "name": "IssuesMain",
@@ -4068,7 +4068,7 @@
4068
4068
  "__schema": "TypeRefSchema",
4069
4069
  "location": {
4070
4070
  "filePath": "install.main.runtime.ts",
4071
- "line": 1042,
4071
+ "line": 1053,
4072
4072
  "character": 7
4073
4073
  },
4074
4074
  "name": "EnvsMain",
@@ -4081,7 +4081,7 @@
4081
4081
  "__schema": "TypeRefSchema",
4082
4082
  "location": {
4083
4083
  "filePath": "install.main.runtime.ts",
4084
- "line": 1043,
4084
+ "line": 1054,
4085
4085
  "character": 7
4086
4086
  },
4087
4087
  "name": "ApplicationMain",
@@ -4094,7 +4094,7 @@
4094
4094
  "__schema": "TypeRefSchema",
4095
4095
  "location": {
4096
4096
  "filePath": "install.main.runtime.ts",
4097
- "line": 1044,
4097
+ "line": 1055,
4098
4098
  "character": 7
4099
4099
  },
4100
4100
  "name": "IpcEventsMain",
@@ -4107,7 +4107,7 @@
4107
4107
  "__schema": "TypeRefSchema",
4108
4108
  "location": {
4109
4109
  "filePath": "install.main.runtime.ts",
4110
- "line": 1045,
4110
+ "line": 1056,
4111
4111
  "character": 7
4112
4112
  },
4113
4113
  "name": "GeneratorMain",
@@ -4120,7 +4120,7 @@
4120
4120
  "__schema": "TypeRefSchema",
4121
4121
  "location": {
4122
4122
  "filePath": "install.main.runtime.ts",
4123
- "line": 1046,
4123
+ "line": 1057,
4124
4124
  "character": 7
4125
4125
  },
4126
4126
  "name": "WorkspaceConfigFilesMain",
@@ -4138,7 +4138,7 @@
4138
4138
  "__schema": "ParameterSchema",
4139
4139
  "location": {
4140
4140
  "filePath": "install.main.runtime.ts",
4141
- "line": 1048,
4141
+ "line": 1059,
4142
4142
  "character": 5
4143
4143
  },
4144
4144
  "name": "_",
@@ -4146,7 +4146,7 @@
4146
4146
  "__schema": "InferenceTypeSchema",
4147
4147
  "location": {
4148
4148
  "filePath": "install.main.runtime.ts",
4149
- "line": 1048,
4149
+ "line": 1059,
4150
4150
  "character": 5
4151
4151
  },
4152
4152
  "type": "any"
@@ -4158,7 +4158,7 @@
4158
4158
  "__schema": "ParameterSchema",
4159
4159
  "location": {
4160
4160
  "filePath": "install.main.runtime.ts",
4161
- "line": 1049,
4161
+ "line": 1060,
4162
4162
  "character": 5
4163
4163
  },
4164
4164
  "name": "[ preLinkSlot, preInstallSlot, postInstallSlot ]",
@@ -4166,7 +4166,7 @@
4166
4166
  "__schema": "TupleTypeSchema",
4167
4167
  "location": {
4168
4168
  "filePath": "install.main.runtime.ts",
4169
- "line": 1049,
4169
+ "line": 1060,
4170
4170
  "character": 53
4171
4171
  },
4172
4172
  "elements": [
@@ -4174,7 +4174,7 @@
4174
4174
  "__schema": "TypeRefSchema",
4175
4175
  "location": {
4176
4176
  "filePath": "install.main.runtime.ts",
4177
- "line": 1049,
4177
+ "line": 1060,
4178
4178
  "character": 54
4179
4179
  },
4180
4180
  "name": "PreLinkSlot",
@@ -4184,7 +4184,7 @@
4184
4184
  "__schema": "TypeRefSchema",
4185
4185
  "location": {
4186
4186
  "filePath": "install.main.runtime.ts",
4187
- "line": 1049,
4187
+ "line": 1060,
4188
4188
  "character": 67
4189
4189
  },
4190
4190
  "name": "PreInstallSlot",
@@ -4194,7 +4194,7 @@
4194
4194
  "__schema": "TypeRefSchema",
4195
4195
  "location": {
4196
4196
  "filePath": "install.main.runtime.ts",
4197
- "line": 1049,
4197
+ "line": 1060,
4198
4198
  "character": 83
4199
4199
  },
4200
4200
  "name": "PostInstallSlot",
@@ -4210,7 +4210,7 @@
4210
4210
  "__schema": "InferenceTypeSchema",
4211
4211
  "location": {
4212
4212
  "filePath": "install.main.runtime.ts",
4213
- "line": 1020,
4213
+ "line": 1031,
4214
4214
  "character": 3
4215
4215
  },
4216
4216
  "type": "Promise<InstallMain>"
@@ -4228,7 +4228,7 @@
4228
4228
  "__schema": "UnImplementedSchema",
4229
4229
  "location": {
4230
4230
  "filePath": "install.main.runtime.ts",
4231
- "line": 1118,
4231
+ "line": 1129,
4232
4232
  "character": 16
4233
4233
  },
4234
4234
  "name": "InstallMain",
@@ -4632,7 +4632,7 @@
4632
4632
  "__schema": "TypeSchema",
4633
4633
  "location": {
4634
4634
  "filePath": "install.main.runtime.ts",
4635
- "line": 1094,
4635
+ "line": 1105,
4636
4636
  "character": 1
4637
4637
  },
4638
4638
  "signature": "type ComponentsAndManifests = {\n componentDirectoryMap: ComponentMap<string>;\n manifests: Record<string, ProjectManifest>;\n}",
@@ -4641,7 +4641,7 @@
4641
4641
  "__schema": "TypeLiteralSchema",
4642
4642
  "location": {
4643
4643
  "filePath": "install.main.runtime.ts",
4644
- "line": 1094,
4644
+ "line": 1105,
4645
4645
  "character": 31
4646
4646
  },
4647
4647
  "members": [
@@ -4649,7 +4649,7 @@
4649
4649
  "__schema": "VariableLikeSchema",
4650
4650
  "location": {
4651
4651
  "filePath": "install.main.runtime.ts",
4652
- "line": 1095,
4652
+ "line": 1106,
4653
4653
  "character": 3
4654
4654
  },
4655
4655
  "signature": "(property) componentDirectoryMap: ComponentMap<string>",
@@ -4658,7 +4658,7 @@
4658
4658
  "__schema": "TypeRefSchema",
4659
4659
  "location": {
4660
4660
  "filePath": "install.main.runtime.ts",
4661
- "line": 1095,
4661
+ "line": 1106,
4662
4662
  "character": 26
4663
4663
  },
4664
4664
  "name": "ComponentMap",
@@ -4671,7 +4671,7 @@
4671
4671
  "__schema": "KeywordTypeSchema",
4672
4672
  "location": {
4673
4673
  "filePath": "install.main.runtime.ts",
4674
- "line": 1095,
4674
+ "line": 1106,
4675
4675
  "character": 39
4676
4676
  },
4677
4677
  "name": "string"
@@ -4684,7 +4684,7 @@
4684
4684
  "__schema": "VariableLikeSchema",
4685
4685
  "location": {
4686
4686
  "filePath": "install.main.runtime.ts",
4687
- "line": 1096,
4687
+ "line": 1107,
4688
4688
  "character": 3
4689
4689
  },
4690
4690
  "signature": "(property) manifests: Record<string, ProjectManifest>",
@@ -4693,7 +4693,7 @@
4693
4693
  "__schema": "TypeRefSchema",
4694
4694
  "location": {
4695
4695
  "filePath": "install.main.runtime.ts",
4696
- "line": 1096,
4696
+ "line": 1107,
4697
4697
  "character": 14
4698
4698
  },
4699
4699
  "name": "Record",
@@ -4702,7 +4702,7 @@
4702
4702
  "__schema": "KeywordTypeSchema",
4703
4703
  "location": {
4704
4704
  "filePath": "install.main.runtime.ts",
4705
- "line": 1096,
4705
+ "line": 1107,
4706
4706
  "character": 21
4707
4707
  },
4708
4708
  "name": "string"
@@ -4711,7 +4711,7 @@
4711
4711
  "__schema": "TypeRefSchema",
4712
4712
  "location": {
4713
4713
  "filePath": "install.main.runtime.ts",
4714
- "line": 1096,
4714
+ "line": 1107,
4715
4715
  "character": 29
4716
4716
  },
4717
4717
  "name": "ProjectManifest",
@@ -4728,7 +4728,7 @@
4728
4728
  "__schema": "FunctionLikeSchema",
4729
4729
  "location": {
4730
4730
  "filePath": "install.main.runtime.ts",
4731
- "line": 1099,
4731
+ "line": 1110,
4732
4732
  "character": 1
4733
4733
  },
4734
4734
  "signature": "function hasComponentsFromWorkspaceInMissingDeps({ componentDirectoryMap, manifests, }: ComponentsAndManifests): boolean",
@@ -4738,7 +4738,7 @@
4738
4738
  "__schema": "ParameterSchema",
4739
4739
  "location": {
4740
4740
  "filePath": "install.main.runtime.ts",
4741
- "line": 1099,
4741
+ "line": 1110,
4742
4742
  "character": 50
4743
4743
  },
4744
4744
  "name": "{ componentDirectoryMap, manifests }",
@@ -4746,7 +4746,7 @@
4746
4746
  "__schema": "TypeRefSchema",
4747
4747
  "location": {
4748
4748
  "filePath": "install.main.runtime.ts",
4749
- "line": 1102,
4749
+ "line": 1113,
4750
4750
  "character": 4
4751
4751
  },
4752
4752
  "name": "ComponentsAndManifests",
@@ -4758,7 +4758,7 @@
4758
4758
  "__schema": "InferenceTypeSchema",
4759
4759
  "location": {
4760
4760
  "filePath": "install.main.runtime.ts",
4761
- "line": 1100,
4761
+ "line": 1111,
4762
4762
  "character": 3
4763
4763
  },
4764
4764
  "name": "componentDirectoryMap",
@@ -4769,7 +4769,7 @@
4769
4769
  "__schema": "InferenceTypeSchema",
4770
4770
  "location": {
4771
4771
  "filePath": "install.main.runtime.ts",
4772
- "line": 1101,
4772
+ "line": 1112,
4773
4773
  "character": 3
4774
4774
  },
4775
4775
  "name": "manifests",
@@ -4784,7 +4784,7 @@
4784
4784
  "__schema": "KeywordTypeSchema",
4785
4785
  "location": {
4786
4786
  "filePath": "install.main.runtime.ts",
4787
- "line": 1102,
4787
+ "line": 1113,
4788
4788
  "character": 29
4789
4789
  },
4790
4790
  "name": "boolean"
@@ -4795,7 +4795,7 @@
4795
4795
  "__schema": "UnImplementedSchema",
4796
4796
  "location": {
4797
4797
  "filePath": "install.main.runtime.ts",
4798
- "line": 1116,
4798
+ "line": 1127,
4799
4799
  "character": 1
4800
4800
  },
4801
4801
  "name": "InstallAspect.addRuntime(InstallMain);",
@@ -4805,7 +4805,7 @@
4805
4805
  "__schema": "FunctionLikeSchema",
4806
4806
  "location": {
4807
4807
  "filePath": "install.main.runtime.ts",
4808
- "line": 1120,
4808
+ "line": 1131,
4809
4809
  "character": 1
4810
4810
  },
4811
4811
  "signature": "function manifestsHash(manifests: Record<string, ProjectManifest>): string",
@@ -4815,7 +4815,7 @@
4815
4815
  "__schema": "ParameterSchema",
4816
4816
  "location": {
4817
4817
  "filePath": "install.main.runtime.ts",
4818
- "line": 1120,
4818
+ "line": 1131,
4819
4819
  "character": 24
4820
4820
  },
4821
4821
  "name": "manifests",
@@ -4823,7 +4823,7 @@
4823
4823
  "__schema": "TypeRefSchema",
4824
4824
  "location": {
4825
4825
  "filePath": "install.main.runtime.ts",
4826
- "line": 1120,
4826
+ "line": 1131,
4827
4827
  "character": 35
4828
4828
  },
4829
4829
  "name": "Record",
@@ -4832,7 +4832,7 @@
4832
4832
  "__schema": "KeywordTypeSchema",
4833
4833
  "location": {
4834
4834
  "filePath": "install.main.runtime.ts",
4835
- "line": 1120,
4835
+ "line": 1131,
4836
4836
  "character": 42
4837
4837
  },
4838
4838
  "name": "string"
@@ -4841,7 +4841,7 @@
4841
4841
  "__schema": "TypeRefSchema",
4842
4842
  "location": {
4843
4843
  "filePath": "install.main.runtime.ts",
4844
- "line": 1120,
4844
+ "line": 1131,
4845
4845
  "character": 50
4846
4846
  },
4847
4847
  "name": "ProjectManifest",
@@ -4857,7 +4857,7 @@
4857
4857
  "__schema": "KeywordTypeSchema",
4858
4858
  "location": {
4859
4859
  "filePath": "install.main.runtime.ts",
4860
- "line": 1120,
4860
+ "line": 1131,
4861
4861
  "character": 69
4862
4862
  },
4863
4863
  "name": "string"
@@ -4907,7 +4907,7 @@
4907
4907
  "componentId": {
4908
4908
  "scope": "teambit.workspace",
4909
4909
  "name": "install",
4910
- "version": "1.0.295"
4910
+ "version": "1.0.296"
4911
4911
  },
4912
4912
  "taggedModuleExports": []
4913
4913
  }