@teambit/stash 1.0.257 → 1.0.259

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
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.component/stash@1.0.257" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/stash@1.0.259" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -14,493 +14,502 @@
14
14
  },
15
15
  "exports": [
16
16
  {
17
- "__schema": "ClassSchema",
17
+ "__schema": "ExportSchema",
18
18
  "location": {
19
- "filePath": "stash.main.runtime.ts",
20
- "line": 21,
21
- "character": 1
19
+ "filePath": "index.ts",
20
+ "line": 3,
21
+ "character": 15
22
22
  },
23
- "signature": "class StashMain",
24
23
  "name": "StashMain",
25
- "members": [
26
- {
27
- "__schema": "ConstructorSchema",
28
- "location": {
29
- "filePath": "stash.main.runtime.ts",
30
- "line": 23,
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": 23,
41
- "character": 15
42
- },
43
- "name": "workspace",
44
- "type": {
45
- "__schema": "TypeRefSchema",
24
+ "exportNode": {
25
+ "__schema": "ClassSchema",
26
+ "location": {
27
+ "filePath": "stash.main.runtime.ts",
28
+ "line": 21,
29
+ "character": 1
30
+ },
31
+ "signature": "class StashMain",
32
+ "name": "StashMain",
33
+ "members": [
34
+ {
35
+ "__schema": "ConstructorSchema",
36
+ "location": {
37
+ "filePath": "stash.main.runtime.ts",
38
+ "line": 23,
39
+ "character": 3
40
+ },
41
+ "signature": "constructor StashMain(workspace: Workspace, checkout: CheckoutMain, snapping: SnappingMain): StashMain",
42
+ "name": "constructor",
43
+ "params": [
44
+ {
45
+ "__schema": "ParameterSchema",
46
46
  "location": {
47
47
  "filePath": "stash.main.runtime.ts",
48
48
  "line": 23,
49
- "character": 34
49
+ "character": 15
50
50
  },
51
- "name": "Workspace",
52
- "componentId": {
53
- "scope": "teambit.workspace",
54
- "name": "workspace"
55
- }
56
- },
57
- "isOptional": false,
58
- "isSpread": false
59
- },
60
- {
61
- "__schema": "ParameterSchema",
62
- "location": {
63
- "filePath": "stash.main.runtime.ts",
64
- "line": 23,
65
- "character": 45
51
+ "name": "workspace",
52
+ "type": {
53
+ "__schema": "TypeRefSchema",
54
+ "location": {
55
+ "filePath": "stash.main.runtime.ts",
56
+ "line": 23,
57
+ "character": 34
58
+ },
59
+ "name": "Workspace",
60
+ "componentId": {
61
+ "scope": "teambit.workspace",
62
+ "name": "workspace"
63
+ }
64
+ },
65
+ "isOptional": false,
66
+ "isSpread": false
66
67
  },
67
- "name": "checkout",
68
- "type": {
69
- "__schema": "TypeRefSchema",
68
+ {
69
+ "__schema": "ParameterSchema",
70
70
  "location": {
71
71
  "filePath": "stash.main.runtime.ts",
72
72
  "line": 23,
73
- "character": 63
73
+ "character": 45
74
74
  },
75
- "name": "CheckoutMain",
76
- "componentId": {
77
- "scope": "teambit.component",
78
- "name": "checkout"
79
- }
80
- },
81
- "isOptional": false,
82
- "isSpread": false
83
- },
84
- {
85
- "__schema": "ParameterSchema",
86
- "location": {
87
- "filePath": "stash.main.runtime.ts",
88
- "line": 23,
89
- "character": 77
75
+ "name": "checkout",
76
+ "type": {
77
+ "__schema": "TypeRefSchema",
78
+ "location": {
79
+ "filePath": "stash.main.runtime.ts",
80
+ "line": 23,
81
+ "character": 63
82
+ },
83
+ "name": "CheckoutMain",
84
+ "componentId": {
85
+ "scope": "teambit.component",
86
+ "name": "checkout"
87
+ }
88
+ },
89
+ "isOptional": false,
90
+ "isSpread": false
90
91
  },
91
- "name": "snapping",
92
- "type": {
93
- "__schema": "TypeRefSchema",
92
+ {
93
+ "__schema": "ParameterSchema",
94
94
  "location": {
95
95
  "filePath": "stash.main.runtime.ts",
96
96
  "line": 23,
97
- "character": 95
97
+ "character": 77
98
98
  },
99
- "name": "SnappingMain",
100
- "componentId": {
101
- "scope": "teambit.component",
102
- "name": "snapping"
103
- }
99
+ "name": "snapping",
100
+ "type": {
101
+ "__schema": "TypeRefSchema",
102
+ "location": {
103
+ "filePath": "stash.main.runtime.ts",
104
+ "line": 23,
105
+ "character": 95
106
+ },
107
+ "name": "SnappingMain",
108
+ "componentId": {
109
+ "scope": "teambit.component",
110
+ "name": "snapping"
111
+ }
112
+ },
113
+ "isOptional": false,
114
+ "isSpread": false
115
+ }
116
+ ],
117
+ "returnType": {
118
+ "__schema": "ThisTypeSchema",
119
+ "location": {
120
+ "filePath": "stash.main.runtime.ts",
121
+ "line": 21,
122
+ "character": 1
104
123
  },
105
- "isOptional": false,
106
- "isSpread": false
107
- }
108
- ],
109
- "returnType": {
110
- "__schema": "ThisTypeSchema",
124
+ "name": "StashMain"
125
+ },
126
+ "modifiers": []
127
+ },
128
+ {
129
+ "__schema": "FunctionLikeSchema",
111
130
  "location": {
112
131
  "filePath": "stash.main.runtime.ts",
113
- "line": 21,
114
- "character": 1
132
+ "line": 27,
133
+ "character": 3
115
134
  },
116
- "name": "StashMain"
117
- },
118
- "modifiers": []
119
- },
120
- {
121
- "__schema": "FunctionLikeSchema",
122
- "location": {
123
- "filePath": "stash.main.runtime.ts",
124
- "line": 27,
125
- "character": 3
126
- },
127
- "signature": "(method) StashMain.save(options: {\n message?: string;\n pattern?: string;\n}): Promise<ComponentID[]>",
128
- "name": "save",
129
- "params": [
130
- {
131
- "__schema": "ParameterSchema",
132
- "location": {
133
- "filePath": "stash.main.runtime.ts",
134
- "line": 27,
135
- "character": 14
136
- },
137
- "name": "options",
138
- "type": {
139
- "__schema": "TypeLiteralSchema",
135
+ "signature": "(method) StashMain.save(options: {\n message?: string;\n pattern?: string;\n}): Promise<ComponentID[]>",
136
+ "name": "save",
137
+ "params": [
138
+ {
139
+ "__schema": "ParameterSchema",
140
140
  "location": {
141
141
  "filePath": "stash.main.runtime.ts",
142
142
  "line": 27,
143
- "character": 23
143
+ "character": 14
144
144
  },
145
- "members": [
146
- {
147
- "__schema": "VariableLikeSchema",
148
- "location": {
149
- "filePath": "stash.main.runtime.ts",
150
- "line": 27,
151
- "character": 25
152
- },
153
- "signature": "(property) message?: string | undefined",
154
- "name": "message",
155
- "type": {
156
- "__schema": "KeywordTypeSchema",
145
+ "name": "options",
146
+ "type": {
147
+ "__schema": "TypeLiteralSchema",
148
+ "location": {
149
+ "filePath": "stash.main.runtime.ts",
150
+ "line": 27,
151
+ "character": 23
152
+ },
153
+ "members": [
154
+ {
155
+ "__schema": "VariableLikeSchema",
157
156
  "location": {
158
157
  "filePath": "stash.main.runtime.ts",
159
158
  "line": 27,
160
- "character": 35
159
+ "character": 25
161
160
  },
162
- "name": "string"
163
- },
164
- "isOptional": true
165
- },
166
- {
167
- "__schema": "VariableLikeSchema",
168
- "location": {
169
- "filePath": "stash.main.runtime.ts",
170
- "line": 27,
171
- "character": 43
161
+ "signature": "(property) message?: string | undefined",
162
+ "name": "message",
163
+ "type": {
164
+ "__schema": "KeywordTypeSchema",
165
+ "location": {
166
+ "filePath": "stash.main.runtime.ts",
167
+ "line": 27,
168
+ "character": 35
169
+ },
170
+ "name": "string"
171
+ },
172
+ "isOptional": true
172
173
  },
173
- "signature": "(property) pattern?: string | undefined",
174
- "name": "pattern",
175
- "type": {
176
- "__schema": "KeywordTypeSchema",
174
+ {
175
+ "__schema": "VariableLikeSchema",
177
176
  "location": {
178
177
  "filePath": "stash.main.runtime.ts",
179
178
  "line": 27,
180
- "character": 53
179
+ "character": 43
180
+ },
181
+ "signature": "(property) pattern?: string | undefined",
182
+ "name": "pattern",
183
+ "type": {
184
+ "__schema": "KeywordTypeSchema",
185
+ "location": {
186
+ "filePath": "stash.main.runtime.ts",
187
+ "line": 27,
188
+ "character": 53
189
+ },
190
+ "name": "string"
181
191
  },
182
- "name": "string"
192
+ "isOptional": true
193
+ }
194
+ ]
195
+ },
196
+ "isOptional": false,
197
+ "isSpread": false
198
+ }
199
+ ],
200
+ "returnType": {
201
+ "__schema": "TypeRefSchema",
202
+ "location": {
203
+ "filePath": "stash.main.runtime.ts",
204
+ "line": 27,
205
+ "character": 64
206
+ },
207
+ "name": "Promise",
208
+ "typeArgs": [
209
+ {
210
+ "__schema": "TypeArraySchema",
211
+ "location": {
212
+ "filePath": "stash.main.runtime.ts",
213
+ "line": 27,
214
+ "character": 72
215
+ },
216
+ "type": {
217
+ "__schema": "TypeRefSchema",
218
+ "location": {
219
+ "filePath": "stash.main.runtime.ts",
220
+ "line": 27,
221
+ "character": 72
183
222
  },
184
- "isOptional": true
223
+ "name": "ComponentID",
224
+ "componentId": {
225
+ "scope": "teambit.component",
226
+ "name": "component"
227
+ }
185
228
  }
186
- ]
187
- },
188
- "isOptional": false,
189
- "isSpread": false
190
- }
191
- ],
192
- "returnType": {
193
- "__schema": "TypeRefSchema",
229
+ }
230
+ ]
231
+ },
232
+ "modifiers": [
233
+ "async"
234
+ ]
235
+ },
236
+ {
237
+ "__schema": "FunctionLikeSchema",
194
238
  "location": {
195
239
  "filePath": "stash.main.runtime.ts",
196
- "line": 27,
197
- "character": 64
240
+ "line": 66,
241
+ "character": 3
198
242
  },
199
- "name": "Promise",
200
- "typeArgs": [
201
- {
202
- "__schema": "TypeArraySchema",
203
- "location": {
204
- "filePath": "stash.main.runtime.ts",
205
- "line": 27,
206
- "character": 72
207
- },
208
- "type": {
209
- "__schema": "TypeRefSchema",
243
+ "signature": "(method) StashMain.list(): Promise<ListResult[]>",
244
+ "name": "list",
245
+ "params": [],
246
+ "returnType": {
247
+ "__schema": "TypeRefSchema",
248
+ "location": {
249
+ "filePath": "stash.main.runtime.ts",
250
+ "line": 66,
251
+ "character": 17
252
+ },
253
+ "name": "Promise",
254
+ "typeArgs": [
255
+ {
256
+ "__schema": "TypeArraySchema",
210
257
  "location": {
211
258
  "filePath": "stash.main.runtime.ts",
212
- "line": 27,
213
- "character": 72
259
+ "line": 66,
260
+ "character": 25
214
261
  },
215
- "name": "ComponentID",
216
- "componentId": {
217
- "scope": "teambit.component",
218
- "name": "component"
262
+ "type": {
263
+ "__schema": "TypeRefSchema",
264
+ "location": {
265
+ "filePath": "stash.main.runtime.ts",
266
+ "line": 66,
267
+ "character": 25
268
+ },
269
+ "name": "ListResult",
270
+ "internalFilePath": "stash.main.runtime.ts"
219
271
  }
220
272
  }
221
- }
273
+ ]
274
+ },
275
+ "modifiers": [
276
+ "async"
222
277
  ]
223
278
  },
224
- "modifiers": [
225
- "async"
226
- ]
227
- },
228
- {
229
- "__schema": "FunctionLikeSchema",
230
- "location": {
231
- "filePath": "stash.main.runtime.ts",
232
- "line": 66,
233
- "character": 3
234
- },
235
- "signature": "(method) StashMain.list(): Promise<ListResult[]>",
236
- "name": "list",
237
- "params": [],
238
- "returnType": {
239
- "__schema": "TypeRefSchema",
279
+ {
280
+ "__schema": "FunctionLikeSchema",
240
281
  "location": {
241
282
  "filePath": "stash.main.runtime.ts",
242
- "line": 66,
243
- "character": 17
283
+ "line": 80,
284
+ "character": 3
244
285
  },
245
- "name": "Promise",
246
- "typeArgs": [
286
+ "signature": "(method) StashMain.loadLatest(checkoutProps?: CheckoutProps, stashId?: string): Promise<ComponentID[]>",
287
+ "name": "loadLatest",
288
+ "params": [
247
289
  {
248
- "__schema": "TypeArraySchema",
290
+ "__schema": "ParameterSchema",
249
291
  "location": {
250
292
  "filePath": "stash.main.runtime.ts",
251
- "line": 66,
252
- "character": 25
293
+ "line": 80,
294
+ "character": 20
253
295
  },
296
+ "name": "checkoutProps",
254
297
  "type": {
255
298
  "__schema": "TypeRefSchema",
256
299
  "location": {
257
300
  "filePath": "stash.main.runtime.ts",
258
- "line": 66,
259
- "character": 25
301
+ "line": 80,
302
+ "character": 35
260
303
  },
261
- "name": "ListResult",
262
- "internalFilePath": "stash.main.runtime.ts"
263
- }
264
- }
265
- ]
266
- },
267
- "modifiers": [
268
- "async"
269
- ]
270
- },
271
- {
272
- "__schema": "FunctionLikeSchema",
273
- "location": {
274
- "filePath": "stash.main.runtime.ts",
275
- "line": 80,
276
- "character": 3
277
- },
278
- "signature": "(method) StashMain.loadLatest(checkoutProps?: CheckoutProps, stashId?: string): Promise<ComponentID[]>",
279
- "name": "loadLatest",
280
- "params": [
281
- {
282
- "__schema": "ParameterSchema",
283
- "location": {
284
- "filePath": "stash.main.runtime.ts",
285
- "line": 80,
286
- "character": 20
304
+ "name": "CheckoutProps",
305
+ "componentId": {
306
+ "scope": "teambit.component",
307
+ "name": "checkout"
308
+ }
309
+ },
310
+ "isOptional": true,
311
+ "defaultValue": "{}",
312
+ "isSpread": false
287
313
  },
288
- "name": "checkoutProps",
289
- "type": {
290
- "__schema": "TypeRefSchema",
314
+ {
315
+ "__schema": "ParameterSchema",
291
316
  "location": {
292
317
  "filePath": "stash.main.runtime.ts",
293
318
  "line": 80,
294
- "character": 35
319
+ "character": 55
295
320
  },
296
- "name": "CheckoutProps",
297
- "componentId": {
298
- "scope": "teambit.component",
299
- "name": "checkout"
300
- }
301
- },
302
- "isOptional": true,
303
- "defaultValue": "{}",
304
- "isSpread": false
305
- },
306
- {
307
- "__schema": "ParameterSchema",
321
+ "name": "stashId",
322
+ "type": {
323
+ "__schema": "KeywordTypeSchema",
324
+ "location": {
325
+ "filePath": "stash.main.runtime.ts",
326
+ "line": 80,
327
+ "character": 65
328
+ },
329
+ "name": "string"
330
+ },
331
+ "isOptional": true,
332
+ "isSpread": false
333
+ }
334
+ ],
335
+ "returnType": {
336
+ "__schema": "InferenceTypeSchema",
308
337
  "location": {
309
338
  "filePath": "stash.main.runtime.ts",
310
339
  "line": 80,
311
- "character": 55
312
- },
313
- "name": "stashId",
314
- "type": {
315
- "__schema": "KeywordTypeSchema",
316
- "location": {
317
- "filePath": "stash.main.runtime.ts",
318
- "line": 80,
319
- "character": 65
320
- },
321
- "name": "string"
340
+ "character": 3
322
341
  },
323
- "isOptional": true,
324
- "isSpread": false
325
- }
326
- ],
327
- "returnType": {
328
- "__schema": "InferenceTypeSchema",
329
- "location": {
330
- "filePath": "stash.main.runtime.ts",
331
- "line": 80,
332
- "character": 3
342
+ "type": "Promise<ComponentID[]>"
333
343
  },
334
- "type": "Promise<ComponentID[]>"
335
- },
336
- "modifiers": [
337
- "async"
338
- ]
339
- },
340
- {
341
- "__schema": "VariableLikeSchema",
342
- "location": {
343
- "filePath": "stash.main.runtime.ts",
344
- "line": 125,
345
- "character": 3
344
+ "modifiers": [
345
+ "async"
346
+ ]
346
347
  },
347
- "signature": "(property) StashMain.slots: never[]",
348
- "name": "slots",
349
- "type": {
350
- "__schema": "InferenceTypeSchema",
348
+ {
349
+ "__schema": "VariableLikeSchema",
351
350
  "location": {
352
351
  "filePath": "stash.main.runtime.ts",
353
352
  "line": 125,
354
353
  "character": 3
355
354
  },
356
- "type": "never[]"
357
- },
358
- "isOptional": true,
359
- "defaultValue": "[]"
360
- },
361
- {
362
- "__schema": "VariableLikeSchema",
363
- "location": {
364
- "filePath": "stash.main.runtime.ts",
365
- "line": 126,
366
- "character": 3
355
+ "signature": "(property) StashMain.slots: never[]",
356
+ "name": "slots",
357
+ "type": {
358
+ "__schema": "InferenceTypeSchema",
359
+ "location": {
360
+ "filePath": "stash.main.runtime.ts",
361
+ "line": 125,
362
+ "character": 3
363
+ },
364
+ "type": "never[]"
365
+ },
366
+ "isOptional": true,
367
+ "defaultValue": "[]"
367
368
  },
368
- "signature": "(property) StashMain.dependencies: Aspect[]",
369
- "name": "dependencies",
370
- "type": {
371
- "__schema": "InferenceTypeSchema",
369
+ {
370
+ "__schema": "VariableLikeSchema",
372
371
  "location": {
373
372
  "filePath": "stash.main.runtime.ts",
374
373
  "line": 126,
375
374
  "character": 3
376
375
  },
377
- "type": "Aspect[]"
378
- },
379
- "isOptional": true,
380
- "defaultValue": "[CLIAspect, WorkspaceAspect, CheckoutAspect, SnappingAspect]"
381
- },
382
- {
383
- "__schema": "VariableLikeSchema",
384
- "location": {
385
- "filePath": "stash.main.runtime.ts",
386
- "line": 127,
387
- "character": 3
376
+ "signature": "(property) StashMain.dependencies: Aspect[]",
377
+ "name": "dependencies",
378
+ "type": {
379
+ "__schema": "InferenceTypeSchema",
380
+ "location": {
381
+ "filePath": "stash.main.runtime.ts",
382
+ "line": 126,
383
+ "character": 3
384
+ },
385
+ "type": "Aspect[]"
386
+ },
387
+ "isOptional": true,
388
+ "defaultValue": "[CLIAspect, WorkspaceAspect, CheckoutAspect, SnappingAspect]"
388
389
  },
389
- "signature": "(property) StashMain.runtime: RuntimeDefinition",
390
- "name": "runtime",
391
- "type": {
392
- "__schema": "InferenceTypeSchema",
390
+ {
391
+ "__schema": "VariableLikeSchema",
393
392
  "location": {
394
393
  "filePath": "stash.main.runtime.ts",
395
394
  "line": 127,
396
395
  "character": 3
397
396
  },
398
- "type": "RuntimeDefinition"
399
- },
400
- "isOptional": true,
401
- "defaultValue": "MainRuntime"
402
- },
403
- {
404
- "__schema": "FunctionLikeSchema",
405
- "location": {
406
- "filePath": "stash.main.runtime.ts",
407
- "line": 128,
408
- "character": 3
409
- },
410
- "signature": "(method) StashMain.provider([cli, workspace, checkout, snapping]: [CLIMain, Workspace, CheckoutMain, SnappingMain]): Promise<StashMain>",
411
- "name": "provider",
412
- "params": [
413
- {
414
- "__schema": "ParameterSchema",
397
+ "signature": "(property) StashMain.runtime: RuntimeDefinition",
398
+ "name": "runtime",
399
+ "type": {
400
+ "__schema": "InferenceTypeSchema",
415
401
  "location": {
416
402
  "filePath": "stash.main.runtime.ts",
417
- "line": 128,
418
- "character": 25
403
+ "line": 127,
404
+ "character": 3
419
405
  },
420
- "name": "[ cli, workspace, checkout, snapping ]",
421
- "type": {
422
- "__schema": "TupleTypeSchema",
406
+ "type": "RuntimeDefinition"
407
+ },
408
+ "isOptional": true,
409
+ "defaultValue": "MainRuntime"
410
+ },
411
+ {
412
+ "__schema": "FunctionLikeSchema",
413
+ "location": {
414
+ "filePath": "stash.main.runtime.ts",
415
+ "line": 128,
416
+ "character": 3
417
+ },
418
+ "signature": "(method) StashMain.provider([cli, workspace, checkout, snapping]: [CLIMain, Workspace, CheckoutMain, SnappingMain]): Promise<StashMain>",
419
+ "name": "provider",
420
+ "params": [
421
+ {
422
+ "__schema": "ParameterSchema",
423
423
  "location": {
424
424
  "filePath": "stash.main.runtime.ts",
425
425
  "line": 128,
426
- "character": 63
426
+ "character": 25
427
427
  },
428
- "elements": [
429
- {
430
- "__schema": "TypeRefSchema",
431
- "location": {
432
- "filePath": "stash.main.runtime.ts",
433
- "line": 128,
434
- "character": 64
435
- },
436
- "name": "CLIMain",
437
- "componentId": {
438
- "scope": "teambit.harmony",
439
- "name": "cli"
440
- }
428
+ "name": "[ cli, workspace, checkout, snapping ]",
429
+ "type": {
430
+ "__schema": "TupleTypeSchema",
431
+ "location": {
432
+ "filePath": "stash.main.runtime.ts",
433
+ "line": 128,
434
+ "character": 63
441
435
  },
442
- {
443
- "__schema": "TypeRefSchema",
444
- "location": {
445
- "filePath": "stash.main.runtime.ts",
446
- "line": 128,
447
- "character": 73
436
+ "elements": [
437
+ {
438
+ "__schema": "TypeRefSchema",
439
+ "location": {
440
+ "filePath": "stash.main.runtime.ts",
441
+ "line": 128,
442
+ "character": 64
443
+ },
444
+ "name": "CLIMain",
445
+ "componentId": {
446
+ "scope": "teambit.harmony",
447
+ "name": "cli"
448
+ }
448
449
  },
449
- "name": "Workspace",
450
- "componentId": {
451
- "scope": "teambit.workspace",
452
- "name": "workspace"
453
- }
454
- },
455
- {
456
- "__schema": "TypeRefSchema",
457
- "location": {
458
- "filePath": "stash.main.runtime.ts",
459
- "line": 128,
460
- "character": 84
450
+ {
451
+ "__schema": "TypeRefSchema",
452
+ "location": {
453
+ "filePath": "stash.main.runtime.ts",
454
+ "line": 128,
455
+ "character": 73
456
+ },
457
+ "name": "Workspace",
458
+ "componentId": {
459
+ "scope": "teambit.workspace",
460
+ "name": "workspace"
461
+ }
461
462
  },
462
- "name": "CheckoutMain",
463
- "componentId": {
464
- "scope": "teambit.component",
465
- "name": "checkout"
466
- }
467
- },
468
- {
469
- "__schema": "TypeRefSchema",
470
- "location": {
471
- "filePath": "stash.main.runtime.ts",
472
- "line": 128,
473
- "character": 98
463
+ {
464
+ "__schema": "TypeRefSchema",
465
+ "location": {
466
+ "filePath": "stash.main.runtime.ts",
467
+ "line": 128,
468
+ "character": 84
469
+ },
470
+ "name": "CheckoutMain",
471
+ "componentId": {
472
+ "scope": "teambit.component",
473
+ "name": "checkout"
474
+ }
474
475
  },
475
- "name": "SnappingMain",
476
- "componentId": {
477
- "scope": "teambit.component",
478
- "name": "snapping"
476
+ {
477
+ "__schema": "TypeRefSchema",
478
+ "location": {
479
+ "filePath": "stash.main.runtime.ts",
480
+ "line": 128,
481
+ "character": 98
482
+ },
483
+ "name": "SnappingMain",
484
+ "componentId": {
485
+ "scope": "teambit.component",
486
+ "name": "snapping"
487
+ }
479
488
  }
480
- }
481
- ]
489
+ ]
490
+ },
491
+ "isOptional": false,
492
+ "isSpread": false
493
+ }
494
+ ],
495
+ "returnType": {
496
+ "__schema": "InferenceTypeSchema",
497
+ "location": {
498
+ "filePath": "stash.main.runtime.ts",
499
+ "line": 128,
500
+ "character": 3
482
501
  },
483
- "isOptional": false,
484
- "isSpread": false
485
- }
486
- ],
487
- "returnType": {
488
- "__schema": "InferenceTypeSchema",
489
- "location": {
490
- "filePath": "stash.main.runtime.ts",
491
- "line": 128,
492
- "character": 3
502
+ "type": "Promise<StashMain>"
493
503
  },
494
- "type": "Promise<StashMain>"
495
- },
496
- "modifiers": [
497
- "static",
498
- "async"
499
- ]
500
- }
501
- ],
502
- "extendsNodes": [],
503
- "implementNodes": []
504
+ "modifiers": [
505
+ "static",
506
+ "async"
507
+ ]
508
+ }
509
+ ],
510
+ "extendsNodes": [],
511
+ "implementNodes": []
512
+ }
504
513
  },
505
514
  {
506
515
  "__schema": "UnImplementedSchema",
@@ -513,30 +522,39 @@
513
522
  "type": "Identifier"
514
523
  },
515
524
  {
516
- "__schema": "VariableLikeSchema",
525
+ "__schema": "ExportSchema",
517
526
  "location": {
518
- "filePath": "stash.aspect.ts",
519
- "line": 3,
520
- "character": 14
527
+ "filePath": "index.ts",
528
+ "line": 5,
529
+ "character": 10
521
530
  },
522
- "signature": "const StashAspect: Aspect",
523
531
  "name": "StashAspect",
524
- "type": {
525
- "__schema": "TypeRefSchema",
532
+ "exportNode": {
533
+ "__schema": "VariableLikeSchema",
526
534
  "location": {
527
535
  "filePath": "stash.aspect.ts",
528
536
  "line": 3,
529
537
  "character": 14
530
538
  },
531
- "name": "Aspect",
532
- "componentId": {
533
- "scope": "teambit.harmony",
534
- "name": "harmony",
535
- "version": "0.4.6"
536
- }
537
- },
538
- "isOptional": false,
539
- "defaultValue": "Aspect.create({\n id: 'teambit.component/stash',\n})"
539
+ "signature": "const StashAspect: Aspect",
540
+ "name": "StashAspect",
541
+ "type": {
542
+ "__schema": "TypeRefSchema",
543
+ "location": {
544
+ "filePath": "stash.aspect.ts",
545
+ "line": 3,
546
+ "character": 14
547
+ },
548
+ "name": "Aspect",
549
+ "componentId": {
550
+ "scope": "teambit.harmony",
551
+ "name": "harmony",
552
+ "version": "0.4.6"
553
+ }
554
+ },
555
+ "isOptional": false,
556
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/stash',\n})"
557
+ }
540
558
  }
541
559
  ],
542
560
  "internals": []
@@ -1192,7 +1210,7 @@
1192
1210
  "componentId": {
1193
1211
  "scope": "teambit.component",
1194
1212
  "name": "stash",
1195
- "version": "1.0.257"
1213
+ "version": "1.0.259"
1196
1214
  },
1197
1215
  "taggedModuleExports": []
1198
1216
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/stash",
3
- "version": "1.0.257",
3
+ "version": "1.0.259",
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.257"
9
+ "version": "1.0.259"
10
10
  },
11
11
  "dependencies": {
12
12
  "fs-extra": "10.0.0",
@@ -16,11 +16,11 @@
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.257",
20
- "@teambit/checkout": "1.0.257",
21
- "@teambit/cli": "0.0.862",
22
- "@teambit/component": "1.0.257",
23
- "@teambit/snapping": "1.0.257"
19
+ "@teambit/workspace": "1.0.259",
20
+ "@teambit/checkout": "1.0.259",
21
+ "@teambit/cli": "0.0.863",
22
+ "@teambit/component": "1.0.259",
23
+ "@teambit/snapping": "1.0.259"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/fs-extra": "9.0.7",