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