@teambit/builder 1.0.228 → 1.0.229

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/artifacts/__bit_junit.xml +1 -1
  2. package/artifacts/preview/teambit_pipelines_builder-preview.js +1 -1
  3. package/artifacts/schema.json +706 -180
  4. package/dist/artifact/artifact-definition.d.ts +65 -0
  5. package/dist/artifact/artifact-extractor.d.ts +35 -0
  6. package/dist/artifact/artifact-factory.d.ts +20 -0
  7. package/dist/artifact/artifact-list.d.ts +52 -0
  8. package/dist/artifact/artifact.d.ts +59 -0
  9. package/dist/artifact/artifacts.cmd.d.ts +26 -0
  10. package/dist/artifact/extension-artifact.d.ts +10 -0
  11. package/dist/artifact/fs-artifact.d.ts +18 -0
  12. package/dist/artifact/index.d.ts +6 -0
  13. package/dist/build-pipe.d.ts +75 -0
  14. package/dist/build-pipeline-order.d.ts +35 -0
  15. package/dist/build-pipeline-result-list.d.ts +34 -0
  16. package/dist/build-task.d.ts +128 -0
  17. package/dist/build.cmd.d.ts +39 -0
  18. package/dist/builder-env-type.d.ts +15 -0
  19. package/dist/builder.aspect.d.ts +2 -0
  20. package/dist/builder.composition.d.ts +1 -0
  21. package/dist/builder.graphql.d.ts +102 -0
  22. package/dist/builder.main.runtime.d.ts +153 -0
  23. package/dist/builder.route.d.ts +20 -0
  24. package/dist/builder.service.d.ts +105 -0
  25. package/dist/exceptions/artifact-definition-no-glob.d.ts +3 -0
  26. package/dist/exceptions/artifact-storage-error.d.ts +7 -0
  27. package/dist/exceptions/capsule-not-found.d.ts +5 -0
  28. package/dist/exceptions/index.d.ts +3 -0
  29. package/dist/exceptions/invalid-task.d.ts +5 -0
  30. package/dist/index.d.ts +19 -0
  31. package/dist/pipeline/index.d.ts +1 -0
  32. package/dist/pipeline/pipeline-results.d.ts +2 -0
  33. package/dist/pipeline.d.ts +43 -0
  34. package/dist/{preview-1712805335812.js → preview-1712822929999.js} +2 -2
  35. package/dist/storage/default-resolver.d.ts +7 -0
  36. package/dist/storage/index.d.ts +2 -0
  37. package/dist/storage/s3-resolver.d.ts +0 -0
  38. package/dist/storage/storage-resolver.d.ts +26 -0
  39. package/dist/task-results-list.d.ts +22 -0
  40. package/dist/task.d.ts +44 -0
  41. package/dist/tasks-queue.d.ts +16 -0
  42. package/dist/templates/build-task/files/index-file.d.ts +2 -0
  43. package/dist/templates/build-task/files/task-file.d.ts +2 -0
  44. package/dist/templates/build-task/index.d.ts +2 -0
  45. package/dist/types.d.ts +32 -0
  46. package/package.json +18 -18
  47. package/tsconfig.json +1 -49
@@ -58,7 +58,8 @@
58
58
  "line": 63,
59
59
  "character": 26
60
60
  },
61
- "name": "TasksQueue"
61
+ "name": "TasksQueue",
62
+ "internalFilePath": "tasks-queue.ts"
62
63
  },
63
64
  "isOptional": false,
64
65
  "isSpread": false
@@ -78,7 +79,8 @@
78
79
  "line": 64,
79
80
  "character": 32
80
81
  },
81
- "name": "EnvsBuildContext"
82
+ "name": "EnvsBuildContext",
83
+ "internalFilePath": "builder.service.ts"
82
84
  },
83
85
  "isOptional": false,
84
86
  "isSpread": false
@@ -98,7 +100,11 @@
98
100
  "line": 65,
99
101
  "character": 22
100
102
  },
101
- "name": "Logger"
103
+ "name": "Logger",
104
+ "componentId": {
105
+ "scope": "teambit.harmony",
106
+ "name": "logger"
107
+ }
102
108
  },
103
109
  "isOptional": false,
104
110
  "isSpread": false
@@ -166,7 +172,8 @@
166
172
  "line": 68,
167
173
  "character": 23
168
174
  },
169
- "name": "PipeOptions"
175
+ "name": "PipeOptions",
176
+ "internalFilePath": "build-pipe.ts"
170
177
  },
171
178
  "isOptional": true,
172
179
  "isSpread": false
@@ -412,6 +419,10 @@
412
419
  "character": 14
413
420
  },
414
421
  "name": "ComponentMap",
422
+ "componentId": {
423
+ "scope": "teambit.component",
424
+ "name": "component"
425
+ },
415
426
  "typeArgs": [
416
427
  {
417
428
  "__schema": "TypeRefSchema",
@@ -429,7 +440,8 @@
429
440
  "line": 35,
430
441
  "character": 40
431
442
  },
432
- "name": "FsArtifact"
443
+ "name": "FsArtifact",
444
+ "internalFilePath": "artifact/fs-artifact.ts"
433
445
  }
434
446
  ]
435
447
  }
@@ -853,7 +865,11 @@
853
865
  "line": 28,
854
866
  "character": 15
855
867
  },
856
- "name": "Component"
868
+ "name": "Component",
869
+ "componentId": {
870
+ "scope": "teambit.component",
871
+ "name": "component"
872
+ }
857
873
  }
858
874
  },
859
875
  "isOptional": false
@@ -1016,7 +1032,12 @@
1016
1032
  "line": 54,
1017
1033
  "character": 12
1018
1034
  },
1019
- "name": "LaneId"
1035
+ "name": "LaneId",
1036
+ "componentId": {
1037
+ "scope": "teambit.lanes",
1038
+ "name": "lane-id",
1039
+ "version": "0.0.311"
1040
+ }
1020
1041
  },
1021
1042
  "isOptional": true
1022
1043
  }
@@ -1043,7 +1064,7 @@
1043
1064
  "_legacy": {
1044
1065
  "scope": "teambit.pipelines",
1045
1066
  "name": "builder",
1046
- "version": "1.0.228"
1067
+ "version": "1.0.229"
1047
1068
  },
1048
1069
  "_scope": "teambit.pipelines"
1049
1070
  }
@@ -1661,7 +1682,11 @@
1661
1682
  "line": 65,
1662
1683
  "character": 19
1663
1684
  },
1664
- "name": "EnvsMain"
1685
+ "name": "EnvsMain",
1686
+ "componentId": {
1687
+ "scope": "teambit.envs",
1688
+ "name": "envs"
1689
+ }
1665
1690
  },
1666
1691
  "isOptional": false,
1667
1692
  "isSpread": false
@@ -1681,7 +1706,11 @@
1681
1706
  "line": 66,
1682
1707
  "character": 24
1683
1708
  },
1684
- "name": "Workspace"
1709
+ "name": "Workspace",
1710
+ "componentId": {
1711
+ "scope": "teambit.workspace",
1712
+ "name": "workspace"
1713
+ }
1685
1714
  },
1686
1715
  "isOptional": false,
1687
1716
  "isSpread": false
@@ -1701,7 +1730,8 @@
1701
1730
  "line": 67,
1702
1731
  "character": 27
1703
1732
  },
1704
- "name": "BuilderService"
1733
+ "name": "BuilderService",
1734
+ "internalFilePath": "builder.service.ts"
1705
1735
  },
1706
1736
  "isOptional": false,
1707
1737
  "isSpread": false
@@ -1721,7 +1751,8 @@
1721
1751
  "line": 68,
1722
1752
  "character": 25
1723
1753
  },
1724
- "name": "BuilderService"
1754
+ "name": "BuilderService",
1755
+ "internalFilePath": "builder.service.ts"
1725
1756
  },
1726
1757
  "isOptional": false,
1727
1758
  "isSpread": false
@@ -1741,7 +1772,8 @@
1741
1772
  "line": 69,
1742
1773
  "character": 26
1743
1774
  },
1744
- "name": "BuilderService"
1775
+ "name": "BuilderService",
1776
+ "internalFilePath": "builder.service.ts"
1745
1777
  },
1746
1778
  "isOptional": false,
1747
1779
  "isSpread": false
@@ -1761,7 +1793,11 @@
1761
1793
  "line": 70,
1762
1794
  "character": 20
1763
1795
  },
1764
- "name": "ScopeMain"
1796
+ "name": "ScopeMain",
1797
+ "componentId": {
1798
+ "scope": "teambit.scope",
1799
+ "name": "scope"
1800
+ }
1765
1801
  },
1766
1802
  "isOptional": false,
1767
1803
  "isSpread": false
@@ -1781,7 +1817,11 @@
1781
1817
  "line": 71,
1782
1818
  "character": 23
1783
1819
  },
1784
- "name": "IsolatorMain"
1820
+ "name": "IsolatorMain",
1821
+ "componentId": {
1822
+ "scope": "teambit.component",
1823
+ "name": "isolator"
1824
+ }
1785
1825
  },
1786
1826
  "isOptional": false,
1787
1827
  "isSpread": false
@@ -1801,7 +1841,11 @@
1801
1841
  "line": 72,
1802
1842
  "character": 27
1803
1843
  },
1804
- "name": "AspectLoaderMain"
1844
+ "name": "AspectLoaderMain",
1845
+ "componentId": {
1846
+ "scope": "teambit.harmony",
1847
+ "name": "aspect-loader"
1848
+ }
1805
1849
  },
1806
1850
  "isOptional": false,
1807
1851
  "isSpread": false
@@ -1821,7 +1865,11 @@
1821
1865
  "line": 73,
1822
1866
  "character": 30
1823
1867
  },
1824
- "name": "ComponentMain"
1868
+ "name": "ComponentMain",
1869
+ "componentId": {
1870
+ "scope": "teambit.component",
1871
+ "name": "component"
1872
+ }
1825
1873
  },
