@teambit/install 1.0.228 → 1.0.229
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +2 -2
- package/artifacts/schema.json +396 -92
- package/dist/exceptions/dependency-type-not-supported-in-policy.d.ts +4 -0
- package/dist/exceptions/index.d.ts +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/install.aspect.d.ts +2 -0
- package/dist/install.cmd.d.ts +54 -0
- package/dist/install.main.runtime.d.ts +183 -0
- package/dist/link/component-list-links.d.ts +7 -0
- package/dist/link/core-aspects-links.d.ts +7 -0
- package/dist/link/get-package-name-from-target.d.ts +1 -0
- package/dist/link/index.d.ts +1 -0
- package/dist/link/link-row.d.ts +12 -0
- package/dist/link/link-to-dir.d.ts +2 -0
- package/dist/link/link.cmd.d.ts +46 -0
- package/dist/link/nested-deps-in-nm-links.d.ts +7 -0
- package/dist/link/rewire-row.d.ts +6 -0
- package/dist/pick-outdated-pkgs.d.ts +12 -0
- package/dist/pick-outdated-pkgs.spec.d.ts +1 -0
- package/dist/uninstall.cmd.d.ts +12 -0
- package/dist/update.cmd.d.ts +26 -0
- package/package.json +16 -16
- package/tsconfig.json +1 -40
- /package/dist/{preview-1712805335812.js → preview-1712822929999.js} +0 -0
package/artifacts/schema.json
CHANGED
@@ -122,7 +122,11 @@
|
|
122
122
|
"line": 108,
|
123
123
|
"character": 33
|
124
124
|
},
|
125
|
-
"name": "DependencyResolverMain"
|
125
|
+
"name": "DependencyResolverMain",
|
126
|
+
"componentId": {
|
127
|
+
"scope": "teambit.dependencies",
|
128
|
+
"name": "dependency-resolver"
|
129
|
+
}
|
126
130
|
},
|
127
131
|
"isOptional": false,
|
128
132
|
"isSpread": false
|
@@ -142,7 +146,11 @@
|
|
142
146
|
"line": 110,
|
143
147
|
"character": 21
|
144
148
|
},
|
145
|
-
"name": "Logger"
|
149
|
+
"name": "Logger",
|
150
|
+
"componentId": {
|
151
|
+
"scope": "teambit.harmony",
|
152
|
+
"name": "logger"
|
153
|
+
}
|
146
154
|
},
|
147
155
|
"isOptional": false,
|
148
156
|
"isSpread": false
|
@@ -162,7 +170,11 @@
|
|
162
170
|
"line": 112,
|
163
171
|
"character": 24
|
164
172
|
},
|
165
|
-
"name": "Workspace"
|
173
|
+
"name": "Workspace",
|
174
|
+
"componentId": {
|
175
|
+
"scope": "teambit.workspace",
|
176
|
+
"name": "workspace"
|
177
|
+
}
|
166
178
|
},
|
167
179
|
"isOptional": false,
|
168
180
|
"isSpread": false
|
@@ -182,7 +194,11 @@
|
|
182
194
|
"line": 114,
|
183
195
|
"character": 23
|
184
196
|
},
|
185
|
-
"name": "VariantsMain"
|
197
|
+
"name": "VariantsMain",
|
198
|
+
"componentId": {
|
199
|
+
"scope": "teambit.workspace",
|
200
|
+
"name": "variants"
|
201
|
+
}
|
186
202
|
},
|
187
203
|
"isOptional": false,
|
188
204
|
"isSpread": false
|
@@ -202,7 +218,11 @@
|
|
202
218
|
"line": 116,
|
203
219
|
"character": 23
|
204
220
|
},
|
205
|
-
"name": "CompilerMain"
|
221
|
+
"name": "CompilerMain",
|
222
|
+
"componentId": {
|
223
|
+
"scope": "teambit.compilation",
|
224
|
+
"name": "compiler"
|
225
|
+
}
|
206
226
|
},
|
207
227
|
"isOptional": false,
|
208
228
|
"isSpread": false
|
@@ -222,7 +242,11 @@
|
|
222
242
|
"line": 118,
|
223
243
|
"character": 19
|
224
244
|
},
|
225
|
-
"name": "EnvsMain"
|
245
|
+
"name": "EnvsMain",
|
246
|
+
"componentId": {
|
247
|
+
"scope": "teambit.envs",
|
248
|
+
"name": "envs"
|
249
|
+
}
|
226
250
|
},
|
227
251
|
"isOptional": false,
|
228
252
|
"isSpread": false
|
@@ -242,7 +266,11 @@
|
|
242
266
|
"line": 120,
|
243
267
|
"character": 28
|
244
268
|
},
|
245
|
-
"name": "WorkspaceConfigFilesMain"
|
269
|
+
"name": "WorkspaceConfigFilesMain",
|
270
|
+
"componentId": {
|
271
|
+
"scope": "teambit.workspace",
|
272
|
+
"name": "workspace-config-files"
|
273
|
+
}
|
246
274
|
},
|
247
275
|
"isOptional": false,
|
248
276
|
"isSpread": false
|
@@ -262,7 +290,11 @@
|
|
262
290
|
"line": 122,
|
263
291
|
"character": 18
|
264
292
|
},
|
265
|
-
"name": "ApplicationMain"
|
293
|
+
"name": "ApplicationMain",
|
294
|
+
"componentId": {
|
295
|
+
"scope": "teambit.harmony",
|
296
|
+
"name": "application"
|
297
|
+
}
|
266
298
|
},
|
267
299
|
"isOptional": false,
|
268
300
|
"isSpread": false
|
@@ -282,7 +314,11 @@
|
|
282
314
|
"line": 124,
|
283
315
|
"character": 24
|
284
316
|
},
|
285
|
-
"name": "GeneratorMain"
|
317
|
+
"name": "GeneratorMain",
|
318
|
+
"componentId": {
|
319
|
+
"scope": "teambit.generator",
|
320
|
+
"name": "generator"
|
321
|
+
}
|
286
322
|
},
|
287
323
|
"isOptional": false,
|
288
324
|
"isSpread": false
|
@@ -302,7 +338,8 @@
|
|
302
338
|
"line": 126,
|
303
339
|
"character": 26
|
304
340
|
},
|
305
|
-
"name": "PreLinkSlot"
|
341
|
+
"name": "PreLinkSlot",
|
342
|
+
"internalFilePath": "install.main.runtime.ts"
|
306
343
|
},
|
307
344
|
"isOptional": false,
|
308
345
|
"isSpread": false
|
@@ -322,7 +359,8 @@
|
|
322
359
|
"line": 128,
|
323
360
|
"character": 29
|
324
361
|
},
|
325
|
-
"name": "PreInstallSlot"
|
362
|
+
"name": "PreInstallSlot",
|
363
|
+
"internalFilePath": "install.main.runtime.ts"
|
326
364
|
},
|
327
365
|
"isOptional": false,
|
328
366
|
"isSpread": false
|
@@ -342,7 +380,8 @@
|
|
342
380
|
"line": 130,
|
343
381
|
"character": 30
|
344
382
|
},
|
345
|
-
"name": "PostInstallSlot"
|
383
|
+
"name": "PostInstallSlot",
|
384
|
+
"internalFilePath": "install.main.runtime.ts"
|
346
385
|
},
|
347
386
|
"isOptional": false,
|
348
387
|
"isSpread": false
|
@@ -362,7 +401,11 @@
|
|
362
401
|
"line": 132,
|
363
402
|
"character": 24
|
364
403
|
},
|
365
|
-
"name": "IpcEventsMain"
|
404
|
+
"name": "IpcEventsMain",
|
405
|
+
"componentId": {
|
406
|
+
"scope": "teambit.harmony",
|
407
|
+
"name": "ipc-events"
|
408
|
+
}
|
366
409
|
},
|
367
410
|
"isOptional": false,
|
368
411
|
"isSpread": false
|
@@ -463,7 +506,8 @@
|
|
463
506
|
"line": 140,
|
464
507
|
"character": 48
|
465
508
|
},
|
466
|
-
"name": "WorkspaceInstallOptions"
|
509
|
+
"name": "WorkspaceInstallOptions",
|
510
|
+
"internalFilePath": "install.main.runtime.ts"
|
467
511
|
},
|
468
512
|
"isOptional": true,
|
469
513
|
"isSpread": false
|
@@ -486,6 +530,10 @@
|
|
486
530
|
"character": 82
|
487
531
|
},
|
488
532
|
"name": "ComponentMap",
|
533
|
+
"componentId": {
|
534
|
+
"scope": "teambit.component",
|
535
|
+
"name": "component"
|
536
|
+
},
|
489
537
|
"typeArgs": [
|
490
538
|
{
|
491
539
|
"__schema": "KeywordTypeSchema",
|
@@ -529,7 +577,8 @@
|
|
529
577
|
"line": 181,
|
530
578
|
"character": 23
|
531
579
|
},
|
532
|
-
"name": "PreLink"
|
580
|
+
"name": "PreLink",
|
581
|
+
"internalFilePath": "install.main.runtime.ts"
|
533
582
|
},
|
534
583
|
"isOptional": false,
|
535
584
|
"isSpread": false
|
@@ -571,7 +620,8 @@
|
|
571
620
|
"line": 185,
|
572
621
|
"character": 26
|
573
622
|
},
|
574
|
-
"name": "PreInstall"
|
623
|
+
"name": "PreInstall",
|
624
|
+
"internalFilePath": "install.main.runtime.ts"
|
575
625
|
},
|
576
626
|
"isOptional": false,
|
577
627
|
"isSpread": false
|
@@ -613,7 +663,8 @@
|
|
613
663
|
"line": 189,
|
614
664
|
"character": 27
|
615
665
|
},
|
616
|
-
"name": "PostInstall"
|
666
|
+
"name": "PostInstall",
|
667
|
+
"internalFilePath": "install.main.runtime.ts"
|
617
668
|
},
|
618
669
|
"isOptional": false,
|
619
670
|
"isSpread": false
|
@@ -662,7 +713,11 @@
|
|
662
713
|
"line": 193,
|
663
714
|
"character": 44
|
664
715
|
},
|
665
|
-
"name": "GenerateResult"
|
716
|
+
"name": "GenerateResult",
|
717
|
+
"componentId": {
|
718
|
+
"scope": "teambit.generator",
|
719
|
+
"name": "generator"
|
720
|
+
}
|
666
721
|
}
|
667
722
|
},
|
668
723
|
"isOptional": false,
|
@@ -921,6 +976,10 @@
|
|
921
976
|
"character": 15
|
922
977
|
},
|
923
978
|
"name": "ComponentMap",
|
979
|
+
"componentId": {
|
980
|
+
"scope": "teambit.component",
|
981
|
+
"name": "component"
|
982
|
+
},
|
924
983
|
"typeArgs": [
|
925
984
|
{
|
926
985
|
"__schema": "KeywordTypeSchema",
|
@@ -982,7 +1041,11 @@
|
|
982
1041
|
"line": 789,
|
983
1042
|
"character": 58
|
984
1043
|
},
|
985
|
-
"name": "Component"
|
1044
|
+
"name": "Component",
|
1045
|
+
"componentId": {
|
1046
|
+
"scope": "teambit.component",
|
1047
|
+
"name": "component"
|
1048
|
+
}
|
986
1049
|
}
|
987
1050
|
},
|
988
1051
|
"isOptional": false,
|
@@ -1129,7 +1192,8 @@
|
|
1129
1192
|
"line": 869,
|
1130
1193
|
"character": 14
|
1131
1194
|
},
|
1132
|
-
"name": "WorkspaceLinkOptions"
|
1195
|
+
"name": "WorkspaceLinkOptions",
|
1196
|
+
"internalFilePath": "install.main.runtime.ts"
|
1133
1197
|
},
|
1134
1198
|
"isOptional": true,
|
1135
1199
|
"defaultValue": "{}",
|
@@ -1248,6 +1312,10 @@
|
|
1248
1312
|
"character": 34
|
1249
1313
|
},
|
1250
1314
|
"name": "ComponentMap",
|
1315
|
+
"componentId": {
|
1316
|
+
"scope": "teambit.component",
|
1317
|
+
"name": "component"
|
1318
|
+
},
|
1251
1319
|
"typeArgs": [
|
1252
1320
|
{
|
1253
1321
|
"__schema": "KeywordTypeSchema",
|
@@ -1343,7 +1411,8 @@
|
|
1343
1411
|
"line": 899,
|
1344
1412
|
"character": 23
|
1345
1413
|
},
|
1346
|
-
"name": "WorkspaceLinkOptions"
|
1414
|
+
"name": "WorkspaceLinkOptions",
|
1415
|
+
"internalFilePath": "install.main.runtime.ts"
|
1347
1416
|
},
|
1348
1417
|
"isOptional": true,
|
1349
1418
|
"defaultValue": "{}",
|
@@ -1366,7 +1435,8 @@
|
|
1366
1435
|
"line": 899,
|
1367
1436
|
"character": 59
|
1368
1437
|
},
|
1369
|
-
"name": "WorkspaceLinkResults"
|
1438
|
+
"name": "WorkspaceLinkResults",
|
1439
|
+
"internalFilePath": "install.main.runtime.ts"
|
1370
1440
|
}
|
1371
1441
|
]
|
1372
1442
|
},
|
@@ -1470,7 +1540,11 @@
|
|
1470
1540
|
"line": 1034,
|
1471
1541
|
"character": 7
|
1472
1542
|
},
|
1473
|
-
"name": "DependencyResolverMain"
|
1543
|
+
"name": "DependencyResolverMain",
|
1544
|
+
"componentId": {
|
1545
|
+
"scope": "teambit.dependencies",
|
1546
|
+
"name": "dependency-resolver"
|
1547
|
+
}
|
1474
1548
|
},
|
1475
1549
|
{
|
1476
1550
|
"__schema": "TypeRefSchema",
|
@@ -1479,7 +1553,11 @@
|
|
1479
1553
|
"line": 1035,
|
1480
1554
|
"character": 7
|
1481
1555
|
},
|
1482
|
-
"name": "Workspace"
|
1556
|
+
"name": "Workspace",
|
1557
|
+
"componentId": {
|
1558
|
+
"scope": "teambit.workspace",
|
1559
|
+
"name": "workspace"
|
1560
|
+
}
|
1483
1561
|
},
|
1484
1562
|
{
|
1485
1563
|
"__schema": "TypeRefSchema",
|
@@ -1488,7 +1566,11 @@
|
|
1488
1566
|
"line": 1036,
|
1489
1567
|
"character": 7
|
1490
1568
|
},
|
1491
|
-
"name": "LoggerMain"
|
1569
|
+
"name": "LoggerMain",
|
1570
|
+
"componentId": {
|
1571
|
+
"scope": "teambit.harmony",
|
1572
|
+
"name": "logger"
|
1573
|
+
}
|
1492
1574
|
},
|
1493
1575
|
{
|
1494
1576
|
"__schema": "TypeRefSchema",
|
@@ -1497,7 +1579,11 @@
|
|
1497
1579
|
"line": 1037,
|
1498
1580
|
"character": 7
|
1499
1581
|
},
|
1500
|
-
"name": "VariantsMain"
|
1582
|
+
"name": "VariantsMain",
|
1583
|
+
"componentId": {
|
1584
|
+
"scope": "teambit.workspace",
|
1585
|
+
"name": "variants"
|
1586
|
+
}
|
1501
1587
|
},
|
1502
1588
|
{
|
1503
1589
|
"__schema": "TypeRefSchema",
|
@@ -1506,7 +1592,11 @@
|
|
1506
1592
|
"line": 1038,
|
1507
1593
|
"character": 7
|
1508
1594
|
},
|
1509
|
-
"name": "CLIMain"
|
1595
|
+
"name": "CLIMain",
|
1596
|
+
"componentId": {
|
1597
|
+
"scope": "teambit.harmony",
|
1598
|
+
"name": "cli"
|
1599
|
+
}
|
1510
1600
|
},
|
1511
1601
|
{
|
1512
1602
|
"__schema": "TypeRefSchema",
|
@@ -1515,7 +1605,11 @@
|
|
1515
1605
|
"line": 1039,
|
1516
1606
|
"character": 7
|
1517
1607
|
},
|
1518
|
-
"name": "CompilerMain"
|
1608
|
+
"name": "CompilerMain",
|
1609
|
+
"componentId": {
|
1610
|
+
"scope": "teambit.compilation",
|
1611
|
+
"name": "compiler"
|
1612
|
+
}
|
1519
1613
|
},
|
1520
1614
|
{
|
1521
1615
|
"__schema": "TypeRefSchema",
|
@@ -1524,7 +1618,11 @@
|
|
1524
1618
|
"line": 1040,
|
1525
1619
|
"character": 7
|
1526
1620
|
},
|
1527
|
-
"name": "IssuesMain"
|
1621
|
+
"name": "IssuesMain",
|
1622
|
+
"componentId": {
|
1623
|
+
"scope": "teambit.component",
|
1624
|
+
"name": "issues"
|
1625
|
+
}
|
1528
1626
|
},
|
1529
1627
|
{
|
1530
1628
|
"__schema": "TypeRefSchema",
|
@@ -1533,7 +1631,11 @@
|
|
1533
1631
|
"line": 1041,
|
1534
1632
|
"character": 7
|
1535
1633
|
},
|
1536
|
-
"name": "EnvsMain"
|
1634
|
+
"name": "EnvsMain",
|
1635
|
+
"componentId": {
|
1636
|
+
"scope": "teambit.envs",
|
1637
|
+
"name": "envs"
|
1638
|
+
}
|
1537
1639
|
},
|
1538
1640
|
{
|
1539
1641
|
"__schema": "TypeRefSchema",
|
@@ -1542,7 +1644,11 @@
|
|
1542
1644
|
"line": 1042,
|
1543
1645
|
"character": 7
|
1544
1646
|
},
|
1545
|
-
"name": "ApplicationMain"
|
1647
|
+
"name": "ApplicationMain",
|
1648
|
+
"componentId": {
|
1649
|
+
"scope": "teambit.harmony",
|
1650
|
+
"name": "application"
|
1651
|
+
}
|
1546
1652
|
},
|
1547
1653
|
{
|
1548
1654
|
"__schema": "TypeRefSchema",
|
@@ -1551,7 +1657,11 @@
|
|
1551
1657
|
"line": 1043,
|
1552
1658
|
"character": 7
|
1553
1659
|
},
|
1554
|
-
"name": "IpcEventsMain"
|
1660
|
+
"name": "IpcEventsMain",
|
1661
|
+
"componentId": {
|
1662
|
+
"scope": "teambit.harmony",
|
1663
|
+
"name": "ipc-events"
|
1664
|
+
}
|
1555
1665
|
},
|
1556
1666
|
{
|
1557
1667
|
"__schema": "TypeRefSchema",
|
@@ -1560,7 +1670,11 @@
|
|
1560
1670
|
"line": 1044,
|
1561
1671
|
"character": 7
|
1562
1672
|
},
|
1563
|
-
"name": "GeneratorMain"
|
1673
|
+
"name": "GeneratorMain",
|
1674
|
+
"componentId": {
|
1675
|
+
"scope": "teambit.generator",
|
1676
|
+
"name": "generator"
|
1677
|
+
}
|
1564
1678
|
},
|
1565
1679
|
{
|
1566
1680
|
"__schema": "TypeRefSchema",
|
@@ -1569,7 +1683,11 @@
|
|
1569
1683
|
"line": 1045,
|
1570
1684
|
"character": 7
|
1571
1685
|
},
|
1572
|
-
"name": "WorkspaceConfigFilesMain"
|
1686
|
+
"name": "WorkspaceConfigFilesMain",
|
1687
|
+
"componentId": {
|
1688
|
+
"scope": "teambit.workspace",
|
1689
|
+
"name": "workspace-config-files"
|
1690
|
+
}
|
1573
1691
|
}
|
1574
1692
|
]
|
1575
1693
|
},
|
@@ -1619,7 +1737,8 @@
|
|
1619
1737
|
"line": 1048,
|
1620
1738
|
"character": 54
|
1621
1739
|
},
|
1622
|
-
"name": "PreLinkSlot"
|
1740
|
+
"name": "PreLinkSlot",
|
1741
|
+
"internalFilePath": "install.main.runtime.ts"
|
1623
1742
|
},
|
1624
1743
|
{
|
1625
1744
|
"__schema": "TypeRefSchema",
|
@@ -1628,7 +1747,8 @@
|
|
1628
1747
|
"line": 1048,
|
1629
1748
|
"character": 67
|
1630
1749
|
},
|
1631
|
-
"name": "PreInstallSlot"
|
1750
|
+
"name": "PreInstallSlot",
|
1751
|
+
"internalFilePath": "install.main.runtime.ts"
|
1632
1752
|
},
|
1633
1753
|
{
|
1634
1754
|
"__schema": "TypeRefSchema",
|
@@ -1637,7 +1757,8 @@
|
|
1637
1757
|
"line": 1048,
|
1638
1758
|
"character": 83
|
1639
1759
|
},
|
1640
|
-
"name": "PostInstallSlot"
|
1760
|
+
"name": "PostInstallSlot",
|
1761
|
+
"internalFilePath": "install.main.runtime.ts"
|
1641
1762
|
}
|
1642
1763
|
]
|
1643
1764
|
},
|
@@ -1735,7 +1856,11 @@
|
|
1735
1856
|
"line": 56,
|
1736
1857
|
"character": 36
|
1737
1858
|
},
|
1738
|
-
"name": "LinkingOptions"
|
1859
|
+
"name": "LinkingOptions",
|
1860
|
+
"componentId": {
|
1861
|
+
"scope": "teambit.dependencies",
|
1862
|
+
"name": "dependency-resolver"
|
1863
|
+
}
|
1739
1864
|
},
|
1740
1865
|
{
|
1741
1866
|
"__schema": "TypeLiteralSchema",
|
@@ -1761,7 +1886,11 @@
|
|
1761
1886
|
"line": 57,
|
1762
1887
|
"character": 16
|
1763
1888
|
},
|
1764
|
-
"name": "WorkspacePolicy"
|
1889
|
+
"name": "WorkspacePolicy",
|
1890
|
+
"componentId": {
|
1891
|
+
"scope": "teambit.dependencies",
|
1892
|
+
"name": "dependency-resolver"
|
1893
|
+
}
|
1765
1894
|
},
|
1766
1895
|
"isOptional": true
|
1767
1896
|
},
|
@@ -1858,7 +1987,12 @@
|
|
1858
1987
|
"line": 63,
|
1859
1988
|
"character": 23
|
1860
1989
|
},
|
1861
|
-
"name": "NodeModulesLinksResult"
|
1990
|
+
"name": "NodeModulesLinksResult",
|
1991
|
+
"componentId": {
|
1992
|
+
"scope": "teambit.workspace",
|
1993
|
+
"name": "modules/node-modules-linker",
|
1994
|
+
"version": "0.0.167"
|
1995
|
+
}
|
1862
1996
|
}
|
1863
1997
|
},
|
1864
1998
|
"isOptional": true
|
@@ -1886,7 +2020,12 @@
|
|
1886
2020
|
"line": 64,
|
1887
2021
|
"character": 30
|
1888
2022
|
},
|
1889
|
-
"name": "CodemodResult"
|
2023
|
+
"name": "CodemodResult",
|
2024
|
+
"componentId": {
|
2025
|
+
"scope": "teambit.workspace",
|
2026
|
+
"name": "modules/node-modules-linker",
|
2027
|
+
"version": "0.0.167"
|
2028
|
+
}
|
1890
2029
|
}
|
1891
2030
|
},
|
1892
2031
|
"isOptional": true
|
@@ -1900,7 +2039,11 @@
|
|
1900
2039
|
"line": 65,
|
1901
2040
|
"character": 5
|
1902
2041
|
},
|
1903
|
-
"name": "LinkResults"
|
2042
|
+
"name": "LinkResults",
|
2043
|
+
"componentId": {
|
2044
|
+
"scope": "teambit.dependencies",
|
2045
|
+
"name": "dependency-resolver"
|
2046
|
+
}
|
1904
2047
|
}
|
1905
2048
|
]
|
1906
2049
|
}
|
@@ -1978,7 +2121,11 @@
|
|
1978
2121
|
"line": 70,
|
1979
2122
|
"character": 19
|
1980
2123
|
},
|
1981
|
-
"name": "WorkspaceDependencyLifecycleType"
|
2124
|
+
"name": "WorkspaceDependencyLifecycleType",
|
2125
|
+
"componentId": {
|
2126
|
+
"scope": "teambit.dependencies",
|
2127
|
+
"name": "dependency-resolver"
|
2128
|
+
}
|
1982
2129
|
},
|
1983
2130
|
"isOptional": true
|
1984
2131
|
},
|
@@ -2310,7 +2457,8 @@
|
|
2310
2457
|
"line": 88,
|
2311
2458
|
"character": 42
|
2312
2459
|
},
|
2313
|
-
"name": "WorkspaceInstallOptions"
|
2460
|
+
"name": "WorkspaceInstallOptions",
|
2461
|
+
"internalFilePath": "install.main.runtime.ts"
|
2314
2462
|
},
|
2315
2463
|
{
|
2316
2464
|
"__schema": "TypeUnionSchema",
|
@@ -2387,7 +2535,11 @@
|
|
2387
2535
|
"line": 108,
|
2388
2536
|
"character": 33
|
2389
2537
|
},
|
2390
|
-
"name": "DependencyResolverMain"
|
2538
|
+
"name": "DependencyResolverMain",
|
2539
|
+
"componentId": {
|
2540
|
+
"scope": "teambit.dependencies",
|
2541
|
+
"name": "dependency-resolver"
|
2542
|
+
}
|
2391
2543
|
},
|
2392
2544
|
"isOptional": false,
|
2393
2545
|
"isSpread": false
|
@@ -2407,7 +2559,11 @@
|
|
2407
2559
|
"line": 110,
|
2408
2560
|
"character": 21
|
2409
2561
|
},
|
2410
|
-
"name": "Logger"
|
2562
|
+
"name": "Logger",
|
2563
|
+
"componentId": {
|
2564
|
+
"scope": "teambit.harmony",
|
2565
|
+
"name": "logger"
|
2566
|
+
}
|
2411
2567
|
},
|
2412
2568
|
"isOptional": false,
|
2413
2569
|
"isSpread": false
|
@@ -2427,7 +2583,11 @@
|
|
2427
2583
|
"line": 112,
|
2428
2584
|
"character": 24
|
2429
2585
|
},
|
2430
|
-
"name": "Workspace"
|
2586
|
+
"name": "Workspace",
|
2587
|
+
"componentId": {
|
2588
|
+
"scope": "teambit.workspace",
|
2589
|
+
"name": "workspace"
|
2590
|
+
}
|
2431
2591
|
},
|
2432
2592
|
"isOptional": false,
|
2433
2593
|
"isSpread": false
|
@@ -2447,7 +2607,11 @@
|
|
2447
2607
|
"line": 114,
|
2448
2608
|
"character": 23
|
2449
2609
|
},
|
2450
|
-
"name": "VariantsMain"
|
2610
|
+
"name": "VariantsMain",
|
2611
|
+
"componentId": {
|
2612
|
+
"scope": "teambit.workspace",
|
2613
|
+
"name": "variants"
|
2614
|
+
}
|
2451
2615
|
},
|
2452
2616
|
"isOptional": false,
|
2453
2617
|
"isSpread": false
|
@@ -2467,7 +2631,11 @@
|
|
2467
2631
|
"line": 116,
|
2468
2632
|
"character": 23
|
2469
2633
|
},
|
2470
|
-
"name": "CompilerMain"
|
2634
|
+
"name": "CompilerMain",
|
2635
|
+
"componentId": {
|
2636
|
+
"scope": "teambit.compilation",
|
2637
|
+
"name": "compiler"
|
2638
|
+
}
|
2471
2639
|
},
|
2472
2640
|
"isOptional": false,
|
2473
2641
|
"isSpread": false
|
@@ -2487,7 +2655,11 @@
|
|
2487
2655
|
"line": 118,
|
2488
2656
|
"character": 19
|
2489
2657
|
},
|
2490
|
-
"name": "EnvsMain"
|
2658
|
+
"name": "EnvsMain",
|
2659
|
+
"componentId": {
|
2660
|
+
"scope": "teambit.envs",
|
2661
|
+
"name": "envs"
|
2662
|
+
}
|
2491
2663
|
},
|
2492
2664
|
"isOptional": false,
|
2493
2665
|
"isSpread": false
|
@@ -2507,7 +2679,11 @@
|
|
2507
2679
|
"line": 120,
|
2508
2680
|
"character": 28
|
2509
2681
|
},
|
2510
|
-
"name": "WorkspaceConfigFilesMain"
|
2682
|
+
"name": "WorkspaceConfigFilesMain",
|
2683
|
+
"componentId": {
|
2684
|
+
"scope": "teambit.workspace",
|
2685
|
+
"name": "workspace-config-files"
|
2686
|
+
}
|
2511
2687
|
},
|
2512
2688
|
"isOptional": false,
|
2513
2689
|
"isSpread": false
|
@@ -2527,7 +2703,11 @@
|
|
2527
2703
|
"line": 122,
|
2528
2704
|
"character": 18
|
2529
2705
|
},
|
2530
|
-
"name": "ApplicationMain"
|
2706
|
+
"name": "ApplicationMain",
|
2707
|
+
"componentId": {
|
2708
|
+
"scope": "teambit.harmony",
|
2709
|
+
"name": "application"
|
2710
|
+
}
|
2531
2711
|
},
|
2532
2712
|
"isOptional": false,
|
2533
2713
|
"isSpread": false
|
@@ -2547,7 +2727,11 @@
|
|
2547
2727
|
"line": 124,
|
2548
2728
|
"character": 24
|
2549
2729
|
},
|
2550
|
-
"name": "GeneratorMain"
|
2730
|
+
"name": "GeneratorMain",
|
2731
|
+
"componentId": {
|
2732
|
+
"scope": "teambit.generator",
|
2733
|
+
"name": "generator"
|
2734
|
+
}
|
2551
2735
|
},
|
2552
2736
|
"isOptional": false,
|
2553
2737
|
"isSpread": false
|
@@ -2567,7 +2751,8 @@
|
|
2567
2751
|
"line": 126,
|
2568
2752
|
"character": 26
|
2569
2753
|
},
|
2570
|
-
"name": "PreLinkSlot"
|
2754
|
+
"name": "PreLinkSlot",
|
2755
|
+
"internalFilePath": "install.main.runtime.ts"
|
2571
2756
|
},
|
2572
2757
|
"isOptional": false,
|
2573
2758
|
"isSpread": false
|
@@ -2587,7 +2772,8 @@
|
|
2587
2772
|
"line": 128,
|
2588
2773
|
"character": 29
|
2589
2774
|
},
|
2590
|
-
"name": "PreInstallSlot"
|
2775
|
+
"name": "PreInstallSlot",
|
2776
|
+
"internalFilePath": "install.main.runtime.ts"
|
2591
2777
|
},
|
2592
2778
|
"isOptional": false,
|
2593
2779
|
"isSpread": false
|
@@ -2607,7 +2793,8 @@
|
|
2607
2793
|
"line": 130,
|
2608
2794
|
"character": 30
|
2609
2795
|
},
|
2610
|
-
"name": "PostInstallSlot"
|
2796
|
+
"name": "PostInstallSlot",
|
2797
|
+
"internalFilePath": "install.main.runtime.ts"
|
2611
2798
|
},
|
2612
2799
|
"isOptional": false,
|
2613
2800
|
"isSpread": false
|
@@ -2627,7 +2814,11 @@
|
|
2627
2814
|
"line": 132,
|
2628
2815
|
"character": 24
|
2629
2816
|
},
|
2630
|
-
"name": "IpcEventsMain"
|
2817
|
+
"name": "IpcEventsMain",
|
2818
|
+
"componentId": {
|
2819
|
+
"scope": "teambit.harmony",
|
2820
|
+
"name": "ipc-events"
|
2821
|
+
}
|
2631
2822
|
},
|
2632
2823
|
"isOptional": false,
|
2633
2824
|
"isSpread": false
|
@@ -2728,7 +2919,8 @@
|
|
2728
2919
|
"line": 140,
|
2729
2920
|
"character": 48
|
2730
2921
|
},
|
2731
|
-
"name": "WorkspaceInstallOptions"
|
2922
|
+
"name": "WorkspaceInstallOptions",
|
2923
|
+
"internalFilePath": "install.main.runtime.ts"
|
2732
2924
|
},
|
2733
2925
|
"isOptional": true,
|
2734
2926
|
"isSpread": false
|
@@ -2751,6 +2943,10 @@
|
|
2751
2943
|
"character": 82
|
2752
2944
|
},
|
2753
2945
|
"name": "ComponentMap",
|
2946
|
+
"componentId": {
|
2947
|
+
"scope": "teambit.component",
|
2948
|
+
"name": "component"
|
2949
|
+
},
|
2754
2950
|
"typeArgs": [
|
2755
2951
|
{
|
2756
2952
|
"__schema": "KeywordTypeSchema",
|
@@ -2794,7 +2990,8 @@
|
|
2794
2990
|
"line": 181,
|
2795
2991
|
"character": 23
|
2796
2992
|
},
|
2797
|
-
"name": "PreLink"
|
2993
|
+
"name": "PreLink",
|
2994
|
+
"internalFilePath": "install.main.runtime.ts"
|
2798
2995
|
},
|
2799
2996
|
"isOptional": false,
|
2800
2997
|
"isSpread": false
|
@@ -2836,7 +3033,8 @@
|
|
2836
3033
|
"line": 185,
|
2837
3034
|
"character": 26
|
2838
3035
|
},
|
2839
|
-
"name": "PreInstall"
|
3036
|
+
"name": "PreInstall",
|
3037
|
+
"internalFilePath": "install.main.runtime.ts"
|
2840
3038
|
},
|
2841
3039
|
"isOptional": false,
|
2842
3040
|
"isSpread": false
|
@@ -2878,7 +3076,8 @@
|
|
2878
3076
|
"line": 189,
|
2879
3077
|
"character": 27
|
2880
3078
|
},
|
2881
|
-
"name": "PostInstall"
|
3079
|
+
"name": "PostInstall",
|
3080
|
+
"internalFilePath": "install.main.runtime.ts"
|
2882
3081
|
},
|
2883
3082
|
"isOptional": false,
|
2884
3083
|
"isSpread": false
|
@@ -2927,7 +3126,11 @@
|
|
2927
3126
|
"line": 193,
|
2928
3127
|
"character": 44
|
2929
3128
|
},
|
2930
|
-
"name": "GenerateResult"
|
3129
|
+
"name": "GenerateResult",
|
3130
|
+
"componentId": {
|
3131
|
+
"scope": "teambit.generator",
|
3132
|
+
"name": "generator"
|
3133
|
+
}
|
2931
3134
|
}
|
2932
3135
|
},
|
2933
3136
|
"isOptional": false,
|
@@ -3186,6 +3389,10 @@
|
|
3186
3389
|
"character": 15
|
3187
3390
|
},
|
3188
3391
|
"name": "ComponentMap",
|
3392
|
+
"componentId": {
|
3393
|
+
"scope": "teambit.component",
|
3394
|
+
"name": "component"
|
3395
|
+
},
|
3189
3396
|
"typeArgs": [
|
3190
3397
|
{
|
3191
3398
|
"__schema": "KeywordTypeSchema",
|
@@ -3247,7 +3454,11 @@
|
|
3247
3454
|
"line": 789,
|
3248
3455
|
"character": 58
|
3249
3456
|
},
|
3250
|
-
"name": "Component"
|
3457
|
+
"name": "Component",
|
3458
|
+
"componentId": {
|
3459
|
+
"scope": "teambit.component",
|
3460
|
+
"name": "component"
|
3461
|
+
}
|
3251
3462
|
}
|
3252
3463
|
},
|
3253
3464
|
"isOptional": false,
|
@@ -3394,7 +3605,8 @@
|
|
3394
3605
|
"line": 869,
|
3395
3606
|
"character": 14
|
3396
3607
|
},
|
3397
|
-
"name": "WorkspaceLinkOptions"
|
3608
|
+
"name": "WorkspaceLinkOptions",
|
3609
|
+
"internalFilePath": "install.main.runtime.ts"
|
3398
3610
|
},
|
3399
3611
|
"isOptional": true,
|
3400
3612
|
"defaultValue": "{}",
|
@@ -3513,6 +3725,10 @@
|
|
3513
3725
|
"character": 34
|
3514
3726
|
},
|
3515
3727
|
"name": "ComponentMap",
|
3728
|
+
"componentId": {
|
3729
|
+
"scope": "teambit.component",
|
3730
|
+
"name": "component"
|
3731
|
+
},
|
3516
3732
|
"typeArgs": [
|
3517
3733
|
{
|
3518
3734
|
"__schema": "KeywordTypeSchema",
|
@@ -3608,7 +3824,8 @@
|
|
3608
3824
|
"line": 899,
|
3609
3825
|
"character": 23
|
3610
3826
|
},
|
3611
|
-
"name": "WorkspaceLinkOptions"
|
3827
|
+
"name": "WorkspaceLinkOptions",
|
3828
|
+
"internalFilePath": "install.main.runtime.ts"
|
3612
3829
|
},
|
3613
3830
|
"isOptional": true,
|
3614
3831
|
"defaultValue": "{}",
|
@@ -3631,7 +3848,8 @@
|
|
3631
3848
|
"line": 899,
|
3632
3849
|
"character": 59
|
3633
3850
|
},
|
3634
|
-
"name": "WorkspaceLinkResults"
|
3851
|
+
"name": "WorkspaceLinkResults",
|
3852
|
+
"internalFilePath": "install.main.runtime.ts"
|
3635
3853
|
}
|
3636
3854
|
]
|
3637
3855
|
},
|
@@ -3735,7 +3953,11 @@
|
|
3735
3953
|
"line": 1034,
|
3736
3954
|
"character": 7
|
3737
3955
|
},
|
3738
|
-
"name": "DependencyResolverMain"
|
3956
|
+
"name": "DependencyResolverMain",
|
3957
|
+
"componentId": {
|
3958
|
+
"scope": "teambit.dependencies",
|
3959
|
+
"name": "dependency-resolver"
|
3960
|
+
}
|
3739
3961
|
},
|
3740
3962
|
{
|
3741
3963
|
"__schema": "TypeRefSchema",
|
@@ -3744,7 +3966,11 @@
|
|
3744
3966
|
"line": 1035,
|
3745
3967
|
"character": 7
|
3746
3968
|
},
|
3747
|
-
"name": "Workspace"
|
3969
|
+
"name": "Workspace",
|
3970
|
+
"componentId": {
|
3971
|
+
"scope": "teambit.workspace",
|
3972
|
+
"name": "workspace"
|
3973
|
+
}
|
3748
3974
|
},
|
3749
3975
|
{
|
3750
3976
|
"__schema": "TypeRefSchema",
|
@@ -3753,7 +3979,11 @@
|
|
3753
3979
|
"line": 1036,
|
3754
3980
|
"character": 7
|
3755
3981
|
},
|
3756
|
-
"name": "LoggerMain"
|
3982
|
+
"name": "LoggerMain",
|
3983
|
+
"componentId": {
|
3984
|
+
"scope": "teambit.harmony",
|
3985
|
+
"name": "logger"
|
3986
|
+
}
|
3757
3987
|
},
|
3758
3988
|
{
|
3759
3989
|
"__schema": "TypeRefSchema",
|
@@ -3762,7 +3992,11 @@
|
|
3762
3992
|
"line": 1037,
|
3763
3993
|
"character": 7
|
3764
3994
|
},
|
3765
|
-
"name": "VariantsMain"
|
3995
|
+
"name": "VariantsMain",
|
3996
|
+
"componentId": {
|
3997
|
+
"scope": "teambit.workspace",
|
3998
|
+
"name": "variants"
|
3999
|
+
}
|
3766
4000
|
},
|
3767
4001
|
{
|
3768
4002
|
"__schema": "TypeRefSchema",
|
@@ -3771,7 +4005,11 @@
|
|
3771
4005
|
"line": 1038,
|
3772
4006
|
"character": 7
|
3773
4007
|
},
|
3774
|
-
"name": "CLIMain"
|
4008
|
+
"name": "CLIMain",
|
4009
|
+
"componentId": {
|
4010
|
+
"scope": "teambit.harmony",
|
4011
|
+
"name": "cli"
|
4012
|
+
}
|
3775
4013
|
},
|
3776
4014
|
{
|
3777
4015
|
"__schema": "TypeRefSchema",
|
@@ -3780,7 +4018,11 @@
|
|
3780
4018
|
"line": 1039,
|
3781
4019
|
"character": 7
|
3782
4020
|
},
|
3783
|
-
"name": "CompilerMain"
|
4021
|
+
"name": "CompilerMain",
|
4022
|
+
"componentId": {
|
4023
|
+
"scope": "teambit.compilation",
|
4024
|
+
"name": "compiler"
|
4025
|
+
}
|
3784
4026
|
},
|
3785
4027
|
{
|
3786
4028
|
"__schema": "TypeRefSchema",
|
@@ -3789,7 +4031,11 @@
|
|
3789
4031
|
"line": 1040,
|
3790
4032
|
"character": 7
|
3791
4033
|
},
|
3792
|
-
"name": "IssuesMain"
|
4034
|
+
"name": "IssuesMain",
|
4035
|
+
"componentId": {
|
4036
|
+
"scope": "teambit.component",
|
4037
|
+
"name": "issues"
|
4038
|
+
}
|
3793
4039
|
},
|
3794
4040
|
{
|
3795
4041
|
"__schema": "TypeRefSchema",
|
@@ -3798,7 +4044,11 @@
|
|
3798
4044
|
"line": 1041,
|
3799
4045
|
"character": 7
|
3800
4046
|
},
|
3801
|
-
"name": "EnvsMain"
|
4047
|
+
"name": "EnvsMain",
|
4048
|
+
"componentId": {
|
4049
|
+
"scope": "teambit.envs",
|
4050
|
+
"name": "envs"
|
4051
|
+
}
|
3802
4052
|
},
|
3803
4053
|
{
|
3804
4054
|
"__schema": "TypeRefSchema",
|
@@ -3807,7 +4057,11 @@
|
|
3807
4057
|
"line": 1042,
|
3808
4058
|
"character": 7
|
3809
4059
|
},
|
3810
|
-
"name": "ApplicationMain"
|
4060
|
+
"name": "ApplicationMain",
|
4061
|
+
"componentId": {
|
4062
|
+
"scope": "teambit.harmony",
|
4063
|
+
"name": "application"
|
4064
|
+
}
|
3811
4065
|
},
|
3812
4066
|
{
|
3813
4067
|
"__schema": "TypeRefSchema",
|
@@ -3816,7 +4070,11 @@
|
|
3816
4070
|
"line": 1043,
|
3817
4071
|
"character": 7
|
3818
4072
|
},
|
3819
|
-
"name": "IpcEventsMain"
|
4073
|
+
"name": "IpcEventsMain",
|
4074
|
+
"componentId": {
|
4075
|
+
"scope": "teambit.harmony",
|
4076
|
+
"name": "ipc-events"
|
4077
|
+
}
|
3820
4078
|
},
|
3821
4079
|
{
|
3822
4080
|
"__schema": "TypeRefSchema",
|
@@ -3825,7 +4083,11 @@
|
|
3825
4083
|
"line": 1044,
|
3826
4084
|
"character": 7
|
3827
4085
|
},
|
3828
|
-
"name": "GeneratorMain"
|
4086
|
+
"name": "GeneratorMain",
|
4087
|
+
"componentId": {
|
4088
|
+
"scope": "teambit.generator",
|
4089
|
+
"name": "generator"
|
4090
|
+
}
|
3829
4091
|
},
|
3830
4092
|
{
|
3831
4093
|
"__schema": "TypeRefSchema",
|
@@ -3834,7 +4096,11 @@
|
|
3834
4096
|
"line": 1045,
|
3835
4097
|
"character": 7
|
3836
4098
|
},
|
3837
|
-
"name": "WorkspaceConfigFilesMain"
|
4099
|
+
"name": "WorkspaceConfigFilesMain",
|
4100
|
+
"componentId": {
|
4101
|
+
"scope": "teambit.workspace",
|
4102
|
+
"name": "workspace-config-files"
|
4103
|
+
}
|
3838
4104
|
}
|
3839
4105
|
]
|
3840
4106
|
},
|
@@ -3884,7 +4150,8 @@
|
|
3884
4150
|
"line": 1048,
|
3885
4151
|
"character": 54
|
3886
4152
|
},
|
3887
|
-
"name": "PreLinkSlot"
|
4153
|
+
"name": "PreLinkSlot",
|
4154
|
+
"internalFilePath": "install.main.runtime.ts"
|
3888
4155
|
},
|
3889
4156
|
{
|
3890
4157
|
"__schema": "TypeRefSchema",
|
@@ -3893,7 +4160,8 @@
|
|
3893
4160
|
"line": 1048,
|
3894
4161
|
"character": 67
|
3895
4162
|
},
|
3896
|
-
"name": "PreInstallSlot"
|
4163
|
+
"name": "PreInstallSlot",
|
4164
|
+
"internalFilePath": "install.main.runtime.ts"
|
3897
4165
|
},
|
3898
4166
|
{
|
3899
4167
|
"__schema": "TypeRefSchema",
|
@@ -3902,7 +4170,8 @@
|
|
3902
4170
|
"line": 1048,
|
3903
4171
|
"character": 83
|
3904
4172
|
},
|
3905
|
-
"name": "PostInstallSlot"
|
4173
|
+
"name": "PostInstallSlot",
|
4174
|
+
"internalFilePath": "install.main.runtime.ts"
|
3906
4175
|
}
|
3907
4176
|
]
|
3908
4177
|
},
|
@@ -3974,7 +4243,8 @@
|
|
3974
4243
|
"line": 90,
|
3975
4244
|
"character": 28
|
3976
4245
|
},
|
3977
|
-
"name": "WorkspaceLinkOptions"
|
4246
|
+
"name": "WorkspaceLinkOptions",
|
4247
|
+
"internalFilePath": "install.main.runtime.ts"
|
3978
4248
|
},
|
3979
4249
|
"isOptional": true,
|
3980
4250
|
"isSpread": false
|
@@ -4037,7 +4307,8 @@
|
|
4037
4307
|
"line": 91,
|
4038
4308
|
"character": 34
|
4039
4309
|
},
|
4040
|
-
"name": "WorkspaceInstallOptions"
|
4310
|
+
"name": "WorkspaceInstallOptions",
|
4311
|
+
"internalFilePath": "install.main.runtime.ts"
|
4041
4312
|
},
|
4042
4313
|
"isOptional": true,
|
4043
4314
|
"isSpread": false
|
@@ -4125,6 +4396,11 @@
|
|
4125
4396
|
"character": 20
|
4126
4397
|
},
|
4127
4398
|
"name": "SlotRegistry",
|
4399
|
+
"componentId": {
|
4400
|
+
"scope": "teambit.harmony",
|
4401
|
+
"name": "harmony",
|
4402
|
+
"version": "0.4.6"
|
4403
|
+
},
|
4128
4404
|
"typeArgs": [
|
4129
4405
|
{
|
4130
4406
|
"__schema": "TypeRefSchema",
|
@@ -4133,7 +4409,8 @@
|
|
4133
4409
|
"line": 94,
|
4134
4410
|
"character": 33
|
4135
4411
|
},
|
4136
|
-
"name": "PreLink"
|
4412
|
+
"name": "PreLink",
|
4413
|
+
"internalFilePath": "install.main.runtime.ts"
|
4137
4414
|
}
|
4138
4415
|
]
|
4139
4416
|
}
|
@@ -4155,6 +4432,11 @@
|
|
4155
4432
|
"character": 23
|
4156
4433
|
},
|
4157
4434
|
"name": "SlotRegistry",
|
4435
|
+
"componentId": {
|
4436
|
+
"scope": "teambit.harmony",
|
4437
|
+
"name": "harmony",
|
4438
|
+
"version": "0.4.6"
|
4439
|
+
},
|
4158
4440
|
"typeArgs": [
|
4159
4441
|
{
|
4160
4442
|
"__schema": "TypeRefSchema",
|
@@ -4163,7 +4445,8 @@
|
|
4163
4445
|
"line": 95,
|
4164
4446
|
"character": 36
|
4165
4447
|
},
|
4166
|
-
"name": "PreInstall"
|
4448
|
+
"name": "PreInstall",
|
4449
|
+
"internalFilePath": "install.main.runtime.ts"
|
4167
4450
|
}
|
4168
4451
|
]
|
4169
4452
|
}
|
@@ -4185,6 +4468,11 @@
|
|
4185
4468
|
"character": 24
|
4186
4469
|
},
|
4187
4470
|
"name": "SlotRegistry",
|
4471
|
+
"componentId": {
|
4472
|
+
"scope": "teambit.harmony",
|
4473
|
+
"name": "harmony",
|
4474
|
+
"version": "0.4.6"
|
4475
|
+
},
|
4188
4476
|
"typeArgs": [
|
4189
4477
|
{
|
4190
4478
|
"__schema": "TypeRefSchema",
|
@@ -4193,7 +4481,8 @@
|
|
4193
4481
|
"line": 96,
|
4194
4482
|
"character": 37
|
4195
4483
|
},
|
4196
|
-
"name": "PostInstall"
|
4484
|
+
"name": "PostInstall",
|
4485
|
+
"internalFilePath": "install.main.runtime.ts"
|
4197
4486
|
}
|
4198
4487
|
]
|
4199
4488
|
}
|
@@ -4231,7 +4520,11 @@
|
|
4231
4520
|
"line": 99,
|
4232
4521
|
"character": 3
|
4233
4522
|
},
|
4234
|
-
"name": "GetComponentManifestsOptions"
|
4523
|
+
"name": "GetComponentManifestsOptions",
|
4524
|
+
"componentId": {
|
4525
|
+
"scope": "teambit.dependencies",
|
4526
|
+
"name": "dependency-resolver"
|
4527
|
+
}
|
4235
4528
|
},
|
4236
4529
|
{
|
4237
4530
|
"__schema": "TypeUnionSchema",
|
@@ -4288,7 +4581,11 @@
|
|
4288
4581
|
"line": 102,
|
4289
4582
|
"character": 8
|
4290
4583
|
},
|
4291
|
-
"name": "PackageManagerInstallOptions"
|
4584
|
+
"name": "PackageManagerInstallOptions",
|
4585
|
+
"componentId": {
|
4586
|
+
"scope": "teambit.dependencies",
|
4587
|
+
"name": "dependency-resolver"
|
4588
|
+
}
|
4292
4589
|
},
|
4293
4590
|
{
|
4294
4591
|
"__schema": "LiteralTypeSchema",
|
@@ -4338,6 +4635,10 @@
|
|
4338
4635
|
"character": 26
|
4339
4636
|
},
|
4340
4637
|
"name": "ComponentMap",
|
4638
|
+
"componentId": {
|
4639
|
+
"scope": "teambit.component",
|
4640
|
+
"name": "component"
|
4641
|
+
},
|
4341
4642
|
"typeArgs": [
|
4342
4643
|
{
|
4343
4644
|
"__schema": "KeywordTypeSchema",
|
@@ -4386,7 +4687,8 @@
|
|
4386
4687
|
"line": 1095,
|
4387
4688
|
"character": 29
|
4388
4689
|
},
|
4389
|
-
"name": "ProjectManifest"
|
4690
|
+
"name": "ProjectManifest",
|
4691
|
+
"packageName": "@pnpm/types"
|
4390
4692
|
}
|
4391
4693
|
]
|
4392
4694
|
},
|
@@ -4420,7 +4722,8 @@
|
|
4420
4722
|
"line": 1101,
|
4421
4723
|
"character": 4
|
4422
4724
|
},
|
4423
|
-
"name": "ComponentsAndManifests"
|
4725
|
+
"name": "ComponentsAndManifests",
|
4726
|
+
"internalFilePath": "install.main.runtime.ts"
|
4424
4727
|
},
|
4425
4728
|
"isOptional": false,
|
4426
4729
|
"objectBindingNodes": [
|
@@ -4514,7 +4817,8 @@
|
|
4514
4817
|
"line": 1119,
|
4515
4818
|
"character": 50
|
4516
4819
|
},
|
4517
|
-
"name": "ProjectManifest"
|
4820
|
+
"name": "ProjectManifest",
|
4821
|
+
"packageName": "@pnpm/types"
|
4518
4822
|
}
|
4519
4823
|
]
|
4520
4824
|
},
|
@@ -4576,7 +4880,7 @@
|
|
4576
4880
|
"componentId": {
|
4577
4881
|
"scope": "teambit.workspace",
|
4578
4882
|
"name": "install",
|
4579
|
-
"version": "1.0.
|
4883
|
+
"version": "1.0.229"
|
4580
4884
|
},
|
4581
4885
|
"taggedModuleExports": []
|
4582
4886
|
}
|