@teambit/mover 1.0.158 → 1.0.160

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.
@@ -1,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites>
3
- <testsuite name="teambit.component/mover@1.0.158" tests="0" failures="0" errors="0" skipped="0"/>
2
+ <testsuites tests="0" failures="0" errors="0" skipped="0">
3
+ <testsuite name="teambit.component/mover@1.0.160" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -0,0 +1,954 @@
1
+ {
2
+ "__schema": "APISchema",
3
+ "location": {
4
+ "filePath": "index.ts",
5
+ "line": 1,
6
+ "character": 1
7
+ },
8
+ "module": {
9
+ "__schema": "ModuleSchema",
10
+ "location": {
11
+ "filePath": "index.ts",
12
+ "line": 1,
13
+ "character": 1
14
+ },
15
+ "exports": [
16
+ {
17
+ "__schema": "ClassSchema",
18
+ "location": {
19
+ "filePath": "mover.main.runtime.ts",
20
+ "line": 16,
21
+ "character": 1
22
+ },
23
+ "signature": "class MoverMain",
24
+ "name": "MoverMain",
25
+ "members": [
26
+ {
27
+ "__schema": "ConstructorSchema",
28
+ "location": {
29
+ "filePath": "mover.main.runtime.ts",
30
+ "line": 17,
31
+ "character": 3
32
+ },
33
+ "signature": "constructor MoverMain(workspace: Workspace): MoverMain",
34
+ "name": "constructor",
35
+ "params": [
36
+ {
37
+ "__schema": "ParameterSchema",
38
+ "location": {
39
+ "filePath": "mover.main.runtime.ts",
40
+ "line": 17,
41
+ "character": 15
42
+ },
43
+ "name": "workspace",
44
+ "type": {
45
+ "__schema": "TypeRefSchema",
46
+ "location": {
47
+ "filePath": "mover.main.runtime.ts",
48
+ "line": 17,
49
+ "character": 34
50
+ },
51
+ "name": "Workspace"
52
+ },
53
+ "isOptional": false,
54
+ "isSpread": false
55
+ }
56
+ ],
57
+ "returnType": {
58
+ "__schema": "ThisTypeSchema",
59
+ "location": {
60
+ "filePath": "mover.main.runtime.ts",
61
+ "line": 16,
62
+ "character": 1
63
+ },
64
+ "name": "MoverMain"
65
+ },
66
+ "modifiers": []
67
+ },
68
+ {
69
+ "__schema": "FunctionLikeSchema",
70
+ "location": {
71
+ "filePath": "mover.main.runtime.ts",
72
+ "line": 19,
73
+ "character": 3
74
+ },
75
+ "signature": "(method) MoverMain.movePaths({ from, to }: {\n from: PathOsBasedRelative;\n to: PathOsBasedRelative;\n}): Promise<PathChangeResult[]>",
76
+ "name": "movePaths",
77
+ "params": [
78
+ {
79
+ "__schema": "ParameterSchema",
80
+ "location": {
81
+ "filePath": "mover.main.runtime.ts",
82
+ "line": 19,
83
+ "character": 19
84
+ },
85
+ "name": "{ from, to }",
86
+ "type": {
87
+ "__schema": "TypeLiteralSchema",
88
+ "location": {
89
+ "filePath": "mover.main.runtime.ts",
90
+ "line": 19,
91
+ "character": 33
92
+ },
93
+ "members": [
94
+ {
95
+ "__schema": "VariableLikeSchema",
96
+ "location": {
97
+ "filePath": "mover.main.runtime.ts",
98
+ "line": 19,
99
+ "character": 35
100
+ },
101
+ "signature": "(property) from: string",
102
+ "name": "from",
103
+ "type": {
104
+ "__schema": "TypeRefSchema",
105
+ "location": {
106
+ "filePath": "mover.main.runtime.ts",
107
+ "line": 19,
108
+ "character": 41
109
+ },
110
+ "name": "PathOsBasedRelative"
111
+ },
112
+ "isOptional": false
113
+ },
114
+ {
115
+ "__schema": "VariableLikeSchema",
116
+ "location": {
117
+ "filePath": "mover.main.runtime.ts",
118
+ "line": 19,
119
+ "character": 62
120
+ },
121
+ "signature": "(property) to: string",
122
+ "name": "to",
123
+ "type": {
124
+ "__schema": "TypeRefSchema",
125
+ "location": {
126
+ "filePath": "mover.main.runtime.ts",
127
+ "line": 19,
128
+ "character": 66
129
+ },
130
+ "name": "PathOsBasedRelative"
131
+ },
132
+ "isOptional": false
133
+ }
134
+ ]
135
+ },
136
+ "isOptional": false,
137
+ "objectBindingNodes": [
138
+ {
139
+ "__schema": "VariableLikeSchema",
140
+ "location": {
141
+ "filePath": "mover.main.runtime.ts",
142
+ "line": 19,
143
+ "character": 35
144
+ },
145
+ "signature": "(property) from: string",
146
+ "name": "from",
147
+ "type": {
148
+ "__schema": "TypeRefSchema",
149
+ "location": {
150
+ "filePath": "mover.main.runtime.ts",
151
+ "line": 19,
152
+ "character": 41
153
+ },
154
+ "name": "PathOsBasedRelative"
155
+ },
156
+ "isOptional": false
157
+ },
158
+ {
159
+ "__schema": "VariableLikeSchema",
160
+ "location": {
161
+ "filePath": "mover.main.runtime.ts",
162
+ "line": 19,
163
+ "character": 62
164
+ },
165
+ "signature": "(property) to: string",
166
+ "name": "to",
167
+ "type": {
168
+ "__schema": "TypeRefSchema",
169
+ "location": {
170
+ "filePath": "mover.main.runtime.ts",
171
+ "line": 19,
172
+ "character": 66
173
+ },
174
+ "name": "PathOsBasedRelative"
175
+ },
176
+ "isOptional": false
177
+ }
178
+ ],
179
+ "isSpread": false
180
+ }
181
+ ],
182
+ "returnType": {
183
+ "__schema": "TypeRefSchema",
184
+ "location": {
185
+ "filePath": "mover.main.runtime.ts",
186
+ "line": 19,
187
+ "character": 90
188
+ },
189
+ "name": "Promise",
190
+ "typeArgs": [
191
+ {
192
+ "__schema": "TypeArraySchema",
193
+ "location": {
194
+ "filePath": "mover.main.runtime.ts",
195
+ "line": 19,
196
+ "character": 98
197
+ },
198
+ "type": {
199
+ "__schema": "TypeRefSchema",
200
+ "location": {
201
+ "filePath": "mover.main.runtime.ts",
202
+ "line": 19,
203
+ "character": 98
204
+ },
205
+ "name": "PathChangeResult"
206
+ }
207
+ }
208
+ ]
209
+ },
210
+ "modifiers": [
211
+ "async"
212
+ ]
213
+ },
214
+ {
215
+ "__schema": "FunctionLikeSchema",
216
+ "location": {
217
+ "filePath": "mover.main.runtime.ts",
218
+ "line": 50,
219
+ "character": 3
220
+ },
221
+ "signature": "(method) MoverMain.moveExistingComponent(component: Component, oldPath: PathOsBasedAbsolute, newPath: PathOsBasedAbsolute): void",
222
+ "name": "moveExistingComponent",
223
+ "params": [
224
+ {
225
+ "__schema": "ParameterSchema",
226
+ "location": {
227
+ "filePath": "mover.main.runtime.ts",
228
+ "line": 50,
229
+ "character": 25
230
+ },
231
+ "name": "component",
232
+ "type": {
233
+ "__schema": "TypeRefSchema",
234
+ "location": {
235
+ "filePath": "mover.main.runtime.ts",
236
+ "line": 50,
237
+ "character": 36
238
+ },
239
+ "name": "Component"
240
+ },
241
+ "isOptional": false,
242
+ "isSpread": false
243
+ },
244
+ {
245
+ "__schema": "ParameterSchema",
246
+ "location": {
247
+ "filePath": "mover.main.runtime.ts",
248
+ "line": 50,
249
+ "character": 47
250
+ },
251
+ "name": "oldPath",
252
+ "type": {
253
+ "__schema": "TypeRefSchema",
254
+ "location": {
255
+ "filePath": "mover.main.runtime.ts",
256
+ "line": 50,
257
+ "character": 56
258
+ },
259
+ "name": "PathOsBasedAbsolute"
260
+ },
261
+ "isOptional": false,
262
+ "isSpread": false
263
+ },
264
+ {
265
+ "__schema": "ParameterSchema",
266
+ "location": {
267
+ "filePath": "mover.main.runtime.ts",
268
+ "line": 50,
269
+ "character": 77
270
+ },
271
+ "name": "newPath",
272
+ "type": {
273
+ "__schema": "TypeRefSchema",
274
+ "location": {
275
+ "filePath": "mover.main.runtime.ts",
276
+ "line": 50,
277
+ "character": 86
278
+ },
279
+ "name": "PathOsBasedAbsolute"
280
+ },
281
+ "isOptional": false,
282
+ "isSpread": false
283
+ }
284
+ ],
285
+ "returnType": {
286
+ "__schema": "InferenceTypeSchema",
287
+ "location": {
288
+ "filePath": "mover.main.runtime.ts",
289
+ "line": 50,
290
+ "character": 3
291
+ },
292
+ "type": "void"
293
+ },
294
+ "modifiers": []
295
+ },
296
+ {
297
+ "__schema": "VariableLikeSchema",
298
+ "location": {
299
+ "filePath": "mover.main.runtime.ts",
300
+ "line": 71,
301
+ "character": 3
302
+ },
303
+ "signature": "(property) MoverMain.slots: never[]",
304
+ "name": "slots",
305
+ "type": {
306
+ "__schema": "InferenceTypeSchema",
307
+ "location": {
308
+ "filePath": "mover.main.runtime.ts",
309
+ "line": 71,
310
+ "character": 3
311
+ },
312
+ "type": "never[]"
313
+ },
314
+ "isOptional": true,
315
+ "defaultValue": "[]"
316
+ },
317
+ {
318
+ "__schema": "VariableLikeSchema",
319
+ "location": {
320
+ "filePath": "mover.main.runtime.ts",
321
+ "line": 72,
322
+ "character": 3
323
+ },
324
+ "signature": "(property) MoverMain.dependencies: Aspect[]",
325
+ "name": "dependencies",
326
+ "type": {
327
+ "__schema": "InferenceTypeSchema",
328
+ "location": {
329
+ "filePath": "mover.main.runtime.ts",
330
+ "line": 72,
331
+ "character": 3
332
+ },
333
+ "type": "Aspect[]"
334
+ },
335
+ "isOptional": true,
336
+ "defaultValue": "[CLIAspect, WorkspaceAspect]"
337
+ },
338
+ {
339
+ "__schema": "VariableLikeSchema",
340
+ "location": {
341
+ "filePath": "mover.main.runtime.ts",
342
+ "line": 73,
343
+ "character": 3
344
+ },
345
+ "signature": "(property) MoverMain.runtime: RuntimeDefinition",
346
+ "name": "runtime",
347
+ "type": {
348
+ "__schema": "InferenceTypeSchema",
349
+ "location": {
350
+ "filePath": "mover.main.runtime.ts",
351
+ "line": 73,
352
+ "character": 3
353
+ },
354
+ "type": "RuntimeDefinition"
355
+ },
356
+ "isOptional": true,
357
+ "defaultValue": "MainRuntime"
358
+ },
359
+ {
360
+ "__schema": "FunctionLikeSchema",
361
+ "location": {
362
+ "filePath": "mover.main.runtime.ts",
363
+ "line": 75,
364
+ "character": 3
365
+ },
366
+ "signature": "(method) MoverMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<MoverMain>",
367
+ "name": "provider",
368
+ "params": [
369
+ {
370
+ "__schema": "ParameterSchema",
371
+ "location": {
372
+ "filePath": "mover.main.runtime.ts",
373
+ "line": 75,
374
+ "character": 25
375
+ },
376
+ "name": "[ cli, workspace ]",
377
+ "type": {
378
+ "__schema": "TupleTypeSchema",
379
+ "location": {
380
+ "filePath": "mover.main.runtime.ts",
381
+ "line": 75,
382
+ "character": 43
383
+ },
384
+ "elements": [
385
+ {
386
+ "__schema": "TypeRefSchema",
387
+ "location": {
388
+ "filePath": "mover.main.runtime.ts",
389
+ "line": 75,
390
+ "character": 44
391
+ },
392
+ "name": "CLIMain"
393
+ },
394
+ {
395
+ "__schema": "TypeRefSchema",
396
+ "location": {
397
+ "filePath": "mover.main.runtime.ts",
398
+ "line": 75,
399
+ "character": 53
400
+ },
401
+ "name": "Workspace"
402
+ }
403
+ ]
404
+ },
405
+ "isOptional": false,
406
+ "isSpread": false
407
+ }
408
+ ],
409
+ "returnType": {
410
+ "__schema": "InferenceTypeSchema",
411
+ "location": {
412
+ "filePath": "mover.main.runtime.ts",
413
+ "line": 75,
414
+ "character": 3
415
+ },
416
+ "type": "Promise<MoverMain>"
417
+ },
418
+ "modifiers": [
419
+ "static",
420
+ "async"
421
+ ]
422
+ }
423
+ ],
424
+ "extendsNodes": [],
425
+ "implementNodes": []
426
+ },
427
+ {
428
+ "__schema": "UnImplementedSchema",
429
+ "location": {
430
+ "filePath": "index.ts",
431
+ "line": 4,
432
+ "character": 16
433
+ },
434
+ "name": "MoverAspect",
435
+ "type": "Identifier"
436
+ },
437
+ {
438
+ "__schema": "VariableLikeSchema",
439
+ "location": {
440
+ "filePath": "mover.aspect.ts",
441
+ "line": 3,
442
+ "character": 14
443
+ },
444
+ "signature": "const MoverAspect: Aspect",
445
+ "name": "MoverAspect",
446
+ "type": {
447
+ "__schema": "TypeRefSchema",
448
+ "location": {
449
+ "filePath": "mover.aspect.ts",
450
+ "line": 3,
451
+ "character": 14
452
+ },
453
+ "name": "Aspect",
454
+ "componentId": {
455
+ "scope": "teambit.harmony",
456
+ "name": "harmony",
457
+ "version": "0.4.6"
458
+ }
459
+ },
460
+ "isOptional": false,
461
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/mover',\n})"
462
+ }
463
+ ],
464
+ "internals": []
465
+ },
466
+ "internals": [
467
+ {
468
+ "__schema": "ModuleSchema",
469
+ "location": {
470
+ "filePath": "mover.main.runtime.ts",
471
+ "line": 1,
472
+ "character": 1
473
+ },
474
+ "exports": [
475
+ {
476
+ "__schema": "ClassSchema",
477
+ "location": {
478
+ "filePath": "mover.main.runtime.ts",
479
+ "line": 16,
480
+ "character": 1
481
+ },
482
+ "signature": "class MoverMain",
483
+ "name": "MoverMain",
484
+ "members": [
485
+ {
486
+ "__schema": "ConstructorSchema",
487
+ "location": {
488
+ "filePath": "mover.main.runtime.ts",
489
+ "line": 17,
490
+ "character": 3
491
+ },
492
+ "signature": "constructor MoverMain(workspace: Workspace): MoverMain",
493
+ "name": "constructor",
494
+ "params": [
495
+ {
496
+ "__schema": "ParameterSchema",
497
+ "location": {
498
+ "filePath": "mover.main.runtime.ts",
499
+ "line": 17,
500
+ "character": 15
501
+ },
502
+ "name": "workspace",
503
+ "type": {
504
+ "__schema": "TypeRefSchema",
505
+ "location": {
506
+ "filePath": "mover.main.runtime.ts",
507
+ "line": 17,
508
+ "character": 34
509
+ },
510
+ "name": "Workspace"
511
+ },
512
+ "isOptional": false,
513
+ "isSpread": false
514
+ }
515
+ ],
516
+ "returnType": {
517
+ "__schema": "ThisTypeSchema",
518
+ "location": {
519
+ "filePath": "mover.main.runtime.ts",
520
+ "line": 16,
521
+ "character": 1
522
+ },
523
+ "name": "MoverMain"
524
+ },
525
+ "modifiers": []
526
+ },
527
+ {
528
+ "__schema": "FunctionLikeSchema",
529
+ "location": {
530
+ "filePath": "mover.main.runtime.ts",
531
+ "line": 19,
532
+ "character": 3
533
+ },
534
+ "signature": "(method) MoverMain.movePaths({ from, to }: {\n from: PathOsBasedRelative;\n to: PathOsBasedRelative;\n}): Promise<PathChangeResult[]>",
535
+ "name": "movePaths",
536
+ "params": [
537
+ {
538
+ "__schema": "ParameterSchema",
539
+ "location": {
540
+ "filePath": "mover.main.runtime.ts",
541
+ "line": 19,
542
+ "character": 19
543
+ },
544
+ "name": "{ from, to }",
545
+ "type": {
546
+ "__schema": "TypeLiteralSchema",
547
+ "location": {
548
+ "filePath": "mover.main.runtime.ts",
549
+ "line": 19,
550
+ "character": 33
551
+ },
552
+ "members": [
553
+ {
554
+ "__schema": "VariableLikeSchema",
555
+ "location": {
556
+ "filePath": "mover.main.runtime.ts",
557
+ "line": 19,
558
+ "character": 35
559
+ },
560
+ "signature": "(property) from: string",
561
+ "name": "from",
562
+ "type": {
563
+ "__schema": "TypeRefSchema",
564
+ "location": {
565
+ "filePath": "mover.main.runtime.ts",
566
+ "line": 19,
567
+ "character": 41
568
+ },
569
+ "name": "PathOsBasedRelative"
570
+ },
571
+ "isOptional": false
572
+ },
573
+ {
574
+ "__schema": "VariableLikeSchema",
575
+ "location": {
576
+ "filePath": "mover.main.runtime.ts",
577
+ "line": 19,
578
+ "character": 62
579
+ },
580
+ "signature": "(property) to: string",
581
+ "name": "to",
582
+ "type": {
583
+ "__schema": "TypeRefSchema",
584
+ "location": {
585
+ "filePath": "mover.main.runtime.ts",
586
+ "line": 19,
587
+ "character": 66
588
+ },
589
+ "name": "PathOsBasedRelative"
590
+ },
591
+ "isOptional": false
592
+ }
593
+ ]
594
+ },
595
+ "isOptional": false,
596
+ "objectBindingNodes": [
597
+ {
598
+ "__schema": "VariableLikeSchema",
599
+ "location": {
600
+ "filePath": "mover.main.runtime.ts",
601
+ "line": 19,
602
+ "character": 35
603
+ },
604
+ "signature": "(property) from: string",
605
+ "name": "from",
606
+ "type": {
607
+ "__schema": "TypeRefSchema",
608
+ "location": {
609
+ "filePath": "mover.main.runtime.ts",
610
+ "line": 19,
611
+ "character": 41
612
+ },
613
+ "name": "PathOsBasedRelative"
614
+ },
615
+ "isOptional": false
616
+ },
617
+ {
618
+ "__schema": "VariableLikeSchema",
619
+ "location": {
620
+ "filePath": "mover.main.runtime.ts",
621
+ "line": 19,
622
+ "character": 62
623
+ },
624
+ "signature": "(property) to: string",
625
+ "name": "to",
626
+ "type": {
627
+ "__schema": "TypeRefSchema",
628
+ "location": {
629
+ "filePath": "mover.main.runtime.ts",
630
+ "line": 19,
631
+ "character": 66
632
+ },
633
+ "name": "PathOsBasedRelative"
634
+ },
635
+ "isOptional": false
636
+ }
637
+ ],
638
+ "isSpread": false
639
+ }
640
+ ],
641
+ "returnType": {
642
+ "__schema": "TypeRefSchema",
643
+ "location": {
644
+ "filePath": "mover.main.runtime.ts",
645
+ "line": 19,
646
+ "character": 90
647
+ },
648
+ "name": "Promise",
649
+ "typeArgs": [
650
+ {
651
+ "__schema": "TypeArraySchema",
652
+ "location": {
653
+ "filePath": "mover.main.runtime.ts",
654
+ "line": 19,
655
+ "character": 98
656
+ },
657
+ "type": {
658
+ "__schema": "TypeRefSchema",
659
+ "location": {
660
+ "filePath": "mover.main.runtime.ts",
661
+ "line": 19,
662
+ "character": 98
663
+ },
664
+ "name": "PathChangeResult"
665
+ }
666
+ }
667
+ ]
668
+ },
669
+ "modifiers": [
670
+ "async"
671
+ ]
672
+ },
673
+ {
674
+ "__schema": "FunctionLikeSchema",
675
+ "location": {
676
+ "filePath": "mover.main.runtime.ts",
677
+ "line": 50,
678
+ "character": 3
679
+ },
680
+ "signature": "(method) MoverMain.moveExistingComponent(component: Component, oldPath: PathOsBasedAbsolute, newPath: PathOsBasedAbsolute): void",
681
+ "name": "moveExistingComponent",
682
+ "params": [
683
+ {
684
+ "__schema": "ParameterSchema",
685
+ "location": {
686
+ "filePath": "mover.main.runtime.ts",
687
+ "line": 50,
688
+ "character": 25
689
+ },
690
+ "name": "component",
691
+ "type": {
692
+ "__schema": "TypeRefSchema",
693
+ "location": {
694
+ "filePath": "mover.main.runtime.ts",
695
+ "line": 50,
696
+ "character": 36
697
+ },
698
+ "name": "Component"
699
+ },
700
+ "isOptional": false,
701
+ "isSpread": false
702
+ },
703
+ {
704
+ "__schema": "ParameterSchema",
705
+ "location": {
706
+ "filePath": "mover.main.runtime.ts",
707
+ "line": 50,
708
+ "character": 47
709
+ },
710
+ "name": "oldPath",
711
+ "type": {
712
+ "__schema": "TypeRefSchema",
713
+ "location": {
714
+ "filePath": "mover.main.runtime.ts",
715
+ "line": 50,
716
+ "character": 56
717
+ },
718
+ "name": "PathOsBasedAbsolute"
719
+ },
720
+ "isOptional": false,
721
+ "isSpread": false
722
+ },
723
+ {
724
+ "__schema": "ParameterSchema",
725
+ "location": {
726
+ "filePath": "mover.main.runtime.ts",
727
+ "line": 50,
728
+ "character": 77
729
+ },
730
+ "name": "newPath",
731
+ "type": {
732
+ "__schema": "TypeRefSchema",
733
+ "location": {
734
+ "filePath": "mover.main.runtime.ts",
735
+ "line": 50,
736
+ "character": 86
737
+ },
738
+ "name": "PathOsBasedAbsolute"
739
+ },
740
+ "isOptional": false,
741
+ "isSpread": false
742
+ }
743
+ ],
744
+ "returnType": {
745
+ "__schema": "InferenceTypeSchema",
746
+ "location": {
747
+ "filePath": "mover.main.runtime.ts",
748
+ "line": 50,
749
+ "character": 3
750
+ },
751
+ "type": "void"
752
+ },
753
+ "modifiers": []
754
+ },
755
+ {
756
+ "__schema": "VariableLikeSchema",
757
+ "location": {
758
+ "filePath": "mover.main.runtime.ts",
759
+ "line": 71,
760
+ "character": 3
761
+ },
762
+ "signature": "(property) MoverMain.slots: never[]",
763
+ "name": "slots",
764
+ "type": {
765
+ "__schema": "InferenceTypeSchema",
766
+ "location": {
767
+ "filePath": "mover.main.runtime.ts",
768
+ "line": 71,
769
+ "character": 3
770
+ },
771
+ "type": "never[]"
772
+ },
773
+ "isOptional": true,
774
+ "defaultValue": "[]"
775
+ },
776
+ {
777
+ "__schema": "VariableLikeSchema",
778
+ "location": {
779
+ "filePath": "mover.main.runtime.ts",
780
+ "line": 72,
781
+ "character": 3
782
+ },
783
+ "signature": "(property) MoverMain.dependencies: Aspect[]",
784
+ "name": "dependencies",
785
+ "type": {
786
+ "__schema": "InferenceTypeSchema",
787
+ "location": {
788
+ "filePath": "mover.main.runtime.ts",
789
+ "line": 72,
790
+ "character": 3
791
+ },
792
+ "type": "Aspect[]"
793
+ },
794
+ "isOptional": true,
795
+ "defaultValue": "[CLIAspect, WorkspaceAspect]"
796
+ },
797
+ {
798
+ "__schema": "VariableLikeSchema",
799
+ "location": {
800
+ "filePath": "mover.main.runtime.ts",
801
+ "line": 73,
802
+ "character": 3
803
+ },
804
+ "signature": "(property) MoverMain.runtime: RuntimeDefinition",
805
+ "name": "runtime",
806
+ "type": {
807
+ "__schema": "InferenceTypeSchema",
808
+ "location": {
809
+ "filePath": "mover.main.runtime.ts",
810
+ "line": 73,
811
+ "character": 3
812
+ },
813
+ "type": "RuntimeDefinition"
814
+ },
815
+ "isOptional": true,
816
+ "defaultValue": "MainRuntime"
817
+ },
818
+ {
819
+ "__schema": "FunctionLikeSchema",
820
+ "location": {
821
+ "filePath": "mover.main.runtime.ts",
822
+ "line": 75,
823
+ "character": 3
824
+ },
825
+ "signature": "(method) MoverMain.provider([cli, workspace]: [CLIMain, Workspace]): Promise<MoverMain>",
826
+ "name": "provider",
827
+ "params": [
828
+ {
829
+ "__schema": "ParameterSchema",
830
+ "location": {
831
+ "filePath": "mover.main.runtime.ts",
832
+ "line": 75,
833
+ "character": 25
834
+ },
835
+ "name": "[ cli, workspace ]",
836
+ "type": {
837
+ "__schema": "TupleTypeSchema",
838
+ "location": {
839
+ "filePath": "mover.main.runtime.ts",
840
+ "line": 75,
841
+ "character": 43
842
+ },
843
+ "elements": [
844
+ {
845
+ "__schema": "TypeRefSchema",
846
+ "location": {
847
+ "filePath": "mover.main.runtime.ts",
848
+ "line": 75,
849
+ "character": 44
850
+ },
851
+ "name": "CLIMain"
852
+ },
853
+ {
854
+ "__schema": "TypeRefSchema",
855
+ "location": {
856
+ "filePath": "mover.main.runtime.ts",
857
+ "line": 75,
858
+ "character": 53
859
+ },
860
+ "name": "Workspace"
861
+ }
862
+ ]
863
+ },
864
+ "isOptional": false,
865
+ "isSpread": false
866
+ }
867
+ ],
868
+ "returnType": {
869
+ "__schema": "InferenceTypeSchema",
870
+ "location": {
871
+ "filePath": "mover.main.runtime.ts",
872
+ "line": 75,
873
+ "character": 3
874
+ },
875
+ "type": "Promise<MoverMain>"
876
+ },
877
+ "modifiers": [
878
+ "static",
879
+ "async"
880
+ ]
881
+ }
882
+ ],
883
+ "extendsNodes": [],
884
+ "implementNodes": []
885
+ },
886
+ {
887
+ "__schema": "UnImplementedSchema",
888
+ "location": {
889
+ "filePath": "mover.main.runtime.ts",
890
+ "line": 84,
891
+ "character": 16
892
+ },
893
+ "name": "MoverMain",
894
+ "type": "Identifier"
895
+ }
896
+ ],
897
+ "internals": [
898
+ {
899
+ "__schema": "UnImplementedSchema",
900
+ "location": {
901
+ "filePath": "mover.main.runtime.ts",
902
+ "line": 82,
903
+ "character": 1
904
+ },
905
+ "name": "MoverAspect.addRuntime(MoverMain);",
906
+ "type": "ExpressionStatement"
907
+ }
908
+ ]
909
+ },
910
+ {
911
+ "__schema": "ModuleSchema",
912
+ "location": {
913
+ "filePath": "mover.aspect.ts",
914
+ "line": 1,
915
+ "character": 1
916
+ },
917
+ "exports": [
918
+ {
919
+ "__schema": "VariableLikeSchema",
920
+ "location": {
921
+ "filePath": "mover.aspect.ts",
922
+ "line": 3,
923
+ "character": 14
924
+ },
925
+ "signature": "const MoverAspect: Aspect",
926
+ "name": "MoverAspect",
927
+ "type": {
928
+ "__schema": "TypeRefSchema",
929
+ "location": {
930
+ "filePath": "mover.aspect.ts",
931
+ "line": 3,
932
+ "character": 14
933
+ },
934
+ "name": "Aspect",
935
+ "componentId": {
936
+ "scope": "teambit.harmony",
937
+ "name": "harmony",
938
+ "version": "0.4.6"
939
+ }
940
+ },
941
+ "isOptional": false,
942
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/mover',\n})"
943
+ }
944
+ ],
945
+ "internals": []
946
+ }
947
+ ],
948
+ "componentId": {
949
+ "scope": "teambit.component",
950
+ "name": "mover",
951
+ "version": "1.0.160"
952
+ },
953
+ "taggedModuleExports": []
954
+ }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/mover",
3
- "version": "1.0.158",
3
+ "version": "1.0.160",
4
4
  "homepage": "https://bit.cloud/teambit/component/mover",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "mover",
9
- "version": "1.0.158"
9
+ "version": "1.0.160"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -14,16 +14,16 @@
14
14
  "lodash": "4.17.21",
15
15
  "@teambit/harmony": "0.4.6",
16
16
  "@teambit/bit-error": "0.0.404",
17
- "@teambit/cli": "0.0.850",
17
+ "@teambit/cli": "0.0.851",
18
18
  "@teambit/workspace.modules.node-modules-linker": "0.0.163",
19
- "@teambit/workspace": "1.0.158"
19
+ "@teambit/workspace": "1.0.160"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/fs-extra": "9.0.7",
23
23
  "@types/lodash": "4.14.165",
24
24
  "@types/mocha": "9.1.0",
25
25
  "chai": "4.3.0",
26
- "@teambit/harmony.envs.core-aspect-env": "0.0.24"
26
+ "@teambit/harmony.envs.core-aspect-env": "0.0.25"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@teambit/legacy": "1.0.624"