1826
1874
  "isOptional": false,
1827
1875
  "isSpread": false
@@ -1841,7 +1889,11 @@
1841
1889
  "line": 74,
1842
1890
  "character": 27
1843
1891
  },
1844
- "name": "GlobalConfigMain"
1892
+ "name": "GlobalConfigMain",
1893
+ "componentId": {
1894
+ "scope": "teambit.harmony",
1895
+ "name": "global-config"
1896
+ }
1845
1897
  },
1846
1898
  "isOptional": false,
1847
1899
  "isSpread": false
@@ -1861,7 +1913,8 @@
1861
1913
  "line": 75,
1862
1914
  "character": 28
1863
1915
  },
1864
- "name": "TaskSlot"
1916
+ "name": "TaskSlot",
1917
+ "internalFilePath": "builder.main.runtime.ts"
1865
1918
  },
1866
1919
  "isOptional": false,
1867
1920
  "isSpread": false
@@ -1881,7 +1934,8 @@
1881
1934
  "line": 76,
1882
1935
  "character": 26
1883
1936
  },
1884
- "name": "TaskSlot"
1937
+ "name": "TaskSlot",
1938
+ "internalFilePath": "builder.main.runtime.ts"
1885
1939
  },
1886
1940
  "isOptional": false,
1887
1941
  "isSpread": false
@@ -1901,7 +1955,8 @@
1901
1955
  "line": 77,
1902
1956
  "character": 27
1903
1957
  },
1904
- "name": "TaskSlot"
1958
+ "name": "TaskSlot",
1959
+ "internalFilePath": "builder.main.runtime.ts"
1905
1960
  },
1906
1961
  "isOptional": false,
1907
1962
  "isSpread": false
@@ -1921,7 +1976,11 @@
1921
1976
  "line": 78,
1922
1977
  "character": 21
1923
1978
  },
1924
- "name": "Logger"
1979
+ "name": "Logger",
1980
+ "componentId": {
1981
+ "scope": "teambit.harmony",
1982
+ "name": "logger"
1983
+ }
1925
1984
  },
1926
1985
  "isOptional": false,
1927
1986
  "isSpread": false
@@ -1970,7 +2029,11 @@
1970
2029
  "line": 98,
1971
2030
  "character": 17
1972
2031
  },
1973
- "name": "Component"
2032
+ "name": "Component",
2033
+ "componentId": {
2034
+ "scope": "teambit.component",
2035
+ "name": "component"
2036
+ }
1974
2037
  }
1975
2038
  },
1976
2039
  "isOptional": false,
@@ -2013,6 +2076,10 @@
2013
2076
  "character": 6
2014
2077
  },
2015
2078
  "name": "ComponentMap",
2079
+ "componentId": {
2080
+ "scope": "teambit.component",
2081
+ "name": "component"
2082
+ },
2016
2083
  "typeArgs": [
2017
2084
  {
2018
2085
  "__schema": "TypeRefSchema",
@@ -2059,7 +2126,11 @@
2059
2126
  "line": 111,
2060
2127
  "character": 17
2061
2128
  },
2062
- "name": "Component"
2129
+ "name": "Component",
2130
+ "componentId": {
2131
+ "scope": "teambit.component",
2132
+ "name": "component"
2133
+ }
2063
2134
  }
2064
2135
  },
2065
2136
  "isOptional": false,
@@ -2101,7 +2172,11 @@
2101
2172
  "line": 113,
2102
2173
  "character": 21
2103
2174
  },
2104
- "name": "IsolateComponentsOptions"
2175
+ "name": "IsolateComponentsOptions",
2176
+ "componentId": {
2177
+ "scope": "teambit.component",
2178
+ "name": "isolator"
2179
+ }
2105
2180
  },
2106
2181
  "isOptional": true,
2107
2182
  "defaultValue": "{}",
@@ -2122,7 +2197,8 @@
2122
2197
  "line": 114,
2123
2198
  "character": 21
2124
2199
  },
2125
- "name": "BuilderServiceOptions"
2200
+ "name": "BuilderServiceOptions",
2201
+ "internalFilePath": "builder.service.ts"
2126
2202
  },
2127
2203
  "isOptional": true,
2128
2204
  "defaultValue": "{}",
@@ -2145,7 +2221,8 @@
2145
2221
  "line": 115,
2146
2222
  "character": 14
2147
2223
  },
2148
- "name": "OnTagResults"
2224
+ "name": "OnTagResults",
2225
+ "internalFilePath": "builder.main.runtime.ts"
2149
2226
  }
2150
2227
  ]
2151
2228
  },
@@ -2195,7 +2272,11 @@
2195
2272
  "line": 171,
2196
2273
  "character": 43
2197
2274
  },
2198
- "name": "Component"
2275
+ "name": "Component",
2276
+ "componentId": {
2277
+ "scope": "teambit.component",
2278
+ "name": "component"
2279
+ }
2199
2280
  }
2200
2281
  },
2201
2282
  "isOptional": false,
@@ -2240,7 +2321,11 @@
2240
2321
  "line": 282,
2241
2322
  "character": 46
2242
2323
  },
2243
- "name": "Component"
2324
+ "name": "Component",
2325
+ "componentId": {
2326
+ "scope": "teambit.component",
2327
+ "name": "component"
2328
+ }
2244
2329
  },
2245
2330
  "isOptional": false,
2246
2331
  "isSpread": false
@@ -2289,7 +2374,8 @@
2289
2374
  "line": 282,
2290
2375
  "character": 86
2291
2376
  },
2292
- "name": "ArtifactVinyl"
2377
+ "name": "ArtifactVinyl",
2378
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
2293
2379
  }
2294
2380
  }
2295
2381
  ]
@@ -2323,7 +2409,11 @@
2323
2409
  "line": 289,
2324
2410
  "character": 16
2325
2411
  },
2326
- "name": "Component"
2412
+ "name": "Component",
2413
+ "componentId": {
2414
+ "scope": "teambit.component",
2415
+ "name": "component"
2416
+ }
2327
2417
  },
2328
2418
  "isOptional": false,
2329
2419
  "isSpread": false
@@ -2392,7 +2482,8 @@
2392
2482
  "line": 292,
2393
2483
  "character": 14
2394
2484
  },
2395
- "name": "ArtifactVinyl"
2485
+ "name": "ArtifactVinyl",
2486
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
2396
2487
  }
2397
2488
  }
2398
2489
  ]
@@ -2426,7 +2517,11 @@
2426
2517
  "line": 299,
2427
2518
  "character": 16
2428
2519
  },
2429
- "name": "Component"
2520
+ "name": "Component",
2521
+ "componentId": {
2522
+ "scope": "teambit.component",
2523
+ "name": "component"
2524
+ }
2430
2525
  },
2431
2526
  "isOptional": false,
2432
2527
  "isSpread": false
@@ -2495,7 +2590,8 @@
2495
2590
  "line": 302,
2496
2591
  "character": 14
2497
2592
  },
2498
- "name": "ArtifactVinyl"
2593
+ "name": "ArtifactVinyl",
2594
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
2499
2595
  }
2500
2596
  }
2501
2597
  ]
@@ -2529,7 +2625,11 @@
2529
2625
  "line": 308,
2530
2626
  "character": 33
2531
2627
  },
2532
- "name": "Component"
2628
+ "name": "Component",
2629
+ "componentId": {
2630
+ "scope": "teambit.component",
2631
+ "name": "component"
2632
+ }
2533
2633
  },
2534
2634
  "isOptional": false,
2535
2635
  "isSpread": false
@@ -2602,7 +2702,11 @@
2602
2702
  "line": 313,
2603
2703
  "character": 35
2604
2704
  },
2605
- "name": "Component"
2705
+ "name": "Component",
2706
+ "componentId": {
2707
+ "scope": "teambit.component",
2708
+ "name": "component"
2709
+ }
2606
2710
  },
2607
2711
  "isOptional": false,
2608
2712
  "isSpread": false
@@ -2675,7 +2779,11 @@
2675
2779
  "line": 318,
2676
2780
  "character": 42
2677
2781
  },
2678
- "name": "Component"
2782
+ "name": "Component",
2783
+ "componentId": {
2784
+ "scope": "teambit.component",
2785
+ "name": "component"
2786
+ }
2679
2787
  },
2680
2788
  "isOptional": false,
2681
2789
  "isSpread": false
@@ -2768,7 +2876,11 @@
2768
2876
  "line": 323,
2769
2877
  "character": 46
2770
2878
  },
2771
- "name": "IComponent"
2879
+ "name": "IComponent",
2880
+ "componentId": {
2881
+ "scope": "teambit.component",
2882
+ "name": "component"
2883
+ }
2772
2884
  },
2773
2885
  "isOptional": false,
2774
2886
  "isSpread": false
@@ -2871,7 +2983,11 @@
2871
2983
  "line": 333,
2872
2984
  "character": 30
2873
2985
  },
2874
- "name": "IComponent"
2986
+ "name": "IComponent",
2987
+ "componentId": {
2988
+ "scope": "teambit.component",
2989
+ "name": "component"
2990
+ }
2875
2991
  },
2876
2992
  "isOptional": false,
2877
2993
  "isSpread": false
@@ -2952,7 +3068,11 @@
2952
3068
  "line": 339,
2953
3069
  "character": 27
2954
3070
  },
2955
- "name": "IComponent"
3071
+ "name": "IComponent",
3072
+ "componentId": {
3073
+ "scope": "teambit.component",
3074
+ "name": "component"
3075
+ }
2956
3076
  },
2957
3077
  "isOptional": false,
2958
3078
  "isSpread": false
@@ -3005,7 +3125,11 @@
3005
3125
  "line": 344,
3006
3126
  "character": 29
3007
3127
  },
3008
- "name": "IComponent"
3128
+ "name": "IComponent",
3129
+ "componentId": {
3130
+ "scope": "teambit.component",
3131
+ "name": "component"
3132
+ }
3009
3133
  },
