@teambit/api-server 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/schema.json +221 -45
- package/dist/api-for-ide.d.ts +137 -0
- package/dist/api-server.aspect.d.ts +2 -0
- package/dist/api-server.main.runtime.d.ts +50 -0
- package/dist/cli.route.d.ts +25 -0
- package/dist/ide.route.d.ts +20 -0
- package/dist/index.d.ts +4 -0
- package/dist/server.cmd.d.ts +16 -0
- package/dist/sse-events.route.d.ts +17 -0
- package/package.json +21 -21
- package/tsconfig.json +1 -58
- /package/dist/{preview-1712805335812.js → preview-1712891953391.js} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.harmony/api-server@1.0.
|
|
3
|
+
<testsuite name="teambit.harmony/api-server@1.0.230" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
package/artifacts/schema.json
CHANGED
|
@@ -48,7 +48,11 @@
|
|
|
48
48
|
"line": 27,
|
|
49
49
|
"character": 24
|
|
50
50
|
},
|
|
51
|
-
"name": "Workspace"
|
|
51
|
+
"name": "Workspace",
|
|
52
|
+
"componentId": {
|
|
53
|
+
"scope": "teambit.workspace",
|
|
54
|
+
"name": "workspace"
|
|
55
|
+
}
|
|
52
56
|
},
|
|
53
57
|
"isOptional": false,
|
|
54
58
|
"isSpread": false
|
|
@@ -68,7 +72,11 @@
|
|
|
68
72
|
"line": 28,
|
|
69
73
|
"character": 21
|
|
70
74
|
},
|
|
71
|
-
"name": "Logger"
|
|
75
|
+
"name": "Logger",
|
|
76
|
+
"componentId": {
|
|
77
|
+
"scope": "teambit.harmony",
|
|
78
|
+
"name": "logger"
|
|
79
|
+
}
|
|
72
80
|
},
|
|
73
81
|
"isOptional": false,
|
|
74
82
|
"isSpread": false
|
|
@@ -88,7 +96,11 @@
|
|
|
88
96
|
"line": 29,
|
|
89
97
|
"character": 22
|
|
90
98
|
},
|
|
91
|
-
"name": "ExpressMain"
|
|
99
|
+
"name": "ExpressMain",
|
|
100
|
+
"componentId": {
|
|
101
|
+
"scope": "teambit.harmony",
|
|
102
|
+
"name": "express"
|
|
103
|
+
}
|
|
92
104
|
},
|
|
93
105
|
"isOptional": false,
|
|
94
106
|
"isSpread": false
|
|
@@ -108,7 +120,11 @@
|
|
|
108
120
|
"line": 30,
|
|
109
121
|
"character": 22
|
|
110
122
|
},
|
|
111
|
-
"name": "WatcherMain"
|
|
123
|
+
"name": "WatcherMain",
|
|
124
|
+
"componentId": {
|
|
125
|
+
"scope": "teambit.workspace",
|
|
126
|
+
"name": "watcher"
|
|
127
|
+
}
|
|
112
128
|
},
|
|
113
129
|
"isOptional": false,
|
|
114
130
|
"isSpread": false
|
|
@@ -128,7 +144,11 @@
|
|
|
128
144
|
"line": 31,
|
|
129
145
|
"character": 24
|
|
130
146
|
},
|
|
131
|
-
"name": "InstallMain"
|
|
147
|
+
"name": "InstallMain",
|
|
148
|
+
"componentId": {
|
|
149
|
+
"scope": "teambit.workspace",
|
|
150
|
+
"name": "install"
|
|
151
|
+
}
|
|
132
152
|
},
|
|
133
153
|
"isOptional": false,
|
|
134
154
|
"isSpread": false
|
|
@@ -148,7 +168,11 @@
|
|
|
148
168
|
"line": 32,
|
|
149
169
|
"character": 23
|
|
150
170
|
},
|
|
151
|
-
"name": "ImporterMain"
|
|
171
|
+
"name": "ImporterMain",
|
|
172
|
+
"componentId": {
|
|
173
|
+
"scope": "teambit.scope",
|
|
174
|
+
"name": "importer"
|
|
175
|
+
}
|
|
152
176
|
},
|
|
153
177
|
"isOptional": false,
|
|
154
178
|
"isSpread": false
|
|
@@ -325,7 +349,11 @@
|
|
|
325
349
|
"line": 136,
|
|
326
350
|
"character": 5
|
|
327
351
|
},
|
|
328
|
-
"name": "CLIMain"
|
|
352
|
+
"name": "CLIMain",
|
|
353
|
+
"componentId": {
|
|
354
|
+
"scope": "teambit.harmony",
|
|
355
|
+
"name": "cli"
|
|
356
|
+
}
|
|
329
357
|
},
|
|
330
358
|
{
|
|
331
359
|
"__schema": "TypeRefSchema",
|
|
@@ -334,7 +362,11 @@
|
|
|
334
362
|
"line": 137,
|
|
335
363
|
"character": 5
|
|
336
364
|
},
|
|
337
|
-
"name": "Workspace"
|
|
365
|
+
"name": "Workspace",
|
|
366
|
+
"componentId": {
|
|
367
|
+
"scope": "teambit.workspace",
|
|
368
|
+
"name": "workspace"
|
|
369
|
+
}
|
|
338
370
|
},
|
|
339
371
|
{
|
|
340
372
|
"__schema": "TypeRefSchema",
|
|
@@ -343,7 +375,11 @@
|
|
|
343
375
|
"line": 138,
|
|
344
376
|
"character": 5
|
|
345
377
|
},
|
|
346
|
-
"name": "LoggerMain"
|
|
378
|
+
"name": "LoggerMain",
|
|
379
|
+
"componentId": {
|
|
380
|
+
"scope": "teambit.harmony",
|
|
381
|
+
"name": "logger"
|
|
382
|
+
}
|
|
347
383
|
},
|
|
348
384
|
{
|
|
349
385
|
"__schema": "TypeRefSchema",
|
|
@@ -352,7 +388,11 @@
|
|
|
352
388
|
"line": 139,
|
|
353
389
|
"character": 5
|
|
354
390
|
},
|
|
355
|
-
"name": "ExpressMain"
|
|
391
|
+
"name": "ExpressMain",
|
|
392
|
+
"componentId": {
|
|
393
|
+
"scope": "teambit.harmony",
|
|
394
|
+
"name": "express"
|
|
395
|
+
}
|
|
356
396
|
},
|
|
357
397
|
{
|
|
358
398
|
"__schema": "TypeRefSchema",
|
|
@@ -361,7 +401,11 @@
|
|
|
361
401
|
"line": 140,
|
|
362
402
|
"character": 5
|
|
363
403
|
},
|
|
364
|
-
"name": "WatcherMain"
|
|
404
|
+
"name": "WatcherMain",
|
|
405
|
+
"componentId": {
|
|
406
|
+
"scope": "teambit.workspace",
|
|
407
|
+
"name": "watcher"
|
|
408
|
+
}
|
|
365
409
|
},
|
|
366
410
|
{
|
|
367
411
|
"__schema": "TypeRefSchema",
|
|
@@ -370,7 +414,11 @@
|
|
|
370
414
|
"line": 141,
|
|
371
415
|
"character": 5
|
|
372
416
|
},
|
|
373
|
-
"name": "SnappingMain"
|
|
417
|
+
"name": "SnappingMain",
|
|
418
|
+
"componentId": {
|
|
419
|
+
"scope": "teambit.component",
|
|
420
|
+
"name": "snapping"
|
|
421
|
+
}
|
|
374
422
|
},
|
|
375
423
|
{
|
|
376
424
|
"__schema": "TypeRefSchema",
|
|
@@ -379,7 +427,11 @@
|
|
|
379
427
|
"line": 142,
|
|
380
428
|
"character": 5
|
|
381
429
|
},
|
|
382
|
-
"name": "LanesMain"
|
|
430
|
+
"name": "LanesMain",
|
|
431
|
+
"componentId": {
|
|
432
|
+
"scope": "teambit.lanes",
|
|
433
|
+
"name": "lanes"
|
|
434
|
+
}
|
|
383
435
|
},
|
|
384
436
|
{
|
|
385
437
|
"__schema": "TypeRefSchema",
|
|
@@ -388,7 +440,11 @@
|
|
|
388
440
|
"line": 143,
|
|
389
441
|
"character": 5
|
|
390
442
|
},
|
|
391
|
-
"name": "InstallMain"
|
|
443
|
+
"name": "InstallMain",
|
|
444
|
+
"componentId": {
|
|
445
|
+
"scope": "teambit.workspace",
|
|
446
|
+
"name": "install"
|
|
447
|
+
}
|
|
392
448
|
},
|
|
393
449
|
{
|
|
394
450
|
"__schema": "TypeRefSchema",
|
|
@@ -397,7 +453,11 @@
|
|
|
397
453
|
"line": 144,
|
|
398
454
|
"character": 5
|
|
399
455
|
},
|
|
400
|
-
"name": "ExportMain"
|
|
456
|
+
"name": "ExportMain",
|
|
457
|
+
"componentId": {
|
|
458
|
+
"scope": "teambit.scope",
|
|
459
|
+
"name": "export"
|
|
460
|
+
}
|
|
401
461
|
},
|
|
402
462
|
{
|
|
403
463
|
"__schema": "TypeRefSchema",
|
|
@@ -406,7 +466,11 @@
|
|
|
406
466
|
"line": 145,
|
|
407
467
|
"character": 5
|
|
408
468
|
},
|
|
409
|
-
"name": "CheckoutMain"
|
|
469
|
+
"name": "CheckoutMain",
|
|
470
|
+
"componentId": {
|
|
471
|
+
"scope": "teambit.component",
|
|
472
|
+
"name": "checkout"
|
|
473
|
+
}
|
|
410
474
|
},
|
|
411
475
|
{
|
|
412
476
|
"__schema": "TypeRefSchema",
|
|
@@ -415,7 +479,11 @@
|
|
|
415
479
|
"line": 146,
|
|
416
480
|
"character": 5
|
|
417
481
|
},
|
|
418
|
-
"name": "ComponentLogMain"
|
|
482
|
+
"name": "ComponentLogMain",
|
|
483
|
+
"componentId": {
|
|
484
|
+
"scope": "teambit.component",
|
|
485
|
+
"name": "component-log"
|
|
486
|
+
}
|
|
419
487
|
},
|
|
420
488
|
{
|
|
421
489
|
"__schema": "TypeRefSchema",
|
|
@@ -424,7 +492,11 @@
|
|
|
424
492
|
"line": 147,
|
|
425
493
|
"character": 5
|
|
426
494
|
},
|
|
427
|
-
"name": "ImporterMain"
|
|
495
|
+
"name": "ImporterMain",
|
|
496
|
+
"componentId": {
|
|
497
|
+
"scope": "teambit.scope",
|
|
498
|
+
"name": "importer"
|
|
499
|
+
}
|
|
428
500
|
},
|
|
429
501
|
{
|
|
430
502
|
"__schema": "TypeRefSchema",
|
|
@@ -433,7 +505,11 @@
|
|
|
433
505
|
"line": 148,
|
|
434
506
|
"character": 5
|
|
435
507
|
},
|
|
436
|
-
"name": "ComponentCompareMain"
|
|
508
|
+
"name": "ComponentCompareMain",
|
|
509
|
+
"componentId": {
|
|
510
|
+
"scope": "teambit.component",
|
|
511
|
+
"name": "component-compare"
|
|
512
|
+
}
|
|
437
513
|
},
|
|
438
514
|
{
|
|
439
515
|
"__schema": "TypeRefSchema",
|
|
@@ -442,7 +518,11 @@
|
|
|
442
518
|
"line": 149,
|
|
443
519
|
"character": 5
|
|
444
520
|
},
|
|
445
|
-
"name": "GeneratorMain"
|
|
521
|
+
"name": "GeneratorMain",
|
|
522
|
+
"componentId": {
|
|
523
|
+
"scope": "teambit.generator",
|
|
524
|
+
"name": "generator"
|
|
525
|
+
}
|
|
446
526
|
},
|
|
447
527
|
{
|
|
448
528
|
"__schema": "TypeRefSchema",
|
|
@@ -451,7 +531,11 @@
|
|
|
451
531
|
"line": 150,
|
|
452
532
|
"character": 5
|
|
453
533
|
},
|
|
454
|
-
"name": "RemoveMain"
|
|
534
|
+
"name": "RemoveMain",
|
|
535
|
+
"componentId": {
|
|
536
|
+
"scope": "teambit.component",
|
|
537
|
+
"name": "remove"
|
|
538
|
+
}
|
|
455
539
|
},
|
|
456
540
|
{
|
|
457
541
|
"__schema": "TypeRefSchema",
|
|
@@ -460,7 +544,11 @@
|
|
|
460
544
|
"line": 151,
|
|
461
545
|
"character": 5
|
|
462
546
|
},
|
|
463
|
-
"name": "ConfigMain"
|
|
547
|
+
"name": "ConfigMain",
|
|
548
|
+
"componentId": {
|
|
549
|
+
"scope": "teambit.harmony",
|
|
550
|
+
"name": "config"
|
|
551
|
+
}
|
|
464
552
|
}
|
|
465
553
|
]
|
|
466
554
|
},
|
|
@@ -569,7 +657,11 @@
|
|
|
569
657
|
"line": 27,
|
|
570
658
|
"character": 24
|
|
571
659
|
},
|
|
572
|
-
"name": "Workspace"
|
|
660
|
+
"name": "Workspace",
|
|
661
|
+
"componentId": {
|
|
662
|
+
"scope": "teambit.workspace",
|
|
663
|
+
"name": "workspace"
|
|
664
|
+
}
|
|
573
665
|
},
|
|
574
666
|
"isOptional": false,
|
|
575
667
|
"isSpread": false
|
|
@@ -589,7 +681,11 @@
|
|
|
589
681
|
"line": 28,
|
|
590
682
|
"character": 21
|
|
591
683
|
},
|
|
592
|
-
"name": "Logger"
|
|
684
|
+
"name": "Logger",
|
|
685
|
+
"componentId": {
|
|
686
|
+
"scope": "teambit.harmony",
|
|
687
|
+
"name": "logger"
|
|
688
|
+
}
|
|
593
689
|
},
|
|
594
690
|
"isOptional": false,
|
|
595
691
|
"isSpread": false
|
|
@@ -609,7 +705,11 @@
|
|
|
609
705
|
"line": 29,
|
|
610
706
|
"character": 22
|
|
611
707
|
},
|
|
612
|
-
"name": "ExpressMain"
|
|
708
|
+
"name": "ExpressMain",
|
|
709
|
+
"componentId": {
|
|
710
|
+
"scope": "teambit.harmony",
|
|
711
|
+
"name": "express"
|
|
712
|
+
}
|
|
613
713
|
},
|
|
614
714
|
"isOptional": false,
|
|
615
715
|
"isSpread": false
|
|
@@ -629,7 +729,11 @@
|
|
|
629
729
|
"line": 30,
|
|
630
730
|
"character": 22
|
|
631
731
|
},
|
|
632
|
-
"name": "WatcherMain"
|
|
732
|
+
"name": "WatcherMain",
|
|
733
|
+
"componentId": {
|
|
734
|
+
"scope": "teambit.workspace",
|
|
735
|
+
"name": "watcher"
|
|
736
|
+
}
|
|
633
737
|
},
|
|
634
738
|
"isOptional": false,
|
|
635
739
|
"isSpread": false
|
|
@@ -649,7 +753,11 @@
|
|
|
649
753
|
"line": 31,
|
|
650
754
|
"character": 24
|
|
651
755
|
},
|
|
652
|
-
"name": "InstallMain"
|
|
756
|
+
"name": "InstallMain",
|
|
757
|
+
"componentId": {
|
|
758
|
+
"scope": "teambit.workspace",
|
|
759
|
+
"name": "install"
|
|
760
|
+
}
|
|
653
761
|
},
|
|
654
762
|
"isOptional": false,
|
|
655
763
|
"isSpread": false
|
|
@@ -669,7 +777,11 @@
|
|
|
669
777
|
"line": 32,
|
|
670
778
|
"character": 23
|
|
671
779
|
},
|
|
672
|
-
"name": "ImporterMain"
|
|
780
|
+
"name": "ImporterMain",
|
|
781
|
+
"componentId": {
|
|
782
|
+
"scope": "teambit.scope",
|
|
783
|
+
"name": "importer"
|
|
784
|
+
}
|
|
673
785
|
},
|
|
674
786
|
"isOptional": false,
|
|
675
787
|
"isSpread": false
|
|
@@ -846,7 +958,11 @@
|
|
|
846
958
|
"line": 136,
|
|
847
959
|
"character": 5
|
|
848
960
|
},
|
|
849
|
-
"name": "CLIMain"
|
|
961
|
+
"name": "CLIMain",
|
|
962
|
+
"componentId": {
|
|
963
|
+
"scope": "teambit.harmony",
|
|
964
|
+
"name": "cli"
|
|
965
|
+
}
|
|
850
966
|
},
|
|
851
967
|
{
|
|
852
968
|
"__schema": "TypeRefSchema",
|
|
@@ -855,7 +971,11 @@
|
|
|
855
971
|
"line": 137,
|
|
856
972
|
"character": 5
|
|
857
973
|
},
|
|
858
|
-
"name": "Workspace"
|
|
974
|
+
"name": "Workspace",
|
|
975
|
+
"componentId": {
|
|
976
|
+
"scope": "teambit.workspace",
|
|
977
|
+
"name": "workspace"
|
|
978
|
+
}
|
|
859
979
|
},
|
|
860
980
|
{
|
|
861
981
|
"__schema": "TypeRefSchema",
|
|
@@ -864,7 +984,11 @@
|
|
|
864
984
|
"line": 138,
|
|
865
985
|
"character": 5
|
|
866
986
|
},
|
|
867
|
-
"name": "LoggerMain"
|
|
987
|
+
"name": "LoggerMain",
|
|
988
|
+
"componentId": {
|
|
989
|
+
"scope": "teambit.harmony",
|
|
990
|
+
"name": "logger"
|
|
991
|
+
}
|
|
868
992
|
},
|
|
869
993
|
{
|
|
870
994
|
"__schema": "TypeRefSchema",
|
|
@@ -873,7 +997,11 @@
|
|
|
873
997
|
"line": 139,
|
|
874
998
|
"character": 5
|
|
875
999
|
},
|
|
876
|
-
"name": "ExpressMain"
|
|
1000
|
+
"name": "ExpressMain",
|
|
1001
|
+
"componentId": {
|
|
1002
|
+
"scope": "teambit.harmony",
|
|
1003
|
+
"name": "express"
|
|
1004
|
+
}
|
|
877
1005
|
},
|
|
878
1006
|
{
|
|
879
1007
|
"__schema": "TypeRefSchema",
|
|
@@ -882,7 +1010,11 @@
|
|
|
882
1010
|
"line": 140,
|
|
883
1011
|
"character": 5
|
|
884
1012
|
},
|
|
885
|
-
"name": "WatcherMain"
|
|
1013
|
+
"name": "WatcherMain",
|
|
1014
|
+
"componentId": {
|
|
1015
|
+
"scope": "teambit.workspace",
|
|
1016
|
+
"name": "watcher"
|
|
1017
|
+
}
|
|
886
1018
|
},
|
|
887
1019
|
{
|
|
888
1020
|
"__schema": "TypeRefSchema",
|
|
@@ -891,7 +1023,11 @@
|
|
|
891
1023
|
"line": 141,
|
|
892
1024
|
"character": 5
|
|
893
1025
|
},
|
|
894
|
-
"name": "SnappingMain"
|
|
1026
|
+
"name": "SnappingMain",
|
|
1027
|
+
"componentId": {
|
|
1028
|
+
"scope": "teambit.component",
|
|
1029
|
+
"name": "snapping"
|
|
1030
|
+
}
|
|
895
1031
|
},
|
|
896
1032
|
{
|
|
897
1033
|
"__schema": "TypeRefSchema",
|
|
@@ -900,7 +1036,11 @@
|
|
|
900
1036
|
"line": 142,
|
|
901
1037
|
"character": 5
|
|
902
1038
|
},
|
|
903
|
-
"name": "LanesMain"
|
|
1039
|
+
"name": "LanesMain",
|
|
1040
|
+
"componentId": {
|
|
1041
|
+
"scope": "teambit.lanes",
|
|
1042
|
+
"name": "lanes"
|
|
1043
|
+
}
|
|
904
1044
|
},
|
|
905
1045
|
{
|
|
906
1046
|
"__schema": "TypeRefSchema",
|
|
@@ -909,7 +1049,11 @@
|
|
|
909
1049
|
"line": 143,
|
|
910
1050
|
"character": 5
|
|
911
1051
|
},
|
|
912
|
-
"name": "InstallMain"
|
|
1052
|
+
"name": "InstallMain",
|
|
1053
|
+
"componentId": {
|
|
1054
|
+
"scope": "teambit.workspace",
|
|
1055
|
+
"name": "install"
|
|
1056
|
+
}
|
|
913
1057
|
},
|
|
914
1058
|
{
|
|
915
1059
|
"__schema": "TypeRefSchema",
|
|
@@ -918,7 +1062,11 @@
|
|
|
918
1062
|
"line": 144,
|
|
919
1063
|
"character": 5
|
|
920
1064
|
},
|
|
921
|
-
"name": "ExportMain"
|
|
1065
|
+
"name": "ExportMain",
|
|
1066
|
+
"componentId": {
|
|
1067
|
+
"scope": "teambit.scope",
|
|
1068
|
+
"name": "export"
|
|
1069
|
+
}
|
|
922
1070
|
},
|
|
923
1071
|
{
|
|
924
1072
|
"__schema": "TypeRefSchema",
|
|
@@ -927,7 +1075,11 @@
|
|
|
927
1075
|
"line": 145,
|
|
928
1076
|
"character": 5
|
|
929
1077
|
},
|
|
930
|
-
"name": "CheckoutMain"
|
|
1078
|
+
"name": "CheckoutMain",
|
|
1079
|
+
"componentId": {
|
|
1080
|
+
"scope": "teambit.component",
|
|
1081
|
+
"name": "checkout"
|
|
1082
|
+
}
|
|
931
1083
|
},
|
|
932
1084
|
{
|
|
933
1085
|
"__schema": "TypeRefSchema",
|
|
@@ -936,7 +1088,11 @@
|
|
|
936
1088
|
"line": 146,
|
|
937
1089
|
"character": 5
|
|
938
1090
|
},
|
|
939
|
-
"name": "ComponentLogMain"
|
|
1091
|
+
"name": "ComponentLogMain",
|
|
1092
|
+
"componentId": {
|
|
1093
|
+
"scope": "teambit.component",
|
|
1094
|
+
"name": "component-log"
|
|
1095
|
+
}
|
|
940
1096
|
},
|
|
941
1097
|
{
|
|
942
1098
|
"__schema": "TypeRefSchema",
|
|
@@ -945,7 +1101,11 @@
|
|
|
945
1101
|
"line": 147,
|
|
946
1102
|
"character": 5
|
|
947
1103
|
},
|
|
948
|
-
"name": "ImporterMain"
|
|
1104
|
+
"name": "ImporterMain",
|
|
1105
|
+
"componentId": {
|
|
1106
|
+
"scope": "teambit.scope",
|
|
1107
|
+
"name": "importer"
|
|
1108
|
+
}
|
|
949
1109
|
},
|
|
950
1110
|
{
|
|
951
1111
|
"__schema": "TypeRefSchema",
|
|
@@ -954,7 +1114,11 @@
|
|
|
954
1114
|
"line": 148,
|
|
955
1115
|
"character": 5
|
|
956
1116
|
},
|
|
957
|
-
"name": "ComponentCompareMain"
|
|
1117
|
+
"name": "ComponentCompareMain",
|
|
1118
|
+
"componentId": {
|
|
1119
|
+
"scope": "teambit.component",
|
|
1120
|
+
"name": "component-compare"
|
|
1121
|
+
}
|
|
958
1122
|
},
|
|
959
1123
|
{
|
|
960
1124
|
"__schema": "TypeRefSchema",
|
|
@@ -963,7 +1127,11 @@
|
|
|
963
1127
|
"line": 149,
|
|
964
1128
|
"character": 5
|
|
965
1129
|
},
|
|
966
|
-
"name": "GeneratorMain"
|
|
1130
|
+
"name": "GeneratorMain",
|
|
1131
|
+
"componentId": {
|
|
1132
|
+
"scope": "teambit.generator",
|
|
1133
|
+
"name": "generator"
|
|
1134
|
+
}
|
|
967
1135
|
},
|
|
968
1136
|
{
|
|
969
1137
|
"__schema": "TypeRefSchema",
|
|
@@ -972,7 +1140,11 @@
|
|
|
972
1140
|
"line": 150,
|
|
973
1141
|
"character": 5
|
|
974
1142
|
},
|
|
975
|
-
"name": "RemoveMain"
|
|
1143
|
+
"name": "RemoveMain",
|
|
1144
|
+
"componentId": {
|
|
1145
|
+
"scope": "teambit.component",
|
|
1146
|
+
"name": "remove"
|
|
1147
|
+
}
|
|
976
1148
|
},
|
|
977
1149
|
{
|
|
978
1150
|
"__schema": "TypeRefSchema",
|
|
@@ -981,7 +1153,11 @@
|
|
|
981
1153
|
"line": 151,
|
|
982
1154
|
"character": 5
|
|
983
1155
|
},
|
|
984
|
-
"name": "ConfigMain"
|
|
1156
|
+
"name": "ConfigMain",
|
|
1157
|
+
"componentId": {
|
|
1158
|
+
"scope": "teambit.harmony",
|
|
1159
|
+
"name": "config"
|
|
1160
|
+
}
|
|
985
1161
|
}
|
|
986
1162
|
]
|
|
987
1163
|
},
|
|
@@ -1072,7 +1248,7 @@
|
|
|
1072
1248
|
"componentId": {
|
|
1073
1249
|
"scope": "teambit.harmony",
|
|
1074
1250
|
"name": "api-server",
|
|
1075
|
-
"version": "1.0.
|
|
1251
|
+
"version": "1.0.230"
|
|
1076
1252
|
},
|
|
1077
1253
|
"taggedModuleExports": []
|
|
1078
1254
|
}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { CompFiles, Workspace, FilesStatus } from '@teambit/workspace';
|
|
2
|
+
import { PathOsBasedAbsolute, PathOsBasedRelative } from '@teambit/legacy/dist/utils/path';
|
|
3
|
+
import { SnappingMain } from '@teambit/snapping';
|
|
4
|
+
import { LanesMain } from '@teambit/lanes';
|
|
5
|
+
import { InstallMain } from '@teambit/install';
|
|
6
|
+
import { ExportMain } from '@teambit/export';
|
|
7
|
+
import { CheckoutMain } from '@teambit/checkout';
|
|
8
|
+
import { ComponentLogMain, FileHashDiffFromParent } from '@teambit/component-log';
|
|
9
|
+
import { Log } from '@teambit/legacy/dist/scope/models/lane';
|
|
10
|
+
import { ComponentCompareMain } from '@teambit/component-compare';
|
|
11
|
+
import { GeneratorMain } from '@teambit/generator';
|
|
12
|
+
import { RemoveMain } from '@teambit/remove';
|
|
13
|
+
import { ConfigMain } from '@teambit/config';
|
|
14
|
+
type PathLinux = string;
|
|
15
|
+
type PathFromLastSnap = {
|
|
16
|
+
[relativeToWorkspace: PathLinux]: string;
|
|
17
|
+
};
|
|
18
|
+
type InitSCMEntry = {
|
|
19
|
+
filesStatus: FilesStatus;
|
|
20
|
+
pathsFromLastSnap: PathFromLastSnap;
|
|
21
|
+
compDir: PathLinux;
|
|
22
|
+
};
|
|
23
|
+
type DataToInitSCM = {
|
|
24
|
+
[compId: string]: InitSCMEntry;
|
|
25
|
+
};
|
|
26
|
+
type LaneObj = {
|
|
27
|
+
name: string;
|
|
28
|
+
scope: string;
|
|
29
|
+
id: string;
|
|
30
|
+
log: Log;
|
|
31
|
+
components: Array<{
|
|
32
|
+
id: string;
|
|
33
|
+
head: string;
|
|
34
|
+
}>;
|
|
35
|
+
isNew: boolean;
|
|
36
|
+
forkedFrom?: string;
|
|
37
|
+
};
|
|
38
|
+
type ModifiedByConfig = {
|
|
39
|
+
id: string;
|
|
40
|
+
version: string;
|
|
41
|
+
dependencies?: {
|
|
42
|
+
workspace: string[];
|
|
43
|
+
scope: string[];
|
|
44
|
+
};
|
|
45
|
+
aspects?: {
|
|
46
|
+
workspace: Record<string, any>;
|
|
47
|
+
scope: Record<string, any>;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
type WorkspaceHistory = {
|
|
51
|
+
current: PathOsBasedAbsolute;
|
|
52
|
+
history: Array<{
|
|
53
|
+
path: PathOsBasedAbsolute;
|
|
54
|
+
fileId: string;
|
|
55
|
+
reason?: string;
|
|
56
|
+
}>;
|
|
57
|
+
};
|
|
58
|
+
export declare class APIForIDE {
|
|
59
|
+
private workspace;
|
|
60
|
+
private snapping;
|
|
61
|
+
private lanes;
|
|
62
|
+
private installer;
|
|
63
|
+
private exporter;
|
|
64
|
+
private checkout;
|
|
65
|
+
private componentLog;
|
|
66
|
+
private componentCompare;
|
|
67
|
+
private generator;
|
|
68
|
+
private remove;
|
|
69
|
+
private config;
|
|
70
|
+
constructor(workspace: Workspace, snapping: SnappingMain, lanes: LanesMain, installer: InstallMain, exporter: ExportMain, checkout: CheckoutMain, componentLog: ComponentLogMain, componentCompare: ComponentCompareMain, generator: GeneratorMain, remove: RemoveMain, config: ConfigMain);
|
|
71
|
+
logStartCmdHistory(op: string): Promise<void>;
|
|
72
|
+
logFinishCmdHistory(op: string, code: number): Promise<void>;
|
|
73
|
+
private writeToCmdHistory;
|
|
74
|
+
listIdsWithPaths(): Promise<{}>;
|
|
75
|
+
getMainFilePath(id: string): Promise<PathOsBasedAbsolute>;
|
|
76
|
+
getWorkspaceHistory(): Promise<WorkspaceHistory>;
|
|
77
|
+
getConfigHistory(): Promise<WorkspaceHistory>;
|
|
78
|
+
importLane(laneName: string, { skipDependencyInstallation }: {
|
|
79
|
+
skipDependencyInstallation?: boolean;
|
|
80
|
+
}): Promise<string[]>;
|
|
81
|
+
getCurrentLaneObject(): Promise<LaneObj | undefined>;
|
|
82
|
+
listLanes(): Promise<import("@teambit/legacy/dist/scope/lanes/lanes").LaneData[]>;
|
|
83
|
+
createLane(name: string): Promise<import("@teambit/lanes").CreateLaneResult>;
|
|
84
|
+
getCompFiles(id: string): Promise<{
|
|
85
|
+
dirAbs: string;
|
|
86
|
+
filesRelative: PathOsBasedRelative[];
|
|
87
|
+
}>;
|
|
88
|
+
getCompFilesDirPathFromLastSnap(id: string): Promise<{
|
|
89
|
+
[relativePath: string]: string;
|
|
90
|
+
}>;
|
|
91
|
+
catObject(hash: string): Promise<string>;
|
|
92
|
+
logFile(filePath: string): Promise<import("@teambit/component-log/component-log.main.runtime").FileLog[]>;
|
|
93
|
+
changedFilesFromParent(id: string): Promise<FileHashDiffFromParent[]>;
|
|
94
|
+
getConfigForDiff(id: string): Promise<{
|
|
95
|
+
version?: string | undefined;
|
|
96
|
+
dependencies?: string[] | undefined;
|
|
97
|
+
aspects?: Record<string, any> | undefined;
|
|
98
|
+
}>;
|
|
99
|
+
setDefaultScope(scopeName: string): Promise<string>;
|
|
100
|
+
getCompFilesDirPathFromLastSnapUsingCompFiles(compFiles: CompFiles): Promise<{
|
|
101
|
+
[relativePath: string]: string;
|
|
102
|
+
}>;
|
|
103
|
+
warmWorkspaceCache(): Promise<void>;
|
|
104
|
+
clearCache(): Promise<void>;
|
|
105
|
+
install(options?: {}): Promise<import("@teambit/component").ComponentMap<string>>;
|
|
106
|
+
export(): Promise<{
|
|
107
|
+
componentsIds: string[];
|
|
108
|
+
removedIds: string[];
|
|
109
|
+
exportedLanes: string[];
|
|
110
|
+
rippleJobs: string[];
|
|
111
|
+
}>;
|
|
112
|
+
checkoutHead(): Promise<{
|
|
113
|
+
succeed: string[] | undefined;
|
|
114
|
+
skipped: string[] | undefined;
|
|
115
|
+
failed: string[] | undefined;
|
|
116
|
+
}>;
|
|
117
|
+
getTemplates(): Promise<import("@teambit/generator/generator.main.runtime").TemplateDescriptor[]>;
|
|
118
|
+
createComponent(templateName: string, idIncludeScope: string): Promise<import("@teambit/generator").GenerateResult[]>;
|
|
119
|
+
removeComponent(id: string): Promise<import("@teambit/legacy/dist/scope/removed-components").RemovedObjectSerialized>;
|
|
120
|
+
switchLane(name: string): Promise<{
|
|
121
|
+
succeed: string[] | undefined;
|
|
122
|
+
skipped: string[] | undefined;
|
|
123
|
+
failed: string[] | undefined;
|
|
124
|
+
}>;
|
|
125
|
+
private adjustCheckoutResultsToIde;
|
|
126
|
+
getModifiedByConfig(): Promise<ModifiedByConfig[]>;
|
|
127
|
+
getDataToInitSCM(): Promise<DataToInitSCM>;
|
|
128
|
+
getFilesStatus(id: string): Promise<FilesStatus>;
|
|
129
|
+
getCompFilesDirPathFromLastSnapForAllComps(): Promise<{
|
|
130
|
+
[relativePath: string]: string;
|
|
131
|
+
}>;
|
|
132
|
+
getCurrentLaneName(): string;
|
|
133
|
+
tagOrSnap(message?: string): Promise<import("@teambit/snapping").SnapResults | import("@teambit/snapping").TagResults | null>;
|
|
134
|
+
tag(message?: string): Promise<string[]>;
|
|
135
|
+
snap(message?: string): Promise<string[]>;
|
|
136
|
+
}
|
|
137
|
+
export {};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { CLIMain } from '@teambit/cli';
|
|
2
|
+
import { ExpressMain } from '@teambit/express';
|
|
3
|
+
import { Logger, LoggerMain } from '@teambit/logger';
|
|
4
|
+
import { LanesMain } from '@teambit/lanes';
|
|
5
|
+
import { RemoveMain } from '@teambit/remove';
|
|
6
|
+
import { SnappingMain } from '@teambit/snapping';
|
|
7
|
+
import { GeneratorMain } from '@teambit/generator';
|
|
8
|
+
import { ComponentCompareMain } from '@teambit/component-compare';
|
|
9
|
+
import { ComponentLogMain } from '@teambit/component-log';
|
|
10
|
+
import { WatcherMain } from '@teambit/watcher';
|
|
11
|
+
import { ConfigMain } from '@teambit/config';
|
|
12
|
+
import { ExportMain } from '@teambit/export';
|
|
13
|
+
import { CheckoutMain } from '@teambit/checkout';
|
|
14
|
+
import { InstallMain } from '@teambit/install';
|
|
15
|
+
import { ImporterMain } from '@teambit/importer';
|
|
16
|
+
import { Workspace } from '@teambit/workspace';
|
|
17
|
+
export declare class ApiServerMain {
|
|
18
|
+
private workspace;
|
|
19
|
+
private logger;
|
|
20
|
+
private express;
|
|
21
|
+
private watcher;
|
|
22
|
+
private installer;
|
|
23
|
+
private importer;
|
|
24
|
+
constructor(workspace: Workspace, logger: Logger, express: ExpressMain, watcher: WatcherMain, installer: InstallMain, importer: ImporterMain);
|
|
25
|
+
runApiServer(options: {
|
|
26
|
+
port: number;
|
|
27
|
+
compile: boolean;
|
|
28
|
+
}): Promise<unknown>;
|
|
29
|
+
static dependencies: import("@teambit/harmony").Aspect[];
|
|
30
|
+
static runtime: import("@teambit/harmony").RuntimeDefinition;
|
|
31
|
+
static provider([cli, workspace, loggerMain, express, watcher, snapping, lanes, installer, exporter, checkout, componentLog, importer, componentCompare, generator, remove, config,]: [
|
|
32
|
+
CLIMain,
|
|
33
|
+
Workspace,
|
|
34
|
+
LoggerMain,
|
|
35
|
+
ExpressMain,
|
|
36
|
+
WatcherMain,
|
|
37
|
+
SnappingMain,
|
|
38
|
+
LanesMain,
|
|
39
|
+
InstallMain,
|
|
40
|
+
ExportMain,
|
|
41
|
+
CheckoutMain,
|
|
42
|
+
ComponentLogMain,
|
|
43
|
+
ImporterMain,
|
|
44
|
+
ComponentCompareMain,
|
|
45
|
+
GeneratorMain,
|
|
46
|
+
RemoveMain,
|
|
47
|
+
ConfigMain
|
|
48
|
+
]): Promise<ApiServerMain>;
|
|
49
|
+
}
|
|
50
|
+
export default ApiServerMain;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { CLIMain } from '@teambit/cli';
|
|
2
|
+
import { Route, Request, Response } from '@teambit/express';
|
|
3
|
+
import { Logger } from '@teambit/logger';
|
|
4
|
+
import { APIForIDE } from './api-for-ide';
|
|
5
|
+
/**
|
|
6
|
+
* example usage:
|
|
7
|
+
* post to http://localhost:3000/api/cli/list
|
|
8
|
+
* with the following json as the body
|
|
9
|
+
*
|
|
10
|
+
{
|
|
11
|
+
"args": ["teambit.workspace"],
|
|
12
|
+
"options": {
|
|
13
|
+
"ids": true
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
*/
|
|
17
|
+
export declare class CLIRoute implements Route {
|
|
18
|
+
private logger;
|
|
19
|
+
private cli;
|
|
20
|
+
private apiForIDE;
|
|
21
|
+
constructor(logger: Logger, cli: CLIMain, apiForIDE: APIForIDE);
|
|
22
|
+
method: string;
|
|
23
|
+
route: string;
|
|
24
|
+
middlewares: ((req: Request, res: Response) => Promise<void>)[];
|
|
25
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Route, Request, Response } from '@teambit/express';
|
|
2
|
+
import { Logger } from '@teambit/logger';
|
|
3
|
+
import { APIForIDE } from './api-for-ide';
|
|
4
|
+
/**
|
|
5
|
+
* example usage:
|
|
6
|
+
* post to http://localhost:3000/api/ide/list-dirs
|
|
7
|
+
* with the following json as the body
|
|
8
|
+
*
|
|
9
|
+
{
|
|
10
|
+
"args": ["some-args"]
|
|
11
|
+
}
|
|
12
|
+
*/
|
|
13
|
+
export declare class IDERoute implements Route {
|
|
14
|
+
private logger;
|
|
15
|
+
private apiForIDE;
|
|
16
|
+
constructor(logger: Logger, apiForIDE: APIForIDE);
|
|
17
|
+
method: string;
|
|
18
|
+
route: string;
|
|
19
|
+
middlewares: ((req: Request, res: Response) => Promise<void>)[];
|
|
20
|
+
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { Command, CommandOptions } from '@teambit/cli';
|
|
2
|
+
import { ApiServerMain } from './api-server.main.runtime';
|
|
3
|
+
export declare class ServerCmd implements Command {
|
|
4
|
+
private apiServer;
|
|
5
|
+
name: string;
|
|
6
|
+
description: string;
|
|
7
|
+
alias: string;
|
|
8
|
+
commands: Command[];
|
|
9
|
+
group: string;
|
|
10
|
+
options: CommandOptions;
|
|
11
|
+
constructor(apiServer: ApiServerMain);
|
|
12
|
+
wait(args: any, options: {
|
|
13
|
+
port: number;
|
|
14
|
+
compile: boolean;
|
|
15
|
+
}): Promise<void>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { CLIMain } from '@teambit/cli';
|
|
2
|
+
import { Route, Request, Response } from '@teambit/express';
|
|
3
|
+
import { Logger } from '@teambit/logger';
|
|
4
|
+
type EventName = 'onComponentChange' | 'onBitmapChange' | 'onWorkspaceConfigChange' | 'onPostInstall';
|
|
5
|
+
export declare function sendEventsToClients(eventName: EventName, data: any): void;
|
|
6
|
+
/**
|
|
7
|
+
* Server-Sent Events (SSE).
|
|
8
|
+
*/
|
|
9
|
+
export declare class SSEEventsRoute implements Route {
|
|
10
|
+
private logger;
|
|
11
|
+
private cli;
|
|
12
|
+
constructor(logger: Logger, cli: CLIMain);
|
|
13
|
+
method: string;
|
|
14
|
+
route: string;
|
|
15
|
+
middlewares: ((request: Request, response: Response) => Promise<void>)[];
|
|
16
|
+
}
|
|
17
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/api-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.230",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/api-server",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.harmony",
|
|
8
8
|
"name": "api-server",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.230"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"fs-extra": "10.0.0",
|
|
@@ -14,31 +14,31 @@
|
|
|
14
14
|
"p-map": "4.0.0",
|
|
15
15
|
"pretty-time": "1.1.0",
|
|
16
16
|
"@teambit/harmony": "0.4.6",
|
|
17
|
-
"@teambit/checkout": "1.0.
|
|
18
|
-
"@teambit/component-compare": "1.0.
|
|
19
|
-
"@teambit/component-log": "1.0.
|
|
20
|
-
"@teambit/config": "0.0.
|
|
21
|
-
"@teambit/export": "1.0.
|
|
22
|
-
"@teambit/generator": "1.0.
|
|
23
|
-
"@teambit/install": "1.0.
|
|
24
|
-
"@teambit/lanes": "1.0.
|
|
25
|
-
"@teambit/merging": "1.0.
|
|
26
|
-
"@teambit/remove": "1.0.
|
|
27
|
-
"@teambit/snapping": "1.0.
|
|
28
|
-
"@teambit/workspace": "1.0.
|
|
29
|
-
"@teambit/cli": "0.0.
|
|
30
|
-
"@teambit/component": "1.0.
|
|
31
|
-
"@teambit/express": "0.0.
|
|
32
|
-
"@teambit/importer": "1.0.
|
|
33
|
-
"@teambit/logger": "0.0.
|
|
34
|
-
"@teambit/watcher": "1.0.
|
|
17
|
+
"@teambit/checkout": "1.0.230",
|
|
18
|
+
"@teambit/component-compare": "1.0.230",
|
|
19
|
+
"@teambit/component-log": "1.0.230",
|
|
20
|
+
"@teambit/config": "0.0.981",
|
|
21
|
+
"@teambit/export": "1.0.230",
|
|
22
|
+
"@teambit/generator": "1.0.231",
|
|
23
|
+
"@teambit/install": "1.0.230",
|
|
24
|
+
"@teambit/lanes": "1.0.230",
|
|
25
|
+
"@teambit/merging": "1.0.230",
|
|
26
|
+
"@teambit/remove": "1.0.230",
|
|
27
|
+
"@teambit/snapping": "1.0.230",
|
|
28
|
+
"@teambit/workspace": "1.0.230",
|
|
29
|
+
"@teambit/cli": "0.0.862",
|
|
30
|
+
"@teambit/component": "1.0.230",
|
|
31
|
+
"@teambit/express": "0.0.961",
|
|
32
|
+
"@teambit/importer": "1.0.230",
|
|
33
|
+
"@teambit/logger": "0.0.955",
|
|
34
|
+
"@teambit/watcher": "1.0.230"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/fs-extra": "9.0.7",
|
|
38
38
|
"@types/lodash": "4.14.165",
|
|
39
39
|
"@types/mocha": "9.1.0",
|
|
40
40
|
"chai": "4.3.0",
|
|
41
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
|
41
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.33"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@teambit/legacy": "1.0.624"
|
package/tsconfig.json
CHANGED
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"emitDeclarationOnly": true,
|
|
21
21
|
"strict": true,
|
|
22
22
|
"strictPropertyInitialization": false,
|
|
23
|
-
"noImplicitAny": false
|
|
24
|
-
"composite": true
|
|
23
|
+
"noImplicitAny": false
|
|
25
24
|
},
|
|
26
25
|
"exclude": [
|
|
27
26
|
"artifacts",
|
|
@@ -36,61 +35,5 @@
|
|
|
36
35
|
"include": [
|
|
37
36
|
"**/*",
|
|
38
37
|
"**/*.json"
|
|
39
|
-
],
|
|
40
|
-
"references": [
|
|
41
|
-
{
|
|
42
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_checkout@1.0.228"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-compare@1.0.228"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component-log@1.0.228"
|
|
49
|
-
},
|
|
50
|
-
{
|
|
51
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_config@0.0.979"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_export@1.0.228"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.generator_generator@1.0.229"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_install@1.0.228"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.lanes_lanes@1.0.228"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_merging@1.0.228"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_remove@1.0.228"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_snapping@1.0.228"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.228"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.228"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_express@0.0.960"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.scope_importer@1.0.228"
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.954"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_watcher@1.0.228"
|
|
94
|
-
}
|
|
95
38
|
]
|
|
96
39
|
}
|
|
File without changes
|