@teambit/tracker 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/tracker@1.0.257" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.component/tracker@1.0.259" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -14,462 +14,471 @@
14
14
  },
15
15
  "exports": [
16
16
  {
17
- "__schema": "ClassSchema",
17
+ "__schema": "ExportSchema",
18
18
  "location": {
19
- "filePath": "tracker.main.runtime.ts",
20
- "line": 22,
21
- "character": 1
19
+ "filePath": "index.ts",
20
+ "line": 3,
21
+ "character": 15
22
22
  },
23
- "signature": "class TrackerMain",
24
23
  "name": "TrackerMain",
25
- "members": [
26
- {
27
- "__schema": "ConstructorSchema",
28
- "location": {
29
- "filePath": "tracker.main.runtime.ts",
30
- "line": 23,
31
- "character": 3
32
- },
33
- "signature": "constructor TrackerMain(workspace: Workspace, logger: Logger): TrackerMain",
34
- "name": "constructor",
35
- "params": [
36
- {
37
- "__schema": "ParameterSchema",
38
- "location": {
39
- "filePath": "tracker.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": "tracker.main.runtime.ts",
28
+ "line": 22,
29
+ "character": 1
30
+ },
31
+ "signature": "class TrackerMain",
32
+ "name": "TrackerMain",
33
+ "members": [
34
+ {
35
+ "__schema": "ConstructorSchema",
36
+ "location": {
37
+ "filePath": "tracker.main.runtime.ts",
38
+ "line": 23,
39
+ "character": 3
40
+ },
41
+ "signature": "constructor TrackerMain(workspace: Workspace, logger: Logger): TrackerMain",
42
+ "name": "constructor",
43
+ "params": [
44
+ {
45
+ "__schema": "ParameterSchema",
46
46
  "location": {
47
47
  "filePath": "tracker.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": "tracker.main.runtime.ts",
64
- "line": 23,
65
- "character": 45
51
+ "name": "workspace",
52
+ "type": {
53
+ "__schema": "TypeRefSchema",
54
+ "location": {
55
+ "filePath": "tracker.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": "logger",
68
- "type": {
69
- "__schema": "TypeRefSchema",
68
+ {
69
+ "__schema": "ParameterSchema",
70
70
  "location": {
71
71
  "filePath": "tracker.main.runtime.ts",
72
72
  "line": 23,
73
- "character": 61
73
+ "character": 45
74
74
  },
75
- "name": "Logger",
76
- "componentId": {
77
- "scope": "teambit.harmony",
78
- "name": "logger"
79
- }
75
+ "name": "logger",
76
+ "type": {
77
+ "__schema": "TypeRefSchema",
78
+ "location": {
79
+ "filePath": "tracker.main.runtime.ts",
80
+ "line": 23,
81
+ "character": 61
82
+ },
83
+ "name": "Logger",
84
+ "componentId": {
85
+ "scope": "teambit.harmony",
86
+ "name": "logger"
87
+ }
88
+ },
89
+ "isOptional": false,
90
+ "isSpread": false
91
+ }
92
+ ],
93
+ "returnType": {
94
+ "__schema": "ThisTypeSchema",
95
+ "location": {
96
+ "filePath": "tracker.main.runtime.ts",
97
+ "line": 22,
98
+ "character": 1
80
99
  },
81
- "isOptional": false,
82
- "isSpread": false
83
- }
84
- ],
85
- "returnType": {
86
- "__schema": "ThisTypeSchema",
87
- "location": {
88
- "filePath": "tracker.main.runtime.ts",
89
- "line": 22,
90
- "character": 1
100
+ "name": "TrackerMain"
91
101
  },
92
- "name": "TrackerMain"
93
- },
94
- "modifiers": []
95
- },
96
- {
97
- "__schema": "FunctionLikeSchema",
98
- "location": {
99
- "filePath": "tracker.main.runtime.ts",
100
- "line": 30,
101
- "character": 3
102
+ "modifiers": []
102
103
  },
103
- "doc": {
104
- "__schema": "DocSchema",
104
+ {
105
+ "__schema": "FunctionLikeSchema",
105
106
  "location": {
106
107
  "filePath": "tracker.main.runtime.ts",
107
- "line": 25,
108
+ "line": 30,
108
109
  "character": 3
109
110
  },
110
- "raw": "/**\n * add a new component to the .bitmap file.\n * this method only adds the records in memory but doesn't persist to the filesystem.\n * to write the .bitmap file once completed, run \"await this.bitMap.write();\"\n */",
111
- "comment": "add a new component to the .bitmap file.\nthis method only adds the records in memory but doesn't persist to the filesystem.\nto write the .bitmap file once completed, run \"await this.bitMap.write();\""
112
- },
113
- "signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
114
- "name": "track",
115
- "params": [
116
- {
117
- "__schema": "ParameterSchema",
111
+ "doc": {
112
+ "__schema": "DocSchema",
118
113
  "location": {
119
114
  "filePath": "tracker.main.runtime.ts",
120
- "line": 30,
121
- "character": 15
122
- },
123
- "name": "trackData",
124
- "type": {
125
- "__schema": "TypeRefSchema",
126
- "location": {
127
- "filePath": "tracker.main.runtime.ts",
128
- "line": 30,
129
- "character": 26
130
- },
131
- "name": "TrackData",
132
- "internalFilePath": "tracker.main.runtime.ts"
115
+ "line": 25,
116
+ "character": 3
133
117
  },
134
- "isOptional": false,
135
- "isSpread": false
136
- }
137
- ],
138
- "returnType": {
139
- "__schema": "TypeRefSchema",
140
- "location": {
141
- "filePath": "tracker.main.runtime.ts",
142
- "line": 30,
143
- "character": 38
118
+ "raw": "/**\n * add a new component to the .bitmap file.\n * this method only adds the records in memory but doesn't persist to the filesystem.\n * to write the .bitmap file once completed, run \"await this.bitMap.write();\"\n */",
119
+ "comment": "add a new component to the .bitmap file.\nthis method only adds the records in memory but doesn't persist to the filesystem.\nto write the .bitmap file once completed, run \"await this.bitMap.write();\""
144
120
  },
145
- "name": "Promise",
146
- "typeArgs": [
121
+ "signature": "(method) TrackerMain.track(trackData: TrackData): Promise<TrackResult>",
122
+ "name": "track",
123
+ "params": [
147
124
  {
148
- "__schema": "TypeRefSchema",
125
+ "__schema": "ParameterSchema",
149
126
  "location": {
150
127
  "filePath": "tracker.main.runtime.ts",
151
128
  "line": 30,
152
- "character": 46
129
+ "character": 15
130
+ },
131
+ "name": "trackData",
132
+ "type": {
133
+ "__schema": "TypeRefSchema",
134
+ "location": {
135
+ "filePath": "tracker.main.runtime.ts",
136
+ "line": 30,
137
+ "character": 26
138
+ },
139
+ "name": "TrackData",
140
+ "internalFilePath": "tracker.main.runtime.ts"
153
141
  },
154
- "name": "TrackResult",
155
- "internalFilePath": "tracker.main.runtime.ts"
142
+ "isOptional": false,
143
+ "isSpread": false
156
144
  }
157
- ]
158
- },
159
- "modifiers": [
160
- "async"
161
- ]
162
- },
163
- {
164
- "__schema": "FunctionLikeSchema",
165
- "location": {
166
- "filePath": "tracker.main.runtime.ts",
167
- "line": 52,
168
- "character": 3
169
- },
170
- "signature": "(method) TrackerMain.addForCLI(addProps: AddProps): Promise<AddActionResults>",
171
- "name": "addForCLI",
172
- "params": [
173
- {
174
- "__schema": "ParameterSchema",
145
+ ],
146
+ "returnType": {
147
+ "__schema": "TypeRefSchema",
175
148
  "location": {
176
149
  "filePath": "tracker.main.runtime.ts",
177
- "line": 52,
178
- "character": 19
179
- },
180
- "name": "addProps",
181
- "type": {
182
- "__schema": "TypeRefSchema",
183
- "location": {
184
- "filePath": "tracker.main.runtime.ts",
185
- "line": 52,
186
- "character": 29
187
- },
188
- "name": "AddProps",
189
- "internalFilePath": "add-components.ts"
150
+ "line": 30,
151
+ "character": 38
190
152
  },
191
- "isOptional": false,
192
- "isSpread": false
193
- }
194
- ],
195
- "returnType": {
196
- "__schema": "TypeRefSchema",
153
+ "name": "Promise",
154
+ "typeArgs": [
155
+ {
156
+ "__schema": "TypeRefSchema",
157
+ "location": {
158
+ "filePath": "tracker.main.runtime.ts",
159
+ "line": 30,
160
+ "character": 46
161
+ },
162
+ "name": "TrackResult",
163
+ "internalFilePath": "tracker.main.runtime.ts"
164
+ }
165
+ ]
166
+ },
167
+ "modifiers": [
168
+ "async"
169
+ ]
170
+ },
171
+ {
172
+ "__schema": "FunctionLikeSchema",
197
173
  "location": {
198
174
  "filePath": "tracker.main.runtime.ts",
199
175
  "line": 52,
200
- "character": 40
176
+ "character": 3
201
177
  },
202
- "name": "Promise",
203
- "typeArgs": [
178
+ "signature": "(method) TrackerMain.addForCLI(addProps: AddProps): Promise<AddActionResults>",
179
+ "name": "addForCLI",
180
+ "params": [
204
181
  {
205
- "__schema": "TypeRefSchema",
182
+ "__schema": "ParameterSchema",
206
183
  "location": {
207
184
  "filePath": "tracker.main.runtime.ts",
208
185
  "line": 52,
209
- "character": 48
186
+ "character": 19
210
187
  },
211
- "name": "AddActionResults",
212
- "internalFilePath": "add-components.ts"
188
+ "name": "addProps",
189
+ "type": {
190
+ "__schema": "TypeRefSchema",
191
+ "location": {
192
+ "filePath": "tracker.main.runtime.ts",
193
+ "line": 52,
194
+ "character": 29
195
+ },
196
+ "name": "AddProps",
197
+ "internalFilePath": "add-components.ts"
198
+ },
199
+ "isOptional": false,
200
+ "isSpread": false
213
201
  }
214
- ]
215
- },
216
- "modifiers": [
217
- "async"
218
- ]
219
- },
220
- {
221
- "__schema": "FunctionLikeSchema",
222
- "location": {
223
- "filePath": "tracker.main.runtime.ts",
224
- "line": 68,
225
- "character": 3
226
- },
227
- "signature": "(method) TrackerMain.addEnvToConfig(env: string, config: {\n [aspectName: string]: any;\n}): Promise<void>",
228
- "name": "addEnvToConfig",
229
- "params": [
230
- {
231
- "__schema": "ParameterSchema",
202
+ ],
203
+ "returnType": {
204
+ "__schema": "TypeRefSchema",
232
205
  "location": {
233
206
  "filePath": "tracker.main.runtime.ts",
234
- "line": 68,
235
- "character": 24
207
+ "line": 52,
208
+ "character": 40
236
209
  },
237
- "name": "env",
238
- "type": {
239
- "__schema": "KeywordTypeSchema",
210
+ "name": "Promise",
211
+ "typeArgs": [
212
+ {
213
+ "__schema": "TypeRefSchema",
214
+ "location": {
215
+ "filePath": "tracker.main.runtime.ts",
216
+ "line": 52,
217
+ "character": 48
218
+ },
219
+ "name": "AddActionResults",
220
+ "internalFilePath": "add-components.ts"
221
+ }
222
+ ]
223
+ },
224
+ "modifiers": [
225
+ "async"
226
+ ]
227
+ },
228
+ {
229
+ "__schema": "FunctionLikeSchema",
230
+ "location": {
231
+ "filePath": "tracker.main.runtime.ts",
232
+ "line": 68,
233
+ "character": 3
234
+ },
235
+ "signature": "(method) TrackerMain.addEnvToConfig(env: string, config: {\n [aspectName: string]: any;\n}): Promise<void>",
236
+ "name": "addEnvToConfig",
237
+ "params": [
238
+ {
239
+ "__schema": "ParameterSchema",
240
240
  "location": {
241
241
  "filePath": "tracker.main.runtime.ts",
242
242
  "line": 68,
243
- "character": 29
243
+ "character": 24
244
244
  },
245
- "name": "string"
246
- },
247
- "isOptional": false,
248
- "isSpread": false
249
- },
250
- {
251
- "__schema": "ParameterSchema",
252
- "location": {
253
- "filePath": "tracker.main.runtime.ts",
254
- "line": 68,
255
- "character": 37
245
+ "name": "env",
246
+ "type": {
247
+ "__schema": "KeywordTypeSchema",
248
+ "location": {
249
+ "filePath": "tracker.main.runtime.ts",
250
+ "line": 68,
251
+ "character": 29
252
+ },
253
+ "name": "string"
254
+ },
255
+ "isOptional": false,
256
+ "isSpread": false
256
257
  },
257
- "name": "config",
258
- "type": {
259
- "__schema": "TypeLiteralSchema",
258
+ {
259
+ "__schema": "ParameterSchema",
260
260
  "location": {
261
261
  "filePath": "tracker.main.runtime.ts",
262
262
  "line": 68,
263
- "character": 45
263
+ "character": 37
264
264
  },
265
- "members": [
266
- {
267
- "__schema": "IndexSignatureSchema",
268
- "location": {
269
- "filePath": "tracker.main.runtime.ts",
270
- "line": 68,
271
- "character": 47
272
- },
273
- "keyType": {
274
- "__schema": "ParameterSchema",
265
+ "name": "config",
266
+ "type": {
267
+ "__schema": "TypeLiteralSchema",
268
+ "location": {
269
+ "filePath": "tracker.main.runtime.ts",
270
+ "line": 68,
271
+ "character": 45
272
+ },
273
+ "members": [
274
+ {
275
+ "__schema": "IndexSignatureSchema",
275
276
  "location": {
276
277
  "filePath": "tracker.main.runtime.ts",
277
278
  "line": 68,
278
- "character": 48
279
+ "character": 47
279
280
  },
280
- "name": "aspectName",
281
- "type": {
282
- "__schema": "KeywordTypeSchema",
281
+ "keyType": {
282
+ "__schema": "ParameterSchema",
283
283
  "location": {
284
284
  "filePath": "tracker.main.runtime.ts",
285
285
  "line": 68,
286
- "character": 60
286
+ "character": 48
287
287
  },
288
- "name": "string"
289
- },
290
- "isOptional": false,
291
- "isSpread": false
292
- },
293
- "valueType": {
294
- "__schema": "KeywordTypeSchema",
295
- "location": {
296
- "filePath": "tracker.main.runtime.ts",
297
- "line": 68,
298
- "character": 69
288
+ "name": "aspectName",
289
+ "type": {
290
+ "__schema": "KeywordTypeSchema",
291
+ "location": {
292
+ "filePath": "tracker.main.runtime.ts",
293
+ "line": 68,
294
+ "character": 60
295
+ },
296
+ "name": "string"
297
+ },
298
+ "isOptional": false,
299
+ "isSpread": false
299
300
  },
300
- "name": "any"
301
+ "valueType": {
302
+ "__schema": "KeywordTypeSchema",
303
+ "location": {
304
+ "filePath": "tracker.main.runtime.ts",
305
+ "line": 68,
306
+ "character": 69
307
+ },
308
+ "name": "any"
309
+ }
301
310
  }
302
- }
303
- ]
311
+ ]
312
+ },
313
+ "isOptional": false,
314
+ "isSpread": false
315
+ }
316
+ ],
317
+ "returnType": {
318
+ "__schema": "InferenceTypeSchema",
319
+ "location": {
320
+ "filePath": "tracker.main.runtime.ts",
321
+ "line": 68,
322
+ "character": 3
304
323
  },
305
- "isOptional": false,
306
- "isSpread": false
307
- }
308
- ],
309
- "returnType": {
310
- "__schema": "InferenceTypeSchema",
311
- "location": {
312
- "filePath": "tracker.main.runtime.ts",
313
- "line": 68,
314
- "character": 3
324
+ "type": "Promise<void>"
315
325
  },
316
- "type": "Promise<void>"
317
- },
318
- "modifiers": [
319
- "async"
320
- ]
321
- },
322
- {
323
- "__schema": "VariableLikeSchema",
324
- "location": {
325
- "filePath": "tracker.main.runtime.ts",
326
- "line": 114,
327
- "character": 3
326
+ "modifiers": [
327
+ "async"
328
+ ]
328
329
  },
329
- "signature": "(property) TrackerMain.slots: never[]",
330
- "name": "slots",
331
- "type": {
332
- "__schema": "InferenceTypeSchema",
330
+ {
331
+ "__schema": "VariableLikeSchema",
333
332
  "location": {
334
333
  "filePath": "tracker.main.runtime.ts",
335
334
  "line": 114,
336
335
  "character": 3
337
336
  },
338
- "type": "never[]"
339
- },
340
- "isOptional": true,
341
- "defaultValue": "[]"
342
- },
343
- {
344
- "__schema": "VariableLikeSchema",
345
- "location": {
346
- "filePath": "tracker.main.runtime.ts",
347
- "line": 115,
348
- "character": 3
337
+ "signature": "(property) TrackerMain.slots: never[]",
338
+ "name": "slots",
339
+ "type": {
340
+ "__schema": "InferenceTypeSchema",
341
+ "location": {
342
+ "filePath": "tracker.main.runtime.ts",
343
+ "line": 114,
344
+ "character": 3
345
+ },
346
+ "type": "never[]"
347
+ },
348
+ "isOptional": true,
349
+ "defaultValue": "[]"
349
350
  },
350
- "signature": "(property) TrackerMain.dependencies: Aspect[]",
351
- "name": "dependencies",
352
- "type": {
353
- "__schema": "InferenceTypeSchema",
351
+ {
352
+ "__schema": "VariableLikeSchema",
354
353
  "location": {
355
354
  "filePath": "tracker.main.runtime.ts",
356
355
  "line": 115,
357
356
  "character": 3
358
357
  },
359
- "type": "Aspect[]"
360
- },
361
- "isOptional": true,
362
- "defaultValue": "[CLIAspect, WorkspaceAspect, LoggerAspect]"
363
- },
364
- {
365
- "__schema": "VariableLikeSchema",
366
- "location": {
367
- "filePath": "tracker.main.runtime.ts",
368
- "line": 116,
369
- "character": 3
358
+ "signature": "(property) TrackerMain.dependencies: Aspect[]",
359
+ "name": "dependencies",
360
+ "type": {
361
+ "__schema": "InferenceTypeSchema",
362
+ "location": {
363
+ "filePath": "tracker.main.runtime.ts",
364
+ "line": 115,
365
+ "character": 3
366
+ },
367
+ "type": "Aspect[]"
368
+ },
369
+ "isOptional": true,
370
+ "defaultValue": "[CLIAspect, WorkspaceAspect, LoggerAspect]"
370
371
  },
371
- "signature": "(property) TrackerMain.runtime: RuntimeDefinition",
372
- "name": "runtime",
373
- "type": {
374
- "__schema": "InferenceTypeSchema",
372
+ {
373
+ "__schema": "VariableLikeSchema",
375
374
  "location": {
376
375
  "filePath": "tracker.main.runtime.ts",
377
376
  "line": 116,
378
377
  "character": 3
379
378
  },
380
- "type": "RuntimeDefinition"
381
- },
382
- "isOptional": true,
383
- "defaultValue": "MainRuntime"
384
- },
385
- {
386
- "__schema": "FunctionLikeSchema",
387
- "location": {
388
- "filePath": "tracker.main.runtime.ts",
389
- "line": 117,
390
- "character": 3
391
- },
392
- "signature": "(method) TrackerMain.provider([cli, workspace, loggerMain]: [CLIMain, Workspace, LoggerMain]): Promise<TrackerMain>",
393
- "name": "provider",
394
- "params": [
395
- {
396
- "__schema": "ParameterSchema",
379
+ "signature": "(property) TrackerMain.runtime: RuntimeDefinition",
380
+ "name": "runtime",
381
+ "type": {
382
+ "__schema": "InferenceTypeSchema",
397
383
  "location": {
398
384
  "filePath": "tracker.main.runtime.ts",
399
- "line": 117,
400
- "character": 25
385
+ "line": 116,
386
+ "character": 3
401
387
  },
402
- "name": "[ cli, workspace, loggerMain ]",
403
- "type": {
404
- "__schema": "TupleTypeSchema",
388
+ "type": "RuntimeDefinition"
389
+ },
390
+ "isOptional": true,
391
+ "defaultValue": "MainRuntime"
392
+ },
393
+ {
394
+ "__schema": "FunctionLikeSchema",
395
+ "location": {
396
+ "filePath": "tracker.main.runtime.ts",
397
+ "line": 117,
398
+ "character": 3
399
+ },
400
+ "signature": "(method) TrackerMain.provider([cli, workspace, loggerMain]: [CLIMain, Workspace, LoggerMain]): Promise<TrackerMain>",
401
+ "name": "provider",
402
+ "params": [
403
+ {
404
+ "__schema": "ParameterSchema",
405
405
  "location": {
406
406
  "filePath": "tracker.main.runtime.ts",
407
407
  "line": 117,
408
- "character": 55
408
+ "character": 25
409
409
  },
410
- "elements": [
411
- {
412
- "__schema": "TypeRefSchema",
413
- "location": {
414
- "filePath": "tracker.main.runtime.ts",
415
- "line": 117,
416
- "character": 56
417
- },
418
- "name": "CLIMain",
419
- "componentId": {
420
- "scope": "teambit.harmony",
421
- "name": "cli"
422
- }
410
+ "name": "[ cli, workspace, loggerMain ]",
411
+ "type": {
412
+ "__schema": "TupleTypeSchema",
413
+ "location": {
414
+ "filePath": "tracker.main.runtime.ts",
415
+ "line": 117,
416
+ "character": 55
423
417
  },
424
- {
425
- "__schema": "TypeRefSchema",
426
- "location": {
427
- "filePath": "tracker.main.runtime.ts",
428
- "line": 117,
429
- "character": 65
418
+ "elements": [
419
+ {
420
+ "__schema": "TypeRefSchema",
421
+ "location": {
422
+ "filePath": "tracker.main.runtime.ts",
423
+ "line": 117,
424
+ "character": 56
425
+ },
426
+ "name": "CLIMain",
427
+ "componentId": {
428
+ "scope": "teambit.harmony",
429
+ "name": "cli"
430
+ }
430
431
  },
431
- "name": "Workspace",
432
- "componentId": {
433
- "scope": "teambit.workspace",
434
- "name": "workspace"
435
- }
436
- },
437
- {
438
- "__schema": "TypeRefSchema",
439
- "location": {
440
- "filePath": "tracker.main.runtime.ts",
441
- "line": 117,
442
- "character": 76
432
+ {
433
+ "__schema": "TypeRefSchema",
434
+ "location": {
435
+ "filePath": "tracker.main.runtime.ts",
436
+ "line": 117,
437
+ "character": 65
438
+ },
439
+ "name": "Workspace",
440
+ "componentId": {
441
+ "scope": "teambit.workspace",
442
+ "name": "workspace"
443
+ }
443
444
  },
444
- "name": "LoggerMain",
445
- "componentId": {
446
- "scope": "teambit.harmony",
447
- "name": "logger"
445
+ {
446
+ "__schema": "TypeRefSchema",
447
+ "location": {
448
+ "filePath": "tracker.main.runtime.ts",
449
+ "line": 117,
450
+ "character": 76
451
+ },
452
+ "name": "LoggerMain",
453
+ "componentId": {
454
+ "scope": "teambit.harmony",
455
+ "name": "logger"
456
+ }
448
457
  }
449
- }
450
- ]
458
+ ]
459
+ },
460
+ "isOptional": false,
461
+ "isSpread": false
462
+ }
463
+ ],
464
+ "returnType": {
465
+ "__schema": "InferenceTypeSchema",
466
+ "location": {
467
+ "filePath": "tracker.main.runtime.ts",
468
+ "line": 117,
469
+ "character": 3
451
470
  },
452
- "isOptional": false,
453
- "isSpread": false
454
- }
455
- ],
456
- "returnType": {
457
- "__schema": "InferenceTypeSchema",
458
- "location": {
459
- "filePath": "tracker.main.runtime.ts",
460
- "line": 117,
461
- "character": 3
471
+ "type": "Promise<TrackerMain>"
462
472
  },
463
- "type": "Promise<TrackerMain>"
464
- },
465
- "modifiers": [
466
- "static",
467
- "async"
468
- ]
469
- }
470
- ],
471
- "extendsNodes": [],
472
- "implementNodes": []
473
+ "modifiers": [
474
+ "static",
475
+ "async"
476
+ ]
477
+ }
478
+ ],
479
+ "extendsNodes": [],
480
+ "implementNodes": []
481
+ }
473
482
  },
474
483
  {
475
484
  "__schema": "UnImplementedSchema",
@@ -482,30 +491,39 @@
482
491
  "type": "Identifier"
483
492
  },
484
493
  {
485
- "__schema": "VariableLikeSchema",
494
+ "__schema": "ExportSchema",
486
495
  "location": {
487
- "filePath": "tracker.aspect.ts",
488
- "line": 3,
489
- "character": 14
496
+ "filePath": "index.ts",
497
+ "line": 5,
498
+ "character": 10
490
499
  },
491
- "signature": "const TrackerAspect: Aspect",
492
500
  "name": "TrackerAspect",
493
- "type": {
494
- "__schema": "TypeRefSchema",
501
+ "exportNode": {
502
+ "__schema": "VariableLikeSchema",
495
503
  "location": {
496
504
  "filePath": "tracker.aspect.ts",
497
505
  "line": 3,
498
506
  "character": 14
499
507
  },
500
- "name": "Aspect",
501
- "componentId": {
502
- "scope": "teambit.harmony",
503
- "name": "harmony",
504
- "version": "0.4.6"
505
- }
506
- },
507
- "isOptional": false,
508
- "defaultValue": "Aspect.create({\n id: 'teambit.component/tracker',\n})"
508
+ "signature": "const TrackerAspect: Aspect",
509
+ "name": "TrackerAspect",
510
+ "type": {
511
+ "__schema": "TypeRefSchema",
512
+ "location": {
513
+ "filePath": "tracker.aspect.ts",
514
+ "line": 3,
515
+ "character": 14
516
+ },
517
+ "name": "Aspect",
518
+ "componentId": {
519
+ "scope": "teambit.harmony",
520
+ "name": "harmony",
521
+ "version": "0.4.6"
522
+ }
523
+ },
524
+ "isOptional": false,
525
+ "defaultValue": "Aspect.create({\n id: 'teambit.component/tracker',\n})"
526
+ }
509
527
  }
510
528
  ],
511
529
  "internals": []
@@ -1315,7 +1333,7 @@
1315
1333
  "componentId": {
1316
1334
  "scope": "teambit.component",
1317
1335
  "name": "tracker",
1318
- "version": "1.0.257"
1336
+ "version": "1.0.259"
1319
1337
  },
1320
1338
  "taggedModuleExports": []
1321
1339
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/tracker",
3
- "version": "1.0.257",
3
+ "version": "1.0.259",
4
4
  "homepage": "https://bit.cloud/teambit/component/tracker",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.component",
8
8
  "name": "tracker",
9
- "version": "1.0.257"
9
+ "version": "1.0.259"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -19,11 +19,11 @@
19
19
  "@teambit/component-id": "1.2.0",
20
20
  "@teambit/legacy-bit-id": "1.1.1",
21
21
  "@teambit/harmony": "0.4.6",
22
- "@teambit/cli": "0.0.862",
23
- "@teambit/workspace.modules.node-modules-linker": "0.0.171",
24
- "@teambit/workspace": "1.0.257",
25
- "@teambit/envs": "1.0.257",
26
- "@teambit/logger": "0.0.955"
22
+ "@teambit/cli": "0.0.863",
23
+ "@teambit/workspace.modules.node-modules-linker": "0.0.172",
24
+ "@teambit/workspace": "1.0.259",
25
+ "@teambit/envs": "1.0.259",
26
+ "@teambit/logger": "0.0.956"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/fs-extra": "9.0.7",