3010
3134
  "isOptional": false,
3011
3135
  "isSpread": false
@@ -3073,7 +3197,11 @@
3073
3197
  "line": 366,
3074
3198
  "character": 17
3075
3199
  },
3076
- "name": "Component"
3200
+ "name": "Component",
3201
+ "componentId": {
3202
+ "scope": "teambit.component",
3203
+ "name": "component"
3204
+ }
3077
3205
  }
3078
3206
  },
3079
3207
  "isOptional": false,
@@ -3094,7 +3222,11 @@
3094
3222
  "line": 367,
3095
3223
  "character": 22
3096
3224
  },
3097
- "name": "IsolateComponentsOptions"
3225
+ "name": "IsolateComponentsOptions",
3226
+ "componentId": {
3227
+ "scope": "teambit.component",
3228
+ "name": "isolator"
3229
+ }
3098
3230
  },
3099
3231
  "isOptional": true,
3100
3232
  "isSpread": false
@@ -3114,7 +3246,8 @@
3114
3246
  "line": 368,
3115
3247
  "character": 22
3116
3248
  },
3117
- "name": "BuilderServiceOptions"
3249
+ "name": "BuilderServiceOptions",
3250
+ "internalFilePath": "builder.service.ts"
3118
3251
  },
3119
3252
  "isOptional": true,
3120
3253
  "isSpread": false
@@ -3237,7 +3370,11 @@
3237
3370
  "line": 407,
3238
3371
  "character": 33
3239
3372
  },
3240
- "name": "Component"
3373
+ "name": "Component",
3374
+ "componentId": {
3375
+ "scope": "teambit.component",
3376
+ "name": "component"
3377
+ }
3241
3378
  }
3242
3379
  },
3243
3380
  "isOptional": false,
@@ -3258,7 +3395,8 @@
3258
3395
  "line": 407,
3259
3396
  "character": 62
3260
3397
  },
3261
- "name": "BuilderServiceOptions"
3398
+ "name": "BuilderServiceOptions",
3399
+ "internalFilePath": "builder.service.ts"
3262
3400
  },
3263
3401
  "isOptional": false,
3264
3402
  "isSpread": false
@@ -3320,7 +3458,11 @@
3320
3458
  "line": 414,
3321
3459
  "character": 34
3322
3460
  },
3323
- "name": "Component"
3461
+ "name": "Component",
3462
+ "componentId": {
3463
+ "scope": "teambit.component",
3464
+ "name": "component"
3465
+ }
3324
3466
  }
3325
3467
  },
3326
3468
  "isOptional": false,
@@ -3341,7 +3483,8 @@
3341
3483
  "line": 414,
3342
3484
  "character": 63
3343
3485
  },
3344
- "name": "BuilderServiceOptions"
3486
+ "name": "BuilderServiceOptions",
3487
+ "internalFilePath": "builder.service.ts"
3345
3488
  },
3346
3489
  "isOptional": false,
3347
3490
  "isSpread": false
@@ -3396,7 +3539,11 @@
3396
3539
  "line": 421,
3397
3540
  "character": 24
3398
3541
  },
3399
- "name": "Component"
3542
+ "name": "Component",
3543
+ "componentId": {
3544
+ "scope": "teambit.component",
3545
+ "name": "component"
3546
+ }
3400
3547
  },
3401
3548
  "isOptional": false,
3402
3549
  "isSpread": false
@@ -3689,7 +3836,11 @@
3689
3836
  "line": 464,
3690
3837
  "character": 42
3691
3838
  },
3692
- "name": "ComponentID"
3839
+ "name": "ComponentID",
3840
+ "componentId": {
3841
+ "scope": "teambit.component",
3842
+ "name": "component"
3843
+ }
3693
3844
  },
3694
3845
  "isOptional": false,
3695
3846
  "isSpread": false
@@ -3842,7 +3993,11 @@
3842
3993
  "line": 488,
3843
3994
  "character": 7
3844
3995
  },
3845
- "name": "CLIMain"
3996
+ "name": "CLIMain",
3997
+ "componentId": {
3998
+ "scope": "teambit.harmony",
3999
+ "name": "cli"
4000
+ }
3846
4001
  },
3847
4002
  {
3848
4003
  "__schema": "TypeRefSchema",
@@ -3851,7 +4006,11 @@
3851
4006
  "line": 489,
3852
4007
  "character": 7
3853
4008
  },
3854
- "name": "EnvsMain"
4009
+ "name": "EnvsMain",
4010
+ "componentId": {
4011
+ "scope": "teambit.envs",
4012
+ "name": "envs"
4013
+ }
3855
4014
  },
3856
4015
  {
3857
4016
  "__schema": "TypeRefSchema",
@@ -3860,7 +4019,11 @@
3860
4019
  "line": 490,
3861
4020
  "character": 7
3862
4021
  },
3863
- "name": "Workspace"
4022
+ "name": "Workspace",
4023
+ "componentId": {
4024
+ "scope": "teambit.workspace",
4025
+ "name": "workspace"
4026
+ }
3864
4027
  },
3865
4028
  {
3866
4029
  "__schema": "TypeRefSchema",
@@ -3869,7 +4032,11 @@
3869
4032
  "line": 491,
3870
4033
  "character": 7
3871
4034
  },
3872
- "name": "ScopeMain"
4035
+ "name": "ScopeMain",
4036
+ "componentId": {
4037
+ "scope": "teambit.scope",
4038
+ "name": "scope"
4039
+ }
3873
4040
  },
3874
4041
  {
3875
4042
  "__schema": "TypeRefSchema",
@@ -3878,7 +4045,11 @@
3878
4045
  "line": 492,
3879
4046
  "character": 7
3880
4047
  },
3881
- "name": "IsolatorMain"
4048
+ "name": "IsolatorMain",
4049
+ "componentId": {
4050
+ "scope": "teambit.component",
4051
+ "name": "isolator"
4052
+ }
3882
4053
  },
3883
4054
  {
3884
4055
  "__schema": "TypeRefSchema",
@@ -3887,7 +4058,11 @@
3887
4058
  "line": 493,
3888
4059
  "character": 7
3889
4060
  },
3890
- "name": "LoggerMain"
4061
+ "name": "LoggerMain",
4062
+ "componentId": {
4063
+ "scope": "teambit.harmony",
4064
+ "name": "logger"
4065
+ }
3891
4066
  },
3892
4067
  {
3893
4068
  "__schema": "TypeRefSchema",
@@ -3896,7 +4071,11 @@
3896
4071
  "line": 494,
3897
4072
  "character": 7
3898
4073
  },
3899
- "name": "AspectLoaderMain"
4074
+ "name": "AspectLoaderMain",
4075
+ "componentId": {
4076
+ "scope": "teambit.harmony",
4077
+ "name": "aspect-loader"
4078
+ }
3900
4079
  },
3901
4080
  {
3902
4081
  "__schema": "TypeRefSchema",
@@ -3905,7 +4084,11 @@
3905
4084
  "line": 495,
3906
4085
  "character": 7
3907
4086
  },
3908
- "name": "GraphqlMain"
4087
+ "name": "GraphqlMain",
4088
+ "componentId": {
4089
+ "scope": "teambit.harmony",
4090
+ "name": "graphql"
4091
+ }
3909
4092
  },
3910
4093
  {
3911
4094
  "__schema": "TypeRefSchema",
@@ -3914,7 +4097,11 @@
3914
4097
  "line": 496,
3915
4098
  "character": 7
3916
4099
  },
3917
- "name": "GeneratorMain"
4100
+ "name": "GeneratorMain",
4101
+ "componentId": {
4102
+ "scope": "teambit.generator",
4103
+ "name": "generator"
4104
+ }
3918
4105
  },
3919
4106
  {
3920
4107
  "__schema": "TypeRefSchema",
@@ -3923,7 +4110,11 @@
3923
4110
  "line": 497,
3924
4111
  "character": 7
3925
4112
  },
3926
- "name": "ComponentMain"
4113
+ "name": "ComponentMain",
4114
+ "componentId": {
4115
+ "scope": "teambit.component",
4116
+ "name": "component"
4117
+ }
3927
4118
  },
3928
4119
  {
3929
4120
  "__schema": "TypeRefSchema",
@@ -3932,7 +4123,11 @@
3932
4123
  "line": 498,
3933
4124
  "character": 7
3934
4125
  },
3935
- "name": "UiMain"
4126
+ "name": "UiMain",
4127
+ "componentId": {
4128
+ "scope": "teambit.ui-foundation",
4129
+ "name": "ui"
4130
+ }
3936
4131
  },
3937
4132
  {
3938
4133
  "__schema": "TypeRefSchema",
@@ -3941,7 +4136,11 @@
3941
4136
  "line": 499,
3942
4137
  "character": 7
3943
4138
  },
3944
- "name": "GlobalConfigMain"
4139
+ "name": "GlobalConfigMain",
4140
+ "componentId": {
4141
+ "scope": "teambit.harmony",
4142
+ "name": "global-config"
4143
+ }
3945
4144
  }
3946
4145
  ]
3947
4146
  },
@@ -3991,7 +4190,8 @@
3991
4190
  "line": 502,
3992
4191
  "character": 50
3993
4192
  },
3994
- "name": "TaskSlot"
4193
+ "name": "TaskSlot",
4194
+ "internalFilePath": "builder.main.runtime.ts"
3995
4195
  },
3996
4196
  {
3997
4197
  "__schema": "TypeRefSchema",
@@ -4000,7 +4200,8 @@
4000
4200
  "line": 502,
4001
4201
  "character": 60
4002
4202
  },
4003
- "name": "TaskSlot"
4203
+ "name": "TaskSlot",
4204
+ "internalFilePath": "builder.main.runtime.ts"
4004
4205
  },
4005
4206
  {
4006
4207
  "__schema": "TypeRefSchema",
@@ -4009,7 +4210,8 @@
4009
4210
  "line": 502,
4010
4211
  "character": 70
4011
4212
  },
