@teambit/application 1.0.228 → 1.0.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_harmony_application-preview.js +1 -1
- package/artifacts/schema.json +688 -135
- package/dist/app-build-context.d.ts +26 -0
- package/dist/app-build-result.d.ts +22 -0
- package/dist/app-context.d.ts +103 -0
- package/dist/app-deploy-context.d.ts +33 -0
- package/dist/app-instance.d.ts +35 -0
- package/dist/app-list.cmd.d.ts +18 -0
- package/dist/app-server.d.ts +6 -0
- package/dist/app-type-list.d.ts +13 -0
- package/dist/app-type.plugin.d.ts +12 -0
- package/dist/app.cmd.d.ts +25 -0
- package/dist/app.plugin.d.ts +10 -0
- package/dist/application-type.d.ts +15 -0
- package/dist/application.aspect.d.ts +2 -0
- package/dist/application.composition.d.ts +1 -0
- package/dist/application.d.ts +33 -0
- package/dist/application.main.runtime.d.ts +153 -0
- package/dist/application.service.d.ts +15 -0
- package/dist/apps-env-type.d.ts +8 -0
- package/dist/build-application.task.d.ts +40 -0
- package/dist/deploy.task.d.ts +16 -0
- package/dist/deployment-provider.d.ts +4 -0
- package/dist/exceptions/app-no-ssr.d.ts +3 -0
- package/dist/exceptions/app-not-found.d.ts +3 -0
- package/dist/exceptions/index.d.ts +1 -0
- package/dist/index.d.ts +13 -0
- package/dist/{preview-1712805335812.js → preview-1712891953391.js} +2 -2
- package/dist/run.cmd.d.ts +35 -0
- package/package.json +13 -13
- package/tsconfig.json +1 -34
package/artifacts/schema.json
CHANGED
|
@@ -357,7 +357,8 @@
|
|
|
357
357
|
"line": 78,
|
|
358
358
|
"character": 22
|
|
359
359
|
},
|
|
360
|
-
"name": "ApplicationSlot"
|
|
360
|
+
"name": "ApplicationSlot",
|
|
361
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
361
362
|
},
|
|
362
363
|
"isOptional": false,
|
|
363
364
|
"isSpread": false
|
|
@@ -377,7 +378,8 @@
|
|
|
377
378
|
"line": 80,
|
|
378
379
|
"character": 26
|
|
379
380
|
},
|
|
380
|
-
"name": "ApplicationTypeSlot"
|
|
381
|
+
"name": "ApplicationTypeSlot",
|
|
382
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
381
383
|
},
|
|
382
384
|
"isOptional": false,
|
|
383
385
|
"isSpread": false
|
|
@@ -397,7 +399,8 @@
|
|
|
397
399
|
"line": 81,
|
|
398
400
|
"character": 37
|
|
399
401
|
},
|
|
400
|
-
"name": "DeploymentProviderSlot"
|
|
402
|
+
"name": "DeploymentProviderSlot",
|
|
403
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
401
404
|
},
|
|
402
405
|
"isOptional": false,
|
|
403
406
|
"isSpread": false
|
|
@@ -417,7 +420,8 @@
|
|
|
417
420
|
"line": 82,
|
|
418
421
|
"character": 21
|
|
419
422
|
},
|
|
420
|
-
"name": "ApplicationAspectConfig"
|
|
423
|
+
"name": "ApplicationAspectConfig",
|
|
424
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
421
425
|
},
|
|
422
426
|
"isOptional": false,
|
|
423
427
|
"isSpread": false
|
|
@@ -437,7 +441,11 @@
|
|
|
437
441
|
"line": 83,
|
|
438
442
|
"character": 19
|
|
439
443
|
},
|
|
440
|
-
"name": "EnvsMain"
|
|
444
|
+
"name": "EnvsMain",
|
|
445
|
+
"componentId": {
|
|
446
|
+
"scope": "teambit.envs",
|
|
447
|
+
"name": "envs"
|
|
448
|
+
}
|
|
441
449
|
},
|
|
442
450
|
"isOptional": false,
|
|
443
451
|
"isSpread": false
|
|
@@ -457,7 +465,11 @@
|
|
|
457
465
|
"line": 84,
|
|
458
466
|
"character": 30
|
|
459
467
|
},
|
|
460
|
-
"name": "ComponentMain"
|
|
468
|
+
"name": "ComponentMain",
|
|
469
|
+
"componentId": {
|
|
470
|
+
"scope": "teambit.component",
|
|
471
|
+
"name": "component"
|
|
472
|
+
}
|
|
461
473
|
},
|
|
462
474
|
"isOptional": false,
|
|
463
475
|
"isSpread": false
|
|
@@ -477,7 +489,8 @@
|
|
|
477
489
|
"line": 85,
|
|
478
490
|
"character": 25
|
|
479
491
|
},
|
|
480
|
-
"name": "AppService"
|
|
492
|
+
"name": "AppService",
|
|
493
|
+
"internalFilePath": "application.service.ts"
|
|
481
494
|
},
|
|
482
495
|
"isOptional": false,
|
|
483
496
|
"isSpread": false
|
|
@@ -497,7 +510,11 @@
|
|
|
497
510
|
"line": 86,
|
|
498
511
|
"character": 27
|
|
499
512
|
},
|
|
500
|
-
"name": "AspectLoaderMain"
|
|
513
|
+
"name": "AspectLoaderMain",
|
|
514
|
+
"componentId": {
|
|
515
|
+
"scope": "teambit.harmony",
|
|
516
|
+
"name": "aspect-loader"
|
|
517
|
+
}
|
|
501
518
|
},
|
|
502
519
|
"isOptional": false,
|
|
503
520
|
"isSpread": false
|
|
@@ -517,7 +534,11 @@
|
|
|
517
534
|
"line": 87,
|
|
518
535
|
"character": 24
|
|
519
536
|
},
|
|
520
|
-
"name": "Workspace"
|
|
537
|
+
"name": "Workspace",
|
|
538
|
+
"componentId": {
|
|
539
|
+
"scope": "teambit.workspace",
|
|
540
|
+
"name": "workspace"
|
|
541
|
+
}
|
|
521
542
|
},
|
|
522
543
|
"isOptional": false,
|
|
523
544
|
"isSpread": false
|
|
@@ -537,7 +558,11 @@
|
|
|
537
558
|
"line": 88,
|
|
538
559
|
"character": 21
|
|
539
560
|
},
|
|
540
|
-
"name": "Logger"
|
|
561
|
+
"name": "Logger",
|
|
562
|
+
"componentId": {
|
|
563
|
+
"scope": "teambit.harmony",
|
|
564
|
+
"name": "logger"
|
|
565
|
+
}
|
|
541
566
|
},
|
|
542
567
|
"isOptional": false,
|
|
543
568
|
"isSpread": false
|
|
@@ -557,7 +582,11 @@
|
|
|
557
582
|
"line": 89,
|
|
558
583
|
"character": 22
|
|
559
584
|
},
|
|
560
|
-
"name": "WatcherMain"
|
|
585
|
+
"name": "WatcherMain",
|
|
586
|
+
"componentId": {
|
|
587
|
+
"scope": "teambit.workspace",
|
|
588
|
+
"name": "watcher"
|
|
589
|
+
}
|
|
561
590
|
},
|
|
562
591
|
"isOptional": false,
|
|
563
592
|
"isSpread": false
|
|
@@ -577,7 +606,12 @@
|
|
|
577
606
|
"line": 90,
|
|
578
607
|
"character": 22
|
|
579
608
|
},
|
|
580
|
-
"name": "Harmony"
|
|
609
|
+
"name": "Harmony",
|
|
610
|
+
"componentId": {
|
|
611
|
+
"scope": "teambit.harmony",
|
|
612
|
+
"name": "harmony",
|
|
613
|
+
"version": "0.4.6"
|
|
614
|
+
}
|
|
581
615
|
},
|
|
582
616
|
"isOptional": false,
|
|
583
617
|
"isSpread": false
|
|
@@ -751,7 +785,11 @@
|
|
|
751
785
|
"line": 118,
|
|
752
786
|
"character": 21
|
|
753
787
|
},
|
|
754
|
-
"name": "ComponentID"
|
|
788
|
+
"name": "ComponentID",
|
|
789
|
+
"componentId": {
|
|
790
|
+
"scope": "teambit.component",
|
|
791
|
+
"name": "component"
|
|
792
|
+
}
|
|
755
793
|
},
|
|
756
794
|
"isOptional": true,
|
|
757
795
|
"isSpread": false
|
|
@@ -830,7 +868,11 @@
|
|
|
830
868
|
"line": 126,
|
|
831
869
|
"character": 24
|
|
832
870
|
},
|
|
833
|
-
"name": "ComponentID"
|
|
871
|
+
"name": "ComponentID",
|
|
872
|
+
"componentId": {
|
|
873
|
+
"scope": "teambit.component",
|
|
874
|
+
"name": "component"
|
|
875
|
+
}
|
|
834
876
|
},
|
|
835
877
|
"isOptional": false,
|
|
836
878
|
"isSpread": false
|
|
@@ -884,7 +926,11 @@
|
|
|
884
926
|
"line": 136,
|
|
885
927
|
"character": 38
|
|
886
928
|
},
|
|
887
|
-
"name": "Component"
|
|
929
|
+
"name": "Component",
|
|
930
|
+
"componentId": {
|
|
931
|
+
"scope": "teambit.component",
|
|
932
|
+
"name": "component"
|
|
933
|
+
}
|
|
888
934
|
},
|
|
889
935
|
"isOptional": false,
|
|
890
936
|
"isSpread": false
|
|
@@ -985,7 +1031,11 @@
|
|
|
985
1031
|
"line": 150,
|
|
986
1032
|
"character": 43
|
|
987
1033
|
},
|
|
988
|
-
"name": "Component"
|
|
1034
|
+
"name": "Component",
|
|
1035
|
+
"componentId": {
|
|
1036
|
+
"scope": "teambit.component",
|
|
1037
|
+
"name": "component"
|
|
1038
|
+
}
|
|
989
1039
|
}
|
|
990
1040
|
}
|
|
991
1041
|
]
|
|
@@ -1027,7 +1077,11 @@
|
|
|
1027
1077
|
"line": 154,
|
|
1028
1078
|
"character": 39
|
|
1029
1079
|
},
|
|
1030
|
-
"name": "Component"
|
|
1080
|
+
"name": "Component",
|
|
1081
|
+
"componentId": {
|
|
1082
|
+
"scope": "teambit.component",
|
|
1083
|
+
"name": "component"
|
|
1084
|
+
}
|
|
1031
1085
|
}
|
|
1032
1086
|
}
|
|
1033
1087
|
]
|
|
@@ -1124,7 +1178,11 @@
|
|
|
1124
1178
|
"line": 210,
|
|
1125
1179
|
"character": 42
|
|
1126
1180
|
},
|
|
1127
|
-
"name": "Component"
|
|
1181
|
+
"name": "Component",
|
|
1182
|
+
"componentId": {
|
|
1183
|
+
"scope": "teambit.component",
|
|
1184
|
+
"name": "component"
|
|
1185
|
+
}
|
|
1128
1186
|
},
|
|
1129
1187
|
"isOptional": false,
|
|
1130
1188
|
"isSpread": false
|
|
@@ -1256,7 +1314,11 @@
|
|
|
1256
1314
|
"line": 236,
|
|
1257
1315
|
"character": 32
|
|
1258
1316
|
},
|
|
1259
|
-
"name": "ComponentID"
|
|
1317
|
+
"name": "ComponentID",
|
|
1318
|
+
"componentId": {
|
|
1319
|
+
"scope": "teambit.component",
|
|
1320
|
+
"name": "component"
|
|
1321
|
+
}
|
|
1260
1322
|
},
|
|
1261
1323
|
"isOptional": true,
|
|
1262
1324
|
"isSpread": false
|
|
@@ -1696,7 +1758,8 @@
|
|
|
1696
1758
|
"line": 310,
|
|
1697
1759
|
"character": 15
|
|
1698
1760
|
},
|
|
1699
|
-
"name": "ServeAppOptions"
|
|
1761
|
+
"name": "ServeAppOptions",
|
|
1762
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
1700
1763
|
},
|
|
1701
1764
|
"isOptional": true,
|
|
1702
1765
|
"isSpread": false
|
|
@@ -1913,7 +1976,11 @@
|
|
|
1913
1976
|
"line": 384,
|
|
1914
1977
|
"character": 35
|
|
1915
1978
|
},
|
|
1916
|
-
"name": "ComponentID"
|
|
1979
|
+
"name": "ComponentID",
|
|
1980
|
+
"componentId": {
|
|
1981
|
+
"scope": "teambit.component",
|
|
1982
|
+
"name": "component"
|
|
1983
|
+
}
|
|
1917
1984
|
},
|
|
1918
1985
|
"isOptional": false,
|
|
1919
1986
|
"isSpread": false
|
|
@@ -2088,7 +2155,11 @@
|
|
|
2088
2155
|
"line": 431,
|
|
2089
2156
|
"character": 7
|
|
2090
2157
|
},
|
|
2091
|
-
"name": "CLIMain"
|
|
2158
|
+
"name": "CLIMain",
|
|
2159
|
+
"componentId": {
|
|
2160
|
+
"scope": "teambit.harmony",
|
|
2161
|
+
"name": "cli"
|
|
2162
|
+
}
|
|
2092
2163
|
},
|
|
2093
2164
|
{
|
|
2094
2165
|
"__schema": "TypeRefSchema",
|
|
@@ -2097,7 +2168,11 @@
|
|
|
2097
2168
|
"line": 432,
|
|
2098
2169
|
"character": 7
|
|
2099
2170
|
},
|
|
2100
|
-
"name": "LoggerMain"
|
|
2171
|
+
"name": "LoggerMain",
|
|
2172
|
+
"componentId": {
|
|
2173
|
+
"scope": "teambit.harmony",
|
|
2174
|
+
"name": "logger"
|
|
2175
|
+
}
|
|
2101
2176
|
},
|
|
2102
2177
|
{
|
|
2103
2178
|
"__schema": "TypeRefSchema",
|
|
@@ -2106,7 +2181,11 @@
|
|
|
2106
2181
|
"line": 433,
|
|
2107
2182
|
"character": 7
|
|
2108
2183
|
},
|
|
2109
|
-
"name": "BuilderMain"
|
|
2184
|
+
"name": "BuilderMain",
|
|
2185
|
+
"componentId": {
|
|
2186
|
+
"scope": "teambit.pipelines",
|
|
2187
|
+
"name": "builder"
|
|
2188
|
+
}
|
|
2110
2189
|
},
|
|
2111
2190
|
{
|
|
2112
2191
|
"__schema": "TypeRefSchema",
|
|
@@ -2115,7 +2194,11 @@
|
|
|
2115
2194
|
"line": 434,
|
|
2116
2195
|
"character": 7
|
|
2117
2196
|
},
|
|
2118
|
-
"name": "EnvsMain"
|
|
2197
|
+
"name": "EnvsMain",
|
|
2198
|
+
"componentId": {
|
|
2199
|
+
"scope": "teambit.envs",
|
|
2200
|
+
"name": "envs"
|
|
2201
|
+
}
|
|
2119
2202
|
},
|
|
2120
2203
|
{
|
|
2121
2204
|
"__schema": "TypeRefSchema",
|
|
@@ -2124,7 +2207,11 @@
|
|
|
2124
2207
|
"line": 435,
|
|
2125
2208
|
"character": 7
|
|
2126
2209
|
},
|
|
2127
|
-
"name": "ComponentMain"
|
|
2210
|
+
"name": "ComponentMain",
|
|
2211
|
+
"componentId": {
|
|
2212
|
+
"scope": "teambit.component",
|
|
2213
|
+
"name": "component"
|
|
2214
|
+
}
|
|
2128
2215
|
},
|
|
2129
2216
|
{
|
|
2130
2217
|
"__schema": "TypeRefSchema",
|
|
@@ -2133,7 +2220,11 @@
|
|
|
2133
2220
|
"line": 436,
|
|
2134
2221
|
"character": 7
|
|
2135
2222
|
},
|
|
2136
|
-
"name": "AspectLoaderMain"
|
|
2223
|
+
"name": "AspectLoaderMain",
|
|
2224
|
+
"componentId": {
|
|
2225
|
+
"scope": "teambit.harmony",
|
|
2226
|
+
"name": "aspect-loader"
|
|
2227
|
+
}
|
|
2137
2228
|
},
|
|
2138
2229
|
{
|
|
2139
2230
|
"__schema": "TypeRefSchema",
|
|
@@ -2142,7 +2233,11 @@
|
|
|
2142
2233
|
"line": 437,
|
|
2143
2234
|
"character": 7
|
|
2144
2235
|
},
|
|
2145
|
-
"name": "Workspace"
|
|
2236
|
+
"name": "Workspace",
|
|
2237
|
+
"componentId": {
|
|
2238
|
+
"scope": "teambit.workspace",
|
|
2239
|
+
"name": "workspace"
|
|
2240
|
+
}
|
|
2146
2241
|
},
|
|
2147
2242
|
{
|
|
2148
2243
|
"__schema": "TypeRefSchema",
|
|
@@ -2151,7 +2246,11 @@
|
|
|
2151
2246
|
"line": 438,
|
|
2152
2247
|
"character": 7
|
|
2153
2248
|
},
|
|
2154
|
-
"name": "WatcherMain"
|
|
2249
|
+
"name": "WatcherMain",
|
|
2250
|
+
"componentId": {
|
|
2251
|
+
"scope": "teambit.workspace",
|
|
2252
|
+
"name": "watcher"
|
|
2253
|
+
}
|
|
2155
2254
|
},
|
|
2156
2255
|
{
|
|
2157
2256
|
"__schema": "TypeRefSchema",
|
|
@@ -2160,7 +2259,11 @@
|
|
|
2160
2259
|
"line": 439,
|
|
2161
2260
|
"character": 7
|
|
2162
2261
|
},
|
|
2163
|
-
"name": "ScopeMain"
|
|
2262
|
+
"name": "ScopeMain",
|
|
2263
|
+
"componentId": {
|
|
2264
|
+
"scope": "teambit.scope",
|
|
2265
|
+
"name": "scope"
|
|
2266
|
+
}
|
|
2164
2267
|
}
|
|
2165
2268
|
]
|
|
2166
2269
|
},
|
|
@@ -2182,7 +2285,8 @@
|
|
|
2182
2285
|
"line": 441,
|
|
2183
2286
|
"character": 13
|
|
2184
2287
|
},
|
|
2185
|
-
"name": "ApplicationAspectConfig"
|
|
2288
|
+
"name": "ApplicationAspectConfig",
|
|
2289
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
2186
2290
|
},
|
|
2187
2291
|
"isOptional": false,
|
|
2188
2292
|
"isSpread": false
|
|
@@ -2210,7 +2314,8 @@
|
|
|
2210
2314
|
"line": 442,
|
|
2211
2315
|
"character": 54
|
|
2212
2316
|
},
|
|
2213
|
-
"name": "ApplicationTypeSlot"
|
|
2317
|
+
"name": "ApplicationTypeSlot",
|
|
2318
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
2214
2319
|
},
|
|
2215
2320
|
{
|
|
2216
2321
|
"__schema": "TypeRefSchema",
|
|
@@ -2219,7 +2324,8 @@
|
|
|
2219
2324
|
"line": 442,
|
|
2220
2325
|
"character": 75
|
|
2221
2326
|
},
|
|
2222
|
-
"name": "ApplicationSlot"
|
|
2327
|
+
"name": "ApplicationSlot",
|
|
2328
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
2223
2329
|
},
|
|
2224
2330
|
{
|
|
2225
2331
|
"__schema": "TypeRefSchema",
|
|
@@ -2228,7 +2334,8 @@
|
|
|
2228
2334
|
"line": 442,
|
|
2229
2335
|
"character": 92
|
|
2230
2336
|
},
|
|
2231
|
-
"name": "DeploymentProviderSlot"
|
|
2337
|
+
"name": "DeploymentProviderSlot",
|
|
2338
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
2232
2339
|
}
|
|
2233
2340
|
]
|
|
2234
2341
|
},
|
|
@@ -2250,7 +2357,12 @@
|
|
|
2250
2357
|
"line": 443,
|
|
2251
2358
|
"character": 14
|
|
2252
2359
|
},
|
|
2253
|
-
"name": "Harmony"
|
|
2360
|
+
"name": "Harmony",
|
|
2361
|
+
"componentId": {
|
|
2362
|
+
"scope": "teambit.harmony",
|
|
2363
|
+
"name": "harmony",
|
|
2364
|
+
"version": "0.4.6"
|
|
2365
|
+
}
|
|
2254
2366
|
},
|
|
2255
2367
|
"isOptional": false,
|
|
2256
2368
|
"isSpread": false
|
|
@@ -2836,7 +2948,12 @@
|
|
|
2836
2948
|
"line": 16,
|
|
2837
2949
|
"character": 23
|
|
2838
2950
|
},
|
|
2839
|
-
"name": "Harmony"
|
|
2951
|
+
"name": "Harmony",
|
|
2952
|
+
"componentId": {
|
|
2953
|
+
"scope": "teambit.harmony",
|
|
2954
|
+
"name": "harmony",
|
|
2955
|
+
"version": "0.4.6"
|
|
2956
|
+
}
|
|
2840
2957
|
},
|
|
2841
2958
|
"isOptional": false,
|
|
2842
2959
|
"isSpread": false
|
|
@@ -2876,7 +2993,11 @@
|
|
|
2876
2993
|
"line": 26,
|
|
2877
2994
|
"character": 28
|
|
2878
2995
|
},
|
|
2879
|
-
"name": "Component"
|
|
2996
|
+
"name": "Component",
|
|
2997
|
+
"componentId": {
|
|
2998
|
+
"scope": "teambit.component",
|
|
2999
|
+
"name": "component"
|
|
3000
|
+
}
|
|
2880
3001
|
},
|
|
2881
3002
|
"isOptional": false,
|
|
2882
3003
|
"isSpread": false
|
|
@@ -2916,7 +3037,11 @@
|
|
|
2916
3037
|
"line": 36,
|
|
2917
3038
|
"character": 27
|
|
2918
3039
|
},
|
|
2919
|
-
"name": "ExecutionContext"
|
|
3040
|
+
"name": "ExecutionContext",
|
|
3041
|
+
"componentId": {
|
|
3042
|
+
"scope": "teambit.envs",
|
|
3043
|
+
"name": "envs"
|
|
3044
|
+
}
|
|
2920
3045
|
},
|
|
2921
3046
|
"isOptional": false,
|
|
2922
3047
|
"isSpread": false
|
|
@@ -3262,7 +3387,7 @@
|
|
|
3262
3387
|
"_legacy": {
|
|
3263
3388
|
"scope": "teambit.harmony",
|
|
3264
3389
|
"name": "application",
|
|
3265
|
-
"version": "1.0.
|
|
3390
|
+
"version": "1.0.230"
|
|
3266
3391
|
},
|
|
3267
3392
|
"_scope": "teambit.harmony"
|
|
3268
3393
|
}
|
|
@@ -3488,6 +3613,10 @@
|
|
|
3488
3613
|
"character": 25
|
|
3489
3614
|
},
|
|
3490
3615
|
"name": "ArtifactList",
|
|
3616
|
+
"componentId": {
|
|
3617
|
+
"scope": "teambit.pipelines",
|
|
3618
|
+
"name": "builder"
|
|
3619
|
+
},
|
|
3491
3620
|
"typeArgs": [
|
|
3492
3621
|
{
|
|
3493
3622
|
"__schema": "TypeRefSchema",
|
|
@@ -3496,7 +3625,11 @@
|
|
|
3496
3625
|
"line": 14,
|
|
3497
3626
|
"character": 38
|
|
3498
3627
|
},
|
|
3499
|
-
"name": "Artifact"
|
|
3628
|
+
"name": "Artifact",
|
|
3629
|
+
"componentId": {
|
|
3630
|
+
"scope": "teambit.pipelines",
|
|
3631
|
+
"name": "builder"
|
|
3632
|
+
}
|
|
3500
3633
|
}
|
|
3501
3634
|
]
|
|
3502
3635
|
},
|
|
@@ -3616,7 +3749,7 @@
|
|
|
3616
3749
|
"_legacy": {
|
|
3617
3750
|
"scope": "teambit.harmony",
|
|
3618
3751
|
"name": "application",
|
|
3619
|
-
"version": "1.0.
|
|
3752
|
+
"version": "1.0.230"
|
|
3620
3753
|
},
|
|
3621
3754
|
"_scope": "teambit.harmony"
|
|
3622
3755
|
}
|
|
@@ -3672,7 +3805,14 @@
|
|
|
3672
3805
|
"line": 16,
|
|
3673
3806
|
"character": 23
|
|
3674
3807
|
},
|
|
3675
|
-
"name": "Harmony"
|
|
3808
|
+
"name": "Harmony",
|
|
3809
|
+
"componentId": {
|
|
3810
|
+
"_legacy": {
|
|
3811
|
+
"scope": "teambit.harmony",
|
|
3812
|
+
"name": "harmony",
|
|
3813
|
+
"version": "0.4.6"
|
|
3814
|
+
}
|
|
3815
|
+
}
|
|
3676
3816
|
}
|
|
3677
3817
|
},
|
|
3678
3818
|
{
|
|
@@ -3712,7 +3852,14 @@
|
|
|
3712
3852
|
"line": 26,
|
|
3713
3853
|
"character": 28
|
|
3714
3854
|
},
|
|
3715
|
-
"name": "Component"
|
|
3855
|
+
"name": "Component",
|
|
3856
|
+
"componentId": {
|
|
3857
|
+
"_legacy": {
|
|
3858
|
+
"scope": "teambit.component",
|
|
3859
|
+
"name": "component",
|
|
3860
|
+
"version": "latest"
|
|
3861
|
+
}
|
|
3862
|
+
}
|
|
3716
3863
|
}
|
|
3717
3864
|
},
|
|
3718
3865
|
{
|
|
@@ -3752,7 +3899,14 @@
|
|
|
3752
3899
|
"line": 36,
|
|
3753
3900
|
"character": 27
|
|
3754
3901
|
},
|
|
3755
|
-
"name": "ExecutionContext"
|
|
3902
|
+
"name": "ExecutionContext",
|
|
3903
|
+
"componentId": {
|
|
3904
|
+
"_legacy": {
|
|
3905
|
+
"scope": "teambit.envs",
|
|
3906
|
+
"name": "envs",
|
|
3907
|
+
"version": "latest"
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3756
3910
|
}
|
|
3757
3911
|
},
|
|
3758
3912
|
{
|
|
@@ -4102,7 +4256,7 @@
|
|
|
4102
4256
|
"_legacy": {
|
|
4103
4257
|
"scope": "teambit.harmony",
|
|
4104
4258
|
"name": "application",
|
|
4105
|
-
"version": "1.0.
|
|
4259
|
+
"version": "1.0.230"
|
|
4106
4260
|
},
|
|
4107
4261
|
"_scope": "teambit.harmony"
|
|
4108
4262
|
}
|
|
@@ -4157,7 +4311,14 @@
|
|
|
4157
4311
|
"line": 19,
|
|
4158
4312
|
"character": 30
|
|
4159
4313
|
},
|
|
4160
|
-
"name": "Network"
|
|
4314
|
+
"name": "Network",
|
|
4315
|
+
"componentId": {
|
|
4316
|
+
"_legacy": {
|
|
4317
|
+
"scope": "teambit.component",
|
|
4318
|
+
"name": "isolator",
|
|
4319
|
+
"version": "latest"
|
|
4320
|
+
}
|
|
4321
|
+
}
|
|
4161
4322
|
}
|
|
4162
4323
|
},
|
|
4163
4324
|
{
|
|
@@ -4184,7 +4345,14 @@
|
|
|
4184
4345
|
"line": 20,
|
|
4185
4346
|
"character": 36
|
|
4186
4347
|
},
|
|
4187
|
-
"name": "TaskResults"
|
|
4348
|
+
"name": "TaskResults",
|
|
4349
|
+
"componentId": {
|
|
4350
|
+
"_legacy": {
|
|
4351
|
+
"scope": "teambit.pipelines",
|
|
4352
|
+
"name": "builder",
|
|
4353
|
+
"version": "latest"
|
|
4354
|
+
}
|
|
4355
|
+
}
|
|
4188
4356
|
}
|
|
4189
4357
|
}
|
|
4190
4358
|
},
|
|
@@ -4205,7 +4373,14 @@
|
|
|
4205
4373
|
"line": 21,
|
|
4206
4374
|
"character": 24
|
|
4207
4375
|
},
|
|
4208
|
-
"name": "PipeName"
|
|
4376
|
+
"name": "PipeName",
|
|
4377
|
+
"componentId": {
|
|
4378
|
+
"_legacy": {
|
|
4379
|
+
"scope": "teambit.pipelines",
|
|
4380
|
+
"name": "builder",
|
|
4381
|
+
"version": "latest"
|
|
4382
|
+
}
|
|
4383
|
+
}
|
|
4209
4384
|
}
|
|
4210
4385
|
},
|
|
4211
4386
|
{
|
|
@@ -4225,7 +4400,14 @@
|
|
|
4225
4400
|
"line": 22,
|
|
4226
4401
|
"character": 23
|
|
4227
4402
|
},
|
|
4228
|
-
"name": "Capsule"
|
|
4403
|
+
"name": "Capsule",
|
|
4404
|
+
"componentId": {
|
|
4405
|
+
"_legacy": {
|
|
4406
|
+
"scope": "teambit.component",
|
|
4407
|
+
"name": "isolator",
|
|
4408
|
+
"version": "latest"
|
|
4409
|
+
}
|
|
4410
|
+
}
|
|
4229
4411
|
}
|
|
4230
4412
|
},
|
|
4231
4413
|
{
|
|
@@ -4265,7 +4447,14 @@
|
|
|
4265
4447
|
"line": 24,
|
|
4266
4448
|
"character": 28
|
|
4267
4449
|
},
|
|
4268
|
-
"name": "Component"
|
|
4450
|
+
"name": "Component",
|
|
4451
|
+
"componentId": {
|
|
4452
|
+
"_legacy": {
|
|
4453
|
+
"scope": "teambit.component",
|
|
4454
|
+
"name": "component",
|
|
4455
|
+
"version": "latest"
|
|
4456
|
+
}
|
|
4457
|
+
}
|
|
4269
4458
|
}
|
|
4270
4459
|
},
|
|
4271
4460
|
{
|
|
@@ -4313,7 +4502,14 @@
|
|
|
4313
4502
|
"line": 26,
|
|
4314
4503
|
"character": 23
|
|
4315
4504
|
},
|
|
4316
|
-
"name": "LaneId"
|
|
4505
|
+
"name": "LaneId",
|
|
4506
|
+
"componentId": {
|
|
4507
|
+
"_legacy": {
|
|
4508
|
+
"scope": "teambit.lanes",
|
|
4509
|
+
"name": "lane-id",
|
|
4510
|
+
"version": "0.0.311"
|
|
4511
|
+
}
|
|
4512
|
+
}
|
|
4317
4513
|
},
|
|
4318
4514
|
{
|
|
4319
4515
|
"__schema": "KeywordTypeSchema",
|
|
@@ -4368,7 +4564,8 @@
|
|
|
4368
4564
|
"line": 42,
|
|
4369
4565
|
"character": 90
|
|
4370
4566
|
},
|
|
4371
|
-
"name": "AppBuildContextCreate"
|
|
4567
|
+
"name": "AppBuildContextCreate",
|
|
4568
|
+
"internalFilePath": "app-build-context.ts"
|
|
4372
4569
|
},
|
|
4373
4570
|
"objectBindingNodes": [
|
|
4374
4571
|
{
|
|
@@ -4512,7 +4709,11 @@
|
|
|
4512
4709
|
"line": 19,
|
|
4513
4710
|
"character": 30
|
|
4514
4711
|
},
|
|
4515
|
-
"name": "Network"
|
|
4712
|
+
"name": "Network",
|
|
4713
|
+
"componentId": {
|
|
4714
|
+
"scope": "teambit.component",
|
|
4715
|
+
"name": "isolator"
|
|
4716
|
+
}
|
|
4516
4717
|
},
|
|
4517
4718
|
"isOptional": false,
|
|
4518
4719
|
"isSpread": false
|
|
@@ -4539,7 +4740,11 @@
|
|
|
4539
4740
|
"line": 20,
|
|
4540
4741
|
"character": 36
|
|
4541
4742
|
},
|
|
4542
|
-
"name": "TaskResults"
|
|
4743
|
+
"name": "TaskResults",
|
|
4744
|
+
"componentId": {
|
|
4745
|
+
"scope": "teambit.pipelines",
|
|
4746
|
+
"name": "builder"
|
|
4747
|
+
}
|
|
4543
4748
|
}
|
|
4544
4749
|
},
|
|
4545
4750
|
"isOptional": false,
|
|
@@ -4560,7 +4765,11 @@
|
|
|
4560
4765
|
"line": 21,
|
|
4561
4766
|
"character": 24
|
|
4562
4767
|
},
|
|
4563
|
-
"name": "PipeName"
|
|
4768
|
+
"name": "PipeName",
|
|
4769
|
+
"componentId": {
|
|
4770
|
+
"scope": "teambit.pipelines",
|
|
4771
|
+
"name": "builder"
|
|
4772
|
+
}
|
|
4564
4773
|
},
|
|
4565
4774
|
"isOptional": false,
|
|
4566
4775
|
"isSpread": false
|
|
@@ -4580,7 +4789,11 @@
|
|
|
4580
4789
|
"line": 22,
|
|
4581
4790
|
"character": 23
|
|
4582
4791
|
},
|
|
4583
|
-
"name": "Capsule"
|
|
4792
|
+
"name": "Capsule",
|
|
4793
|
+
"componentId": {
|
|
4794
|
+
"scope": "teambit.component",
|
|
4795
|
+
"name": "isolator"
|
|
4796
|
+
}
|
|
4584
4797
|
},
|
|
4585
4798
|
"isOptional": false,
|
|
4586
4799
|
"isSpread": false
|
|
@@ -4620,7 +4833,11 @@
|
|
|
4620
4833
|
"line": 24,
|
|
4621
4834
|
"character": 28
|
|
4622
4835
|
},
|
|
4623
|
-
"name": "Component"
|
|
4836
|
+
"name": "Component",
|
|
4837
|
+
"componentId": {
|
|
4838
|
+
"scope": "teambit.component",
|
|
4839
|
+
"name": "component"
|
|
4840
|
+
}
|
|
4624
4841
|
},
|
|
4625
4842
|
"isOptional": false,
|
|
4626
4843
|
"isSpread": false
|
|
@@ -4668,7 +4885,12 @@
|
|
|
4668
4885
|
"line": 26,
|
|
4669
4886
|
"character": 23
|
|
4670
4887
|
},
|
|
4671
|
-
"name": "LaneId"
|
|
4888
|
+
"name": "LaneId",
|
|
4889
|
+
"componentId": {
|
|
4890
|
+
"scope": "teambit.lanes",
|
|
4891
|
+
"name": "lane-id",
|
|
4892
|
+
"version": "0.0.311"
|
|
4893
|
+
}
|
|
4672
4894
|
},
|
|
4673
4895
|
{
|
|
4674
4896
|
"__schema": "KeywordTypeSchema",
|
|
@@ -4721,7 +4943,8 @@
|
|
|
4721
4943
|
"line": 42,
|
|
4722
4944
|
"character": 90
|
|
4723
4945
|
},
|
|
4724
|
-
"name": "AppBuildContextCreate"
|
|
4946
|
+
"name": "AppBuildContextCreate",
|
|
4947
|
+
"internalFilePath": "app-build-context.ts"
|
|
4725
4948
|
},
|
|
4726
4949
|
"isOptional": false,
|
|
4727
4950
|
"objectBindingNodes": [
|
|
@@ -4850,7 +5073,7 @@
|
|
|
4850
5073
|
"_legacy": {
|
|
4851
5074
|
"scope": "teambit.harmony",
|
|
4852
5075
|
"name": "application",
|
|
4853
|
-
"version": "1.0.
|
|
5076
|
+
"version": "1.0.230"
|
|
4854
5077
|
},
|
|
4855
5078
|
"_scope": "teambit.harmony"
|
|
4856
5079
|
}
|
|
@@ -4906,7 +5129,14 @@
|
|
|
4906
5129
|
"line": 16,
|
|
4907
5130
|
"character": 23
|
|
4908
5131
|
},
|
|
4909
|
-
"name": "Harmony"
|
|
5132
|
+
"name": "Harmony",
|
|
5133
|
+
"componentId": {
|
|
5134
|
+
"_legacy": {
|
|
5135
|
+
"scope": "teambit.harmony",
|
|
5136
|
+
"name": "harmony",
|
|
5137
|
+
"version": "0.4.6"
|
|
5138
|
+
}
|
|
5139
|
+
}
|
|
4910
5140
|
}
|
|
4911
5141
|
},
|
|
4912
5142
|
{
|
|
@@ -4946,7 +5176,14 @@
|
|
|
4946
5176
|
"line": 26,
|
|
4947
5177
|
"character": 28
|
|
4948
5178
|
},
|
|
4949
|
-
"name": "Component"
|
|
5179
|
+
"name": "Component",
|
|
5180
|
+
"componentId": {
|
|
5181
|
+
"_legacy": {
|
|
5182
|
+
"scope": "teambit.component",
|
|
5183
|
+
"name": "component",
|
|
5184
|
+
"version": "latest"
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
4950
5187
|
}
|
|
4951
5188
|
},
|
|
4952
5189
|
{
|
|
@@ -4986,7 +5223,14 @@
|
|
|
4986
5223
|
"line": 36,
|
|
4987
5224
|
"character": 27
|
|
4988
5225
|
},
|
|
4989
|
-
"name": "ExecutionContext"
|
|
5226
|
+
"name": "ExecutionContext",
|
|
5227
|
+
"componentId": {
|
|
5228
|
+
"_legacy": {
|
|
5229
|
+
"scope": "teambit.envs",
|
|
5230
|
+
"name": "envs",
|
|
5231
|
+
"version": "latest"
|
|
5232
|
+
}
|
|
5233
|
+
}
|
|
4990
5234
|
}
|
|
4991
5235
|
},
|
|
4992
5236
|
{
|
|
@@ -5336,7 +5580,7 @@
|
|
|
5336
5580
|
"_legacy": {
|
|
5337
5581
|
"scope": "teambit.harmony",
|
|
5338
5582
|
"name": "application",
|
|
5339
|
-
"version": "1.0.
|
|
5583
|
+
"version": "1.0.230"
|
|
5340
5584
|
},
|
|
5341
5585
|
"_scope": "teambit.harmony"
|
|
5342
5586
|
}
|
|
@@ -5377,7 +5621,11 @@
|
|
|
5377
5621
|
"line": 4,
|
|
5378
5622
|
"character": 15
|
|
5379
5623
|
},
|
|
5380
|
-
"name": "ArtifactDefinition"
|
|
5624
|
+
"name": "ArtifactDefinition",
|
|
5625
|
+
"componentId": {
|
|
5626
|
+
"scope": "teambit.pipelines",
|
|
5627
|
+
"name": "builder"
|
|
5628
|
+
}
|
|
5381
5629
|
}
|
|
5382
5630
|
},
|
|
5383
5631
|
"isOptional": true
|
|
@@ -5570,6 +5818,10 @@
|
|
|
5570
5818
|
"character": 12
|
|
5571
5819
|
},
|
|
5572
5820
|
"name": "EnvHandler",
|
|
5821
|
+
"componentId": {
|
|
5822
|
+
"scope": "teambit.envs",
|
|
5823
|
+
"name": "envs"
|
|
5824
|
+
},
|
|
5573
5825
|
"typeArgs": [
|
|
5574
5826
|
{
|
|
5575
5827
|
"__schema": "TypeRefSchema",
|
|
@@ -5650,6 +5902,10 @@
|
|
|
5650
5902
|
"character": 23
|
|
5651
5903
|
},
|
|
5652
5904
|
"name": "EnvHandler",
|
|
5905
|
+
"componentId": {
|
|
5906
|
+
"scope": "teambit.envs",
|
|
5907
|
+
"name": "envs"
|
|
5908
|
+
},
|
|
5653
5909
|
"typeArgs": [
|
|
5654
5910
|
{
|
|
5655
5911
|
"__schema": "TypeRefSchema",
|
|
@@ -5692,7 +5948,11 @@
|
|
|
5692
5948
|
"line": 12,
|
|
5693
5949
|
"character": 22
|
|
5694
5950
|
},
|
|
5695
|
-
"name": "EnvContext"
|
|
5951
|
+
"name": "EnvContext",
|
|
5952
|
+
"componentId": {
|
|
5953
|
+
"scope": "teambit.envs",
|
|
5954
|
+
"name": "envs"
|
|
5955
|
+
}
|
|
5696
5956
|
},
|
|
5697
5957
|
"isOptional": false,
|
|
5698
5958
|
"isSpread": false
|
|
@@ -5782,6 +6042,10 @@
|
|
|
5782
6042
|
"character": 25
|
|
5783
6043
|
},
|
|
5784
6044
|
"name": "EnvHandler",
|
|
6045
|
+
"componentId": {
|
|
6046
|
+
"scope": "teambit.envs",
|
|
6047
|
+
"name": "envs"
|
|
6048
|
+
},
|
|
5785
6049
|
"typeArgs": [
|
|
5786
6050
|
{
|
|
5787
6051
|
"__schema": "TypeRefSchema",
|
|
@@ -5824,7 +6088,8 @@
|
|
|
5824
6088
|
"line": 19,
|
|
5825
6089
|
"character": 70
|
|
5826
6090
|
},
|
|
5827
|
-
"name": "AppTypeListOptions"
|
|
6091
|
+
"name": "AppTypeListOptions",
|
|
6092
|
+
"internalFilePath": "app-type-list.ts"
|
|
5828
6093
|
},
|
|
5829
6094
|
"isOptional": true,
|
|
5830
6095
|
"defaultValue": "{}",
|
|
@@ -5839,6 +6104,10 @@
|
|
|
5839
6104
|
"character": 96
|
|
5840
6105
|
},
|
|
5841
6106
|
"name": "EnvHandler",
|
|
6107
|
+
"componentId": {
|
|
6108
|
+
"scope": "teambit.envs",
|
|
6109
|
+
"name": "envs"
|
|
6110
|
+
},
|
|
5842
6111
|
"typeArgs": [
|
|
5843
6112
|
{
|
|
5844
6113
|
"__schema": "TypeRefSchema",
|
|
@@ -5925,6 +6194,11 @@
|
|
|
5925
6194
|
"character": 35
|
|
5926
6195
|
},
|
|
5927
6196
|
"name": "SlotRegistry",
|
|
6197
|
+
"componentId": {
|
|
6198
|
+
"scope": "teambit.harmony",
|
|
6199
|
+
"name": "harmony",
|
|
6200
|
+
"version": "0.4.6"
|
|
6201
|
+
},
|
|
5928
6202
|
"typeArgs": [
|
|
5929
6203
|
{
|
|
5930
6204
|
"__schema": "TypeArraySchema",
|
|
@@ -5974,6 +6248,11 @@
|
|
|
5974
6248
|
"character": 31
|
|
5975
6249
|
},
|
|
5976
6250
|
"name": "SlotRegistry",
|
|
6251
|
+
"componentId": {
|
|
6252
|
+
"scope": "teambit.harmony",
|
|
6253
|
+
"name": "harmony",
|
|
6254
|
+
"version": "0.4.6"
|
|
6255
|
+
},
|
|
5977
6256
|
"typeArgs": [
|
|
5978
6257
|
{
|
|
5979
6258
|
"__schema": "TypeArraySchema",
|
|
@@ -6012,6 +6291,11 @@
|
|
|
6012
6291
|
"character": 38
|
|
6013
6292
|
},
|
|
6014
6293
|
"name": "SlotRegistry",
|
|
6294
|
+
"componentId": {
|
|
6295
|
+
"scope": "teambit.harmony",
|
|
6296
|
+
"name": "harmony",
|
|
6297
|
+
"version": "0.4.6"
|
|
6298
|
+
},
|
|
6015
6299
|
"typeArgs": [
|
|
6016
6300
|
{
|
|
6017
6301
|
"__schema": "TypeArraySchema",
|
|
@@ -6427,7 +6711,8 @@
|
|
|
6427
6711
|
"line": 78,
|
|
6428
6712
|
"character": 22
|
|
6429
6713
|
},
|
|
6430
|
-
"name": "ApplicationSlot"
|
|
6714
|
+
"name": "ApplicationSlot",
|
|
6715
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
6431
6716
|
},
|
|
6432
6717
|
"isOptional": false,
|
|
6433
6718
|
"isSpread": false
|
|
@@ -6447,7 +6732,8 @@
|
|
|
6447
6732
|
"line": 80,
|
|
6448
6733
|
"character": 26
|
|
6449
6734
|
},
|
|
6450
|
-
"name": "ApplicationTypeSlot"
|
|
6735
|
+
"name": "ApplicationTypeSlot",
|
|
6736
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
6451
6737
|
},
|
|
6452
6738
|
"isOptional": false,
|
|
6453
6739
|
"isSpread": false
|
|
@@ -6467,7 +6753,8 @@
|
|
|
6467
6753
|
"line": 81,
|
|
6468
6754
|
"character": 37
|
|
6469
6755
|
},
|
|
6470
|
-
"name": "DeploymentProviderSlot"
|
|
6756
|
+
"name": "DeploymentProviderSlot",
|
|
6757
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
6471
6758
|
},
|
|
6472
6759
|
"isOptional": false,
|
|
6473
6760
|
"isSpread": false
|
|
@@ -6487,7 +6774,8 @@
|
|
|
6487
6774
|
"line": 82,
|
|
6488
6775
|
"character": 21
|
|
6489
6776
|
},
|
|
6490
|
-
"name": "ApplicationAspectConfig"
|
|
6777
|
+
"name": "ApplicationAspectConfig",
|
|
6778
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
6491
6779
|
},
|
|
6492
6780
|
"isOptional": false,
|
|
6493
6781
|
"isSpread": false
|
|
@@ -6507,7 +6795,11 @@
|
|
|
6507
6795
|
"line": 83,
|
|
6508
6796
|
"character": 19
|
|
6509
6797
|
},
|
|
6510
|
-
"name": "EnvsMain"
|
|
6798
|
+
"name": "EnvsMain",
|
|
6799
|
+
"componentId": {
|
|
6800
|
+
"scope": "teambit.envs",
|
|
6801
|
+
"name": "envs"
|
|
6802
|
+
}
|
|
6511
6803
|
},
|
|
6512
6804
|
"isOptional": false,
|
|
6513
6805
|
"isSpread": false
|
|
@@ -6527,7 +6819,11 @@
|
|
|
6527
6819
|
"line": 84,
|
|
6528
6820
|
"character": 30
|
|
6529
6821
|
},
|
|
6530
|
-
"name": "ComponentMain"
|
|
6822
|
+
"name": "ComponentMain",
|
|
6823
|
+
"componentId": {
|
|
6824
|
+
"scope": "teambit.component",
|
|
6825
|
+
"name": "component"
|
|
6826
|
+
}
|
|
6531
6827
|
},
|
|
6532
6828
|
"isOptional": false,
|
|
6533
6829
|
"isSpread": false
|
|
@@ -6547,7 +6843,8 @@
|
|
|
6547
6843
|
"line": 85,
|
|
6548
6844
|
"character": 25
|
|
6549
6845
|
},
|
|
6550
|
-
"name": "AppService"
|
|
6846
|
+
"name": "AppService",
|
|
6847
|
+
"internalFilePath": "application.service.ts"
|
|
6551
6848
|
},
|
|
6552
6849
|
"isOptional": false,
|
|
6553
6850
|
"isSpread": false
|
|
@@ -6567,7 +6864,11 @@
|
|
|
6567
6864
|
"line": 86,
|
|
6568
6865
|
"character": 27
|
|
6569
6866
|
},
|
|
6570
|
-
"name": "AspectLoaderMain"
|
|
6867
|
+
"name": "AspectLoaderMain",
|
|
6868
|
+
"componentId": {
|
|
6869
|
+
"scope": "teambit.harmony",
|
|
6870
|
+
"name": "aspect-loader"
|
|
6871
|
+
}
|
|
6571
6872
|
},
|
|
6572
6873
|
"isOptional": false,
|
|
6573
6874
|
"isSpread": false
|
|
@@ -6587,7 +6888,11 @@
|
|
|
6587
6888
|
"line": 87,
|
|
6588
6889
|
"character": 24
|
|
6589
6890
|
},
|
|
6590
|
-
"name": "Workspace"
|
|
6891
|
+
"name": "Workspace",
|
|
6892
|
+
"componentId": {
|
|
6893
|
+
"scope": "teambit.workspace",
|
|
6894
|
+
"name": "workspace"
|
|
6895
|
+
}
|
|
6591
6896
|
},
|
|
6592
6897
|
"isOptional": false,
|
|
6593
6898
|
"isSpread": false
|
|
@@ -6607,7 +6912,11 @@
|
|
|
6607
6912
|
"line": 88,
|
|
6608
6913
|
"character": 21
|
|
6609
6914
|
},
|
|
6610
|
-
"name": "Logger"
|
|
6915
|
+
"name": "Logger",
|
|
6916
|
+
"componentId": {
|
|
6917
|
+
"scope": "teambit.harmony",
|
|
6918
|
+
"name": "logger"
|
|
6919
|
+
}
|
|
6611
6920
|
},
|
|
6612
6921
|
"isOptional": false,
|
|
6613
6922
|
"isSpread": false
|
|
@@ -6627,7 +6936,11 @@
|
|
|
6627
6936
|
"line": 89,
|
|
6628
6937
|
"character": 22
|
|
6629
6938
|
},
|
|
6630
|
-
"name": "WatcherMain"
|
|
6939
|
+
"name": "WatcherMain",
|
|
6940
|
+
"componentId": {
|
|
6941
|
+
"scope": "teambit.workspace",
|
|
6942
|
+
"name": "watcher"
|
|
6943
|
+
}
|
|
6631
6944
|
},
|
|
6632
6945
|
"isOptional": false,
|
|
6633
6946
|
"isSpread": false
|
|
@@ -6647,7 +6960,12 @@
|
|
|
6647
6960
|
"line": 90,
|
|
6648
6961
|
"character": 22
|
|
6649
6962
|
},
|
|
6650
|
-
"name": "Harmony"
|
|
6963
|
+
"name": "Harmony",
|
|
6964
|
+
"componentId": {
|
|
6965
|
+
"scope": "teambit.harmony",
|
|
6966
|
+
"name": "harmony",
|
|
6967
|
+
"version": "0.4.6"
|
|
6968
|
+
}
|
|
6651
6969
|
},
|
|
6652
6970
|
"isOptional": false,
|
|
6653
6971
|
"isSpread": false
|
|
@@ -6821,7 +7139,11 @@
|
|
|
6821
7139
|
"line": 118,
|
|
6822
7140
|
"character": 21
|
|
6823
7141
|
},
|
|
6824
|
-
"name": "ComponentID"
|
|
7142
|
+
"name": "ComponentID",
|
|
7143
|
+
"componentId": {
|
|
7144
|
+
"scope": "teambit.component",
|
|
7145
|
+
"name": "component"
|
|
7146
|
+
}
|
|
6825
7147
|
},
|
|
6826
7148
|
"isOptional": true,
|
|
6827
7149
|
"isSpread": false
|
|
@@ -6900,7 +7222,11 @@
|
|
|
6900
7222
|
"line": 126,
|
|
6901
7223
|
"character": 24
|
|
6902
7224
|
},
|
|
6903
|
-
"name": "ComponentID"
|
|
7225
|
+
"name": "ComponentID",
|
|
7226
|
+
"componentId": {
|
|
7227
|
+
"scope": "teambit.component",
|
|
7228
|
+
"name": "component"
|
|
7229
|
+
}
|
|
6904
7230
|
},
|
|
6905
7231
|
"isOptional": false,
|
|
6906
7232
|
"isSpread": false
|
|
@@ -6954,7 +7280,11 @@
|
|
|
6954
7280
|
"line": 136,
|
|
6955
7281
|
"character": 38
|
|
6956
7282
|
},
|
|
6957
|
-
"name": "Component"
|
|
7283
|
+
"name": "Component",
|
|
7284
|
+
"componentId": {
|
|
7285
|
+
"scope": "teambit.component",
|
|
7286
|
+
"name": "component"
|
|
7287
|
+
}
|
|
6958
7288
|
},
|
|
6959
7289
|
"isOptional": false,
|
|
6960
7290
|
"isSpread": false
|
|
@@ -7055,7 +7385,11 @@
|
|
|
7055
7385
|
"line": 150,
|
|
7056
7386
|
"character": 43
|
|
7057
7387
|
},
|
|
7058
|
-
"name": "Component"
|
|
7388
|
+
"name": "Component",
|
|
7389
|
+
"componentId": {
|
|
7390
|
+
"scope": "teambit.component",
|
|
7391
|
+
"name": "component"
|
|
7392
|
+
}
|
|
7059
7393
|
}
|
|
7060
7394
|
}
|
|
7061
7395
|
]
|
|
@@ -7097,7 +7431,11 @@
|
|
|
7097
7431
|
"line": 154,
|
|
7098
7432
|
"character": 39
|
|
7099
7433
|
},
|
|
7100
|
-
"name": "Component"
|
|
7434
|
+
"name": "Component",
|
|
7435
|
+
"componentId": {
|
|
7436
|
+
"scope": "teambit.component",
|
|
7437
|
+
"name": "component"
|
|
7438
|
+
}
|
|
7101
7439
|
}
|
|
7102
7440
|
}
|
|
7103
7441
|
]
|
|
@@ -7194,7 +7532,11 @@
|
|
|
7194
7532
|
"line": 210,
|
|
7195
7533
|
"character": 42
|
|
7196
7534
|
},
|
|
7197
|
-
"name": "Component"
|
|
7535
|
+
"name": "Component",
|
|
7536
|
+
"componentId": {
|
|
7537
|
+
"scope": "teambit.component",
|
|
7538
|
+
"name": "component"
|
|
7539
|
+
}
|
|
7198
7540
|
},
|
|
7199
7541
|
"isOptional": false,
|
|
7200
7542
|
"isSpread": false
|
|
@@ -7326,7 +7668,11 @@
|
|
|
7326
7668
|
"line": 236,
|
|
7327
7669
|
"character": 32
|
|
7328
7670
|
},
|
|
7329
|
-
"name": "ComponentID"
|
|
7671
|
+
"name": "ComponentID",
|
|
7672
|
+
"componentId": {
|
|
7673
|
+
"scope": "teambit.component",
|
|
7674
|
+
"name": "component"
|
|
7675
|
+
}
|
|
7330
7676
|
},
|
|
7331
7677
|
"isOptional": true,
|
|
7332
7678
|
"isSpread": false
|
|
@@ -7766,7 +8112,8 @@
|
|
|
7766
8112
|
"line": 310,
|
|
7767
8113
|
"character": 15
|
|
7768
8114
|
},
|
|
7769
|
-
"name": "ServeAppOptions"
|
|
8115
|
+
"name": "ServeAppOptions",
|
|
8116
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
7770
8117
|
},
|
|
7771
8118
|
"isOptional": true,
|
|
7772
8119
|
"isSpread": false
|
|
@@ -7983,7 +8330,11 @@
|
|
|
7983
8330
|
"line": 384,
|
|
7984
8331
|
"character": 35
|
|
7985
8332
|
},
|
|
7986
|
-
"name": "ComponentID"
|
|
8333
|
+
"name": "ComponentID",
|
|
8334
|
+
"componentId": {
|
|
8335
|
+
"scope": "teambit.component",
|
|
8336
|
+
"name": "component"
|
|
8337
|
+
}
|
|
7987
8338
|
},
|
|
7988
8339
|
"isOptional": false,
|
|
7989
8340
|
"isSpread": false
|
|
@@ -8158,7 +8509,11 @@
|
|
|
8158
8509
|
"line": 431,
|
|
8159
8510
|
"character": 7
|
|
8160
8511
|
},
|
|
8161
|
-
"name": "CLIMain"
|
|
8512
|
+
"name": "CLIMain",
|
|
8513
|
+
"componentId": {
|
|
8514
|
+
"scope": "teambit.harmony",
|
|
8515
|
+
"name": "cli"
|
|
8516
|
+
}
|
|
8162
8517
|
},
|
|
8163
8518
|
{
|
|
8164
8519
|
"__schema": "TypeRefSchema",
|
|
@@ -8167,7 +8522,11 @@
|
|
|
8167
8522
|
"line": 432,
|
|
8168
8523
|
"character": 7
|
|
8169
8524
|
},
|
|
8170
|
-
"name": "LoggerMain"
|
|
8525
|
+
"name": "LoggerMain",
|
|
8526
|
+
"componentId": {
|
|
8527
|
+
"scope": "teambit.harmony",
|
|
8528
|
+
"name": "logger"
|
|
8529
|
+
}
|
|
8171
8530
|
},
|
|
8172
8531
|
{
|
|
8173
8532
|
"__schema": "TypeRefSchema",
|
|
@@ -8176,7 +8535,11 @@
|
|
|
8176
8535
|
"line": 433,
|
|
8177
8536
|
"character": 7
|
|
8178
8537
|
},
|
|
8179
|
-
"name": "BuilderMain"
|
|
8538
|
+
"name": "BuilderMain",
|
|
8539
|
+
"componentId": {
|
|
8540
|
+
"scope": "teambit.pipelines",
|
|
8541
|
+
"name": "builder"
|
|
8542
|
+
}
|
|
8180
8543
|
},
|
|
8181
8544
|
{
|
|
8182
8545
|
"__schema": "TypeRefSchema",
|
|
@@ -8185,7 +8548,11 @@
|
|
|
8185
8548
|
"line": 434,
|
|
8186
8549
|
"character": 7
|
|
8187
8550
|
},
|
|
8188
|
-
"name": "EnvsMain"
|
|
8551
|
+
"name": "EnvsMain",
|
|
8552
|
+
"componentId": {
|
|
8553
|
+
"scope": "teambit.envs",
|
|
8554
|
+
"name": "envs"
|
|
8555
|
+
}
|
|
8189
8556
|
},
|
|
8190
8557
|
{
|
|
8191
8558
|
"__schema": "TypeRefSchema",
|
|
@@ -8194,7 +8561,11 @@
|
|
|
8194
8561
|
"line": 435,
|
|
8195
8562
|
"character": 7
|
|
8196
8563
|
},
|
|
8197
|
-
"name": "ComponentMain"
|
|
8564
|
+
"name": "ComponentMain",
|
|
8565
|
+
"componentId": {
|
|
8566
|
+
"scope": "teambit.component",
|
|
8567
|
+
"name": "component"
|
|
8568
|
+
}
|
|
8198
8569
|
},
|
|
8199
8570
|
{
|
|
8200
8571
|
"__schema": "TypeRefSchema",
|
|
@@ -8203,7 +8574,11 @@
|
|
|
8203
8574
|
"line": 436,
|
|
8204
8575
|
"character": 7
|
|
8205
8576
|
},
|
|
8206
|
-
"name": "AspectLoaderMain"
|
|
8577
|
+
"name": "AspectLoaderMain",
|
|
8578
|
+
"componentId": {
|
|
8579
|
+
"scope": "teambit.harmony",
|
|
8580
|
+
"name": "aspect-loader"
|
|
8581
|
+
}
|
|
8207
8582
|
},
|
|
8208
8583
|
{
|
|
8209
8584
|
"__schema": "TypeRefSchema",
|
|
@@ -8212,7 +8587,11 @@
|
|
|
8212
8587
|
"line": 437,
|
|
8213
8588
|
"character": 7
|
|
8214
8589
|
},
|
|
8215
|
-
"name": "Workspace"
|
|
8590
|
+
"name": "Workspace",
|
|
8591
|
+
"componentId": {
|
|
8592
|
+
"scope": "teambit.workspace",
|
|
8593
|
+
"name": "workspace"
|
|
8594
|
+
}
|
|
8216
8595
|
},
|
|
8217
8596
|
{
|
|
8218
8597
|
"__schema": "TypeRefSchema",
|
|
@@ -8221,7 +8600,11 @@
|
|
|
8221
8600
|
"line": 438,
|
|
8222
8601
|
"character": 7
|
|
8223
8602
|
},
|
|
8224
|
-
"name": "WatcherMain"
|
|
8603
|
+
"name": "WatcherMain",
|
|
8604
|
+
"componentId": {
|
|
8605
|
+
"scope": "teambit.workspace",
|
|
8606
|
+
"name": "watcher"
|
|
8607
|
+
}
|
|
8225
8608
|
},
|
|
8226
8609
|
{
|
|
8227
8610
|
"__schema": "TypeRefSchema",
|
|
@@ -8230,7 +8613,11 @@
|
|
|
8230
8613
|
"line": 439,
|
|
8231
8614
|
"character": 7
|
|
8232
8615
|
},
|
|
8233
|
-
"name": "ScopeMain"
|
|
8616
|
+
"name": "ScopeMain",
|
|
8617
|
+
"componentId": {
|
|
8618
|
+
"scope": "teambit.scope",
|
|
8619
|
+
"name": "scope"
|
|
8620
|
+
}
|
|
8234
8621
|
}
|
|
8235
8622
|
]
|
|
8236
8623
|
},
|
|
@@ -8252,7 +8639,8 @@
|
|
|
8252
8639
|
"line": 441,
|
|
8253
8640
|
"character": 13
|
|
8254
8641
|
},
|
|
8255
|
-
"name": "ApplicationAspectConfig"
|
|
8642
|
+
"name": "ApplicationAspectConfig",
|
|
8643
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
8256
8644
|
},
|
|
8257
8645
|
"isOptional": false,
|
|
8258
8646
|
"isSpread": false
|
|
@@ -8280,7 +8668,8 @@
|
|
|
8280
8668
|
"line": 442,
|
|
8281
8669
|
"character": 54
|
|
8282
8670
|
},
|
|
8283
|
-
"name": "ApplicationTypeSlot"
|
|
8671
|
+
"name": "ApplicationTypeSlot",
|
|
8672
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
8284
8673
|
},
|
|
8285
8674
|
{
|
|
8286
8675
|
"__schema": "TypeRefSchema",
|
|
@@ -8289,7 +8678,8 @@
|
|
|
8289
8678
|
"line": 442,
|
|
8290
8679
|
"character": 75
|
|
8291
8680
|
},
|
|
8292
|
-
"name": "ApplicationSlot"
|
|
8681
|
+
"name": "ApplicationSlot",
|
|
8682
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
8293
8683
|
},
|
|
8294
8684
|
{
|
|
8295
8685
|
"__schema": "TypeRefSchema",
|
|
@@ -8298,7 +8688,8 @@
|
|
|
8298
8688
|
"line": 442,
|
|
8299
8689
|
"character": 92
|
|
8300
8690
|
},
|
|
8301
|
-
"name": "DeploymentProviderSlot"
|
|
8691
|
+
"name": "DeploymentProviderSlot",
|
|
8692
|
+
"internalFilePath": "application.main.runtime.ts"
|
|
8302
8693
|
}
|
|
8303
8694
|
]
|
|
8304
8695
|
},
|
|
@@ -8320,7 +8711,12 @@
|
|
|
8320
8711
|
"line": 443,
|
|
8321
8712
|
"character": 14
|
|
8322
8713
|
},
|
|
8323
|
-
"name": "Harmony"
|
|
8714
|
+
"name": "Harmony",
|
|
8715
|
+
"componentId": {
|
|
8716
|
+
"scope": "teambit.harmony",
|
|
8717
|
+
"name": "harmony",
|
|
8718
|
+
"version": "0.4.6"
|
|
8719
|
+
}
|
|
8324
8720
|
},
|
|
8325
8721
|
"isOptional": false,
|
|
8326
8722
|
"isSpread": false
|
|
@@ -8421,7 +8817,12 @@
|
|
|
8421
8817
|
"line": 16,
|
|
8422
8818
|
"character": 23
|
|
8423
8819
|
},
|
|
8424
|
-
"name": "Harmony"
|
|
8820
|
+
"name": "Harmony",
|
|
8821
|
+
"componentId": {
|
|
8822
|
+
"scope": "teambit.harmony",
|
|
8823
|
+
"name": "harmony",
|
|
8824
|
+
"version": "0.4.6"
|
|
8825
|
+
}
|
|
8425
8826
|
},
|
|
8426
8827
|
"isOptional": false,
|
|
8427
8828
|
"isSpread": false
|
|
@@ -8461,7 +8862,11 @@
|
|
|
8461
8862
|
"line": 26,
|
|
8462
8863
|
"character": 28
|
|
8463
8864
|
},
|
|
8464
|
-
"name": "Component"
|
|
8865
|
+
"name": "Component",
|
|
8866
|
+
"componentId": {
|
|
8867
|
+
"scope": "teambit.component",
|
|
8868
|
+
"name": "component"
|
|
8869
|
+
}
|
|
8465
8870
|
},
|
|
8466
8871
|
"isOptional": false,
|
|
8467
8872
|
"isSpread": false
|
|
@@ -8501,7 +8906,11 @@
|
|
|
8501
8906
|
"line": 36,
|
|
8502
8907
|
"character": 27
|
|
8503
8908
|
},
|
|
8504
|
-
"name": "ExecutionContext"
|
|
8909
|
+
"name": "ExecutionContext",
|
|
8910
|
+
"componentId": {
|
|
8911
|
+
"scope": "teambit.envs",
|
|
8912
|
+
"name": "envs"
|
|
8913
|
+
}
|
|
8505
8914
|
},
|
|
8506
8915
|
"isOptional": false,
|
|
8507
8916
|
"isSpread": false
|
|
@@ -8847,7 +9256,7 @@
|
|
|
8847
9256
|
"_legacy": {
|
|
8848
9257
|
"scope": "teambit.harmony",
|
|
8849
9258
|
"name": "application",
|
|
8850
|
-
"version": "1.0.
|
|
9259
|
+
"version": "1.0.230"
|
|
8851
9260
|
},
|
|
8852
9261
|
"_scope": "teambit.harmony"
|
|
8853
9262
|
}
|
|
@@ -9074,7 +9483,11 @@
|
|
|
9074
9483
|
"line": 19,
|
|
9075
9484
|
"character": 30
|
|
9076
9485
|
},
|
|
9077
|
-
"name": "Network"
|
|
9486
|
+
"name": "Network",
|
|
9487
|
+
"componentId": {
|
|
9488
|
+
"scope": "teambit.component",
|
|
9489
|
+
"name": "isolator"
|
|
9490
|
+
}
|
|
9078
9491
|
},
|
|
9079
9492
|
"isOptional": false,
|
|
9080
9493
|
"isSpread": false
|
|
@@ -9101,7 +9514,11 @@
|
|
|
9101
9514
|
"line": 20,
|
|
9102
9515
|
"character": 36
|
|
9103
9516
|
},
|
|
9104
|
-
"name": "TaskResults"
|
|
9517
|
+
"name": "TaskResults",
|
|
9518
|
+
"componentId": {
|
|
9519
|
+
"scope": "teambit.pipelines",
|
|
9520
|
+
"name": "builder"
|
|
9521
|
+
}
|
|
9105
9522
|
}
|
|
9106
9523
|
},
|
|
9107
9524
|
"isOptional": false,
|
|
@@ -9122,7 +9539,11 @@
|
|
|
9122
9539
|
"line": 21,
|
|
9123
9540
|
"character": 24
|
|
9124
9541
|
},
|
|
9125
|
-
"name": "PipeName"
|
|
9542
|
+
"name": "PipeName",
|
|
9543
|
+
"componentId": {
|
|
9544
|
+
"scope": "teambit.pipelines",
|
|
9545
|
+
"name": "builder"
|
|
9546
|
+
}
|
|
9126
9547
|
},
|
|
9127
9548
|
"isOptional": false,
|
|
9128
9549
|
"isSpread": false
|
|
@@ -9142,7 +9563,11 @@
|
|
|
9142
9563
|
"line": 22,
|
|
9143
9564
|
"character": 23
|
|
9144
9565
|
},
|
|
9145
|
-
"name": "Capsule"
|
|
9566
|
+
"name": "Capsule",
|
|
9567
|
+
"componentId": {
|
|
9568
|
+
"scope": "teambit.component",
|
|
9569
|
+
"name": "isolator"
|
|
9570
|
+
}
|
|
9146
9571
|
},
|
|
9147
9572
|
"isOptional": false,
|
|
9148
9573
|
"isSpread": false
|
|
@@ -9182,7 +9607,11 @@
|
|
|
9182
9607
|
"line": 24,
|
|
9183
9608
|
"character": 28
|
|
9184
9609
|
},
|
|
9185
|
-
"name": "Component"
|
|
9610
|
+
"name": "Component",
|
|
9611
|
+
"componentId": {
|
|
9612
|
+
"scope": "teambit.component",
|
|
9613
|
+
"name": "component"
|
|
9614
|
+
}
|
|
9186
9615
|
},
|
|
9187
9616
|
"isOptional": false,
|
|
9188
9617
|
"isSpread": false
|
|
@@ -9230,7 +9659,12 @@
|
|
|
9230
9659
|
"line": 26,
|
|
9231
9660
|
"character": 23
|
|
9232
9661
|
},
|
|
9233
|
-
"name": "LaneId"
|
|
9662
|
+
"name": "LaneId",
|
|
9663
|
+
"componentId": {
|
|
9664
|
+
"scope": "teambit.lanes",
|
|
9665
|
+
"name": "lane-id",
|
|
9666
|
+
"version": "0.0.311"
|
|
9667
|
+
}
|
|
9234
9668
|
},
|
|
9235
9669
|
{
|
|
9236
9670
|
"__schema": "KeywordTypeSchema",
|
|
@@ -9283,7 +9717,8 @@
|
|
|
9283
9717
|
"line": 42,
|
|
9284
9718
|
"character": 90
|
|
9285
9719
|
},
|
|
9286
|
-
"name": "AppBuildContextCreate"
|
|
9720
|
+
"name": "AppBuildContextCreate",
|
|
9721
|
+
"internalFilePath": "app-build-context.ts"
|
|
9287
9722
|
},
|
|
9288
9723
|
"isOptional": false,
|
|
9289
9724
|
"objectBindingNodes": [
|
|
@@ -9412,7 +9847,7 @@
|
|
|
9412
9847
|
"_legacy": {
|
|
9413
9848
|
"scope": "teambit.harmony",
|
|
9414
9849
|
"name": "application",
|
|
9415
|
-
"version": "1.0.
|
|
9850
|
+
"version": "1.0.230"
|
|
9416
9851
|
},
|
|
9417
9852
|
"_scope": "teambit.harmony"
|
|
9418
9853
|
}
|
|
@@ -9468,7 +9903,14 @@
|
|
|
9468
9903
|
"line": 16,
|
|
9469
9904
|
"character": 23
|
|
9470
9905
|
},
|
|
9471
|
-
"name": "Harmony"
|
|
9906
|
+
"name": "Harmony",
|
|
9907
|
+
"componentId": {
|
|
9908
|
+
"_legacy": {
|
|
9909
|
+
"scope": "teambit.harmony",
|
|
9910
|
+
"name": "harmony",
|
|
9911
|
+
"version": "0.4.6"
|
|
9912
|
+
}
|
|
9913
|
+
}
|
|
9472
9914
|
}
|
|
9473
9915
|
},
|
|
9474
9916
|
{
|
|
@@ -9508,7 +9950,14 @@
|
|
|
9508
9950
|
"line": 26,
|
|
9509
9951
|
"character": 28
|
|
9510
9952
|
},
|
|
9511
|
-
"name": "Component"
|
|
9953
|
+
"name": "Component",
|
|
9954
|
+
"componentId": {
|
|
9955
|
+
"_legacy": {
|
|
9956
|
+
"scope": "teambit.component",
|
|
9957
|
+
"name": "component",
|
|
9958
|
+
"version": "latest"
|
|
9959
|
+
}
|
|
9960
|
+
}
|
|
9512
9961
|
}
|
|
9513
9962
|
},
|
|
9514
9963
|
{
|
|
@@ -9548,7 +9997,14 @@
|
|
|
9548
9997
|
"line": 36,
|
|
9549
9998
|
"character": 27
|
|
9550
9999
|
},
|
|
9551
|
-
"name": "ExecutionContext"
|
|
10000
|
+
"name": "ExecutionContext",
|
|
10001
|
+
"componentId": {
|
|
10002
|
+
"_legacy": {
|
|
10003
|
+
"scope": "teambit.envs",
|
|
10004
|
+
"name": "envs",
|
|
10005
|
+
"version": "latest"
|
|
10006
|
+
}
|
|
10007
|
+
}
|
|
9552
10008
|
}
|
|
9553
10009
|
},
|
|
9554
10010
|
{
|
|
@@ -9898,7 +10354,7 @@
|
|
|
9898
10354
|
"_legacy": {
|
|
9899
10355
|
"scope": "teambit.harmony",
|
|
9900
10356
|
"name": "application",
|
|
9901
|
-
"version": "1.0.
|
|
10357
|
+
"version": "1.0.230"
|
|
9902
10358
|
},
|
|
9903
10359
|
"_scope": "teambit.harmony"
|
|
9904
10360
|
}
|
|
@@ -9973,6 +10429,10 @@
|
|
|
9973
10429
|
"character": 25
|
|
9974
10430
|
},
|
|
9975
10431
|
"name": "ArtifactList",
|
|
10432
|
+
"componentId": {
|
|
10433
|
+
"scope": "teambit.pipelines",
|
|
10434
|
+
"name": "builder"
|
|
10435
|
+
},
|
|
9976
10436
|
"typeArgs": [
|
|
9977
10437
|
{
|
|
9978
10438
|
"__schema": "TypeRefSchema",
|
|
@@ -9981,7 +10441,11 @@
|
|
|
9981
10441
|
"line": 14,
|
|
9982
10442
|
"character": 38
|
|
9983
10443
|
},
|
|
9984
|
-
"name": "Artifact"
|
|
10444
|
+
"name": "Artifact",
|
|
10445
|
+
"componentId": {
|
|
10446
|
+
"scope": "teambit.pipelines",
|
|
10447
|
+
"name": "builder"
|
|
10448
|
+
}
|
|
9985
10449
|
}
|
|
9986
10450
|
]
|
|
9987
10451
|
},
|
|
@@ -10101,7 +10565,7 @@
|
|
|
10101
10565
|
"_legacy": {
|
|
10102
10566
|
"scope": "teambit.harmony",
|
|
10103
10567
|
"name": "application",
|
|
10104
|
-
"version": "1.0.
|
|
10568
|
+
"version": "1.0.230"
|
|
10105
10569
|
},
|
|
10106
10570
|
"_scope": "teambit.harmony"
|
|
10107
10571
|
}
|
|
@@ -10157,7 +10621,14 @@
|
|
|
10157
10621
|
"line": 16,
|
|
10158
10622
|
"character": 23
|
|
10159
10623
|
},
|
|
10160
|
-
"name": "Harmony"
|
|
10624
|
+
"name": "Harmony",
|
|
10625
|
+
"componentId": {
|
|
10626
|
+
"_legacy": {
|
|
10627
|
+
"scope": "teambit.harmony",
|
|
10628
|
+
"name": "harmony",
|
|
10629
|
+
"version": "0.4.6"
|
|
10630
|
+
}
|
|
10631
|
+
}
|
|
10161
10632
|
}
|
|
10162
10633
|
},
|
|
10163
10634
|
{
|
|
@@ -10197,7 +10668,14 @@
|
|
|
10197
10668
|
"line": 26,
|
|
10198
10669
|
"character": 28
|
|
10199
10670
|
},
|
|
10200
|
-
"name": "Component"
|
|
10671
|
+
"name": "Component",
|
|
10672
|
+
"componentId": {
|
|
10673
|
+
"_legacy": {
|
|
10674
|
+
"scope": "teambit.component",
|
|
10675
|
+
"name": "component",
|
|
10676
|
+
"version": "latest"
|
|
10677
|
+
}
|
|
10678
|
+
}
|
|
10201
10679
|
}
|
|
10202
10680
|
},
|
|
10203
10681
|
{
|
|
@@ -10237,7 +10715,14 @@
|
|
|
10237
10715
|
"line": 36,
|
|
10238
10716
|
"character": 27
|
|
10239
10717
|
},
|
|
10240
|
-
"name": "ExecutionContext"
|
|
10718
|
+
"name": "ExecutionContext",
|
|
10719
|
+
"componentId": {
|
|
10720
|
+
"_legacy": {
|
|
10721
|
+
"scope": "teambit.envs",
|
|
10722
|
+
"name": "envs",
|
|
10723
|
+
"version": "latest"
|
|
10724
|
+
}
|
|
10725
|
+
}
|
|
10241
10726
|
}
|
|
10242
10727
|
},
|
|
10243
10728
|
{
|
|
@@ -10587,7 +11072,7 @@
|
|
|
10587
11072
|
"_legacy": {
|
|
10588
11073
|
"scope": "teambit.harmony",
|
|
10589
11074
|
"name": "application",
|
|
10590
|
-
"version": "1.0.
|
|
11075
|
+
"version": "1.0.230"
|
|
10591
11076
|
},
|
|
10592
11077
|
"_scope": "teambit.harmony"
|
|
10593
11078
|
}
|
|
@@ -10642,7 +11127,14 @@
|
|
|
10642
11127
|
"line": 19,
|
|
10643
11128
|
"character": 30
|
|
10644
11129
|
},
|
|
10645
|
-
"name": "Network"
|
|
11130
|
+
"name": "Network",
|
|
11131
|
+
"componentId": {
|
|
11132
|
+
"_legacy": {
|
|
11133
|
+
"scope": "teambit.component",
|
|
11134
|
+
"name": "isolator",
|
|
11135
|
+
"version": "latest"
|
|
11136
|
+
}
|
|
11137
|
+
}
|
|
10646
11138
|
}
|
|
10647
11139
|
},
|
|
10648
11140
|
{
|
|
@@ -10669,7 +11161,14 @@
|
|
|
10669
11161
|
"line": 20,
|
|
10670
11162
|
"character": 36
|
|
10671
11163
|
},
|
|
10672
|
-
"name": "TaskResults"
|
|
11164
|
+
"name": "TaskResults",
|
|
11165
|
+
"componentId": {
|
|
11166
|
+
"_legacy": {
|
|
11167
|
+
"scope": "teambit.pipelines",
|
|
11168
|
+
"name": "builder",
|
|
11169
|
+
"version": "latest"
|
|
11170
|
+
}
|
|
11171
|
+
}
|
|
10673
11172
|
}
|
|
10674
11173
|
}
|
|
10675
11174
|
},
|
|
@@ -10690,7 +11189,14 @@
|
|
|
10690
11189
|
"line": 21,
|
|
10691
11190
|
"character": 24
|
|
10692
11191
|
},
|
|
10693
|
-
"name": "PipeName"
|
|
11192
|
+
"name": "PipeName",
|
|
11193
|
+
"componentId": {
|
|
11194
|
+
"_legacy": {
|
|
11195
|
+
"scope": "teambit.pipelines",
|
|
11196
|
+
"name": "builder",
|
|
11197
|
+
"version": "latest"
|
|
11198
|
+
}
|
|
11199
|
+
}
|
|
10694
11200
|
}
|
|
10695
11201
|
},
|
|
10696
11202
|
{
|
|
@@ -10710,7 +11216,14 @@
|
|
|
10710
11216
|
"line": 22,
|
|
10711
11217
|
"character": 23
|
|
10712
11218
|
},
|
|
10713
|
-
"name": "Capsule"
|
|
11219
|
+
"name": "Capsule",
|
|
11220
|
+
"componentId": {
|
|
11221
|
+
"_legacy": {
|
|
11222
|
+
"scope": "teambit.component",
|
|
11223
|
+
"name": "isolator",
|
|
11224
|
+
"version": "latest"
|
|
11225
|
+
}
|
|
11226
|
+
}
|
|
10714
11227
|
}
|
|
10715
11228
|
},
|
|
10716
11229
|
{
|
|
@@ -10750,7 +11263,14 @@
|
|
|
10750
11263
|
"line": 24,
|
|
10751
11264
|
"character": 28
|
|
10752
11265
|
},
|
|
10753
|
-
"name": "Component"
|
|
11266
|
+
"name": "Component",
|
|
11267
|
+
"componentId": {
|
|
11268
|
+
"_legacy": {
|
|
11269
|
+
"scope": "teambit.component",
|
|
11270
|
+
"name": "component",
|
|
11271
|
+
"version": "latest"
|
|
11272
|
+
}
|
|
11273
|
+
}
|
|
10754
11274
|
}
|
|
10755
11275
|
},
|
|
10756
11276
|
{
|
|
@@ -10798,7 +11318,14 @@
|
|
|
10798
11318
|
"line": 26,
|
|
10799
11319
|
"character": 23
|
|
10800
11320
|
},
|
|
10801
|
-
"name": "LaneId"
|
|
11321
|
+
"name": "LaneId",
|
|
11322
|
+
"componentId": {
|
|
11323
|
+
"_legacy": {
|
|
11324
|
+
"scope": "teambit.lanes",
|
|
11325
|
+
"name": "lane-id",
|
|
11326
|
+
"version": "0.0.311"
|
|
11327
|
+
}
|
|
11328
|
+
}
|
|
10802
11329
|
},
|
|
10803
11330
|
{
|
|
10804
11331
|
"__schema": "KeywordTypeSchema",
|
|
@@ -10853,7 +11380,8 @@
|
|
|
10853
11380
|
"line": 42,
|
|
10854
11381
|
"character": 90
|
|
10855
11382
|
},
|
|
10856
|
-
"name": "AppBuildContextCreate"
|
|
11383
|
+
"name": "AppBuildContextCreate",
|
|
11384
|
+
"internalFilePath": "app-build-context.ts"
|
|
10857
11385
|
},
|
|
10858
11386
|
"objectBindingNodes": [
|
|
10859
11387
|
{
|
|
@@ -10986,7 +11514,11 @@
|
|
|
10986
11514
|
"line": 4,
|
|
10987
11515
|
"character": 15
|
|
10988
11516
|
},
|
|
10989
|
-
"name": "ArtifactDefinition"
|
|
11517
|
+
"name": "ArtifactDefinition",
|
|
11518
|
+
"componentId": {
|
|
11519
|
+
"scope": "teambit.pipelines",
|
|
11520
|
+
"name": "builder"
|
|
11521
|
+
}
|
|
10990
11522
|
}
|
|
10991
11523
|
},
|
|
10992
11524
|
"isOptional": true
|
|
@@ -11169,6 +11701,10 @@
|
|
|
11169
11701
|
"character": 12
|
|
11170
11702
|
},
|
|
11171
11703
|
"name": "EnvHandler",
|
|
11704
|
+
"componentId": {
|
|
11705
|
+
"scope": "teambit.envs",
|
|
11706
|
+
"name": "envs"
|
|
11707
|
+
},
|
|
11172
11708
|
"typeArgs": [
|
|
11173
11709
|
{
|
|
11174
11710
|
"__schema": "TypeRefSchema",
|
|
@@ -11300,6 +11836,10 @@
|
|
|
11300
11836
|
"character": 23
|
|
11301
11837
|
},
|
|
11302
11838
|
"name": "EnvHandler",
|
|
11839
|
+
"componentId": {
|
|
11840
|
+
"scope": "teambit.envs",
|
|
11841
|
+
"name": "envs"
|
|
11842
|
+
},
|
|
11303
11843
|
"typeArgs": [
|
|
11304
11844
|
{
|
|
11305
11845
|
"__schema": "TypeRefSchema",
|
|
@@ -11342,7 +11882,11 @@
|
|
|
11342
11882
|
"line": 12,
|
|
11343
11883
|
"character": 22
|
|
11344
11884
|
},
|
|
11345
|
-
"name": "EnvContext"
|
|
11885
|
+
"name": "EnvContext",
|
|
11886
|
+
"componentId": {
|
|
11887
|
+
"scope": "teambit.envs",
|
|
11888
|
+
"name": "envs"
|
|
11889
|
+
}
|
|
11346
11890
|
},
|
|
11347
11891
|
"isOptional": false,
|
|
11348
11892
|
"isSpread": false
|
|
@@ -11432,6 +11976,10 @@
|
|
|
11432
11976
|
"character": 25
|
|
11433
11977
|
},
|
|
11434
11978
|
"name": "EnvHandler",
|
|
11979
|
+
"componentId": {
|
|
11980
|
+
"scope": "teambit.envs",
|
|
11981
|
+
"name": "envs"
|
|
11982
|
+
},
|
|
11435
11983
|
"typeArgs": [
|
|
11436
11984
|
{
|
|
11437
11985
|
"__schema": "TypeRefSchema",
|
|
@@ -11474,7 +12022,8 @@
|
|
|
11474
12022
|
"line": 19,
|
|
11475
12023
|
"character": 70
|
|
11476
12024
|
},
|
|
11477
|
-
"name": "AppTypeListOptions"
|
|
12025
|
+
"name": "AppTypeListOptions",
|
|
12026
|
+
"internalFilePath": "app-type-list.ts"
|
|
11478
12027
|
},
|
|
11479
12028
|
"isOptional": true,
|
|
11480
12029
|
"defaultValue": "{}",
|
|
@@ -11489,6 +12038,10 @@
|
|
|
11489
12038
|
"character": 96
|
|
11490
12039
|
},
|
|
11491
12040
|
"name": "EnvHandler",
|
|
12041
|
+
"componentId": {
|
|
12042
|
+
"scope": "teambit.envs",
|
|
12043
|
+
"name": "envs"
|
|
12044
|
+
},
|
|
11492
12045
|
"typeArgs": [
|
|
11493
12046
|
{
|
|
11494
12047
|
"__schema": "TypeRefSchema",
|
|
@@ -11516,7 +12069,7 @@
|
|
|
11516
12069
|
"componentId": {
|
|
11517
12070
|
"scope": "teambit.harmony",
|
|
11518
12071
|
"name": "application",
|
|
11519
|
-
"version": "1.0.
|
|
12072
|
+
"version": "1.0.230"
|
|
11520
12073
|
},
|
|
11521
12074
|
"taggedModuleExports": []
|
|
11522
12075
|
}
|