@teambit/aspect 1.0.227 → 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/env-template/public/{310.a2e4e6f5da2c890d0762.js → 310.3c83d06da6b22fb8ce49.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +8 -8
- package/artifacts/env-template/public/{compositions.26faf0ea10cb4ccf52af.js → compositions.f07865c476cd540a198c.js} +3 -3
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.595ea0802ca7d2db0104.js → overview.eb5b148a4d45702b8ea3.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/peers.669ad6d9a942c7b5b28e.js +1 -0
- package/artifacts/preview/teambit_harmony_aspect-preview.js +1 -1
- package/artifacts/schema.json +367 -81
- package/dist/aspect.aspect.d.ts +3 -0
- package/dist/aspect.cmd.d.ts +90 -0
- package/dist/aspect.composition.d.ts +1 -0
- package/dist/aspect.env.d.ts +63 -0
- package/dist/aspect.main.runtime.d.ts +89 -0
- package/dist/aspect.templates.d.ts +3 -0
- package/dist/aspect.ui.runtime.d.ts +9 -0
- package/dist/babel/babel-config.d.ts +13 -0
- package/dist/core-exporter.task.d.ts +17 -0
- package/dist/eslint/eslintrc.d.ts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/jest/jest.config.d.ts +20 -0
- package/dist/prettier/prettier.config.d.ts +3 -0
- package/dist/{preview-1712719054377.js → preview-1712822929999.js} +2 -2
- package/dist/templates/aspect/files/aspect-file.d.ts +2 -0
- package/dist/templates/aspect/files/config-file.d.ts +2 -0
- package/dist/templates/aspect/files/index.d.ts +2 -0
- package/dist/templates/aspect/files/main-runtime.d.ts +2 -0
- package/dist/templates/aspect/index.d.ts +2 -0
- package/package.json +26 -26
- package/tsconfig.json +1 -61
- package/artifacts/env-template/public/peers.d647d896cc28c7ecfea8.js +0 -1
- /package/{compositions-1712719054377.js → compositions-1712822929999.js} +0 -0
- /package/{overview-1712719054377.js → overview-1712822929999.js} +0 -0
package/artifacts/schema.json
CHANGED
|
@@ -68,7 +68,11 @@
|
|
|
68
68
|
"line": 38,
|
|
69
69
|
"character": 60
|
|
70
70
|
},
|
|
71
|
-
"name": "EnvsMain"
|
|
71
|
+
"name": "EnvsMain",
|
|
72
|
+
"componentId": {
|
|
73
|
+
"scope": "teambit.envs",
|
|
74
|
+
"name": "envs"
|
|
75
|
+
}
|
|
72
76
|
},
|
|
73
77
|
"isOptional": false,
|
|
74
78
|
"isSpread": false
|
|
@@ -88,7 +92,11 @@
|
|
|
88
92
|
"line": 38,
|
|
89
93
|
"character": 89
|
|
90
94
|
},
|
|
91
|
-
"name": "Workspace"
|
|
95
|
+
"name": "Workspace",
|
|
96
|
+
"componentId": {
|
|
97
|
+
"scope": "teambit.workspace",
|
|
98
|
+
"name": "workspace"
|
|
99
|
+
}
|
|
92
100
|
},
|
|
93
101
|
"isOptional": false,
|
|
94
102
|
"isSpread": false
|
|
@@ -147,7 +155,11 @@
|
|
|
147
155
|
"line": 43,
|
|
148
156
|
"character": 25
|
|
149
157
|
},
|
|
150
|
-
"name": "EnvTransformer"
|
|
158
|
+
"name": "EnvTransformer",
|
|
159
|
+
"componentId": {
|
|
160
|
+
"scope": "teambit.envs",
|
|
161
|
+
"name": "envs"
|
|
162
|
+
}
|
|
151
163
|
}
|
|
152
164
|
},
|
|
153
165
|
"isOptional": true,
|
|
@@ -169,7 +181,11 @@
|
|
|
169
181
|
"line": 43,
|
|
170
182
|
"character": 59
|
|
171
183
|
},
|
|
172
|
-
"name": "Environment"
|
|
184
|
+
"name": "Environment",
|
|
185
|
+
"componentId": {
|
|
186
|
+
"scope": "teambit.envs",
|
|
187
|
+
"name": "envs"
|
|
188
|
+
}
|
|
173
189
|
},
|
|
174
190
|
"isOptional": true,
|
|
175
191
|
"defaultValue": "{}",
|
|
@@ -280,7 +296,8 @@
|
|
|
280
296
|
"line": 47,
|
|
281
297
|
"character": 82
|
|
282
298
|
},
|
|
283
|
-
"name": "AspectSource"
|
|
299
|
+
"name": "AspectSource",
|
|
300
|
+
"internalFilePath": "aspect.main.runtime.ts"
|
|
284
301
|
}
|
|
285
302
|
}
|
|
286
303
|
}
|
|
@@ -417,7 +434,8 @@
|
|
|
417
434
|
"line": 97,
|
|
418
435
|
"character": 14
|
|
419
436
|
},
|
|
420
|
-
"name": "SetAspectOptions"
|
|
437
|
+
"name": "SetAspectOptions",
|
|
438
|
+
"internalFilePath": "aspect.cmd.ts"
|
|
421
439
|
},
|
|
422
440
|
"isOptional": true,
|
|
423
441
|
"defaultValue": "{}",
|
|
@@ -447,7 +465,12 @@
|
|
|
447
465
|
"line": 98,
|
|
448
466
|
"character": 14
|
|
449
467
|
},
|
|
450
|
-
"name": "ComponentID"
|
|
468
|
+
"name": "ComponentID",
|
|
469
|
+
"componentId": {
|
|
470
|
+
"scope": "teambit.component",
|
|
471
|
+
"name": "component-id",
|
|
472
|
+
"version": "1.2.0"
|
|
473
|
+
}
|
|
451
474
|
}
|
|
452
475
|
}
|
|
453
476
|
]
|
|
@@ -530,7 +553,12 @@
|
|
|
530
553
|
"line": 112,
|
|
531
554
|
"character": 83
|
|
532
555
|
},
|
|
533
|
-
"name": "ComponentID"
|
|
556
|
+
"name": "ComponentID",
|
|
557
|
+
"componentId": {
|
|
558
|
+
"scope": "teambit.component",
|
|
559
|
+
"name": "component-id",
|
|
560
|
+
"version": "1.2.0"
|
|
561
|
+
}
|
|
534
562
|
}
|
|
535
563
|
}
|
|
536
564
|
]
|
|
@@ -591,7 +619,12 @@
|
|
|
591
619
|
"line": 132,
|
|
592
620
|
"character": 44
|
|
593
621
|
},
|
|
594
|
-
"name": "ComponentID"
|
|
622
|
+
"name": "ComponentID",
|
|
623
|
+
"componentId": {
|
|
624
|
+
"scope": "teambit.component",
|
|
625
|
+
"name": "component-id",
|
|
626
|
+
"version": "1.2.0"
|
|
627
|
+
}
|
|
595
628
|
}
|
|
596
629
|
]
|
|
597
630
|
},
|
|
@@ -615,7 +648,11 @@
|
|
|
615
648
|
"line": 132,
|
|
616
649
|
"character": 66
|
|
617
650
|
},
|
|
618
|
-
"name": "AspectList"
|
|
651
|
+
"name": "AspectList",
|
|
652
|
+
"componentId": {
|
|
653
|
+
"scope": "teambit.component",
|
|
654
|
+
"name": "component"
|
|
655
|
+
}
|
|
619
656
|
}
|
|
620
657
|
]
|
|
621
658
|
},
|
|
@@ -675,7 +712,12 @@
|
|
|
675
712
|
"line": 143,
|
|
676
713
|
"character": 56
|
|
677
714
|
},
|
|
678
|
-
"name": "ComponentID"
|
|
715
|
+
"name": "ComponentID",
|
|
716
|
+
"componentId": {
|
|
717
|
+
"scope": "teambit.component",
|
|
718
|
+
"name": "component-id",
|
|
719
|
+
"version": "1.2.0"
|
|
720
|
+
}
|
|
679
721
|
}
|
|
680
722
|
]
|
|
681
723
|
},
|
|
@@ -787,7 +829,12 @@
|
|
|
787
829
|
"line": 160,
|
|
788
830
|
"character": 25
|
|
789
831
|
},
|
|
790
|
-
"name": "ComponentID"
|
|
832
|
+
"name": "ComponentID",
|
|
833
|
+
"componentId": {
|
|
834
|
+
"scope": "teambit.component",
|
|
835
|
+
"name": "component-id",
|
|
836
|
+
"version": "1.2.0"
|
|
837
|
+
}
|
|
791
838
|
}
|
|
792
839
|
},
|
|
793
840
|
"isOptional": false
|
|
@@ -815,7 +862,12 @@
|
|
|
815
862
|
"line": 160,
|
|
816
863
|
"character": 57
|
|
817
864
|
},
|
|
818
|
-
"name": "ComponentID"
|
|
865
|
+
"name": "ComponentID",
|
|
866
|
+
"componentId": {
|
|
867
|
+
"scope": "teambit.component",
|
|
868
|
+
"name": "component-id",
|
|
869
|
+
"version": "1.2.0"
|
|
870
|
+
}
|
|
819
871
|
}
|
|
820
872
|
},
|
|
821
873
|
"isOptional": false
|
|
@@ -863,7 +915,11 @@
|
|
|
863
915
|
"line": 198,
|
|
864
916
|
"character": 42
|
|
865
917
|
},
|
|
866
|
-
"name": "EnvPolicyConfigObject"
|
|
918
|
+
"name": "EnvPolicyConfigObject",
|
|
919
|
+
"componentId": {
|
|
920
|
+
"scope": "teambit.dependencies",
|
|
921
|
+
"name": "dependency-resolver"
|
|
922
|
+
}
|
|
867
923
|
},
|
|
868
924
|
"isOptional": false,
|
|
869
925
|
"isSpread": false
|
|
@@ -959,7 +1015,11 @@
|
|
|
959
1015
|
"line": 223,
|
|
960
1016
|
"character": 7
|
|
961
1017
|
},
|
|
962
|
-
"name": "ReactMain"
|
|
1018
|
+
"name": "ReactMain",
|
|
1019
|
+
"componentId": {
|
|
1020
|
+
"scope": "teambit.react",
|
|
1021
|
+
"name": "react"
|
|
1022
|
+
}
|
|
963
1023
|
},
|
|
964
1024
|
{
|
|
965
1025
|
"__schema": "TypeRefSchema",
|
|
@@ -968,7 +1028,11 @@
|
|
|
968
1028
|
"line": 224,
|
|
969
1029
|
"character": 7
|
|
970
1030
|
},
|
|
971
|
-
"name": "EnvsMain"
|
|
1031
|
+
"name": "EnvsMain",
|
|
1032
|
+
"componentId": {
|
|
1033
|
+
"scope": "teambit.envs",
|
|
1034
|
+
"name": "envs"
|
|
1035
|
+
}
|
|
972
1036
|
},
|
|
973
1037
|
{
|
|
974
1038
|
"__schema": "TypeRefSchema",
|
|
@@ -977,7 +1041,11 @@
|
|
|
977
1041
|
"line": 225,
|
|
978
1042
|
"character": 7
|
|
979
1043
|
},
|
|
980
|
-
"name": "BuilderMain"
|
|
1044
|
+
"name": "BuilderMain",
|
|
1045
|
+
"componentId": {
|
|
1046
|
+
"scope": "teambit.pipelines",
|
|
1047
|
+
"name": "builder"
|
|
1048
|
+
}
|
|
981
1049
|
},
|
|
982
1050
|
{
|
|
983
1051
|
"__schema": "TypeRefSchema",
|
|
@@ -986,7 +1054,11 @@
|
|
|
986
1054
|
"line": 226,
|
|
987
1055
|
"character": 7
|
|
988
1056
|
},
|
|
989
|
-
"name": "AspectLoaderMain"
|
|
1057
|
+
"name": "AspectLoaderMain",
|
|
1058
|
+
"componentId": {
|
|
1059
|
+
"scope": "teambit.harmony",
|
|
1060
|
+
"name": "aspect-loader"
|
|
1061
|
+
}
|
|
990
1062
|
},
|
|
991
1063
|
{
|
|
992
1064
|
"__schema": "TypeRefSchema",
|
|
@@ -995,7 +1067,11 @@
|
|
|
995
1067
|
"line": 227,
|
|
996
1068
|
"character": 7
|
|
997
1069
|
},
|
|
998
|
-
"name": "CompilerMain"
|
|
1070
|
+
"name": "CompilerMain",
|
|
1071
|
+
"componentId": {
|
|
1072
|
+
"scope": "teambit.compilation",
|
|
1073
|
+
"name": "compiler"
|
|
1074
|
+
}
|
|
999
1075
|
},
|
|
1000
1076
|
{
|
|
1001
1077
|
"__schema": "TypeRefSchema",
|
|
@@ -1004,7 +1080,11 @@
|
|
|
1004
1080
|
"line": 228,
|
|
1005
1081
|
"character": 7
|
|
1006
1082
|
},
|
|
1007
|
-
"name": "GeneratorMain"
|
|
1083
|
+
"name": "GeneratorMain",
|
|
1084
|
+
"componentId": {
|
|
1085
|
+
"scope": "teambit.generator",
|
|
1086
|
+
"name": "generator"
|
|
1087
|
+
}
|
|
1008
1088
|
},
|
|
1009
1089
|
{
|
|
1010
1090
|
"__schema": "TypeRefSchema",
|
|
@@ -1013,7 +1093,11 @@
|
|
|
1013
1093
|
"line": 229,
|
|
1014
1094
|
"character": 7
|
|
1015
1095
|
},
|
|
1016
|
-
"name": "Workspace"
|
|
1096
|
+
"name": "Workspace",
|
|
1097
|
+
"componentId": {
|
|
1098
|
+
"scope": "teambit.workspace",
|
|
1099
|
+
"name": "workspace"
|
|
1100
|
+
}
|
|
1017
1101
|
},
|
|
1018
1102
|
{
|
|
1019
1103
|
"__schema": "TypeRefSchema",
|
|
@@ -1022,7 +1106,11 @@
|
|
|
1022
1106
|
"line": 230,
|
|
1023
1107
|
"character": 7
|
|
1024
1108
|
},
|
|
1025
|
-
"name": "CLIMain"
|
|
1109
|
+
"name": "CLIMain",
|
|
1110
|
+
"componentId": {
|
|
1111
|
+
"scope": "teambit.harmony",
|
|
1112
|
+
"name": "cli"
|
|
1113
|
+
}
|
|
1026
1114
|
},
|
|
1027
1115
|
{
|
|
1028
1116
|
"__schema": "TypeRefSchema",
|
|
@@ -1031,7 +1119,11 @@
|
|
|
1031
1119
|
"line": 231,
|
|
1032
1120
|
"character": 7
|
|
1033
1121
|
},
|
|
1034
|
-
"name": "LoggerMain"
|
|
1122
|
+
"name": "LoggerMain",
|
|
1123
|
+
"componentId": {
|
|
1124
|
+
"scope": "teambit.harmony",
|
|
1125
|
+
"name": "logger"
|
|
1126
|
+
}
|
|
1035
1127
|
},
|
|
1036
1128
|
{
|
|
1037
1129
|
"__schema": "TypeRefSchema",
|
|
@@ -1040,7 +1132,11 @@
|
|
|
1040
1132
|
"line": 232,
|
|
1041
1133
|
"character": 7
|
|
1042
1134
|
},
|
|
1043
|
-
"name": "WorkerMain"
|
|
1135
|
+
"name": "WorkerMain",
|
|
1136
|
+
"componentId": {
|
|
1137
|
+
"scope": "teambit.harmony",
|
|
1138
|
+
"name": "worker"
|
|
1139
|
+
}
|
|
1044
1140
|
}
|
|
1045
1141
|
]
|
|
1046
1142
|
},
|
|
@@ -1102,7 +1198,12 @@
|
|
|
1102
1198
|
"line": 236,
|
|
1103
1199
|
"character": 14
|
|
1104
1200
|
},
|
|
1105
|
-
"name": "Harmony"
|
|
1201
|
+
"name": "Harmony",
|
|
1202
|
+
"componentId": {
|
|
1203
|
+
"scope": "teambit.harmony",
|
|
1204
|
+
"name": "harmony",
|
|
1205
|
+
"version": "0.4.6"
|
|
1206
|
+
}
|
|
1106
1207
|
},
|
|
1107
1208
|
"isOptional": false,
|
|
1108
1209
|
"isSpread": false
|
|
@@ -1223,7 +1324,11 @@
|
|
|
1223
1324
|
"line": 27,
|
|
1224
1325
|
"character": 33
|
|
1225
1326
|
},
|
|
1226
|
-
"name": "ReactEnv"
|
|
1327
|
+
"name": "ReactEnv",
|
|
1328
|
+
"componentId": {
|
|
1329
|
+
"scope": "teambit.react",
|
|
1330
|
+
"name": "react"
|
|
1331
|
+
}
|
|
1227
1332
|
},
|
|
1228
1333
|
"isOptional": false,
|
|
1229
1334
|
"isSpread": false
|
|
@@ -1243,7 +1348,11 @@
|
|
|
1243
1348
|
"line": 27,
|
|
1244
1349
|
"character": 65
|
|
1245
1350
|
},
|
|
1246
|
-
"name": "AspectLoaderMain"
|
|
1351
|
+
"name": "AspectLoaderMain",
|
|
1352
|
+
"componentId": {
|
|
1353
|
+
"scope": "teambit.harmony",
|
|
1354
|
+
"name": "aspect-loader"
|
|
1355
|
+
}
|
|
1247
1356
|
},
|
|
1248
1357
|
"isOptional": false,
|
|
1249
1358
|
"isSpread": false
|
|
@@ -1263,7 +1372,11 @@
|
|
|
1263
1372
|
"line": 27,
|
|
1264
1373
|
"character": 99
|
|
1265
1374
|
},
|
|
1266
|
-
"name": "Logger"
|
|
1375
|
+
"name": "Logger",
|
|
1376
|
+
"componentId": {
|
|
1377
|
+
"scope": "teambit.harmony",
|
|
1378
|
+
"name": "logger"
|
|
1379
|
+
}
|
|
1267
1380
|
},
|
|
1268
1381
|
"isOptional": false,
|
|
1269
1382
|
"isSpread": false
|
|
@@ -1349,7 +1462,8 @@
|
|
|
1349
1462
|
"line": 37,
|
|
1350
1463
|
"character": 25
|
|
1351
1464
|
},
|
|
1352
|
-
"name": "TsConfigSourceFile"
|
|
1465
|
+
"name": "TsConfigSourceFile",
|
|
1466
|
+
"packageName": "typescript"
|
|
1353
1467
|
},
|
|
1354
1468
|
"isOptional": false,
|
|
1355
1469
|
"isSpread": false
|
|
@@ -1391,7 +1505,8 @@
|
|
|
1391
1505
|
"line": 44,
|
|
1392
1506
|
"character": 30
|
|
1393
1507
|
},
|
|
1394
|
-
"name": "TsConfigSourceFile"
|
|
1508
|
+
"name": "TsConfigSourceFile",
|
|
1509
|
+
"packageName": "typescript"
|
|
1395
1510
|
},
|
|
1396
1511
|
"isOptional": false,
|
|
1397
1512
|
"isSpread": false
|
|
@@ -1513,7 +1628,11 @@
|
|
|
1513
1628
|
"line": 56,
|
|
1514
1629
|
"character": 37
|
|
1515
1630
|
},
|
|
1516
|
-
"name": "BundlerContext"
|
|
1631
|
+
"name": "BundlerContext",
|
|
1632
|
+
"componentId": {
|
|
1633
|
+
"scope": "teambit.compilation",
|
|
1634
|
+
"name": "bundler"
|
|
1635
|
+
}
|
|
1517
1636
|
},
|
|
1518
1637
|
"isOptional": false,
|
|
1519
1638
|
"isSpread": false
|
|
@@ -1540,7 +1659,11 @@
|
|
|
1540
1659
|
"line": 56,
|
|
1541
1660
|
"character": 67
|
|
1542
1661
|
},
|
|
1543
|
-
"name": "WebpackConfigTransformer"
|
|
1662
|
+
"name": "WebpackConfigTransformer",
|
|
1663
|
+
"componentId": {
|
|
1664
|
+
"scope": "teambit.webpack",
|
|
1665
|
+
"name": "webpack"
|
|
1666
|
+
}
|
|
1544
1667
|
}
|
|
1545
1668
|
},
|
|
1546
1669
|
"isOptional": true,
|
|
@@ -1564,7 +1687,11 @@
|
|
|
1564
1687
|
"line": 56,
|
|
1565
1688
|
"character": 109
|
|
1566
1689
|
},
|
|
1567
|
-
"name": "Bundler"
|
|
1690
|
+
"name": "Bundler",
|
|
1691
|
+
"componentId": {
|
|
1692
|
+
"scope": "teambit.compilation",
|
|
1693
|
+
"name": "bundler"
|
|
1694
|
+
}
|
|
1568
1695
|
}
|
|
1569
1696
|
]
|
|
1570
1697
|
},
|
|
@@ -1597,7 +1724,11 @@
|
|
|
1597
1724
|
"line": 61,
|
|
1598
1725
|
"character": 14
|
|
1599
1726
|
},
|
|
1600
|
-
"name": "BundlerContext"
|
|
1727
|
+
"name": "BundlerContext",
|
|
1728
|
+
"componentId": {
|
|
1729
|
+
"scope": "teambit.compilation",
|
|
1730
|
+
"name": "bundler"
|
|
1731
|
+
}
|
|
1601
1732
|
},
|
|
1602
1733
|
"isOptional": false,
|
|
1603
1734
|
"isSpread": false
|
|
@@ -1624,7 +1755,11 @@
|
|
|
1624
1755
|
"line": 62,
|
|
1625
1756
|
"character": 19
|
|
1626
1757
|
},
|
|
1627
|
-
"name": "WebpackConfigTransformer"
|
|
1758
|
+
"name": "WebpackConfigTransformer",
|
|
1759
|
+
"componentId": {
|
|
1760
|
+
"scope": "teambit.webpack",
|
|
1761
|
+
"name": "webpack"
|
|
1762
|
+
}
|
|
1628
1763
|
}
|
|
1629
1764
|
},
|
|
1630
1765
|
"isOptional": true,
|
|
@@ -1648,7 +1783,11 @@
|
|
|
1648
1783
|
"line": 63,
|
|
1649
1784
|
"character": 14
|
|
1650
1785
|
},
|
|
1651
|
-
"name": "Bundler"
|
|
1786
|
+
"name": "Bundler",
|
|
1787
|
+
"componentId": {
|
|
1788
|
+
"scope": "teambit.compilation",
|
|
1789
|
+
"name": "bundler"
|
|
1790
|
+
}
|
|
1652
1791
|
}
|
|
1653
1792
|
]
|
|
1654
1793
|
},
|
|
@@ -1770,7 +1909,11 @@
|
|
|
1770
1909
|
"line": 119,
|
|
1771
1910
|
"character": 22
|
|
1772
1911
|
},
|
|
1773
|
-
"name": "ConfigWriterEntry"
|
|
1912
|
+
"name": "ConfigWriterEntry",
|
|
1913
|
+
"componentId": {
|
|
1914
|
+
"scope": "teambit.workspace",
|
|
1915
|
+
"name": "workspace-config-files"
|
|
1916
|
+
}
|
|
1774
1917
|
}
|
|
1775
1918
|
},
|
|
1776
1919
|
"modifiers": []
|
|
@@ -1799,7 +1942,7 @@
|
|
|
1799
1942
|
"_legacy": {
|
|
1800
1943
|
"scope": "teambit.harmony",
|
|
1801
1944
|
"name": "aspect",
|
|
1802
|
-
"version": "1.0.
|
|
1945
|
+
"version": "1.0.229"
|
|
1803
1946
|
},
|
|
1804
1947
|
"_scope": "teambit.harmony"
|
|
1805
1948
|
}
|
|
@@ -1826,7 +1969,7 @@
|
|
|
1826
1969
|
"_legacy": {
|
|
1827
1970
|
"scope": "teambit.harmony",
|
|
1828
1971
|
"name": "aspect",
|
|
1829
|
-
"version": "1.0.
|
|
1972
|
+
"version": "1.0.229"
|
|
1830
1973
|
},
|
|
1831
1974
|
"_scope": "teambit.harmony"
|
|
1832
1975
|
}
|
|
@@ -1853,7 +1996,7 @@
|
|
|
1853
1996
|
"_legacy": {
|
|
1854
1997
|
"scope": "teambit.harmony",
|
|
1855
1998
|
"name": "aspect",
|
|
1856
|
-
"version": "1.0.
|
|
1999
|
+
"version": "1.0.229"
|
|
1857
2000
|
},
|
|
1858
2001
|
"_scope": "teambit.harmony"
|
|
1859
2002
|
}
|
|
@@ -2008,7 +2151,11 @@
|
|
|
2008
2151
|
"line": 38,
|
|
2009
2152
|
"character": 60
|
|
2010
2153
|
},
|
|
2011
|
-
"name": "EnvsMain"
|
|
2154
|
+
"name": "EnvsMain",
|
|
2155
|
+
"componentId": {
|
|
2156
|
+
"scope": "teambit.envs",
|
|
2157
|
+
"name": "envs"
|
|
2158
|
+
}
|
|
2012
2159
|
},
|
|
2013
2160
|
"isOptional": false,
|
|
2014
2161
|
"isSpread": false
|
|
@@ -2028,7 +2175,11 @@
|
|
|
2028
2175
|
"line": 38,
|
|
2029
2176
|
"character": 89
|
|
2030
2177
|
},
|
|
2031
|
-
"name": "Workspace"
|
|
2178
|
+
"name": "Workspace",
|
|
2179
|
+
"componentId": {
|
|
2180
|
+
"scope": "teambit.workspace",
|
|
2181
|
+
"name": "workspace"
|
|
2182
|
+
}
|
|
2032
2183
|
},
|
|
2033
2184
|
"isOptional": false,
|
|
2034
2185
|
"isSpread": false
|
|
@@ -2087,7 +2238,11 @@
|
|
|
2087
2238
|
"line": 43,
|
|
2088
2239
|
"character": 25
|
|
2089
2240
|
},
|
|
2090
|
-
"name": "EnvTransformer"
|
|
2241
|
+
"name": "EnvTransformer",
|
|
2242
|
+
"componentId": {
|
|
2243
|
+
"scope": "teambit.envs",
|
|
2244
|
+
"name": "envs"
|
|
2245
|
+
}
|
|
2091
2246
|
}
|
|
2092
2247
|
},
|
|
2093
2248
|
"isOptional": true,
|
|
@@ -2109,7 +2264,11 @@
|
|
|
2109
2264
|
"line": 43,
|
|
2110
2265
|
"character": 59
|
|
2111
2266
|
},
|
|
2112
|
-
"name": "Environment"
|
|
2267
|
+
"name": "Environment",
|
|
2268
|
+
"componentId": {
|
|
2269
|
+
"scope": "teambit.envs",
|
|
2270
|
+
"name": "envs"
|
|
2271
|
+
}
|
|
2113
2272
|
},
|
|
2114
2273
|
"isOptional": true,
|
|
2115
2274
|
"defaultValue": "{}",
|
|
@@ -2220,7 +2379,8 @@
|
|
|
2220
2379
|
"line": 47,
|
|
2221
2380
|
"character": 82
|
|
2222
2381
|
},
|
|
2223
|
-
"name": "AspectSource"
|
|
2382
|
+
"name": "AspectSource",
|
|
2383
|
+
"internalFilePath": "aspect.main.runtime.ts"
|
|
2224
2384
|
}
|
|
2225
2385
|
}
|
|
2226
2386
|
}
|
|
@@ -2357,7 +2517,8 @@
|
|
|
2357
2517
|
"line": 97,
|
|
2358
2518
|
"character": 14
|
|
2359
2519
|
},
|
|
2360
|
-
"name": "SetAspectOptions"
|
|
2520
|
+
"name": "SetAspectOptions",
|
|
2521
|
+
"internalFilePath": "aspect.cmd.ts"
|
|
2361
2522
|
},
|
|
2362
2523
|
"isOptional": true,
|
|
2363
2524
|
"defaultValue": "{}",
|
|
@@ -2387,7 +2548,12 @@
|
|
|
2387
2548
|
"line": 98,
|
|
2388
2549
|
"character": 14
|
|
2389
2550
|
},
|
|
2390
|
-
"name": "ComponentID"
|
|
2551
|
+
"name": "ComponentID",
|
|
2552
|
+
"componentId": {
|
|
2553
|
+
"scope": "teambit.component",
|
|
2554
|
+
"name": "component-id",
|
|
2555
|
+
"version": "1.2.0"
|
|
2556
|
+
}
|
|
2391
2557
|
}
|
|
2392
2558
|
}
|
|
2393
2559
|
]
|
|
@@ -2470,7 +2636,12 @@
|
|
|
2470
2636
|
"line": 112,
|
|
2471
2637
|
"character": 83
|
|
2472
2638
|
},
|
|
2473
|
-
"name": "ComponentID"
|
|
2639
|
+
"name": "ComponentID",
|
|
2640
|
+
"componentId": {
|
|
2641
|
+
"scope": "teambit.component",
|
|
2642
|
+
"name": "component-id",
|
|
2643
|
+
"version": "1.2.0"
|
|
2644
|
+
}
|
|
2474
2645
|
}
|
|
2475
2646
|
}
|
|
2476
2647
|
]
|
|
@@ -2531,7 +2702,12 @@
|
|
|
2531
2702
|
"line": 132,
|
|
2532
2703
|
"character": 44
|
|
2533
2704
|
},
|
|
2534
|
-
"name": "ComponentID"
|
|
2705
|
+
"name": "ComponentID",
|
|
2706
|
+
"componentId": {
|
|
2707
|
+
"scope": "teambit.component",
|
|
2708
|
+
"name": "component-id",
|
|
2709
|
+
"version": "1.2.0"
|
|
2710
|
+
}
|
|
2535
2711
|
}
|
|
2536
2712
|
]
|
|
2537
2713
|
},
|
|
@@ -2555,7 +2731,11 @@
|
|
|
2555
2731
|
"line": 132,
|
|
2556
2732
|
"character": 66
|
|
2557
2733
|
},
|
|
2558
|
-
"name": "AspectList"
|
|
2734
|
+
"name": "AspectList",
|
|
2735
|
+
"componentId": {
|
|
2736
|
+
"scope": "teambit.component",
|
|
2737
|
+
"name": "component"
|
|
2738
|
+
}
|
|
2559
2739
|
}
|
|
2560
2740
|
]
|
|
2561
2741
|
},
|
|
@@ -2615,7 +2795,12 @@
|
|
|
2615
2795
|
"line": 143,
|
|
2616
2796
|
"character": 56
|
|
2617
2797
|
},
|
|
2618
|
-
"name": "ComponentID"
|
|
2798
|
+
"name": "ComponentID",
|
|
2799
|
+
"componentId": {
|
|
2800
|
+
"scope": "teambit.component",
|
|
2801
|
+
"name": "component-id",
|
|
2802
|
+
"version": "1.2.0"
|
|
2803
|
+
}
|
|
2619
2804
|
}
|
|
2620
2805
|
]
|
|
2621
2806
|
},
|
|
@@ -2727,7 +2912,12 @@
|
|
|
2727
2912
|
"line": 160,
|
|
2728
2913
|
"character": 25
|
|
2729
2914
|
},
|
|
2730
|
-
"name": "ComponentID"
|
|
2915
|
+
"name": "ComponentID",
|
|
2916
|
+
"componentId": {
|
|
2917
|
+
"scope": "teambit.component",
|
|
2918
|
+
"name": "component-id",
|
|
2919
|
+
"version": "1.2.0"
|
|
2920
|
+
}
|
|
2731
2921
|
}
|
|
2732
2922
|
},
|
|
2733
2923
|
"isOptional": false
|
|
@@ -2755,7 +2945,12 @@
|
|
|
2755
2945
|
"line": 160,
|
|
2756
2946
|
"character": 57
|
|
2757
2947
|
},
|
|
2758
|
-
"name": "ComponentID"
|
|
2948
|
+
"name": "ComponentID",
|
|
2949
|
+
"componentId": {
|
|
2950
|
+
"scope": "teambit.component",
|
|
2951
|
+
"name": "component-id",
|
|
2952
|
+
"version": "1.2.0"
|
|
2953
|
+
}
|
|
2759
2954
|
}
|
|
2760
2955
|
},
|
|
2761
2956
|
"isOptional": false
|
|
@@ -2803,7 +2998,11 @@
|
|
|
2803
2998
|
"line": 198,
|
|
2804
2999
|
"character": 42
|
|
2805
3000
|
},
|
|
2806
|
-
"name": "EnvPolicyConfigObject"
|
|
3001
|
+
"name": "EnvPolicyConfigObject",
|
|
3002
|
+
"componentId": {
|
|
3003
|
+
"scope": "teambit.dependencies",
|
|
3004
|
+
"name": "dependency-resolver"
|
|
3005
|
+
}
|
|
2807
3006
|
},
|
|
2808
3007
|
"isOptional": false,
|
|
2809
3008
|
"isSpread": false
|
|
@@ -2899,7 +3098,11 @@
|
|
|
2899
3098
|
"line": 223,
|
|
2900
3099
|
"character": 7
|
|
2901
3100
|
},
|
|
2902
|
-
"name": "ReactMain"
|
|
3101
|
+
"name": "ReactMain",
|
|
3102
|
+
"componentId": {
|
|
3103
|
+
"scope": "teambit.react",
|
|
3104
|
+
"name": "react"
|
|
3105
|
+
}
|
|
2903
3106
|
},
|
|
2904
3107
|
{
|
|
2905
3108
|
"__schema": "TypeRefSchema",
|
|
@@ -2908,7 +3111,11 @@
|
|
|
2908
3111
|
"line": 224,
|
|
2909
3112
|
"character": 7
|
|
2910
3113
|
},
|
|
2911
|
-
"name": "EnvsMain"
|
|
3114
|
+
"name": "EnvsMain",
|
|
3115
|
+
"componentId": {
|
|
3116
|
+
"scope": "teambit.envs",
|
|
3117
|
+
"name": "envs"
|
|
3118
|
+
}
|
|
2912
3119
|
},
|
|
2913
3120
|
{
|
|
2914
3121
|
"__schema": "TypeRefSchema",
|
|
@@ -2917,7 +3124,11 @@
|
|
|
2917
3124
|
"line": 225,
|
|
2918
3125
|
"character": 7
|
|
2919
3126
|
},
|
|
2920
|
-
"name": "BuilderMain"
|
|
3127
|
+
"name": "BuilderMain",
|
|
3128
|
+
"componentId": {
|
|
3129
|
+
"scope": "teambit.pipelines",
|
|
3130
|
+
"name": "builder"
|
|
3131
|
+
}
|
|
2921
3132
|
},
|
|
2922
3133
|
{
|
|
2923
3134
|
"__schema": "TypeRefSchema",
|
|
@@ -2926,7 +3137,11 @@
|
|
|
2926
3137
|
"line": 226,
|
|
2927
3138
|
"character": 7
|
|
2928
3139
|
},
|
|
2929
|
-
"name": "AspectLoaderMain"
|
|
3140
|
+
"name": "AspectLoaderMain",
|
|
3141
|
+
"componentId": {
|
|
3142
|
+
"scope": "teambit.harmony",
|
|
3143
|
+
"name": "aspect-loader"
|
|
3144
|
+
}
|
|
2930
3145
|
},
|
|
2931
3146
|
{
|
|
2932
3147
|
"__schema": "TypeRefSchema",
|
|
@@ -2935,7 +3150,11 @@
|
|
|
2935
3150
|
"line": 227,
|
|
2936
3151
|
"character": 7
|
|
2937
3152
|
},
|
|
2938
|
-
"name": "CompilerMain"
|
|
3153
|
+
"name": "CompilerMain",
|
|
3154
|
+
"componentId": {
|
|
3155
|
+
"scope": "teambit.compilation",
|
|
3156
|
+
"name": "compiler"
|
|
3157
|
+
}
|
|
2939
3158
|
},
|
|
2940
3159
|
{
|
|
2941
3160
|
"__schema": "TypeRefSchema",
|
|
@@ -2944,7 +3163,11 @@
|
|
|
2944
3163
|
"line": 228,
|
|
2945
3164
|
"character": 7
|
|
2946
3165
|
},
|
|
2947
|
-
"name": "GeneratorMain"
|
|
3166
|
+
"name": "GeneratorMain",
|
|
3167
|
+
"componentId": {
|
|
3168
|
+
"scope": "teambit.generator",
|
|
3169
|
+
"name": "generator"
|
|
3170
|
+
}
|
|
2948
3171
|
},
|
|
2949
3172
|
{
|
|
2950
3173
|
"__schema": "TypeRefSchema",
|
|
@@ -2953,7 +3176,11 @@
|
|
|
2953
3176
|
"line": 229,
|
|
2954
3177
|
"character": 7
|
|
2955
3178
|
},
|
|
2956
|
-
"name": "Workspace"
|
|
3179
|
+
"name": "Workspace",
|
|
3180
|
+
"componentId": {
|
|
3181
|
+
"scope": "teambit.workspace",
|
|
3182
|
+
"name": "workspace"
|
|
3183
|
+
}
|
|
2957
3184
|
},
|
|
2958
3185
|
{
|
|
2959
3186
|
"__schema": "TypeRefSchema",
|
|
@@ -2962,7 +3189,11 @@
|
|
|
2962
3189
|
"line": 230,
|
|
2963
3190
|
"character": 7
|
|
2964
3191
|
},
|
|
2965
|
-
"name": "CLIMain"
|
|
3192
|
+
"name": "CLIMain",
|
|
3193
|
+
"componentId": {
|
|
3194
|
+
"scope": "teambit.harmony",
|
|
3195
|
+
"name": "cli"
|
|
3196
|
+
}
|
|
2966
3197
|
},
|
|
2967
3198
|
{
|
|
2968
3199
|
"__schema": "TypeRefSchema",
|
|
@@ -2971,7 +3202,11 @@
|
|
|
2971
3202
|
"line": 231,
|
|
2972
3203
|
"character": 7
|
|
2973
3204
|
},
|
|
2974
|
-
"name": "LoggerMain"
|
|
3205
|
+
"name": "LoggerMain",
|
|
3206
|
+
"componentId": {
|
|
3207
|
+
"scope": "teambit.harmony",
|
|
3208
|
+
"name": "logger"
|
|
3209
|
+
}
|
|
2975
3210
|
},
|
|
2976
3211
|
{
|
|
2977
3212
|
"__schema": "TypeRefSchema",
|
|
@@ -2980,7 +3215,11 @@
|
|
|
2980
3215
|
"line": 232,
|
|
2981
3216
|
"character": 7
|
|
2982
3217
|
},
|
|
2983
|
-
"name": "WorkerMain"
|
|
3218
|
+
"name": "WorkerMain",
|
|
3219
|
+
"componentId": {
|
|
3220
|
+
"scope": "teambit.harmony",
|
|
3221
|
+
"name": "worker"
|
|
3222
|
+
}
|
|
2984
3223
|
}
|
|
2985
3224
|
]
|
|
2986
3225
|
},
|
|
@@ -3042,7 +3281,12 @@
|
|
|
3042
3281
|
"line": 236,
|
|
3043
3282
|
"character": 14
|
|
3044
3283
|
},
|
|
3045
|
-
"name": "Harmony"
|
|
3284
|
+
"name": "Harmony",
|
|
3285
|
+
"componentId": {
|
|
3286
|
+
"scope": "teambit.harmony",
|
|
3287
|
+
"name": "harmony",
|
|
3288
|
+
"version": "0.4.6"
|
|
3289
|
+
}
|
|
3046
3290
|
},
|
|
3047
3291
|
"isOptional": false,
|
|
3048
3292
|
"isSpread": false
|
|
@@ -3233,7 +3477,11 @@
|
|
|
3233
3477
|
"line": 27,
|
|
3234
3478
|
"character": 33
|
|
3235
3479
|
},
|
|
3236
|
-
"name": "ReactEnv"
|
|
3480
|
+
"name": "ReactEnv",
|
|
3481
|
+
"componentId": {
|
|
3482
|
+
"scope": "teambit.react",
|
|
3483
|
+
"name": "react"
|
|
3484
|
+
}
|
|
3237
3485
|
},
|
|
3238
3486
|
"isOptional": false,
|
|
3239
3487
|
"isSpread": false
|
|
@@ -3253,7 +3501,11 @@
|
|
|
3253
3501
|
"line": 27,
|
|
3254
3502
|
"character": 65
|
|
3255
3503
|
},
|
|
3256
|
-
"name": "AspectLoaderMain"
|
|
3504
|
+
"name": "AspectLoaderMain",
|
|
3505
|
+
"componentId": {
|
|
3506
|
+
"scope": "teambit.harmony",
|
|
3507
|
+
"name": "aspect-loader"
|
|
3508
|
+
}
|
|
3257
3509
|
},
|
|
3258
3510
|
"isOptional": false,
|
|
3259
3511
|
"isSpread": false
|
|
@@ -3273,7 +3525,11 @@
|
|
|
3273
3525
|
"line": 27,
|
|
3274
3526
|
"character": 99
|
|
3275
3527
|
},
|
|
3276
|
-
"name": "Logger"
|
|
3528
|
+
"name": "Logger",
|
|
3529
|
+
"componentId": {
|
|
3530
|
+
"scope": "teambit.harmony",
|
|
3531
|
+
"name": "logger"
|
|
3532
|
+
}
|
|
3277
3533
|
},
|
|
3278
3534
|
"isOptional": false,
|
|
3279
3535
|
"isSpread": false
|
|
@@ -3359,7 +3615,8 @@
|
|
|
3359
3615
|
"line": 37,
|
|
3360
3616
|
"character": 25
|
|
3361
3617
|
},
|
|
3362
|
-
"name": "TsConfigSourceFile"
|
|
3618
|
+
"name": "TsConfigSourceFile",
|
|
3619
|
+
"packageName": "typescript"
|
|
3363
3620
|
},
|
|
3364
3621
|
"isOptional": false,
|
|
3365
3622
|
"isSpread": false
|
|
@@ -3401,7 +3658,8 @@
|
|
|
3401
3658
|
"line": 44,
|
|
3402
3659
|
"character": 30
|
|
3403
3660
|
},
|
|
3404
|
-
"name": "TsConfigSourceFile"
|
|
3661
|
+
"name": "TsConfigSourceFile",
|
|
3662
|
+
"packageName": "typescript"
|
|
3405
3663
|
},
|
|
3406
3664
|
"isOptional": false,
|
|
3407
3665
|
"isSpread": false
|
|
@@ -3523,7 +3781,11 @@
|
|
|
3523
3781
|
"line": 56,
|
|
3524
3782
|
"character": 37
|
|
3525
3783
|
},
|
|
3526
|
-
"name": "BundlerContext"
|
|
3784
|
+
"name": "BundlerContext",
|
|
3785
|
+
"componentId": {
|
|
3786
|
+
"scope": "teambit.compilation",
|
|
3787
|
+
"name": "bundler"
|
|
3788
|
+
}
|
|
3527
3789
|
},
|
|
3528
3790
|
"isOptional": false,
|
|
3529
3791
|
"isSpread": false
|
|
@@ -3550,7 +3812,11 @@
|
|
|
3550
3812
|
"line": 56,
|
|
3551
3813
|
"character": 67
|
|
3552
3814
|
},
|
|
3553
|
-
"name": "WebpackConfigTransformer"
|
|
3815
|
+
"name": "WebpackConfigTransformer",
|
|
3816
|
+
"componentId": {
|
|
3817
|
+
"scope": "teambit.webpack",
|
|
3818
|
+
"name": "webpack"
|
|
3819
|
+
}
|
|
3554
3820
|
}
|
|
3555
3821
|
},
|
|
3556
3822
|
"isOptional": true,
|
|
@@ -3574,7 +3840,11 @@
|
|
|
3574
3840
|
"line": 56,
|
|
3575
3841
|
"character": 109
|
|
3576
3842
|
},
|
|
3577
|
-
"name": "Bundler"
|
|
3843
|
+
"name": "Bundler",
|
|
3844
|
+
"componentId": {
|
|
3845
|
+
"scope": "teambit.compilation",
|
|
3846
|
+
"name": "bundler"
|
|
3847
|
+
}
|
|
3578
3848
|
}
|
|
3579
3849
|
]
|
|
3580
3850
|
},
|
|
@@ -3607,7 +3877,11 @@
|
|
|
3607
3877
|
"line": 61,
|
|
3608
3878
|
"character": 14
|
|
3609
3879
|
},
|
|
3610
|
-
"name": "BundlerContext"
|
|
3880
|
+
"name": "BundlerContext",
|
|
3881
|
+
"componentId": {
|
|
3882
|
+
"scope": "teambit.compilation",
|
|
3883
|
+
"name": "bundler"
|
|
3884
|
+
}
|
|
3611
3885
|
},
|
|
3612
3886
|
"isOptional": false,
|
|
3613
3887
|
"isSpread": false
|
|
@@ -3634,7 +3908,11 @@
|
|
|
3634
3908
|
"line": 62,
|
|
3635
3909
|
"character": 19
|
|
3636
3910
|
},
|
|
3637
|
-
"name": "WebpackConfigTransformer"
|
|
3911
|
+
"name": "WebpackConfigTransformer",
|
|
3912
|
+
"componentId": {
|
|
3913
|
+
"scope": "teambit.webpack",
|
|
3914
|
+
"name": "webpack"
|
|
3915
|
+
}
|
|
3638
3916
|
}
|
|
3639
3917
|
},
|
|
3640
3918
|
"isOptional": true,
|
|
@@ -3658,7 +3936,11 @@
|
|
|
3658
3936
|
"line": 63,
|
|
3659
3937
|
"character": 14
|
|
3660
3938
|
},
|
|
3661
|
-
"name": "Bundler"
|
|
3939
|
+
"name": "Bundler",
|
|
3940
|
+
"componentId": {
|
|
3941
|
+
"scope": "teambit.compilation",
|
|
3942
|
+
"name": "bundler"
|
|
3943
|
+
}
|
|
3662
3944
|
}
|
|
3663
3945
|
]
|
|
3664
3946
|
},
|
|
@@ -3780,7 +4062,11 @@
|
|
|
3780
4062
|
"line": 119,
|
|
3781
4063
|
"character": 22
|
|
3782
4064
|
},
|
|
3783
|
-
"name": "ConfigWriterEntry"
|
|
4065
|
+
"name": "ConfigWriterEntry",
|
|
4066
|
+
"componentId": {
|
|
4067
|
+
"scope": "teambit.workspace",
|
|
4068
|
+
"name": "workspace-config-files"
|
|
4069
|
+
}
|
|
3784
4070
|
}
|
|
3785
4071
|
},
|
|
3786
4072
|
"modifiers": []
|
|
@@ -3809,7 +4095,7 @@
|
|
|
3809
4095
|
"_legacy": {
|
|
3810
4096
|
"scope": "teambit.harmony",
|
|
3811
4097
|
"name": "aspect",
|
|
3812
|
-
"version": "1.0.
|
|
4098
|
+
"version": "1.0.229"
|
|
3813
4099
|
},
|
|
3814
4100
|
"_scope": "teambit.harmony"
|
|
3815
4101
|
}
|
|
@@ -3836,7 +4122,7 @@
|
|
|
3836
4122
|
"_legacy": {
|
|
3837
4123
|
"scope": "teambit.harmony",
|
|
3838
4124
|
"name": "aspect",
|
|
3839
|
-
"version": "1.0.
|
|
4125
|
+
"version": "1.0.229"
|
|
3840
4126
|
},
|
|
3841
4127
|
"_scope": "teambit.harmony"
|
|
3842
4128
|
}
|
|
@@ -3863,7 +4149,7 @@
|
|
|
3863
4149
|
"_legacy": {
|
|
3864
4150
|
"scope": "teambit.harmony",
|
|
3865
4151
|
"name": "aspect",
|
|
3866
|
-
"version": "1.0.
|
|
4152
|
+
"version": "1.0.229"
|
|
3867
4153
|
},
|
|
3868
4154
|
"_scope": "teambit.harmony"
|
|
3869
4155
|
}
|
|
@@ -3911,7 +4197,7 @@
|
|
|
3911
4197
|
"componentId": {
|
|
3912
4198
|
"scope": "teambit.harmony",
|
|
3913
4199
|
"name": "aspect",
|
|
3914
|
-
"version": "1.0.
|
|
4200
|
+
"version": "1.0.229"
|
|
3915
4201
|
},
|
|
3916
4202
|
"taggedModuleExports": []
|
|
3917
4203
|
}
|