4012
- "name": "TaskSlot"
4213
+ "name": "TaskSlot",
4214
+ "internalFilePath": "builder.main.runtime.ts"
4013
4215
  }
4014
4216
  ]
4015
4217
  },
@@ -4113,7 +4315,8 @@
4113
4315
  "line": 52,
4114
4316
  "character": 15
4115
4317
  },
4116
- "name": "ArtifactObject"
4318
+ "name": "ArtifactObject",
4319
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
4117
4320
  }
4118
4321
  },
4119
4322
  "isOptional": true
@@ -4141,7 +4344,8 @@
4141
4344
  "line": 53,
4142
4345
  "character": 16
4143
4346
  },
4144
- "name": "AspectData"
4347
+ "name": "AspectData",
4348
+ "internalFilePath": "build-pipeline-result-list.ts"
4145
4349
  }
4146
4350
  },
4147
4351
  "isOptional": false
@@ -4369,7 +4573,11 @@
4369
4573
  "line": 42,
4370
4574
  "character": 27
4371
4575
  },
4372
- "name": "ComponentID"
4576
+ "name": "ComponentID",
4577
+ "componentId": {
4578
+ "scope": "teambit.component",
4579
+ "name": "component"
4580
+ }
4373
4581
  }
4374
4582
  },
4375
4583
  "isOptional": true
@@ -4431,6 +4639,10 @@
4431
4639
  "character": 12
4432
4640
  },
4433
4641
  "name": "EnvHandler",
4642
+ "componentId": {
4643
+ "scope": "teambit.envs",
4644
+ "name": "envs"
4645
+ },
4434
4646
  "typeArgs": [
4435
4647
  {
4436
4648
  "__schema": "TypeRefSchema",
@@ -4845,7 +5057,11 @@
4845
5057
  "line": 90,
4846
5058
  "character": 20
4847
5059
  },
4848
- "name": "EnvContext"
5060
+ "name": "EnvContext",
5061
+ "componentId": {
5062
+ "scope": "teambit.envs",
5063
+ "name": "envs"
5064
+ }
4849
5065
  },
4850
5066
  "isOptional": false,
4851
5067
  "isSpread": false
@@ -5275,7 +5491,11 @@
5275
5491
  "line": 20,
5276
5492
  "character": 20
5277
5493
  },
5278
- "name": "Component"
5494
+ "name": "Component",
5495
+ "componentId": {
5496
+ "scope": "teambit.component",
5497
+ "name": "component"
5498
+ }
5279
5499
  },
5280
5500
  "isOptional": false,
5281
5501
  "isSpread": false
@@ -5295,7 +5515,8 @@
5295
5515
  "line": 20,
5296
5516
  "character": 41
5297
5517
  },
5298
- "name": "FsArtifact"
5518
+ "name": "FsArtifact",
5519
+ "internalFilePath": "artifact/fs-artifact.ts"
5299
5520
  },
5300
5521
  "isOptional": false,
5301
5522
  "isSpread": false
@@ -5325,7 +5546,8 @@
5325
5546
  "line": 20,
5326
5547
  "character": 62
5327
5548
  },
5328
- "name": "StoreResult"
5549
+ "name": "StoreResult",
5550
+ "internalFilePath": "storage/storage-resolver.ts"
5329
5551
  },
5330
5552
  {
5331
5553
  "__schema": "KeywordTypeSchema",
@@ -5453,7 +5675,11 @@
5453
5675
  "line": 27,
5454
5676
  "character": 24
5455
5677
  },
5456
- "name": "Component"
5678
+ "name": "Component",
5679
+ "componentId": {
5680
+ "scope": "teambit.component",
5681
+ "name": "component"
5682
+ }
5457
5683
  },
5458
5684
  "isOptional": false,
5459
5685
  "isSpread": false
@@ -5473,7 +5699,8 @@
5473
5699
  "line": 27,
5474
5700
  "character": 45
5475
5701
  },
5476
- "name": "FsArtifact"
5702
+ "name": "FsArtifact",
5703
+ "internalFilePath": "artifact/fs-artifact.ts"
5477
5704
  },
5478
5705
  "isOptional": false,
5479
5706
  "isSpread": false
@@ -5493,7 +5720,8 @@
5493
5720
  "line": 27,
5494
5721
  "character": 63
5495
5722
  },
5496
- "name": "ArtifactVinyl"
5723
+ "name": "ArtifactVinyl",
5724
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
5497
5725
  },
5498
5726
  "isOptional": false,
5499
5727
  "isSpread": false
@@ -6136,7 +6364,8 @@
6136
6364
  "line": 13,
6137
6365
  "character": 21
6138
6366
  },
6139
- "name": "ArtifactFiles"
6367
+ "name": "ArtifactFiles",
6368
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
6140
6369
  },
6141
6370
  "isOptional": false,
6142
6371
  "isSpread": false
@@ -6156,7 +6385,8 @@
6156
6385
  "line": 17,
6157
6386
  "character": 20
6158
6387
  },
6159
- "name": "TaskDescriptor"
6388
+ "name": "TaskDescriptor",
6389
+ "internalFilePath": "build-task.ts"
6160
6390
  },
6161
6391
  "isOptional": false,
6162
6392
  "isSpread": false
@@ -6426,7 +6656,8 @@
6426
6656
  "line": 97,
6427
6657
  "character": 37
6428
6658
  },
6429
- "name": "ArtifactObject"
6659
+ "name": "ArtifactObject",
6660
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
6430
6661
  },
6431
6662
  "isOptional": false,
6432
6663
  "isSpread": false
@@ -6796,6 +7027,7 @@
6796
7027
  "character": 22
6797
7028
  },
6798
7029
  "name": "ResolverMap",
7030
+ "internalFilePath": "artifact/artifact-list.ts",
6799
7031
  "typeArgs": [
6800
7032
  {
6801
7033
  "__schema": "TypeRefSchema",
@@ -6834,7 +7066,8 @@
6834
7066
  "line": 85,
6835
7067
  "character": 15
6836
7068
  },
6837
- "name": "ArtifactObject"
7069
+ "name": "ArtifactObject",
7070
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
6838
7071
  }
6839
7072
  },
6840
7073
  "modifiers": []
@@ -6885,7 +7118,12 @@
6885
7118
  "line": 97,
6886
7119
  "character": 41
6887
7120
  },
6888
- "name": "ComponentID"
7121
+ "name": "ComponentID",
7122
+ "componentId": {
7123
+ "scope": "teambit.component",
7124
+ "name": "component-id",
7125
+ "version": "1.2.0"
7126
+ }
6889
7127
  },
6890
7128
  "isOptional": false,
6891
7129
  "isSpread": false
@@ -6905,7 +7143,8 @@
6905
7143
  "line": 97,
6906
7144
  "character": 61
6907
7145
  },
6908
- "name": "Scope"
7146
+ "name": "Scope",
7147
+ "packageName": "@teambit/legacy/dist/scope"
6909
7148
  },
6910
7149
  "isOptional": false,
6911
7150
  "isSpread": false
@@ -6934,7 +7173,8 @@
6934
7173
  "line": 97,
6935
7174
  "character": 77
6936
7175
  },
6937
- "name": "ArtifactVinyl"
7176
+ "name": "ArtifactVinyl",
7177
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
6938
7178
  }
6939
7179
  }
6940
7180
  ]
@@ -6978,7 +7218,11 @@
6978
7218
  "line": 106,
6979
7219
  "character": 26
6980
7220
  },
6981
- "name": "Component"
7221
+ "name": "Component",
7222
+ "componentId": {
7223
+ "scope": "teambit.component",
7224
+ "name": "component"
7225
+ }
6982
7226
  },
6983
7227
  "isOptional": false,
6984
7228
  "isSpread": false
@@ -7029,7 +7273,8 @@
7029
7273
  "line": 172,
7030
7274
  "character": 47
7031
7275
  },
7032
- "name": "ArtifactObject"
7276
+ "name": "ArtifactObject",
7277
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
7033
7278
  }
7034
7279
  },
7035
7280
  "isOptional": false,
@@ -7151,7 +7396,7 @@
7151
7396
  "_legacy": {
7152
7397
  "scope": "teambit.pipelines",
7153
7398
  "name": "builder",
7154
- "version": "1.0.228"
7399
+ "version": "1.0.229"
7155
7400
  },
7156
7401
  "_scope": "teambit.pipelines"
7157
7402
  }
@@ -7285,7 +7530,11 @@
7285
7530
  "line": 43,
7286
7531
  "character": 16
7287
7532
  },
7288
- "name": "Component"
7533
+ "name": "Component",
7534
+ "componentId": {
7535
+ "scope": "teambit.component",
7536
+ "name": "component"
7537
+ }
7289
7538
  },
7290
7539
  "isOptional": false,
7291
7540
  "isSpread": false
@@ -7346,7 +7595,8 @@
7346
7595
  "line": 46,
7347
7596
  "character": 6
7348
7597
  },
7349
- "name": "FsArtifact"
7598
+ "name": "FsArtifact",
7599
+ "internalFilePath": "artifact/fs-artifact.ts"
7350
7600
  },
7351
7601
  {
7352
7602
  "__schema": "KeywordTypeSchema",
@@ -7520,6 +7770,10 @@
7520
7770
  "character": 81
7521
7771
  },
7522
7772
  "name": "ComponentMap",
7773
+ "componentId": {
7774
+ "scope": "teambit.component",
7775
+ "name": "component"
7776
+ },
7523
7777
  "typeArgs": [
7524
7778
  {
7525
7779
  "__schema": "TypeRefSchema",
@@ -7537,7 +7791,8 @@
7537
7791
  "line": 77,
7538
7792
  "character": 107
7539
7793
  },
7540
- "name": "FsArtifact"
7794
+ "name": "FsArtifact",
7795
+ "internalFilePath": "artifact/fs-artifact.ts"
7541
7796
  }
7542
7797
  ]
