@teambit/lister 1.0.318 → 1.0.320
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 +467 -103
- package/dist/list.cmd.js +4 -2
- package/dist/list.cmd.js.map +1 -1
- package/dist/lister.main.runtime.d.ts +6 -2
- package/dist/lister.main.runtime.js +37 -18
- package/dist/lister.main.runtime.js.map +1 -1
- package/package.json +6 -5
- /package/dist/{preview-1719544843434.js → preview-1719717687832.js} +0 -0
package/artifacts/schema.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
"__schema": "ClassSchema",
|
26
26
|
"location": {
|
27
27
|
"filePath": "lister.main.runtime.ts",
|
28
|
-
"line":
|
28
|
+
"line": 24,
|
29
29
|
"character": 1
|
30
30
|
},
|
31
31
|
"signature": "class ListerMain",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"__schema": "ConstructorSchema",
|
36
36
|
"location": {
|
37
37
|
"filePath": "lister.main.runtime.ts",
|
38
|
-
"line":
|
38
|
+
"line": 25,
|
39
39
|
"character": 3
|
40
40
|
},
|
41
41
|
"signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"__schema": "ParameterSchema",
|
46
46
|
"location": {
|
47
47
|
"filePath": "lister.main.runtime.ts",
|
48
|
-
"line":
|
48
|
+
"line": 25,
|
49
49
|
"character": 15
|
50
50
|
},
|
51
51
|
"name": "logger",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"__schema": "TypeRefSchema",
|
54
54
|
"location": {
|
55
55
|
"filePath": "lister.main.runtime.ts",
|
56
|
-
"line":
|
56
|
+
"line": 25,
|
57
57
|
"character": 31
|
58
58
|
},
|
59
59
|
"name": "Logger",
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"__schema": "ParameterSchema",
|
70
70
|
"location": {
|
71
71
|
"filePath": "lister.main.runtime.ts",
|
72
|
-
"line":
|
72
|
+
"line": 25,
|
73
73
|
"character": 39
|
74
74
|
},
|
75
75
|
"name": "workspace",
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"__schema": "TypeRefSchema",
|
78
78
|
"location": {
|
79
79
|
"filePath": "lister.main.runtime.ts",
|
80
|
-
"line":
|
80
|
+
"line": 25,
|
81
81
|
"character": 59
|
82
82
|
},
|
83
83
|
"name": "Workspace",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"__schema": "ThisTypeSchema",
|
95
95
|
"location": {
|
96
96
|
"filePath": "lister.main.runtime.ts",
|
97
|
-
"line":
|
97
|
+
"line": 24,
|
98
98
|
"character": 1
|
99
99
|
},
|
100
100
|
"name": "ListerMain"
|
@@ -105,26 +105,26 @@
|
|
105
105
|
"__schema": "FunctionLikeSchema",
|
106
106
|
"location": {
|
107
107
|
"filePath": "lister.main.runtime.ts",
|
108
|
-
"line":
|
108
|
+
"line": 27,
|
109
109
|
"character": 3
|
110
110
|
},
|
111
|
-
"signature": "(method) ListerMain.remoteList(scopeName: string, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
111
|
+
"signature": "(method) ListerMain.remoteList(scopeName: string, { namespacesUsingWildcards, includeDeprecated, }: {\n namespacesUsingWildcards?: string;\n includeDeprecated?: boolean;\n}): Promise<ListScopeResult[]>",
|
112
112
|
"name": "remoteList",
|
113
113
|
"params": [
|
114
114
|
{
|
115
115
|
"__schema": "ParameterSchema",
|
116
116
|
"location": {
|
117
117
|
"filePath": "lister.main.runtime.ts",
|
118
|
-
"line":
|
119
|
-
"character":
|
118
|
+
"line": 28,
|
119
|
+
"character": 5
|
120
120
|
},
|
121
121
|
"name": "scopeName",
|
122
122
|
"type": {
|
123
123
|
"__schema": "KeywordTypeSchema",
|
124
124
|
"location": {
|
125
125
|
"filePath": "lister.main.runtime.ts",
|
126
|
-
"line":
|
127
|
-
"character":
|
126
|
+
"line": 28,
|
127
|
+
"character": 16
|
128
128
|
},
|
129
129
|
"name": "string"
|
130
130
|
},
|
@@ -135,20 +135,188 @@
|
|
135
135
|
"__schema": "ParameterSchema",
|
136
136
|
"location": {
|
137
137
|
"filePath": "lister.main.runtime.ts",
|
138
|
-
"line":
|
139
|
-
"character":
|
138
|
+
"line": 29,
|
139
|
+
"character": 5
|
140
140
|
},
|
141
|
-
"name": "namespacesUsingWildcards",
|
141
|
+
"name": "{ namespacesUsingWildcards, includeDeprecated = true }",
|
142
|
+
"type": {
|
143
|
+
"__schema": "TypeLiteralSchema",
|
144
|
+
"location": {
|
145
|
+
"filePath": "lister.main.runtime.ts",
|
146
|
+
"line": 32,
|
147
|
+
"character": 8
|
148
|
+
},
|
149
|
+
"members": [
|
150
|
+
{
|
151
|
+
"__schema": "VariableLikeSchema",
|
152
|
+
"location": {
|
153
|
+
"filePath": "lister.main.runtime.ts",
|
154
|
+
"line": 33,
|
155
|
+
"character": 7
|
156
|
+
},
|
157
|
+
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
158
|
+
"name": "namespacesUsingWildcards",
|
159
|
+
"type": {
|
160
|
+
"__schema": "KeywordTypeSchema",
|
161
|
+
"location": {
|
162
|
+
"filePath": "lister.main.runtime.ts",
|
163
|
+
"line": 33,
|
164
|
+
"character": 34
|
165
|
+
},
|
166
|
+
"name": "string"
|
167
|
+
},
|
168
|
+
"isOptional": true
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"__schema": "VariableLikeSchema",
|
172
|
+
"location": {
|
173
|
+
"filePath": "lister.main.runtime.ts",
|
174
|
+
"line": 34,
|
175
|
+
"character": 7
|
176
|
+
},
|
177
|
+
"signature": "(property) includeDeprecated?: boolean | undefined",
|
178
|
+
"name": "includeDeprecated",
|
179
|
+
"type": {
|
180
|
+
"__schema": "KeywordTypeSchema",
|
181
|
+
"location": {
|
182
|
+
"filePath": "lister.main.runtime.ts",
|
183
|
+
"line": 34,
|
184
|
+
"character": 27
|
185
|
+
},
|
186
|
+
"name": "boolean"
|
187
|
+
},
|
188
|
+
"isOptional": true
|
189
|
+
}
|
190
|
+
]
|
191
|
+
},
|
192
|
+
"isOptional": false,
|
193
|
+
"objectBindingNodes": [
|
194
|
+
{
|
195
|
+
"__schema": "VariableLikeSchema",
|
196
|
+
"location": {
|
197
|
+
"filePath": "lister.main.runtime.ts",
|
198
|
+
"line": 33,
|
199
|
+
"character": 7
|
200
|
+
},
|
201
|
+
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
202
|
+
"name": "namespacesUsingWildcards",
|
203
|
+
"type": {
|
204
|
+
"__schema": "KeywordTypeSchema",
|
205
|
+
"location": {
|
206
|
+
"filePath": "lister.main.runtime.ts",
|
207
|
+
"line": 33,
|
208
|
+
"character": 34
|
209
|
+
},
|
210
|
+
"name": "string"
|
211
|
+
},
|
212
|
+
"isOptional": true
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"__schema": "VariableLikeSchema",
|
216
|
+
"location": {
|
217
|
+
"filePath": "lister.main.runtime.ts",
|
218
|
+
"line": 34,
|
219
|
+
"character": 7
|
220
|
+
},
|
221
|
+
"signature": "(property) includeDeprecated?: boolean | undefined",
|
222
|
+
"name": "includeDeprecated",
|
223
|
+
"type": {
|
224
|
+
"__schema": "KeywordTypeSchema",
|
225
|
+
"location": {
|
226
|
+
"filePath": "lister.main.runtime.ts",
|
227
|
+
"line": 34,
|
228
|
+
"character": 27
|
229
|
+
},
|
230
|
+
"name": "boolean"
|
231
|
+
},
|
232
|
+
"isOptional": true
|
233
|
+
}
|
234
|
+
],
|
235
|
+
"isSpread": false
|
236
|
+
}
|
237
|
+
],
|
238
|
+
"returnType": {
|
239
|
+
"__schema": "TypeRefSchema",
|
240
|
+
"location": {
|
241
|
+
"filePath": "lister.main.runtime.ts",
|
242
|
+
"line": 36,
|
243
|
+
"character": 6
|
244
|
+
},
|
245
|
+
"name": "Promise",
|
246
|
+
"typeArgs": [
|
247
|
+
{
|
248
|
+
"__schema": "TypeArraySchema",
|
249
|
+
"location": {
|
250
|
+
"filePath": "lister.main.runtime.ts",
|
251
|
+
"line": 36,
|
252
|
+
"character": 14
|
253
|
+
},
|
254
|
+
"type": {
|
255
|
+
"__schema": "TypeRefSchema",
|
256
|
+
"location": {
|
257
|
+
"filePath": "lister.main.runtime.ts",
|
258
|
+
"line": 36,
|
259
|
+
"character": 14
|
260
|
+
},
|
261
|
+
"name": "ListScopeResult",
|
262
|
+
"internalFilePath": "lister.main.runtime.ts"
|
263
|
+
}
|
264
|
+
}
|
265
|
+
]
|
266
|
+
},
|
267
|
+
"modifiers": [
|
268
|
+
"async"
|
269
|
+
]
|
270
|
+
},
|
271
|
+
{
|
272
|
+
"__schema": "FunctionLikeSchema",
|
273
|
+
"location": {
|
274
|
+
"filePath": "lister.main.runtime.ts",
|
275
|
+
"line": 43,
|
276
|
+
"character": 3
|
277
|
+
},
|
278
|
+
"signature": "(method) ListerMain.getRemoteCompIdsByWildcards(idStr: string, includeDeprecated?: boolean): Promise<ComponentID[]>",
|
279
|
+
"name": "getRemoteCompIdsByWildcards",
|
280
|
+
"params": [
|
281
|
+
{
|
282
|
+
"__schema": "ParameterSchema",
|
283
|
+
"location": {
|
284
|
+
"filePath": "lister.main.runtime.ts",
|
285
|
+
"line": 43,
|
286
|
+
"character": 37
|
287
|
+
},
|
288
|
+
"name": "idStr",
|
142
289
|
"type": {
|
143
290
|
"__schema": "KeywordTypeSchema",
|
144
291
|
"location": {
|
145
292
|
"filePath": "lister.main.runtime.ts",
|
146
|
-
"line":
|
147
|
-
"character":
|
293
|
+
"line": 43,
|
294
|
+
"character": 44
|
148
295
|
},
|
149
296
|
"name": "string"
|
150
297
|
},
|
298
|
+
"isOptional": false,
|
299
|
+
"isSpread": false
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"__schema": "ParameterSchema",
|
303
|
+
"location": {
|
304
|
+
"filePath": "lister.main.runtime.ts",
|
305
|
+
"line": 43,
|
306
|
+
"character": 52
|
307
|
+
},
|
308
|
+
"name": "includeDeprecated",
|
309
|
+
"type": {
|
310
|
+
"__schema": "InferenceTypeSchema",
|
311
|
+
"location": {
|
312
|
+
"filePath": "lister.main.runtime.ts",
|
313
|
+
"line": 43,
|
314
|
+
"character": 52
|
315
|
+
},
|
316
|
+
"type": "boolean"
|
317
|
+
},
|
151
318
|
"isOptional": true,
|
319
|
+
"defaultValue": "true",
|
152
320
|
"isSpread": false
|
153
321
|
}
|
154
322
|
],
|
@@ -156,8 +324,8 @@
|
|
156
324
|
"__schema": "TypeRefSchema",
|
157
325
|
"location": {
|
158
326
|
"filePath": "lister.main.runtime.ts",
|
159
|
-
"line":
|
160
|
-
"character":
|
327
|
+
"line": 43,
|
328
|
+
"character": 79
|
161
329
|
},
|
162
330
|
"name": "Promise",
|
163
331
|
"typeArgs": [
|
@@ -165,18 +333,22 @@
|
|
165
333
|
"__schema": "TypeArraySchema",
|
166
334
|
"location": {
|
167
335
|
"filePath": "lister.main.runtime.ts",
|
168
|
-
"line":
|
169
|
-
"character":
|
336
|
+
"line": 43,
|
337
|
+
"character": 87
|
170
338
|
},
|
171
339
|
"type": {
|
172
340
|
"__schema": "TypeRefSchema",
|
173
341
|
"location": {
|
174
342
|
"filePath": "lister.main.runtime.ts",
|
175
|
-
"line":
|
176
|
-
"character":
|
343
|
+
"line": 43,
|
344
|
+
"character": 87
|
177
345
|
},
|
178
|
-
"name": "
|
179
|
-
"
|
346
|
+
"name": "ComponentID",
|
347
|
+
"componentId": {
|
348
|
+
"scope": "teambit.component",
|
349
|
+
"name": "component-id",
|
350
|
+
"version": "1.2.0"
|
351
|
+
}
|
180
352
|
}
|
181
353
|
}
|
182
354
|
]
|
@@ -189,7 +361,7 @@
|
|
189
361
|
"__schema": "FunctionLikeSchema",
|
190
362
|
"location": {
|
191
363
|
"filePath": "lister.main.runtime.ts",
|
192
|
-
"line":
|
364
|
+
"line": 57,
|
193
365
|
"character": 3
|
194
366
|
},
|
195
367
|
"signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
@@ -199,7 +371,7 @@
|
|
199
371
|
"__schema": "ParameterSchema",
|
200
372
|
"location": {
|
201
373
|
"filePath": "lister.main.runtime.ts",
|
202
|
-
"line":
|
374
|
+
"line": 58,
|
203
375
|
"character": 5
|
204
376
|
},
|
205
377
|
"name": "showAll",
|
@@ -207,7 +379,7 @@
|
|
207
379
|
"__schema": "InferenceTypeSchema",
|
208
380
|
"location": {
|
209
381
|
"filePath": "lister.main.runtime.ts",
|
210
|
-
"line":
|
382
|
+
"line": 58,
|
211
383
|
"character": 5
|
212
384
|
},
|
213
385
|
"type": "boolean"
|
@@ -220,7 +392,7 @@
|
|
220
392
|
"__schema": "ParameterSchema",
|
221
393
|
"location": {
|
222
394
|
"filePath": "lister.main.runtime.ts",
|
223
|
-
"line":
|
395
|
+
"line": 59,
|
224
396
|
"character": 5
|
225
397
|
},
|
226
398
|
"name": "showRemoteVersion",
|
@@ -228,7 +400,7 @@
|
|
228
400
|
"__schema": "InferenceTypeSchema",
|
229
401
|
"location": {
|
230
402
|
"filePath": "lister.main.runtime.ts",
|
231
|
-
"line":
|
403
|
+
"line": 59,
|
232
404
|
"character": 5
|
233
405
|
},
|
234
406
|
"type": "boolean"
|
@@ -241,7 +413,7 @@
|
|
241
413
|
"__schema": "ParameterSchema",
|
242
414
|
"location": {
|
243
415
|
"filePath": "lister.main.runtime.ts",
|
244
|
-
"line":
|
416
|
+
"line": 60,
|
245
417
|
"character": 5
|
246
418
|
},
|
247
419
|
"name": "namespacesUsingWildcards",
|
@@ -249,7 +421,7 @@
|
|
249
421
|
"__schema": "KeywordTypeSchema",
|
250
422
|
"location": {
|
251
423
|
"filePath": "lister.main.runtime.ts",
|
252
|
-
"line":
|
424
|
+
"line": 60,
|
253
425
|
"character": 32
|
254
426
|
},
|
255
427
|
"name": "string"
|
@@ -262,7 +434,7 @@
|
|
262
434
|
"__schema": "TypeRefSchema",
|
263
435
|
"location": {
|
264
436
|
"filePath": "lister.main.runtime.ts",
|
265
|
-
"line":
|
437
|
+
"line": 61,
|
266
438
|
"character": 6
|
267
439
|
},
|
268
440
|
"name": "Promise",
|
@@ -271,14 +443,14 @@
|
|
271
443
|
"__schema": "TypeArraySchema",
|
272
444
|
"location": {
|
273
445
|
"filePath": "lister.main.runtime.ts",
|
274
|
-
"line":
|
446
|
+
"line": 61,
|
275
447
|
"character": 14
|
276
448
|
},
|
277
449
|
"type": {
|
278
450
|
"__schema": "TypeRefSchema",
|
279
451
|
"location": {
|
280
452
|
"filePath": "lister.main.runtime.ts",
|
281
|
-
"line":
|
453
|
+
"line": 61,
|
282
454
|
"character": 14
|
283
455
|
},
|
284
456
|
"name": "ListScopeResult",
|
@@ -295,7 +467,7 @@
|
|
295
467
|
"__schema": "VariableLikeSchema",
|
296
468
|
"location": {
|
297
469
|
"filePath": "lister.main.runtime.ts",
|
298
|
-
"line":
|
470
|
+
"line": 70,
|
299
471
|
"character": 3
|
300
472
|
},
|
301
473
|
"signature": "(property) ListerMain.slots: never[]",
|
@@ -304,7 +476,7 @@
|
|
304
476
|
"__schema": "InferenceTypeSchema",
|
305
477
|
"location": {
|
306
478
|
"filePath": "lister.main.runtime.ts",
|
307
|
-
"line":
|
479
|
+
"line": 70,
|
308
480
|
"character": 3
|
309
481
|
},
|
310
482
|
"type": "never[]"
|
@@ -316,7 +488,7 @@
|
|
316
488
|
"__schema": "VariableLikeSchema",
|
317
489
|
"location": {
|
318
490
|
"filePath": "lister.main.runtime.ts",
|
319
|
-
"line":
|
491
|
+
"line": 71,
|
320
492
|
"character": 3
|
321
493
|
},
|
322
494
|
"signature": "(property) ListerMain.dependencies: Aspect[]",
|
@@ -325,7 +497,7 @@
|
|
325
497
|
"__schema": "InferenceTypeSchema",
|
326
498
|
"location": {
|
327
499
|
"filePath": "lister.main.runtime.ts",
|
328
|
-
"line":
|
500
|
+
"line": 71,
|
329
501
|
"character": 3
|
330
502
|
},
|
331
503
|
"type": "Aspect[]"
|
@@ -337,7 +509,7 @@
|
|
337
509
|
"__schema": "VariableLikeSchema",
|
338
510
|
"location": {
|
339
511
|
"filePath": "lister.main.runtime.ts",
|
340
|
-
"line":
|
512
|
+
"line": 72,
|
341
513
|
"character": 3
|
342
514
|
},
|
343
515
|
"signature": "(property) ListerMain.runtime: RuntimeDefinition",
|
@@ -346,7 +518,7 @@
|
|
346
518
|
"__schema": "InferenceTypeSchema",
|
347
519
|
"location": {
|
348
520
|
"filePath": "lister.main.runtime.ts",
|
349
|
-
"line":
|
521
|
+
"line": 72,
|
350
522
|
"character": 3
|
351
523
|
},
|
352
524
|
"type": "RuntimeDefinition"
|
@@ -358,7 +530,7 @@
|
|
358
530
|
"__schema": "FunctionLikeSchema",
|
359
531
|
"location": {
|
360
532
|
"filePath": "lister.main.runtime.ts",
|
361
|
-
"line":
|
533
|
+
"line": 73,
|
362
534
|
"character": 3
|
363
535
|
},
|
364
536
|
"signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
|
@@ -368,7 +540,7 @@
|
|
368
540
|
"__schema": "ParameterSchema",
|
369
541
|
"location": {
|
370
542
|
"filePath": "lister.main.runtime.ts",
|
371
|
-
"line":
|
543
|
+
"line": 73,
|
372
544
|
"character": 25
|
373
545
|
},
|
374
546
|
"name": "[ cli, loggerMain, workspace ]",
|
@@ -376,7 +548,7 @@
|
|
376
548
|
"__schema": "TupleTypeSchema",
|
377
549
|
"location": {
|
378
550
|
"filePath": "lister.main.runtime.ts",
|
379
|
-
"line":
|
551
|
+
"line": 73,
|
380
552
|
"character": 55
|
381
553
|
},
|
382
554
|
"elements": [
|
@@ -384,7 +556,7 @@
|
|
384
556
|
"__schema": "TypeRefSchema",
|
385
557
|
"location": {
|
386
558
|
"filePath": "lister.main.runtime.ts",
|
387
|
-
"line":
|
559
|
+
"line": 73,
|
388
560
|
"character": 56
|
389
561
|
},
|
390
562
|
"name": "CLIMain",
|
@@ -397,7 +569,7 @@
|
|
397
569
|
"__schema": "TypeRefSchema",
|
398
570
|
"location": {
|
399
571
|
"filePath": "lister.main.runtime.ts",
|
400
|
-
"line":
|
572
|
+
"line": 73,
|
401
573
|
"character": 65
|
402
574
|
},
|
403
575
|
"name": "LoggerMain",
|
@@ -410,7 +582,7 @@
|
|
410
582
|
"__schema": "TypeRefSchema",
|
411
583
|
"location": {
|
412
584
|
"filePath": "lister.main.runtime.ts",
|
413
|
-
"line":
|
585
|
+
"line": 73,
|
414
586
|
"character": 77
|
415
587
|
},
|
416
588
|
"name": "Workspace",
|
@@ -429,7 +601,7 @@
|
|
429
601
|
"__schema": "InferenceTypeSchema",
|
430
602
|
"location": {
|
431
603
|
"filePath": "lister.main.runtime.ts",
|
432
|
-
"line":
|
604
|
+
"line": 73,
|
433
605
|
"character": 3
|
434
606
|
},
|
435
607
|
"type": "Promise<ListerMain>"
|
@@ -508,7 +680,7 @@
|
|
508
680
|
"line": 15,
|
509
681
|
"character": 1
|
510
682
|
},
|
511
|
-
"signature": "type ListScopeResult = {\n id: ComponentID;\n currentlyUsedVersion?: string | null | undefined;\n remoteVersion?: string | undefined;\n deprecated?: boolean | undefined;\n laneReadmeOf?: string[] | undefined;\n}",
|
683
|
+
"signature": "type ListScopeResult = {\n id: ComponentID;\n currentlyUsedVersion?: string | null | undefined;\n remoteVersion?: string | undefined;\n deprecated?: boolean | undefined;\n removed?: boolean | undefined;\n laneReadmeOf?: string[] | undefined;\n}",
|
512
684
|
"name": "ListScopeResult",
|
513
685
|
"type": {
|
514
686
|
"__schema": "TypeLiteralSchema",
|
@@ -638,20 +810,40 @@
|
|
638
810
|
"line": 20,
|
639
811
|
"character": 3
|
640
812
|
},
|
813
|
+
"signature": "(property) removed?: boolean | undefined",
|
814
|
+
"name": "removed",
|
815
|
+
"type": {
|
816
|
+
"__schema": "KeywordTypeSchema",
|
817
|
+
"location": {
|
818
|
+
"filePath": "lister.main.runtime.ts",
|
819
|
+
"line": 20,
|
820
|
+
"character": 13
|
821
|
+
},
|
822
|
+
"name": "boolean"
|
823
|
+
},
|
824
|
+
"isOptional": true
|
825
|
+
},
|
826
|
+
{
|
827
|
+
"__schema": "VariableLikeSchema",
|
828
|
+
"location": {
|
829
|
+
"filePath": "lister.main.runtime.ts",
|
830
|
+
"line": 21,
|
831
|
+
"character": 3
|
832
|
+
},
|
641
833
|
"signature": "(property) laneReadmeOf?: string[] | undefined",
|
642
834
|
"name": "laneReadmeOf",
|
643
835
|
"type": {
|
644
836
|
"__schema": "TypeArraySchema",
|
645
837
|
"location": {
|
646
838
|
"filePath": "lister.main.runtime.ts",
|
647
|
-
"line":
|
839
|
+
"line": 21,
|
648
840
|
"character": 18
|
649
841
|
},
|
650
842
|
"type": {
|
651
843
|
"__schema": "KeywordTypeSchema",
|
652
844
|
"location": {
|
653
845
|
"filePath": "lister.main.runtime.ts",
|
654
|
-
"line":
|
846
|
+
"line": 21,
|
655
847
|
"character": 18
|
656
848
|
},
|
657
849
|
"name": "string"
|
@@ -666,7 +858,7 @@
|
|
666
858
|
"__schema": "ClassSchema",
|
667
859
|
"location": {
|
668
860
|
"filePath": "lister.main.runtime.ts",
|
669
|
-
"line":
|
861
|
+
"line": 24,
|
670
862
|
"character": 1
|
671
863
|
},
|
672
864
|
"signature": "class ListerMain",
|
@@ -676,7 +868,7 @@
|
|
676
868
|
"__schema": "ConstructorSchema",
|
677
869
|
"location": {
|
678
870
|
"filePath": "lister.main.runtime.ts",
|
679
|
-
"line":
|
871
|
+
"line": 25,
|
680
872
|
"character": 3
|
681
873
|
},
|
682
874
|
"signature": "constructor ListerMain(logger: Logger, workspace?: Workspace): ListerMain",
|
@@ -686,7 +878,7 @@
|
|
686
878
|
"__schema": "ParameterSchema",
|
687
879
|
"location": {
|
688
880
|
"filePath": "lister.main.runtime.ts",
|
689
|
-
"line":
|
881
|
+
"line": 25,
|
690
882
|
"character": 15
|
691
883
|
},
|
692
884
|
"name": "logger",
|
@@ -694,7 +886,7 @@
|
|
694
886
|
"__schema": "TypeRefSchema",
|
695
887
|
"location": {
|
696
888
|
"filePath": "lister.main.runtime.ts",
|
697
|
-
"line":
|
889
|
+
"line": 25,
|
698
890
|
"character": 31
|
699
891
|
},
|
700
892
|
"name": "Logger",
|
@@ -710,7 +902,7 @@
|
|
710
902
|
"__schema": "ParameterSchema",
|
711
903
|
"location": {
|
712
904
|
"filePath": "lister.main.runtime.ts",
|
713
|
-
"line":
|
905
|
+
"line": 25,
|
714
906
|
"character": 39
|
715
907
|
},
|
716
908
|
"name": "workspace",
|
@@ -718,7 +910,7 @@
|
|
718
910
|
"__schema": "TypeRefSchema",
|
719
911
|
"location": {
|
720
912
|
"filePath": "lister.main.runtime.ts",
|
721
|
-
"line":
|
913
|
+
"line": 25,
|
722
914
|
"character": 59
|
723
915
|
},
|
724
916
|
"name": "Workspace",
|
@@ -735,7 +927,7 @@
|
|
735
927
|
"__schema": "ThisTypeSchema",
|
736
928
|
"location": {
|
737
929
|
"filePath": "lister.main.runtime.ts",
|
738
|
-
"line":
|
930
|
+
"line": 24,
|
739
931
|
"character": 1
|
740
932
|
},
|
741
933
|
"name": "ListerMain"
|
@@ -746,26 +938,26 @@
|
|
746
938
|
"__schema": "FunctionLikeSchema",
|
747
939
|
"location": {
|
748
940
|
"filePath": "lister.main.runtime.ts",
|
749
|
-
"line":
|
941
|
+
"line": 27,
|
750
942
|
"character": 3
|
751
943
|
},
|
752
|
-
"signature": "(method) ListerMain.remoteList(scopeName: string, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
944
|
+
"signature": "(method) ListerMain.remoteList(scopeName: string, { namespacesUsingWildcards, includeDeprecated, }: {\n namespacesUsingWildcards?: string;\n includeDeprecated?: boolean;\n}): Promise<ListScopeResult[]>",
|
753
945
|
"name": "remoteList",
|
754
946
|
"params": [
|
755
947
|
{
|
756
948
|
"__schema": "ParameterSchema",
|
757
949
|
"location": {
|
758
950
|
"filePath": "lister.main.runtime.ts",
|
759
|
-
"line":
|
760
|
-
"character":
|
951
|
+
"line": 28,
|
952
|
+
"character": 5
|
761
953
|
},
|
762
954
|
"name": "scopeName",
|
763
955
|
"type": {
|
764
956
|
"__schema": "KeywordTypeSchema",
|
765
957
|
"location": {
|
766
958
|
"filePath": "lister.main.runtime.ts",
|
767
|
-
"line":
|
768
|
-
"character":
|
959
|
+
"line": 28,
|
960
|
+
"character": 16
|
769
961
|
},
|
770
962
|
"name": "string"
|
771
963
|
},
|
@@ -776,20 +968,188 @@
|
|
776
968
|
"__schema": "ParameterSchema",
|
777
969
|
"location": {
|
778
970
|
"filePath": "lister.main.runtime.ts",
|
779
|
-
"line":
|
780
|
-
"character":
|
971
|
+
"line": 29,
|
972
|
+
"character": 5
|
781
973
|
},
|
782
|
-
"name": "namespacesUsingWildcards",
|
974
|
+
"name": "{ namespacesUsingWildcards, includeDeprecated = true }",
|
975
|
+
"type": {
|
976
|
+
"__schema": "TypeLiteralSchema",
|
977
|
+
"location": {
|
978
|
+
"filePath": "lister.main.runtime.ts",
|
979
|
+
"line": 32,
|
980
|
+
"character": 8
|
981
|
+
},
|
982
|
+
"members": [
|
983
|
+
{
|
984
|
+
"__schema": "VariableLikeSchema",
|
985
|
+
"location": {
|
986
|
+
"filePath": "lister.main.runtime.ts",
|
987
|
+
"line": 33,
|
988
|
+
"character": 7
|
989
|
+
},
|
990
|
+
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
991
|
+
"name": "namespacesUsingWildcards",
|
992
|
+
"type": {
|
993
|
+
"__schema": "KeywordTypeSchema",
|
994
|
+
"location": {
|
995
|
+
"filePath": "lister.main.runtime.ts",
|
996
|
+
"line": 33,
|
997
|
+
"character": 34
|
998
|
+
},
|
999
|
+
"name": "string"
|
1000
|
+
},
|
1001
|
+
"isOptional": true
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
"__schema": "VariableLikeSchema",
|
1005
|
+
"location": {
|
1006
|
+
"filePath": "lister.main.runtime.ts",
|
1007
|
+
"line": 34,
|
1008
|
+
"character": 7
|
1009
|
+
},
|
1010
|
+
"signature": "(property) includeDeprecated?: boolean | undefined",
|
1011
|
+
"name": "includeDeprecated",
|
1012
|
+
"type": {
|
1013
|
+
"__schema": "KeywordTypeSchema",
|
1014
|
+
"location": {
|
1015
|
+
"filePath": "lister.main.runtime.ts",
|
1016
|
+
"line": 34,
|
1017
|
+
"character": 27
|
1018
|
+
},
|
1019
|
+
"name": "boolean"
|
1020
|
+
},
|
1021
|
+
"isOptional": true
|
1022
|
+
}
|
1023
|
+
]
|
1024
|
+
},
|
1025
|
+
"isOptional": false,
|
1026
|
+
"objectBindingNodes": [
|
1027
|
+
{
|
1028
|
+
"__schema": "VariableLikeSchema",
|
1029
|
+
"location": {
|
1030
|
+
"filePath": "lister.main.runtime.ts",
|
1031
|
+
"line": 33,
|
1032
|
+
"character": 7
|
1033
|
+
},
|
1034
|
+
"signature": "(property) namespacesUsingWildcards?: string | undefined",
|
1035
|
+
"name": "namespacesUsingWildcards",
|
1036
|
+
"type": {
|
1037
|
+
"__schema": "KeywordTypeSchema",
|
1038
|
+
"location": {
|
1039
|
+
"filePath": "lister.main.runtime.ts",
|
1040
|
+
"line": 33,
|
1041
|
+
"character": 34
|
1042
|
+
},
|
1043
|
+
"name": "string"
|
1044
|
+
},
|
1045
|
+
"isOptional": true
|
1046
|
+
},
|
1047
|
+
{
|
1048
|
+
"__schema": "VariableLikeSchema",
|
1049
|
+
"location": {
|
1050
|
+
"filePath": "lister.main.runtime.ts",
|
1051
|
+
"line": 34,
|
1052
|
+
"character": 7
|
1053
|
+
},
|
1054
|
+
"signature": "(property) includeDeprecated?: boolean | undefined",
|
1055
|
+
"name": "includeDeprecated",
|
1056
|
+
"type": {
|
1057
|
+
"__schema": "KeywordTypeSchema",
|
1058
|
+
"location": {
|
1059
|
+
"filePath": "lister.main.runtime.ts",
|
1060
|
+
"line": 34,
|
1061
|
+
"character": 27
|
1062
|
+
},
|
1063
|
+
"name": "boolean"
|
1064
|
+
},
|
1065
|
+
"isOptional": true
|
1066
|
+
}
|
1067
|
+
],
|
1068
|
+
"isSpread": false
|
1069
|
+
}
|
1070
|
+
],
|
1071
|
+
"returnType": {
|
1072
|
+
"__schema": "TypeRefSchema",
|
1073
|
+
"location": {
|
1074
|
+
"filePath": "lister.main.runtime.ts",
|
1075
|
+
"line": 36,
|
1076
|
+
"character": 6
|
1077
|
+
},
|
1078
|
+
"name": "Promise",
|
1079
|
+
"typeArgs": [
|
1080
|
+
{
|
1081
|
+
"__schema": "TypeArraySchema",
|
1082
|
+
"location": {
|
1083
|
+
"filePath": "lister.main.runtime.ts",
|
1084
|
+
"line": 36,
|
1085
|
+
"character": 14
|
1086
|
+
},
|
1087
|
+
"type": {
|
1088
|
+
"__schema": "TypeRefSchema",
|
1089
|
+
"location": {
|
1090
|
+
"filePath": "lister.main.runtime.ts",
|
1091
|
+
"line": 36,
|
1092
|
+
"character": 14
|
1093
|
+
},
|
1094
|
+
"name": "ListScopeResult",
|
1095
|
+
"internalFilePath": "lister.main.runtime.ts"
|
1096
|
+
}
|
1097
|
+
}
|
1098
|
+
]
|
1099
|
+
},
|
1100
|
+
"modifiers": [
|
1101
|
+
"async"
|
1102
|
+
]
|
1103
|
+
},
|
1104
|
+
{
|
1105
|
+
"__schema": "FunctionLikeSchema",
|
1106
|
+
"location": {
|
1107
|
+
"filePath": "lister.main.runtime.ts",
|
1108
|
+
"line": 43,
|
1109
|
+
"character": 3
|
1110
|
+
},
|
1111
|
+
"signature": "(method) ListerMain.getRemoteCompIdsByWildcards(idStr: string, includeDeprecated?: boolean): Promise<ComponentID[]>",
|
1112
|
+
"name": "getRemoteCompIdsByWildcards",
|
1113
|
+
"params": [
|
1114
|
+
{
|
1115
|
+
"__schema": "ParameterSchema",
|
1116
|
+
"location": {
|
1117
|
+
"filePath": "lister.main.runtime.ts",
|
1118
|
+
"line": 43,
|
1119
|
+
"character": 37
|
1120
|
+
},
|
1121
|
+
"name": "idStr",
|
783
1122
|
"type": {
|
784
1123
|
"__schema": "KeywordTypeSchema",
|
785
1124
|
"location": {
|
786
1125
|
"filePath": "lister.main.runtime.ts",
|
787
|
-
"line":
|
788
|
-
"character":
|
1126
|
+
"line": 43,
|
1127
|
+
"character": 44
|
789
1128
|
},
|
790
1129
|
"name": "string"
|
791
1130
|
},
|
1131
|
+
"isOptional": false,
|
1132
|
+
"isSpread": false
|
1133
|
+
},
|
1134
|
+
{
|
1135
|
+
"__schema": "ParameterSchema",
|
1136
|
+
"location": {
|
1137
|
+
"filePath": "lister.main.runtime.ts",
|
1138
|
+
"line": 43,
|
1139
|
+
"character": 52
|
1140
|
+
},
|
1141
|
+
"name": "includeDeprecated",
|
1142
|
+
"type": {
|
1143
|
+
"__schema": "InferenceTypeSchema",
|
1144
|
+
"location": {
|
1145
|
+
"filePath": "lister.main.runtime.ts",
|
1146
|
+
"line": 43,
|
1147
|
+
"character": 52
|
1148
|
+
},
|
1149
|
+
"type": "boolean"
|
1150
|
+
},
|
792
1151
|
"isOptional": true,
|
1152
|
+
"defaultValue": "true",
|
793
1153
|
"isSpread": false
|
794
1154
|
}
|
795
1155
|
],
|
@@ -797,8 +1157,8 @@
|
|
797
1157
|
"__schema": "TypeRefSchema",
|
798
1158
|
"location": {
|
799
1159
|
"filePath": "lister.main.runtime.ts",
|
800
|
-
"line":
|
801
|
-
"character":
|
1160
|
+
"line": 43,
|
1161
|
+
"character": 79
|
802
1162
|
},
|
803
1163
|
"name": "Promise",
|
804
1164
|
"typeArgs": [
|
@@ -806,18 +1166,22 @@
|
|
806
1166
|
"__schema": "TypeArraySchema",
|
807
1167
|
"location": {
|
808
1168
|
"filePath": "lister.main.runtime.ts",
|
809
|
-
"line":
|
810
|
-
"character":
|
1169
|
+
"line": 43,
|
1170
|
+
"character": 87
|
811
1171
|
},
|
812
1172
|
"type": {
|
813
1173
|
"__schema": "TypeRefSchema",
|
814
1174
|
"location": {
|
815
1175
|
"filePath": "lister.main.runtime.ts",
|
816
|
-
"line":
|
817
|
-
"character":
|
1176
|
+
"line": 43,
|
1177
|
+
"character": 87
|
818
1178
|
},
|
819
|
-
"name": "
|
820
|
-
"
|
1179
|
+
"name": "ComponentID",
|
1180
|
+
"componentId": {
|
1181
|
+
"scope": "teambit.component",
|
1182
|
+
"name": "component-id",
|
1183
|
+
"version": "1.2.0"
|
1184
|
+
}
|
821
1185
|
}
|
822
1186
|
}
|
823
1187
|
]
|
@@ -830,7 +1194,7 @@
|
|
830
1194
|
"__schema": "FunctionLikeSchema",
|
831
1195
|
"location": {
|
832
1196
|
"filePath": "lister.main.runtime.ts",
|
833
|
-
"line":
|
1197
|
+
"line": 57,
|
834
1198
|
"character": 3
|
835
1199
|
},
|
836
1200
|
"signature": "(method) ListerMain.localList(showAll?: boolean, showRemoteVersion?: boolean, namespacesUsingWildcards?: string): Promise<ListScopeResult[]>",
|
@@ -840,7 +1204,7 @@
|
|
840
1204
|
"__schema": "ParameterSchema",
|
841
1205
|
"location": {
|
842
1206
|
"filePath": "lister.main.runtime.ts",
|
843
|
-
"line":
|
1207
|
+
"line": 58,
|
844
1208
|
"character": 5
|
845
1209
|
},
|
846
1210
|
"name": "showAll",
|
@@ -848,7 +1212,7 @@
|
|
848
1212
|
"__schema": "InferenceTypeSchema",
|
849
1213
|
"location": {
|
850
1214
|
"filePath": "lister.main.runtime.ts",
|
851
|
-
"line":
|
1215
|
+
"line": 58,
|
852
1216
|
"character": 5
|
853
1217
|
},
|
854
1218
|
"type": "boolean"
|
@@ -861,7 +1225,7 @@
|
|
861
1225
|
"__schema": "ParameterSchema",
|
862
1226
|
"location": {
|
863
1227
|
"filePath": "lister.main.runtime.ts",
|
864
|
-
"line":
|
1228
|
+
"line": 59,
|
865
1229
|
"character": 5
|
866
1230
|
},
|
867
1231
|
"name": "showRemoteVersion",
|
@@ -869,7 +1233,7 @@
|
|
869
1233
|
"__schema": "InferenceTypeSchema",
|
870
1234
|
"location": {
|
871
1235
|
"filePath": "lister.main.runtime.ts",
|
872
|
-
"line":
|
1236
|
+
"line": 59,
|
873
1237
|
"character": 5
|
874
1238
|
},
|
875
1239
|
"type": "boolean"
|
@@ -882,7 +1246,7 @@
|
|
882
1246
|
"__schema": "ParameterSchema",
|
883
1247
|
"location": {
|
884
1248
|
"filePath": "lister.main.runtime.ts",
|
885
|
-
"line":
|
1249
|
+
"line": 60,
|
886
1250
|
"character": 5
|
887
1251
|
},
|
888
1252
|
"name": "namespacesUsingWildcards",
|
@@ -890,7 +1254,7 @@
|
|
890
1254
|
"__schema": "KeywordTypeSchema",
|
891
1255
|
"location": {
|
892
1256
|
"filePath": "lister.main.runtime.ts",
|
893
|
-
"line":
|
1257
|
+
"line": 60,
|
894
1258
|
"character": 32
|
895
1259
|
},
|
896
1260
|
"name": "string"
|
@@ -903,7 +1267,7 @@
|
|
903
1267
|
"__schema": "TypeRefSchema",
|
904
1268
|
"location": {
|
905
1269
|
"filePath": "lister.main.runtime.ts",
|
906
|
-
"line":
|
1270
|
+
"line": 61,
|
907
1271
|
"character": 6
|
908
1272
|
},
|
909
1273
|
"name": "Promise",
|
@@ -912,14 +1276,14 @@
|
|
912
1276
|
"__schema": "TypeArraySchema",
|
913
1277
|
"location": {
|
914
1278
|
"filePath": "lister.main.runtime.ts",
|
915
|
-
"line":
|
1279
|
+
"line": 61,
|
916
1280
|
"character": 14
|
917
1281
|
},
|
918
1282
|
"type": {
|
919
1283
|
"__schema": "TypeRefSchema",
|
920
1284
|
"location": {
|
921
1285
|
"filePath": "lister.main.runtime.ts",
|
922
|
-
"line":
|
1286
|
+
"line": 61,
|
923
1287
|
"character": 14
|
924
1288
|
},
|
925
1289
|
"name": "ListScopeResult",
|
@@ -936,7 +1300,7 @@
|
|
936
1300
|
"__schema": "VariableLikeSchema",
|
937
1301
|
"location": {
|
938
1302
|
"filePath": "lister.main.runtime.ts",
|
939
|
-
"line":
|
1303
|
+
"line": 70,
|
940
1304
|
"character": 3
|
941
1305
|
},
|
942
1306
|
"signature": "(property) ListerMain.slots: never[]",
|
@@ -945,7 +1309,7 @@
|
|
945
1309
|
"__schema": "InferenceTypeSchema",
|
946
1310
|
"location": {
|
947
1311
|
"filePath": "lister.main.runtime.ts",
|
948
|
-
"line":
|
1312
|
+
"line": 70,
|
949
1313
|
"character": 3
|
950
1314
|
},
|
951
1315
|
"type": "never[]"
|
@@ -957,7 +1321,7 @@
|
|
957
1321
|
"__schema": "VariableLikeSchema",
|
958
1322
|
"location": {
|
959
1323
|
"filePath": "lister.main.runtime.ts",
|
960
|
-
"line":
|
1324
|
+
"line": 71,
|
961
1325
|
"character": 3
|
962
1326
|
},
|
963
1327
|
"signature": "(property) ListerMain.dependencies: Aspect[]",
|
@@ -966,7 +1330,7 @@
|
|
966
1330
|
"__schema": "InferenceTypeSchema",
|
967
1331
|
"location": {
|
968
1332
|
"filePath": "lister.main.runtime.ts",
|
969
|
-
"line":
|
1333
|
+
"line": 71,
|
970
1334
|
"character": 3
|
971
1335
|
},
|
972
1336
|
"type": "Aspect[]"
|
@@ -978,7 +1342,7 @@
|
|
978
1342
|
"__schema": "VariableLikeSchema",
|
979
1343
|
"location": {
|
980
1344
|
"filePath": "lister.main.runtime.ts",
|
981
|
-
"line":
|
1345
|
+
"line": 72,
|
982
1346
|
"character": 3
|
983
1347
|
},
|
984
1348
|
"signature": "(property) ListerMain.runtime: RuntimeDefinition",
|
@@ -987,7 +1351,7 @@
|
|
987
1351
|
"__schema": "InferenceTypeSchema",
|
988
1352
|
"location": {
|
989
1353
|
"filePath": "lister.main.runtime.ts",
|
990
|
-
"line":
|
1354
|
+
"line": 72,
|
991
1355
|
"character": 3
|
992
1356
|
},
|
993
1357
|
"type": "RuntimeDefinition"
|
@@ -999,7 +1363,7 @@
|
|
999
1363
|
"__schema": "FunctionLikeSchema",
|
1000
1364
|
"location": {
|
1001
1365
|
"filePath": "lister.main.runtime.ts",
|
1002
|
-
"line":
|
1366
|
+
"line": 73,
|
1003
1367
|
"character": 3
|
1004
1368
|
},
|
1005
1369
|
"signature": "(method) ListerMain.provider([cli, loggerMain, workspace]: [CLIMain, LoggerMain, Workspace]): Promise<ListerMain>",
|
@@ -1009,7 +1373,7 @@
|
|
1009
1373
|
"__schema": "ParameterSchema",
|
1010
1374
|
"location": {
|
1011
1375
|
"filePath": "lister.main.runtime.ts",
|
1012
|
-
"line":
|
1376
|
+
"line": 73,
|
1013
1377
|
"character": 25
|
1014
1378
|
},
|
1015
1379
|
"name": "[ cli, loggerMain, workspace ]",
|
@@ -1017,7 +1381,7 @@
|
|
1017
1381
|
"__schema": "TupleTypeSchema",
|
1018
1382
|
"location": {
|
1019
1383
|
"filePath": "lister.main.runtime.ts",
|
1020
|
-
"line":
|
1384
|
+
"line": 73,
|
1021
1385
|
"character": 55
|
1022
1386
|
},
|
1023
1387
|
"elements": [
|
@@ -1025,7 +1389,7 @@
|
|
1025
1389
|
"__schema": "TypeRefSchema",
|
1026
1390
|
"location": {
|
1027
1391
|
"filePath": "lister.main.runtime.ts",
|
1028
|
-
"line":
|
1392
|
+
"line": 73,
|
1029
1393
|
"character": 56
|
1030
1394
|
},
|
1031
1395
|
"name": "CLIMain",
|
@@ -1038,7 +1402,7 @@
|
|
1038
1402
|
"__schema": "TypeRefSchema",
|
1039
1403
|
"location": {
|
1040
1404
|
"filePath": "lister.main.runtime.ts",
|
1041
|
-
"line":
|
1405
|
+
"line": 73,
|
1042
1406
|
"character": 65
|
1043
1407
|
},
|
1044
1408
|
"name": "LoggerMain",
|
@@ -1051,7 +1415,7 @@
|
|
1051
1415
|
"__schema": "TypeRefSchema",
|
1052
1416
|
"location": {
|
1053
1417
|
"filePath": "lister.main.runtime.ts",
|
1054
|
-
"line":
|
1418
|
+
"line": 73,
|
1055
1419
|
"character": 77
|
1056
1420
|
},
|
1057
1421
|
"name": "Workspace",
|
@@ -1070,7 +1434,7 @@
|
|
1070
1434
|
"__schema": "InferenceTypeSchema",
|
1071
1435
|
"location": {
|
1072
1436
|
"filePath": "lister.main.runtime.ts",
|
1073
|
-
"line":
|
1437
|
+
"line": 73,
|
1074
1438
|
"character": 3
|
1075
1439
|
},
|
1076
1440
|
"type": "Promise<ListerMain>"
|
@@ -1090,7 +1454,7 @@
|
|
1090
1454
|
"__schema": "UnImplementedSchema",
|
1091
1455
|
"location": {
|
1092
1456
|
"filePath": "lister.main.runtime.ts",
|
1093
|
-
"line":
|
1457
|
+
"line": 81,
|
1094
1458
|
"character": 1
|
1095
1459
|
},
|
1096
1460
|
"name": "ListerAspect.addRuntime(ListerMain);",
|
@@ -1139,7 +1503,7 @@
|
|
1139
1503
|
"componentId": {
|
1140
1504
|
"scope": "teambit.component",
|
1141
1505
|
"name": "lister",
|
1142
|
-
"version": "1.0.
|
1506
|
+
"version": "1.0.320"
|
1143
1507
|
},
|
1144
1508
|
"taggedModuleExports": []
|
1145
1509
|
}
|