7543
7798
  }
@@ -7914,7 +8169,8 @@
7914
8169
  "line": 10,
7915
8170
  "character": 24
7916
8171
  },
7917
- "name": "TasksQueue"
8172
+ "name": "TasksQueue",
8173
+ "internalFilePath": "tasks-queue.ts"
7918
8174
  },
7919
8175
  "isOptional": false,
7920
8176
  "isSpread": false
@@ -8295,6 +8551,10 @@
8295
8551
  "character": 14
8296
8552
  },
8297
8553
  "name": "ComponentMap",
8554
+ "componentId": {
8555
+ "scope": "teambit.component",
8556
+ "name": "component"
8557
+ },
8298
8558
  "typeArgs": [
8299
8559
  {
8300
8560
  "__schema": "TypeRefSchema",
@@ -8312,7 +8572,8 @@
8312
8572
  "line": 35,
8313
8573
  "character": 40
8314
8574
  },
8315
- "name": "FsArtifact"
8575
+ "name": "FsArtifact",
8576
+ "internalFilePath": "artifact/fs-artifact.ts"
8316
8577
  }
8317
8578
  ]
8318
8579
  }
@@ -8429,7 +8690,8 @@
8429
8690
  "line": 63,
8430
8691
  "character": 26
8431
8692
  },
8432
- "name": "TasksQueue"
8693
+ "name": "TasksQueue",
8694
+ "internalFilePath": "tasks-queue.ts"
8433
8695
  },
8434
8696
  "isOptional": false,
8435
8697
  "isSpread": false
@@ -8449,7 +8711,8 @@
8449
8711
  "line": 64,
8450
8712
  "character": 32
8451
8713
  },
8452
- "name": "EnvsBuildContext"
8714
+ "name": "EnvsBuildContext",
8715
+ "internalFilePath": "builder.service.ts"
8453
8716
  },
8454
8717
  "isOptional": false,
8455
8718
  "isSpread": false
@@ -8469,7 +8732,11 @@
8469
8732
  "line": 65,
8470
8733
  "character": 22
8471
8734
  },
8472
- "name": "Logger"
8735
+ "name": "Logger",
8736
+ "componentId": {
8737
+ "scope": "teambit.harmony",
8738
+ "name": "logger"
8739
+ }
8473
8740
  },
8474
8741
  "isOptional": false,
8475
8742
  "isSpread": false
@@ -8537,7 +8804,8 @@
8537
8804
  "line": 68,
8538
8805
  "character": 23
8539
8806
  },
8540
- "name": "PipeOptions"
8807
+ "name": "PipeOptions",
8808
+ "internalFilePath": "build-pipe.ts"
8541
8809
  },
8542
8810
  "isOptional": true,
8543
8811
  "isSpread": false
@@ -9154,7 +9422,11 @@
9154
9422
  "line": 28,
9155
9423
  "character": 15
9156
9424
  },
9157
- "name": "Component"
9425
+ "name": "Component",
9426
+ "componentId": {
9427
+ "scope": "teambit.component",
9428
+ "name": "component"
9429
+ }
9158
9430
  }
9159
9431
  },
9160
9432
  "isOptional": false
@@ -9317,7 +9589,12 @@
9317
9589
  "line": 54,
9318
9590
  "character": 12
9319
9591
  },
9320
- "name": "LaneId"
9592
+ "name": "LaneId",
9593
+ "componentId": {
9594
+ "scope": "teambit.lanes",
9595
+ "name": "lane-id",
9596
+ "version": "0.0.311"
9597
+ }
9321
9598
  },
9322
9599
  "isOptional": true
9323
9600
  }
@@ -9344,7 +9621,7 @@
9344
9621
  "_legacy": {
9345
9622
  "scope": "teambit.pipelines",
9346
9623
  "name": "builder",
9347
- "version": "1.0.228"
9624
+ "version": "1.0.229"
9348
9625
  },
9349
9626
  "_scope": "teambit.pipelines"
9350
9627
  }
@@ -10243,6 +10520,11 @@
10243
10520
  "character": 24
10244
10521
  },
10245
10522
  "name": "SlotRegistry",
10523
+ "componentId": {
10524
+ "scope": "teambit.harmony",
10525
+ "name": "harmony",
10526
+ "version": "0.4.6"
10527
+ },
10246
10528
  "typeArgs": [
10247
10529
  {
10248
10530
  "__schema": "TypeArraySchema",
@@ -10298,6 +10580,10 @@
10298
10580
  "character": 46
10299
10581
  },
10300
10582
  "name": "ComponentMap",
10583
+ "componentId": {
10584
+ "scope": "teambit.component",
10585
+ "name": "component"
10586
+ },
10301
10587
  "typeArgs": [
10302
10588
  {
10303
10589
  "__schema": "TypeRefSchema",
@@ -10443,7 +10729,11 @@
10443
10729
  "line": 42,
10444
10730
  "character": 27
10445
10731
  },
10446
- "name": "ComponentID"
10732
+ "name": "ComponentID",
10733
+ "componentId": {
10734
+ "scope": "teambit.component",
10735
+ "name": "component"
10736
+ }
10447
10737
  }
10448
10738
  },
10449
10739
  "isOptional": true
@@ -10570,7 +10860,8 @@
10570
10860
  "line": 52,
10571
10861
  "character": 15
10572
10862
  },
10573
- "name": "ArtifactObject"
10863
+ "name": "ArtifactObject",
10864
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
10574
10865
  }
10575
10866
  },
10576
10867
  "isOptional": true
@@ -10598,7 +10889,8 @@
10598
10889
  "line": 53,
10599
10890
  "character": 16
10600
10891
  },
10601
- "name": "AspectData"
10892
+ "name": "AspectData",
10893
+ "internalFilePath": "build-pipeline-result-list.ts"
10602
10894
  }
10603
10895
  },
10604
10896
  "isOptional": false
@@ -10761,7 +11053,11 @@
10761
11053
  "line": 65,
10762
11054
  "character": 19
10763
11055
  },
10764
- "name": "EnvsMain"
11056
+ "name": "EnvsMain",
11057
+ "componentId": {
11058
+ "scope": "teambit.envs",
11059
+ "name": "envs"
11060
+ }
10765
11061
  },
10766
11062
  "isOptional": false,
10767
11063
  "isSpread": false
@@ -10781,7 +11077,11 @@
10781
11077
  "line": 66,
10782
11078
  "character": 24
10783
11079
  },
10784
- "name": "Workspace"
11080
+ "name": "Workspace",
11081
+ "componentId": {
11082
+ "scope": "teambit.workspace",
11083
+ "name": "workspace"
11084
+ }
10785
11085
  },
10786
11086
  "isOptional": false,
10787
11087
  "isSpread": false
@@ -10801,7 +11101,8 @@
10801
11101
  "line": 67,
10802
11102
  "character": 27
10803
11103
  },
10804
- "name": "BuilderService"
11104
+ "name": "BuilderService",
11105
+ "internalFilePath": "builder.service.ts"
10805
11106
  },
10806
11107
  "isOptional": false,
10807
11108
  "isSpread": false
@@ -10821,7 +11122,8 @@
10821
11122
  "line": 68,
10822
11123
  "character": 25
10823
11124
  },
10824
- "name": "BuilderService"
11125
+ "name": "BuilderService",
11126
+ "internalFilePath": "builder.service.ts"
10825
11127
  },
10826
11128
  "isOptional": false,
10827
11129
  "isSpread": false
@@ -10841,7 +11143,8 @@
10841
11143
  "line": 69,
10842
11144
  "character": 26
10843
11145
  },
10844
- "name": "BuilderService"
11146
+ "name": "BuilderService",
11147
+ "internalFilePath": "builder.service.ts"
10845
11148
  },
10846
11149
  "isOptional": false,
10847
11150
  "isSpread": false
@@ -10861,7 +11164,11 @@
10861
11164
  "line": 70,
10862
11165
  "character": 20
10863
11166
  },
10864
- "name": "ScopeMain"
11167
+ "name": "ScopeMain",
11168
+ "componentId": {
11169
+ "scope": "teambit.scope",
11170
+ "name": "scope"
11171
+ }
10865
11172
  },
10866
11173
  "isOptional": false,
10867
11174
  "isSpread": false
@@ -10881,7 +11188,11 @@
10881
11188
  "line": 71,
10882
11189
  "character": 23
10883
11190
  },
10884
- "name": "IsolatorMain"
11191
+ "name": "IsolatorMain",
11192
+ "componentId": {
11193
+ "scope": "teambit.component",
11194
+ "name": "isolator"
11195
+ }
10885
11196
  },
10886
11197
  "isOptional": false,
10887
11198
  "isSpread": false
@@ -10901,7 +11212,11 @@
10901
11212
  "line": 72,
10902
11213
  "character": 27
10903
11214
  },
10904
- "name": "AspectLoaderMain"
11215
+ "name": "AspectLoaderMain",
11216
+ "componentId": {
11217
+ "scope": "teambit.harmony",
11218
+ "name": "aspect-loader"
11219
+ }
10905
11220
  },
10906
11221
  "isOptional": false,
10907
11222
  "isSpread": false
@@ -10921,7 +11236,11 @@
10921
11236
  "line": 73,
10922
11237
  "character": 30
10923
11238
  },
10924
- "name": "ComponentMain"
11239
+ "name": "ComponentMain",
11240
+ "componentId": {
11241
+ "scope": "teambit.component",
11242
+ "name": "component"
11243
+ }
10925
11244
  },
10926
11245
  "isOptional": false,
10927
11246
  "isSpread": false
@@ -10941,7 +11260,11 @@
10941
11260
  "line": 74,
10942
11261
  "character": 27
10943
11262
  },
10944
- "name": "GlobalConfigMain"
11263
+ "name": "GlobalConfigMain",
11264
+ "componentId": {
11265
+ "scope": "teambit.harmony",
11266
+ "name": "global-config"
11267
+ }
10945
11268
  },
10946
11269
  "isOptional": false,
10947
11270
  "isSpread": false
@@ -10961,7 +11284,8 @@
10961
11284
  "line": 75,
10962
11285
  "character": 28
10963
11286
  },
10964
- "name": "TaskSlot"
11287
+ "name": "TaskSlot",
11288
+ "internalFilePath": "builder.main.runtime.ts"
10965
11289
  },
10966
11290
  "isOptional": false,
10967
11291
  "isSpread": false
@@ -10981,7 +11305,8 @@
10981
11305
  "line": 76,
10982
11306
  "character": 26
10983
11307
  },
10984
- "name": "TaskSlot"
11308
+ "name": "TaskSlot",
11309
+ "internalFilePath": "builder.main.runtime.ts"
10985
11310
  },
10986
11311
  "isOptional": false,
10987
11312
  "isSpread": false
@@ -11001,7 +11326,8 @@
11001
11326
  "line": 77,
11002
11327
  "character": 27
11003
11328
  },
11004
- "name": "TaskSlot"
11329
+ "name": "TaskSlot",
11330
+ "internalFilePath": "builder.main.runtime.ts"
11005
11331
  },
11006
11332
  "isOptional": false,
11007
11333
  "isSpread": false
@@ -11021,7 +11347,11 @@
11021
11347
  "line": 78,
11022
11348
  "character": 21
11023
11349
  },
11024
- "name": "Logger"
11350
+ "name": "Logger",
11351
+ "componentId": {
11352
+ "scope": "teambit.harmony",
11353
+ "name": "logger"
11354
+ }
11025
11355
  },
11026
11356
  "isOptional": false,
11027
11357
  "isSpread": false
@@ -11070,7 +11400,11 @@
11070
11400
  "line": 98,
11071
11401
  "character": 17
11072
11402
  },
11073
- "name": "Component"
11403
+ "name": "Component",
11404
+ "componentId": {
11405
+ "scope": "teambit.component",
11406
+ "name": "component"
11407
+ }
11074
11408
  }
11075
11409
  },
11076
11410
  "isOptional": false,
@@ -11113,6 +11447,10 @@
11113
11447
  "character": 6
11114
11448
  },
11115
11449
  "name": "ComponentMap",
11450
+ "componentId": {
11451
+ "scope": "teambit.component",
11452
+ "name": "component"
11453
+ },
11116
11454
  "typeArgs": [
11117
11455
  {
11118
11456
  "__schema": "TypeRefSchema",
@@ -11159,7 +11497,11 @@
11159
11497
  "line": 111,
11160
11498
  "character": 17
11161
11499
  },
11162
- "name": "Component"
11500
+ "name": "Component",
11501
+ "componentId": {
11502
+ "scope": "teambit.component",
11503
+ "name": "component"
11504
+ }
11163
11505
  }
11164
11506
  },
11165
11507
  "isOptional": false,
@@ -11201,7 +11543,11 @@
11201
11543
  "line": 113,
11202
11544
  "character": 21
11203
11545
  },
11204
- "name": "IsolateComponentsOptions"
11546
+ "name": "IsolateComponentsOptions",
11547
+ "componentId": {
11548
+ "scope": "teambit.component",
11549
+ "name": "isolator"
11550
+ }
11205
11551
  },
11206
11552
  "isOptional": true,
11207
11553
  "defaultValue": "{}",
@@ -11222,7 +11568,8 @@
11222
11568
  "line": 114,
11223
11569
  "character": 21
11224
11570
  },
11225
- "name": "BuilderServiceOptions"
11571
+ "name": "BuilderServiceOptions",
11572
+ "internalFilePath": "builder.service.ts"
11226
11573
  },
11227
11574
  "isOptional": true,
11228
11575
  "defaultValue": "{}",
@@ -11245,7 +11592,8 @@
11245
11592
  "line": 115,
11246
11593
  "character": 14
11247
11594
  },
11248
- "name": "OnTagResults"
11595
+ "name": "OnTagResults",
11596
+ "internalFilePath": "builder.main.runtime.ts"
11249
11597
  }
11250
11598
  ]
11251
11599
  },
@@ -11295,7 +11643,11 @@
11295
11643
  "line": 171,
11296
11644
  "character": 43
11297
11645
  },
11298
- "name": "Component"
11646
+ "name": "Component",
11647
+ "componentId": {
11648
+ "scope": "teambit.component",
11649
+ "name": "component"
11650
+ }
11299
11651
  }
11300
11652
  },
11301
11653
  "isOptional": false,
@@ -11340,7 +11692,11 @@
11340
11692
  "line": 282,
11341
11693
  "character": 46
11342
11694
  },
11343
- "name": "Component"
11695
+ "name": "Component",
11696
+ "componentId": {
11697
+ "scope": "teambit.component",
11698
+ "name": "component"
11699
+ }
11344
11700
  },
11345
11701
  "isOptional": false,
11346
11702
  "isSpread": false
@@ -11389,7 +11745,8 @@
11389
11745
  "line": 282,
11390
11746
  "character": 86
11391
11747
  },
11392
- "name": "ArtifactVinyl"
11748
+ "name": "ArtifactVinyl",
11749
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
11393
11750
  }
11394
11751
  }
11395
11752
  ]
@@ -11423,7 +11780,11 @@
11423
11780
  "line": 289,
11424
11781
  "character": 16
11425
11782
  },
11426
- "name": "Component"
11783
+ "name": "Component",
11784
+ "componentId": {
11785
+ "scope": "teambit.component",
11786
+ "name": "component"
11787
+ }
11427
11788
  },
11428
11789
  "isOptional": false,
11429
11790
  "isSpread": false
@@ -11492,7 +11853,8 @@
11492
11853
  "line": 292,
11493
11854
  "character": 14
11494
11855
  },
11495
- "name": "ArtifactVinyl"
11856
+ "name": "ArtifactVinyl",
11857
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
11496
11858
  }
11497
11859
  }
11498
11860
  ]
@@ -11526,7 +11888,11 @@
11526
11888
  "line": 299,
11527
11889
  "character": 16
11528
11890
  },
11529
- "name": "Component"
11891
+ "name": "Component",
11892
+ "componentId": {
11893
+ "scope": "teambit.component",
11894
+ "name": "component"
11895
+ }
11530
11896
  },
11531
11897
  "isOptional": false,
11532
11898
  "isSpread": false
@@ -11595,7 +11961,8 @@
11595
11961
  "line": 302,
11596
11962
  "character": 14
11597
11963
  },
11598
- "name": "ArtifactVinyl"
11964
+ "name": "ArtifactVinyl",
11965
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
11599
11966
  }
11600
11967
  }
11601
11968
  ]
@@ -11629,7 +11996,11 @@
11629
11996
  "line": 308,
11630
11997
  "character": 33
11631
11998
  },
11632
- "name": "Component"
11999
+ "name": "Component",
12000
+ "componentId": {
12001
+ "scope": "teambit.component",
12002
+ "name": "component"
12003
+ }
11633
12004
  },
11634
12005
  "isOptional": false,
11635
12006
  "isSpread": false
@@ -11702,7 +12073,11 @@
11702
12073
  "line": 313,
11703
12074
  "character": 35
11704
12075
  },
11705
- "name": "Component"
12076
+ "name": "Component",
12077
+ "componentId": {
12078
+ "scope": "teambit.component",
12079
+ "name": "component"
12080
+ }
11706
12081
  },
11707
12082
  "isOptional": false,
11708
12083
  "isSpread": false
@@ -11775,7 +12150,11 @@
11775
12150
  "line": 318,
11776
12151
  "character": 42
11777
12152
  },
11778
- "name": "Component"
12153
+ "name": "Component",
12154
+ "componentId": {
12155
+ "scope": "teambit.component",
12156
+ "name": "component"
12157
+ }
11779
12158
  },
11780
12159
  "isOptional": false,
11781
12160
  "isSpread": false
@@ -11868,7 +12247,11 @@
11868
12247
  "line": 323,
11869
12248
  "character": 46
11870
12249
  },
11871
- "name": "IComponent"
12250
+ "name": "IComponent",
12251
+ "componentId": {
12252
+ "scope": "teambit.component",
12253
+ "name": "component"
12254
+ }
11872
12255
  },
11873
12256
  "isOptional": false,
11874
12257
  "isSpread": false
@@ -11971,7 +12354,11 @@
11971
12354
  "line": 333,
11972
12355
  "character": 30
11973
12356
  },
11974
- "name": "IComponent"
12357
+ "name": "IComponent",
12358
+ "componentId": {
12359
+ "scope": "teambit.component",
12360
+ "name": "component"
12361
+ }
11975
12362
  },
11976
12363
  "isOptional": false,
11977
12364
  "isSpread": false
@@ -12052,7 +12439,11 @@
12052
12439
  "line": 339,
12053
12440
  "character": 27
12054
12441
  },
12055
- "name": "IComponent"
12442
+ "name": "IComponent",
12443
+ "componentId": {
12444
+ "scope": "teambit.component",
12445
+ "name": "component"
12446
+ }
12056
12447
  },
12057
12448
  "isOptional": false,
12058
12449
  "isSpread": false
@@ -12105,7 +12496,11 @@
12105
12496
  "line": 344,
12106
12497
  "character": 29
12107
12498
  },
12108
- "name": "IComponent"
12499
+ "name": "IComponent",
12500
+ "componentId": {
12501
+ "scope": "teambit.component",
12502
+ "name": "component"
12503
+ }
12109
12504
  },
12110
12505
  "isOptional": false,
12111
12506
  "isSpread": false
@@ -12173,7 +12568,11 @@
12173
12568
  "line": 366,
12174
12569
  "character": 17
12175
12570
  },
12176
- "name": "Component"
12571
+ "name": "Component",
12572
+ "componentId": {
12573
+ "scope": "teambit.component",
12574
+ "name": "component"
12575
+ }
12177
12576
  }
12178
12577
  },
12179
12578
  "isOptional": false,
@@ -12194,7 +12593,11 @@
12194
12593
  "line": 367,
12195
12594
  "character": 22
12196
12595
  },
12197
- "name": "IsolateComponentsOptions"
12596
+ "name": "IsolateComponentsOptions",
12597
+ "componentId": {
12598
+ "scope": "teambit.component",
12599
+ "name": "isolator"
12600
+ }
12198
12601
  },
12199
12602
  "isOptional": true,
12200
12603
  "isSpread": false
@@ -12214,7 +12617,8 @@
12214
12617
  "line": 368,
12215
12618
  "character": 22
12216
12619
  },
12217
- "name": "BuilderServiceOptions"
12620
+ "name": "BuilderServiceOptions",
12621
+ "internalFilePath": "builder.service.ts"
12218
12622
  },
12219
12623
  "isOptional": true,
12220
12624
  "isSpread": false
@@ -12337,7 +12741,11 @@
12337
12741
  "line": 407,
12338
12742
  "character": 33
12339
12743
  },
12340
- "name": "Component"
12744
+ "name": "Component",
12745
+ "componentId": {
12746
+ "scope": "teambit.component",
12747
+ "name": "component"
12748
+ }
12341
12749
  }
12342
12750
  },
12343
12751
  "isOptional": false,
@@ -12358,7 +12766,8 @@
12358
12766
  "line": 407,
12359
12767
  "character": 62
12360
12768
  },
12361
- "name": "BuilderServiceOptions"
12769
+ "name": "BuilderServiceOptions",
12770
+ "internalFilePath": "builder.service.ts"
12362
12771
  },
12363
12772
  "isOptional": false,
12364
12773
  "isSpread": false
@@ -12420,7 +12829,11 @@
12420
12829
  "line": 414,
12421
12830
  "character": 34
12422
12831
  },
12423
- "name": "Component"
12832
+ "name": "Component",
12833
+ "componentId": {
12834
+ "scope": "teambit.component",
12835
+ "name": "component"
12836
+ }
12424
12837
  }
12425
12838
  },
12426
12839
  "isOptional": false,
@@ -12441,7 +12854,8 @@
12441
12854
  "line": 414,
12442
12855
  "character": 63
12443
12856
  },
12444
- "name": "BuilderServiceOptions"
12857
+ "name": "BuilderServiceOptions",
12858
+ "internalFilePath": "builder.service.ts"
12445
12859
  },
12446
12860
  "isOptional": false,
12447
12861
  "isSpread": false
@@ -12496,7 +12910,11 @@
12496
12910
  "line": 421,
12497
12911
  "character": 24
12498
12912
  },
12499
- "name": "Component"
12913
+ "name": "Component",
12914
+ "componentId": {
12915
+ "scope": "teambit.component",
12916
+ "name": "component"
12917
+ }
12500
12918
  },
12501
12919
  "isOptional": false,
12502
12920
  "isSpread": false
@@ -12789,7 +13207,11 @@
12789
13207
  "line": 464,
12790
13208
  "character": 42
12791
13209
  },
12792
- "name": "ComponentID"
13210
+ "name": "ComponentID",
13211
+ "componentId": {
13212
+ "scope": "teambit.component",
13213
+ "name": "component"
13214
+ }
12793
13215
  },
12794
13216
  "isOptional": false,
12795
13217
  "isSpread": false
@@ -12942,7 +13364,11 @@
12942
13364
  "line": 488,
12943
13365
  "character": 7
12944
13366
  },
12945
- "name": "CLIMain"
13367
+ "name": "CLIMain",
13368
+ "componentId": {
13369
+ "scope": "teambit.harmony",
13370
+ "name": "cli"
13371
+ }
12946
13372
  },
12947
13373
  {
12948
13374
  "__schema": "TypeRefSchema",
@@ -12951,7 +13377,11 @@
12951
13377
  "line": 489,
12952
13378
  "character": 7
12953
13379
  },
12954
- "name": "EnvsMain"
13380
+ "name": "EnvsMain",
13381
+ "componentId": {
13382
+ "scope": "teambit.envs",
13383
+ "name": "envs"
13384
+ }
12955
13385
  },
12956
13386
  {
12957
13387
  "__schema": "TypeRefSchema",
@@ -12960,7 +13390,11 @@
12960
13390
  "line": 490,
12961
13391
  "character": 7
12962
13392
  },
12963
- "name": "Workspace"
13393
+ "name": "Workspace",
13394
+ "componentId": {
13395
+ "scope": "teambit.workspace",
13396
+ "name": "workspace"
13397
+ }
12964
13398
  },
12965
13399
  {
12966
13400
  "__schema": "TypeRefSchema",
@@ -12969,7 +13403,11 @@
12969
13403
  "line": 491,
12970
13404
  "character": 7
12971
13405
  },
12972
- "name": "ScopeMain"
13406
+ "name": "ScopeMain",
13407
+ "componentId": {
13408
+ "scope": "teambit.scope",
13409
+ "name": "scope"
13410
+ }
12973
13411
  },
12974
13412
  {
12975
13413
  "__schema": "TypeRefSchema",
@@ -12978,7 +13416,11 @@
12978
13416
  "line": 492,
12979
13417
  "character": 7
12980
13418
  },
12981
- "name": "IsolatorMain"
13419
+ "name": "IsolatorMain",
13420
+ "componentId": {
13421
+ "scope": "teambit.component",
13422
+ "name": "isolator"
13423
+ }
12982
13424
  },
12983
13425
  {
12984
13426
  "__schema": "TypeRefSchema",
@@ -12987,7 +13429,11 @@
12987
13429
  "line": 493,
12988
13430
  "character": 7
12989
13431
  },
12990
- "name": "LoggerMain"
13432
+ "name": "LoggerMain",
13433
+ "componentId": {
13434
+ "scope": "teambit.harmony",
13435
+ "name": "logger"
13436
+ }
12991
13437
  },
12992
13438
  {
12993
13439
  "__schema": "TypeRefSchema",
@@ -12996,7 +13442,11 @@
12996
13442
  "line": 494,
12997
13443
  "character": 7
12998
13444
  },
12999
- "name": "AspectLoaderMain"
13445
+ "name": "AspectLoaderMain",
13446
+ "componentId": {
13447
+ "scope": "teambit.harmony",
13448
+ "name": "aspect-loader"
13449
+ }
13000
13450
  },
13001
13451
  {
13002
13452
  "__schema": "TypeRefSchema",
@@ -13005,7 +13455,11 @@
13005
13455
  "line": 495,
13006
13456
  "character": 7
13007
13457
  },
13008
- "name": "GraphqlMain"
13458
+ "name": "GraphqlMain",
13459
+ "componentId": {
13460
+ "scope": "teambit.harmony",
13461
+ "name": "graphql"
13462
+ }
13009
13463
  },
13010
13464
  {
13011
13465
  "__schema": "TypeRefSchema",
@@ -13014,7 +13468,11 @@
13014
13468
  "line": 496,
13015
13469
  "character": 7
13016
13470
  },
13017
- "name": "GeneratorMain"
13471
+ "name": "GeneratorMain",
13472
+ "componentId": {
13473
+ "scope": "teambit.generator",
13474
+ "name": "generator"
13475
+ }
13018
13476
  },
13019
13477
  {
13020
13478
  "__schema": "TypeRefSchema",
@@ -13023,7 +13481,11 @@
13023
13481
  "line": 497,
13024
13482
  "character": 7
13025
13483
  },
13026
- "name": "ComponentMain"
13484
+ "name": "ComponentMain",
13485
+ "componentId": {
13486
+ "scope": "teambit.component",
13487
+ "name": "component"
13488
+ }
13027
13489
  },
13028
13490
  {
13029
13491
  "__schema": "TypeRefSchema",
@@ -13032,7 +13494,11 @@
13032
13494
  "line": 498,
13033
13495
  "character": 7
13034
13496
  },
13035
- "name": "UiMain"
13497
+ "name": "UiMain",
13498
+ "componentId": {
13499
+ "scope": "teambit.ui-foundation",
13500
+ "name": "ui"
13501
+ }
13036
13502
  },
13037
13503
  {
13038
13504
  "__schema": "TypeRefSchema",
@@ -13041,7 +13507,11 @@
13041
13507
  "line": 499,
13042
13508
  "character": 7
13043
13509
  },
13044
- "name": "GlobalConfigMain"
13510
+ "name": "GlobalConfigMain",
13511
+ "componentId": {
13512
+ "scope": "teambit.harmony",
13513
+ "name": "global-config"
13514
+ }
13045
13515
  }
13046
13516
  ]
13047
13517
  },
@@ -13091,7 +13561,8 @@
13091
13561
  "line": 502,
13092
13562
  "character": 50
13093
13563
  },
13094
- "name": "TaskSlot"
13564
+ "name": "TaskSlot",
13565
+ "internalFilePath": "builder.main.runtime.ts"
13095
13566
  },
13096
13567
  {
13097
13568
  "__schema": "TypeRefSchema",
@@ -13100,7 +13571,8 @@
13100
13571
  "line": 502,
13101
13572
  "character": 60
13102
13573
  },
13103
- "name": "TaskSlot"
13574
+ "name": "TaskSlot",
13575
+ "internalFilePath": "builder.main.runtime.ts"
13104
13576
  },
13105
13577
  {
13106
13578
  "__schema": "TypeRefSchema",
@@ -13109,7 +13581,8 @@
13109
13581
  "line": 502,
13110
13582
  "character": 70
13111
13583
  },
13112
- "name": "TaskSlot"
13584
+ "name": "TaskSlot",
13585
+ "internalFilePath": "builder.main.runtime.ts"
13113
13586
  }
13114
13587
  ]
13115
13588
  },
@@ -13191,6 +13664,10 @@
13191
13664
  "character": 12
13192
13665
  },
13193
13666
  "name": "EnvHandler",
13667
+ "componentId": {
13668
+ "scope": "teambit.envs",
13669
+ "name": "envs"
13670
+ },
13194
13671
  "typeArgs": [
13195
13672
  {
13196
13673
  "__schema": "TypeRefSchema",
@@ -13605,7 +14082,11 @@
13605
14082
  "line": 90,
13606
14083
  "character": 20
13607
14084
  },
13608
- "name": "EnvContext"
14085
+ "name": "EnvContext",
14086
+ "componentId": {
14087
+ "scope": "teambit.envs",
14088
+ "name": "envs"
14089
+ }
13609
14090
  },
13610
14091
  "isOptional": false,
13611
14092
  "isSpread": false
@@ -13799,7 +14280,11 @@
13799
14280
  "line": 20,
13800
14281
  "character": 20
13801
14282
  },
13802
- "name": "Component"
14283
+ "name": "Component",
14284
+ "componentId": {
14285
+ "scope": "teambit.component",
14286
+ "name": "component"
14287
+ }
13803
14288
  },
13804
14289
  "isOptional": false,
13805
14290
  "isSpread": false
@@ -13819,7 +14304,8 @@
13819
14304
  "line": 20,
13820
14305
  "character": 41
13821
14306
  },
13822
- "name": "FsArtifact"
14307
+ "name": "FsArtifact",
14308
+ "internalFilePath": "artifact/fs-artifact.ts"
13823
14309
  },
13824
14310
  "isOptional": false,
13825
14311
  "isSpread": false
@@ -13849,7 +14335,8 @@
13849
14335
  "line": 20,
13850
14336
  "character": 62
13851
14337
  },
13852
- "name": "StoreResult"
14338
+ "name": "StoreResult",
14339
+ "internalFilePath": "storage/storage-resolver.ts"
13853
14340
  },
13854
14341
  {
13855
14342
  "__schema": "KeywordTypeSchema",
@@ -13977,7 +14464,11 @@
13977
14464
  "line": 27,
13978
14465
  "character": 24
13979
14466
  },
13980
- "name": "Component"
14467
+ "name": "Component",
14468
+ "componentId": {
14469
+ "scope": "teambit.component",
14470
+ "name": "component"
14471
+ }
13981
14472
  },
13982
14473
  "isOptional": false,
13983
14474
  "isSpread": false
@@ -13997,7 +14488,8 @@
13997
14488
  "line": 27,
13998
14489
  "character": 45
13999
14490
  },
14000
- "name": "FsArtifact"
14491
+ "name": "FsArtifact",
14492
+ "internalFilePath": "artifact/fs-artifact.ts"
14001
14493
  },
14002
14494
  "isOptional": false,
14003
14495
  "isSpread": false
@@ -14017,7 +14509,8 @@
14017
14509
  "line": 27,
14018
14510
  "character": 63
14019
14511
  },
14020
- "name": "ArtifactVinyl"
14512
+ "name": "ArtifactVinyl",
14513
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
14021
14514
  },
14022
14515
  "isOptional": false,
14023
14516
  "isSpread": false
@@ -14278,7 +14771,8 @@
14278
14771
  "line": 13,
14279
14772
  "character": 21
14280
14773
  },
14281
- "name": "ArtifactFiles"
14774
+ "name": "ArtifactFiles",
14775
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
14282
14776
  },
14283
14777
  "isOptional": false,
14284
14778
  "isSpread": false
@@ -14298,7 +14792,8 @@
14298
14792
  "line": 17,
14299
14793
  "character": 20
14300
14794
  },
14301
- "name": "TaskDescriptor"
14795
+ "name": "TaskDescriptor",
14796
+ "internalFilePath": "build-task.ts"
14302
14797
  },
14303
14798
  "isOptional": false,
14304
14799
  "isSpread": false
@@ -14568,7 +15063,8 @@
14568
15063
  "line": 97,
14569
15064
  "character": 37
14570
15065
  },
14571
- "name": "ArtifactObject"
15066
+ "name": "ArtifactObject",
15067
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
14572
15068
  },
14573
15069
  "isOptional": false,
14574
15070
  "isSpread": false
@@ -14640,6 +15136,10 @@
14640
15136
  "character": 27
14641
15137
  },
14642
15138
  "name": "ComponentMap",
15139
+ "componentId": {
15140
+ "scope": "teambit.component",
15141
+ "name": "component"
15142
+ },
14643
15143
  "typeArgs": [
14644
15144
  {
14645
15145
  "__schema": "TypeRefSchema",
@@ -14657,7 +15157,8 @@
14657
15157
  "line": 16,
14658
15158
  "character": 53
14659
15159
  },
14660
- "name": "FsArtifact"
15160
+ "name": "FsArtifact",
15161
+ "internalFilePath": "artifact/fs-artifact.ts"
14661
15162
  }
14662
15163
  ]
14663
15164
  }
@@ -14789,7 +15290,11 @@
14789
15290
  "line": 43,
14790
15291
  "character": 16
14791
15292
  },
14792
- "name": "Component"
15293
+ "name": "Component",
15294
+ "componentId": {
15295
+ "scope": "teambit.component",
15296
+ "name": "component"
15297
+ }
14793
15298
  },
14794
15299
  "isOptional": false,
14795
15300
  "isSpread": false
@@ -14850,7 +15355,8 @@
14850
15355
  "line": 46,
14851
15356
  "character": 6
14852
15357
  },
14853
- "name": "FsArtifact"
15358
+ "name": "FsArtifact",
15359
+ "internalFilePath": "artifact/fs-artifact.ts"
14854
15360
  },
14855
15361
  {
14856
15362
  "__schema": "KeywordTypeSchema",
@@ -15024,6 +15530,10 @@
15024
15530
  "character": 81
15025
15531
  },
15026
15532
  "name": "ComponentMap",
15533
+ "componentId": {
15534
+ "scope": "teambit.component",
15535
+ "name": "component"
15536
+ },
15027
15537
  "typeArgs": [
15028
15538
  {
15029
15539
  "__schema": "TypeRefSchema",
@@ -15041,7 +15551,8 @@
15041
15551
  "line": 77,
15042
15552
  "character": 107
15043
15553
  },
15044
- "name": "FsArtifact"
15554
+ "name": "FsArtifact",
15555
+ "internalFilePath": "artifact/fs-artifact.ts"
15045
15556
  }
15046
15557
  ]
15047
15558
  }
@@ -15476,6 +15987,7 @@
15476
15987
  "character": 22
15477
15988
  },
15478
15989
  "name": "ResolverMap",
15990
+ "internalFilePath": "artifact/artifact-list.ts",
15479
15991
  "typeArgs": [
15480
15992
  {
15481
15993
  "__schema": "TypeRefSchema",
@@ -15514,7 +16026,8 @@
15514
16026
  "line": 85,
15515
16027
  "character": 15
15516
16028
  },
15517
- "name": "ArtifactObject"
16029
+ "name": "ArtifactObject",
16030
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
15518
16031
  }
15519
16032
  },
15520
16033
  "modifiers": []
@@ -15565,7 +16078,12 @@
15565
16078
  "line": 97,
15566
16079
  "character": 41
15567
16080
  },
15568
- "name": "ComponentID"
16081
+ "name": "ComponentID",
16082
+ "componentId": {
16083
+ "scope": "teambit.component",
16084
+ "name": "component-id",
16085
+ "version": "1.2.0"
16086
+ }
15569
16087
  },
15570
16088
  "isOptional": false,
15571
16089
  "isSpread": false
@@ -15585,7 +16103,8 @@
15585
16103
  "line": 97,
15586
16104
  "character": 61
15587
16105
  },
15588
- "name": "Scope"
16106
+ "name": "Scope",
16107
+ "packageName": "@teambit/legacy/dist/scope"
15589
16108
  },
15590
16109
  "isOptional": false,
15591
16110
  "isSpread": false
@@ -15614,7 +16133,8 @@
15614
16133
  "line": 97,
15615
16134
  "character": 77
15616
16135
  },
15617
- "name": "ArtifactVinyl"
16136
+ "name": "ArtifactVinyl",
16137
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact"
15618
16138
  }
15619
16139
  }
15620
16140
  ]
@@ -15658,7 +16178,11 @@
15658
16178
  "line": 106,
15659
16179
  "character": 26
15660
16180
  },
15661
- "name": "Component"
16181
+ "name": "Component",
16182
+ "componentId": {
16183
+ "scope": "teambit.component",
16184
+ "name": "component"
16185
+ }
15662
16186
  },
15663
16187
  "isOptional": false,
15664
16188
  "isSpread": false
@@ -15709,7 +16233,8 @@
15709
16233
  "line": 172,
15710
16234
  "character": 47
15711
16235
  },
15712
- "name": "ArtifactObject"
16236
+ "name": "ArtifactObject",
16237
+ "packageName": "@teambit/legacy/dist/consumer/component/sources/artifact-files"
15713
16238
  }
15714
16239
  },
15715
16240
  "isOptional": false,
@@ -15831,7 +16356,7 @@
15831
16356
  "_legacy": {
15832
16357
  "scope": "teambit.pipelines",
15833
16358
  "name": "builder",
15834
- "version": "1.0.228"
16359
+ "version": "1.0.229"
15835
16360
  },
15836
16361
  "_scope": "teambit.pipelines"
15837
16362
  }
@@ -15886,7 +16411,8 @@
15886
16411
  "line": 10,
15887
16412
  "character": 24
15888
16413
  },
15889
- "name": "TasksQueue"
16414
+ "name": "TasksQueue",
16415
+ "internalFilePath": "tasks-queue.ts"
15890
16416
  },
15891
16417
  "isOptional": false,
15892
16418
  "isSpread": false
@@ -16093,7 +16619,7 @@
16093
16619
  "componentId": {
16094
16620
  "scope": "teambit.pipelines",
16095
16621
  "name": "builder",
16096
- "version": "1.0.228"
16622
+ "version": "1.0.229"
16097
16623
  },
16098
16624
  "taggedModuleExports": []
16099
16625
  }