@teambit/workspace 1.0.507 → 1.0.508

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.
@@ -718,7 +718,7 @@
718
718
  "componentId": {
719
719
  "scope": "teambit.legacy",
720
720
  "name": "component-list",
721
- "version": "0.0.68"
721
+ "version": "0.0.69"
722
722
  }
723
723
  }
724
724
  },
@@ -4419,7 +4419,7 @@
4419
4419
  "componentId": {
4420
4420
  "scope": "teambit.legacy",
4421
4421
  "name": "extension-data",
4422
- "version": "0.0.16"
4422
+ "version": "0.0.17"
4423
4423
  }
4424
4424
  },
4425
4425
  "modifiers": []
@@ -10165,7 +10165,7 @@
10165
10165
  "__schema": "FunctionLikeSchema",
10166
10166
  "location": {
10167
10167
  "filePath": "workspace.ts",
10168
- "line": 2207,
10168
+ "line": 2209,
10169
10169
  "character": 3
10170
10170
  },
10171
10171
  "signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
@@ -10175,7 +10175,7 @@
10175
10175
  "__schema": "InferenceTypeSchema",
10176
10176
  "location": {
10177
10177
  "filePath": "workspace.ts",
10178
- "line": 2207,
10178
+ "line": 2209,
10179
10179
  "character": 3
10180
10180
  },
10181
10181
  "type": "RegExp[]"
@@ -10186,7 +10186,7 @@
10186
10186
  "__schema": "FunctionLikeSchema",
10187
10187
  "location": {
10188
10188
  "filePath": "workspace.ts",
10189
- "line": 2211,
10189
+ "line": 2213,
10190
10190
  "character": 3
10191
10191
  },
10192
10192
  "signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
@@ -10196,7 +10196,7 @@
10196
10196
  "__schema": "InferenceTypeSchema",
10197
10197
  "location": {
10198
10198
  "filePath": "workspace.ts",
10199
- "line": 2211,
10199
+ "line": 2213,
10200
10200
  "character": 3
10201
10201
  },
10202
10202
  "type": "Promise<void>"
@@ -10209,7 +10209,7 @@
10209
10209
  "__schema": "FunctionLikeSchema",
10210
10210
  "location": {
10211
10211
  "filePath": "workspace.ts",
10212
- "line": 2226,
10212
+ "line": 2228,
10213
10213
  "character": 3
10214
10214
  },
10215
10215
  "signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
@@ -10219,7 +10219,7 @@
10219
10219
  "__schema": "ParameterSchema",
10220
10220
  "location": {
10221
10221
  "filePath": "workspace.ts",
10222
- "line": 2226,
10222
+ "line": 2228,
10223
10223
  "character": 19
10224
10224
  },
10225
10225
  "name": "component",
@@ -10227,7 +10227,7 @@
10227
10227
  "__schema": "TypeRefSchema",
10228
10228
  "location": {
10229
10229
  "filePath": "workspace.ts",
10230
- "line": 2226,
10230
+ "line": 2228,
10231
10231
  "character": 30
10232
10232
  },
10233
10233
  "name": "Component"
@@ -10240,7 +10240,7 @@
10240
10240
  "__schema": "TypeRefSchema",
10241
10241
  "location": {
10242
10242
  "filePath": "workspace.ts",
10243
- "line": 2226,
10243
+ "line": 2228,
10244
10244
  "character": 42
10245
10245
  },
10246
10246
  "name": "Promise",
@@ -10249,14 +10249,14 @@
10249
10249
  "__schema": "TypeArraySchema",
10250
10250
  "location": {
10251
10251
  "filePath": "workspace.ts",
10252
- "line": 2226,
10252
+ "line": 2228,
10253
10253
  "character": 50
10254
10254
  },
10255
10255
  "type": {
10256
10256
  "__schema": "KeywordTypeSchema",
10257
10257
  "location": {
10258
10258
  "filePath": "workspace.ts",
10259
- "line": 2226,
10259
+ "line": 2228,
10260
10260
  "character": 50
10261
10261
  },
10262
10262
  "name": "string"
@@ -10270,7 +10270,7 @@
10270
10270
  "__schema": "FunctionLikeSchema",
10271
10271
  "location": {
10272
10272
  "filePath": "workspace.ts",
10273
- "line": 2237,
10273
+ "line": 2239,
10274
10274
  "character": 3
10275
10275
  },
10276
10276
  "signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[], envExtendedDeps?: LegacyDependency[]): Promise<DependenciesOverridesData>",
@@ -10280,7 +10280,7 @@
10280
10280
  "__schema": "ParameterSchema",
10281
10281
  "location": {
10282
10282
  "filePath": "workspace.ts",
10283
- "line": 2238,
10283
+ "line": 2240,
10284
10284
  "character": 5
10285
10285
  },
10286
10286
  "name": "configuredExtensions",
@@ -10288,7 +10288,7 @@
10288
10288
  "__schema": "TypeRefSchema",
10289
10289
  "location": {
10290
10290
  "filePath": "workspace.ts",
10291
- "line": 2238,
10291
+ "line": 2240,
10292
10292
  "character": 27
10293
10293
  },
10294
10294
  "name": "ExtensionDataList"
@@ -10300,7 +10300,7 @@
10300
10300
  "__schema": "ParameterSchema",
10301
10301
  "location": {
10302
10302
  "filePath": "workspace.ts",
10303
- "line": 2239,
10303
+ "line": 2241,
10304
10304
  "character": 5
10305
10305
  },
10306
10306
  "name": "id",
@@ -10308,7 +10308,7 @@
10308
10308
  "__schema": "TypeRefSchema",
10309
10309
  "location": {
10310
10310
  "filePath": "workspace.ts",
10311
- "line": 2239,
10311
+ "line": 2241,
10312
10312
  "character": 9
10313
10313
  },
10314
10314
  "name": "ComponentID"
@@ -10320,7 +10320,7 @@
10320
10320
  "__schema": "ParameterSchema",
10321
10321
  "location": {
10322
10322
  "filePath": "workspace.ts",
10323
- "line": 2240,
10323
+ "line": 2242,
10324
10324
  "character": 5
10325
10325
  },
10326
10326
  "name": "legacyFiles",
@@ -10328,14 +10328,14 @@
10328
10328
  "__schema": "TypeArraySchema",
10329
10329
  "location": {
10330
10330
  "filePath": "workspace.ts",
10331
- "line": 2240,
10331
+ "line": 2242,
10332
10332
  "character": 18
10333
10333
  },
10334
10334
  "type": {
10335
10335
  "__schema": "TypeRefSchema",
10336
10336
  "location": {
10337
10337
  "filePath": "workspace.ts",
10338
- "line": 2240,
10338
+ "line": 2242,
10339
10339
  "character": 18
10340
10340
  },
10341
10341
  "name": "SourceFile"
@@ -10348,7 +10348,7 @@
10348
10348
  "__schema": "ParameterSchema",
10349
10349
  "location": {
10350
10350
  "filePath": "workspace.ts",
10351
- "line": 2241,
10351
+ "line": 2243,
10352
10352
  "character": 5
10353
10353
  },
10354
10354
  "name": "envExtendedDeps",
@@ -10356,14 +10356,14 @@
10356
10356
  "__schema": "TypeArraySchema",
10357
10357
  "location": {
10358
10358
  "filePath": "workspace.ts",
10359
- "line": 2241,
10359
+ "line": 2243,
10360
10360
  "character": 23
10361
10361
  },
10362
10362
  "type": {
10363
10363
  "__schema": "TypeRefSchema",
10364
10364
  "location": {
10365
10365
  "filePath": "workspace.ts",
10366
- "line": 2241,
10366
+ "line": 2243,
10367
10367
  "character": 23
10368
10368
  },
10369
10369
  "name": "LegacyDependency"
@@ -10377,7 +10377,7 @@
10377
10377
  "__schema": "InferenceTypeSchema",
10378
10378
  "location": {
10379
10379
  "filePath": "workspace.ts",
10380
- "line": 2237,
10380
+ "line": 2239,
10381
10381
  "character": 3
10382
10382
  },
10383
10383
  "type": "Promise<DependenciesOverridesData>"
@@ -10390,7 +10390,7 @@
10390
10390
  "__schema": "FunctionLikeSchema",
10391
10391
  "location": {
10392
10392
  "filePath": "workspace.ts",
10393
- "line": 2258,
10393
+ "line": 2260,
10394
10394
  "character": 3
10395
10395
  },
10396
10396
  "signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
@@ -10400,7 +10400,7 @@
10400
10400
  "__schema": "ParameterSchema",
10401
10401
  "location": {
10402
10402
  "filePath": "workspace.ts",
10403
- "line": 2258,
10403
+ "line": 2260,
10404
10404
  "character": 28
10405
10405
  },
10406
10406
  "name": "id",
@@ -10408,7 +10408,7 @@
10408
10408
  "__schema": "TypeRefSchema",
10409
10409
  "location": {
10410
10410
  "filePath": "workspace.ts",
10411
- "line": 2258,
10411
+ "line": 2260,
10412
10412
  "character": 32
10413
10413
  },
10414
10414
  "name": "ComponentID"
@@ -10421,7 +10421,7 @@
10421
10421
  "__schema": "InferenceTypeSchema",
10422
10422
  "location": {
10423
10423
  "filePath": "workspace.ts",
10424
- "line": 2258,
10424
+ "line": 2260,
10425
10425
  "character": 3
10426
10426
  },
10427
10427
  "type": "DependenciesOverridesData | undefined"
@@ -10432,7 +10432,7 @@
10432
10432
  "__schema": "FunctionLikeSchema",
10433
10433
  "location": {
10434
10434
  "filePath": "workspace.ts",
10435
- "line": 2267,
10435
+ "line": 2269,
10436
10436
  "character": 3
10437
10437
  },
10438
10438
  "signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
@@ -10442,7 +10442,7 @@
10442
10442
  "__schema": "ParameterSchema",
10443
10443
  "location": {
10444
10444
  "filePath": "workspace.ts",
10445
- "line": 2267,
10445
+ "line": 2269,
10446
10446
  "character": 35
10447
10447
  },
10448
10448
  "name": "ids",
@@ -10450,14 +10450,14 @@
10450
10450
  "__schema": "TypeArraySchema",
10451
10451
  "location": {
10452
10452
  "filePath": "workspace.ts",
10453
- "line": 2267,
10453
+ "line": 2269,
10454
10454
  "character": 40
10455
10455
  },
10456
10456
  "type": {
10457
10457
  "__schema": "TypeRefSchema",
10458
10458
  "location": {
10459
10459
  "filePath": "workspace.ts",
10460
- "line": 2267,
10460
+ "line": 2269,
10461
10461
  "character": 40
10462
10462
  },
10463
10463
  "name": "ComponentID"
@@ -10471,7 +10471,7 @@
10471
10471
  "__schema": "TypeRefSchema",
10472
10472
  "location": {
10473
10473
  "filePath": "workspace.ts",
10474
- "line": 2267,
10474
+ "line": 2269,
10475
10475
  "character": 56
10476
10476
  },
10477
10477
  "name": "Promise",
@@ -10480,14 +10480,14 @@
10480
10480
  "__schema": "TypeArraySchema",
10481
10481
  "location": {
10482
10482
  "filePath": "workspace.ts",
10483
- "line": 2267,
10483
+ "line": 2269,
10484
10484
  "character": 64
10485
10485
  },
10486
10486
  "type": {
10487
10487
  "__schema": "TypeRefSchema",
10488
10488
  "location": {
10489
10489
  "filePath": "workspace.ts",
10490
- "line": 2267,
10490
+ "line": 2269,
10491
10491
  "character": 64
10492
10492
  },
10493
10493
  "name": "ComponentStatusResult"
@@ -10503,7 +10503,7 @@
10503
10503
  "__schema": "FunctionLikeSchema",
10504
10504
  "location": {
10505
10505
  "filePath": "workspace.ts",
10506
- "line": 2271,
10506
+ "line": 2273,
10507
10507
  "character": 3
10508
10508
  },
10509
10509
  "signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
@@ -10513,7 +10513,7 @@
10513
10513
  "__schema": "ParameterSchema",
10514
10514
  "location": {
10515
10515
  "filePath": "workspace.ts",
10516
- "line": 2271,
10516
+ "line": 2273,
10517
10517
  "character": 32
10518
10518
  },
10519
10519
  "name": "id",
@@ -10521,7 +10521,7 @@
10521
10521
  "__schema": "TypeRefSchema",
10522
10522
  "location": {
10523
10523
  "filePath": "workspace.ts",
10524
- "line": 2271,
10524
+ "line": 2273,
10525
10525
  "character": 36
10526
10526
  },
10527
10527
  "name": "ComponentID"
@@ -10534,7 +10534,7 @@
10534
10534
  "__schema": "TypeRefSchema",
10535
10535
  "location": {
10536
10536
  "filePath": "workspace.ts",
10537
- "line": 2271,
10537
+ "line": 2273,
10538
10538
  "character": 50
10539
10539
  },
10540
10540
  "name": "Promise",
@@ -10543,7 +10543,7 @@
10543
10543
  "__schema": "TypeRefSchema",
10544
10544
  "location": {
10545
10545
  "filePath": "workspace.ts",
10546
- "line": 2271,
10546
+ "line": 2273,
10547
10547
  "character": 58
10548
10548
  },
10549
10549
  "name": "ComponentStatusLegacy"
@@ -10558,7 +10558,7 @@
10558
10558
  "__schema": "FunctionLikeSchema",
10559
10559
  "location": {
10560
10560
  "filePath": "workspace.ts",
10561
- "line": 2275,
10561
+ "line": 2277,
10562
10562
  "character": 3
10563
10563
  },
10564
10564
  "signature": "(method) Workspace.setLocalOnly(ids: ComponentID[]): Promise<void>",
@@ -10568,7 +10568,7 @@
10568
10568
  "__schema": "ParameterSchema",
10569
10569
  "location": {
10570
10570
  "filePath": "workspace.ts",
10571
- "line": 2275,
10571
+ "line": 2277,
10572
10572
  "character": 22
10573
10573
  },
10574
10574
  "name": "ids",
@@ -10576,14 +10576,14 @@
10576
10576
  "__schema": "TypeArraySchema",
10577
10577
  "location": {
10578
10578
  "filePath": "workspace.ts",
10579
- "line": 2275,
10579
+ "line": 2277,
10580
10580
  "character": 27
10581
10581
  },
10582
10582
  "type": {
10583
10583
  "__schema": "TypeRefSchema",
10584
10584
  "location": {
10585
10585
  "filePath": "workspace.ts",
10586
- "line": 2275,
10586
+ "line": 2277,
10587
10587
  "character": 27
10588
10588
  },
10589
10589
  "name": "ComponentID"
@@ -10597,7 +10597,7 @@
10597
10597
  "__schema": "InferenceTypeSchema",
10598
10598
  "location": {
10599
10599
  "filePath": "workspace.ts",
10600
- "line": 2275,
10600
+ "line": 2277,
10601
10601
  "character": 3
10602
10602
  },
10603
10603
  "type": "Promise<void>"
@@ -10610,7 +10610,7 @@
10610
10610
  "__schema": "FunctionLikeSchema",
10611
10611
  "location": {
10612
10612
  "filePath": "workspace.ts",
10613
- "line": 2292,
10613
+ "line": 2294,
10614
10614
  "character": 3
10615
10615
  },
10616
10616
  "signature": "(method) Workspace.unsetLocalOnly(ids: ComponentID[]): Promise<ComponentID[]>",
@@ -10620,7 +10620,7 @@
10620
10620
  "__schema": "ParameterSchema",
10621
10621
  "location": {
10622
10622
  "filePath": "workspace.ts",
10623
- "line": 2292,
10623
+ "line": 2294,
10624
10624
  "character": 24
10625
10625
  },
10626
10626
  "name": "ids",
@@ -10628,14 +10628,14 @@
10628
10628
  "__schema": "TypeArraySchema",
10629
10629
  "location": {
10630
10630
  "filePath": "workspace.ts",
10631
- "line": 2292,
10631
+ "line": 2294,
10632
10632
  "character": 29
10633
10633
  },
10634
10634
  "type": {
10635
10635
  "__schema": "TypeRefSchema",
10636
10636
  "location": {
10637
10637
  "filePath": "workspace.ts",
10638
- "line": 2292,
10638
+ "line": 2294,
10639
10639
  "character": 29
10640
10640
  },
10641
10641
  "name": "ComponentID"
@@ -10649,7 +10649,7 @@
10649
10649
  "__schema": "TypeRefSchema",
10650
10650
  "location": {
10651
10651
  "filePath": "workspace.ts",
10652
- "line": 2292,
10652
+ "line": 2294,
10653
10653
  "character": 45
10654
10654
  },
10655
10655
  "name": "Promise",
@@ -10658,14 +10658,14 @@
10658
10658
  "__schema": "TypeArraySchema",
10659
10659
  "location": {
10660
10660
  "filePath": "workspace.ts",
10661
- "line": 2292,
10661
+ "line": 2294,
10662
10662
  "character": 53
10663
10663
  },
10664
10664
  "type": {
10665
10665
  "__schema": "TypeRefSchema",
10666
10666
  "location": {
10667
10667
  "filePath": "workspace.ts",
10668
- "line": 2292,
10668
+ "line": 2294,
10669
10669
  "character": 53
10670
10670
  },
10671
10671
  "name": "ComponentID"
@@ -10681,7 +10681,7 @@
10681
10681
  "__schema": "FunctionLikeSchema",
10682
10682
  "location": {
10683
10683
  "filePath": "workspace.ts",
10684
- "line": 2297,
10684
+ "line": 2299,
10685
10685
  "character": 3
10686
10686
  },
10687
10687
  "signature": "(method) Workspace.listLocalOnly(): ComponentIdList",
@@ -10691,7 +10691,7 @@
10691
10691
  "__schema": "TypeRefSchema",
10692
10692
  "location": {
10693
10693
  "filePath": "workspace.ts",
10694
- "line": 2297,
10694
+ "line": 2299,
10695
10695
  "character": 3
10696
10696
  },
10697
10697
  "name": "ComponentIdList",
@@ -10727,7 +10727,7 @@
10727
10727
  "_legacy": {
10728
10728
  "scope": "teambit.workspace",
10729
10729
  "name": "workspace",
10730
- "version": "1.0.507"
10730
+ "version": "1.0.508"
10731
10731
  },
10732
10732
  "_scope": "teambit.workspace"
10733
10733
  }
@@ -10938,7 +10938,7 @@
10938
10938
  "_legacy": {
10939
10939
  "scope": "teambit.workspace",
10940
10940
  "name": "workspace",
10941
- "version": "1.0.507"
10941
+ "version": "1.0.508"
10942
10942
  },
10943
10943
  "_scope": "teambit.workspace"
10944
10944
  }
@@ -11381,7 +11381,7 @@
11381
11381
  "_legacy": {
11382
11382
  "scope": "teambit.workspace",
11383
11383
  "name": "workspace",
11384
- "version": "1.0.507"
11384
+ "version": "1.0.508"
11385
11385
  },
11386
11386
  "_scope": "teambit.workspace"
11387
11387
  }
@@ -11536,7 +11536,7 @@
11536
11536
  "_legacy": {
11537
11537
  "scope": "teambit.workspace",
11538
11538
  "name": "workspace",
11539
- "version": "1.0.507"
11539
+ "version": "1.0.508"
11540
11540
  },
11541
11541
  "_scope": "teambit.workspace"
11542
11542
  }
@@ -11671,7 +11671,7 @@
11671
11671
  "_legacy": {
11672
11672
  "scope": "teambit.workspace",
11673
11673
  "name": "workspace",
11674
- "version": "1.0.507"
11674
+ "version": "1.0.508"
11675
11675
  },
11676
11676
  "_scope": "teambit.workspace"
11677
11677
  }
@@ -13685,7 +13685,7 @@
13685
13685
  "_legacy": {
13686
13686
  "scope": "teambit.workspace",
13687
13687
  "name": "workspace",
13688
- "version": "1.0.507"
13688
+ "version": "1.0.508"
13689
13689
  },
13690
13690
  "_scope": "teambit.workspace"
13691
13691
  }
@@ -14029,7 +14029,7 @@
14029
14029
  "_legacy": {
14030
14030
  "scope": "teambit.workspace",
14031
14031
  "name": "workspace",
14032
- "version": "1.0.507"
14032
+ "version": "1.0.508"
14033
14033
  },
14034
14034
  "_scope": "teambit.workspace"
14035
14035
  }
@@ -16854,7 +16854,7 @@
16854
16854
  "componentId": {
16855
16855
  "scope": "teambit.legacy",
16856
16856
  "name": "component-list",
16857
- "version": "0.0.68"
16857
+ "version": "0.0.69"
16858
16858
  }
16859
16859
  }
16860
16860
  },
@@ -20555,7 +20555,7 @@
20555
20555
  "componentId": {
20556
20556
  "scope": "teambit.legacy",
20557
20557
  "name": "extension-data",
20558
- "version": "0.0.16"
20558
+ "version": "0.0.17"
20559
20559
  }
20560
20560
  },
20561
20561
  "modifiers": []
@@ -26301,7 +26301,7 @@
26301
26301
  "__schema": "FunctionLikeSchema",
26302
26302
  "location": {
26303
26303
  "filePath": "workspace.ts",
26304
- "line": 2207,
26304
+ "line": 2209,
26305
26305
  "character": 3
26306
26306
  },
26307
26307
  "signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
@@ -26311,7 +26311,7 @@
26311
26311
  "__schema": "InferenceTypeSchema",
26312
26312
  "location": {
26313
26313
  "filePath": "workspace.ts",
26314
- "line": 2207,
26314
+ "line": 2209,
26315
26315
  "character": 3
26316
26316
  },
26317
26317
  "type": "RegExp[]"
@@ -26322,7 +26322,7 @@
26322
26322
  "__schema": "FunctionLikeSchema",
26323
26323
  "location": {
26324
26324
  "filePath": "workspace.ts",
26325
- "line": 2211,
26325
+ "line": 2213,
26326
26326
  "character": 3
26327
26327
  },
26328
26328
  "signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
@@ -26332,7 +26332,7 @@
26332
26332
  "__schema": "InferenceTypeSchema",
26333
26333
  "location": {
26334
26334
  "filePath": "workspace.ts",
26335
- "line": 2211,
26335
+ "line": 2213,
26336
26336
  "character": 3
26337
26337
  },
26338
26338
  "type": "Promise<void>"
@@ -26345,7 +26345,7 @@
26345
26345
  "__schema": "FunctionLikeSchema",
26346
26346
  "location": {
26347
26347
  "filePath": "workspace.ts",
26348
- "line": 2226,
26348
+ "line": 2228,
26349
26349
  "character": 3
26350
26350
  },
26351
26351
  "signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
@@ -26355,7 +26355,7 @@
26355
26355
  "__schema": "ParameterSchema",
26356
26356
  "location": {
26357
26357
  "filePath": "workspace.ts",
26358
- "line": 2226,
26358
+ "line": 2228,
26359
26359
  "character": 19
26360
26360
  },
26361
26361
  "name": "component",
@@ -26363,7 +26363,7 @@
26363
26363
  "__schema": "TypeRefSchema",
26364
26364
  "location": {
26365
26365
  "filePath": "workspace.ts",
26366
- "line": 2226,
26366
+ "line": 2228,
26367
26367
  "character": 30
26368
26368
  },
26369
26369
  "name": "Component"
@@ -26376,7 +26376,7 @@
26376
26376
  "__schema": "TypeRefSchema",
26377
26377
  "location": {
26378
26378
  "filePath": "workspace.ts",
26379
- "line": 2226,
26379
+ "line": 2228,
26380
26380
  "character": 42
26381
26381
  },
26382
26382
  "name": "Promise",
@@ -26385,14 +26385,14 @@
26385
26385
  "__schema": "TypeArraySchema",
26386
26386
  "location": {
26387
26387
  "filePath": "workspace.ts",
26388
- "line": 2226,
26388
+ "line": 2228,
26389
26389
  "character": 50
26390
26390
  },
26391
26391
  "type": {
26392
26392
  "__schema": "KeywordTypeSchema",
26393
26393
  "location": {
26394
26394
  "filePath": "workspace.ts",
26395
- "line": 2226,
26395
+ "line": 2228,
26396
26396
  "character": 50
26397
26397
  },
26398
26398
  "name": "string"
@@ -26406,7 +26406,7 @@
26406
26406
  "__schema": "FunctionLikeSchema",
26407
26407
  "location": {
26408
26408
  "filePath": "workspace.ts",
26409
- "line": 2237,
26409
+ "line": 2239,
26410
26410
  "character": 3
26411
26411
  },
26412
26412
  "signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[], envExtendedDeps?: LegacyDependency[]): Promise<DependenciesOverridesData>",
@@ -26416,7 +26416,7 @@
26416
26416
  "__schema": "ParameterSchema",
26417
26417
  "location": {
26418
26418
  "filePath": "workspace.ts",
26419
- "line": 2238,
26419
+ "line": 2240,
26420
26420
  "character": 5
26421
26421
  },
26422
26422
  "name": "configuredExtensions",
@@ -26424,7 +26424,7 @@
26424
26424
  "__schema": "TypeRefSchema",
26425
26425
  "location": {
26426
26426
  "filePath": "workspace.ts",
26427
- "line": 2238,
26427
+ "line": 2240,
26428
26428
  "character": 27
26429
26429
  },
26430
26430
  "name": "ExtensionDataList"
@@ -26436,7 +26436,7 @@
26436
26436
  "__schema": "ParameterSchema",
26437
26437
  "location": {
26438
26438
  "filePath": "workspace.ts",
26439
- "line": 2239,
26439
+ "line": 2241,
26440
26440
  "character": 5
26441
26441
  },
26442
26442
  "name": "id",
@@ -26444,7 +26444,7 @@
26444
26444
  "__schema": "TypeRefSchema",
26445
26445
  "location": {
26446
26446
  "filePath": "workspace.ts",
26447
- "line": 2239,
26447
+ "line": 2241,
26448
26448
  "character": 9
26449
26449
  },
26450
26450
  "name": "ComponentID"
@@ -26456,7 +26456,7 @@
26456
26456
  "__schema": "ParameterSchema",
26457
26457
  "location": {
26458
26458
  "filePath": "workspace.ts",
26459
- "line": 2240,
26459
+ "line": 2242,
26460
26460
  "character": 5
26461
26461
  },
26462
26462
  "name": "legacyFiles",
@@ -26464,14 +26464,14 @@
26464
26464
  "__schema": "TypeArraySchema",
26465
26465
  "location": {
26466
26466
  "filePath": "workspace.ts",
26467
- "line": 2240,
26467
+ "line": 2242,
26468
26468
  "character": 18
26469
26469
  },
26470
26470
  "type": {
26471
26471
  "__schema": "TypeRefSchema",
26472
26472
  "location": {
26473
26473
  "filePath": "workspace.ts",
26474
- "line": 2240,
26474
+ "line": 2242,
26475
26475
  "character": 18
26476
26476
  },
26477
26477
  "name": "SourceFile"
@@ -26484,7 +26484,7 @@
26484
26484
  "__schema": "ParameterSchema",
26485
26485
  "location": {
26486
26486
  "filePath": "workspace.ts",
26487
- "line": 2241,
26487
+ "line": 2243,
26488
26488
  "character": 5
26489
26489
  },
26490
26490
  "name": "envExtendedDeps",
@@ -26492,14 +26492,14 @@
26492
26492
  "__schema": "TypeArraySchema",
26493
26493
  "location": {
26494
26494
  "filePath": "workspace.ts",
26495
- "line": 2241,
26495
+ "line": 2243,
26496
26496
  "character": 23
26497
26497
  },
26498
26498
  "type": {
26499
26499
  "__schema": "TypeRefSchema",
26500
26500
  "location": {
26501
26501
  "filePath": "workspace.ts",
26502
- "line": 2241,
26502
+ "line": 2243,
26503
26503
  "character": 23
26504
26504
  },
26505
26505
  "name": "LegacyDependency"
@@ -26513,7 +26513,7 @@
26513
26513
  "__schema": "InferenceTypeSchema",
26514
26514
  "location": {
26515
26515
  "filePath": "workspace.ts",
26516
- "line": 2237,
26516
+ "line": 2239,
26517
26517
  "character": 3
26518
26518
  },
26519
26519
  "type": "Promise<DependenciesOverridesData>"
@@ -26526,7 +26526,7 @@
26526
26526
  "__schema": "FunctionLikeSchema",
26527
26527
  "location": {
26528
26528
  "filePath": "workspace.ts",
26529
- "line": 2258,
26529
+ "line": 2260,
26530
26530
  "character": 3
26531
26531
  },
26532
26532
  "signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
@@ -26536,7 +26536,7 @@
26536
26536
  "__schema": "ParameterSchema",
26537
26537
  "location": {
26538
26538
  "filePath": "workspace.ts",
26539
- "line": 2258,
26539
+ "line": 2260,
26540
26540
  "character": 28
26541
26541
  },
26542
26542
  "name": "id",
@@ -26544,7 +26544,7 @@
26544
26544
  "__schema": "TypeRefSchema",
26545
26545
  "location": {
26546
26546
  "filePath": "workspace.ts",
26547
- "line": 2258,
26547
+ "line": 2260,
26548
26548
  "character": 32
26549
26549
  },
26550
26550
  "name": "ComponentID"
@@ -26557,7 +26557,7 @@
26557
26557
  "__schema": "InferenceTypeSchema",
26558
26558
  "location": {
26559
26559
  "filePath": "workspace.ts",
26560
- "line": 2258,
26560
+ "line": 2260,
26561
26561
  "character": 3
26562
26562
  },
26563
26563
  "type": "DependenciesOverridesData | undefined"
@@ -26568,7 +26568,7 @@
26568
26568
  "__schema": "FunctionLikeSchema",
26569
26569
  "location": {
26570
26570
  "filePath": "workspace.ts",
26571
- "line": 2267,
26571
+ "line": 2269,
26572
26572
  "character": 3
26573
26573
  },
26574
26574
  "signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
@@ -26578,7 +26578,7 @@
26578
26578
  "__schema": "ParameterSchema",
26579
26579
  "location": {
26580
26580
  "filePath": "workspace.ts",
26581
- "line": 2267,
26581
+ "line": 2269,
26582
26582
  "character": 35
26583
26583
  },
26584
26584
  "name": "ids",
@@ -26586,14 +26586,14 @@
26586
26586
  "__schema": "TypeArraySchema",
26587
26587
  "location": {
26588
26588
  "filePath": "workspace.ts",
26589
- "line": 2267,
26589
+ "line": 2269,
26590
26590
  "character": 40
26591
26591
  },
26592
26592
  "type": {
26593
26593
  "__schema": "TypeRefSchema",
26594
26594
  "location": {
26595
26595
  "filePath": "workspace.ts",
26596
- "line": 2267,
26596
+ "line": 2269,
26597
26597
  "character": 40
26598
26598
  },
26599
26599
  "name": "ComponentID"
@@ -26607,7 +26607,7 @@
26607
26607
  "__schema": "TypeRefSchema",
26608
26608
  "location": {
26609
26609
  "filePath": "workspace.ts",
26610
- "line": 2267,
26610
+ "line": 2269,
26611
26611
  "character": 56
26612
26612
  },
26613
26613
  "name": "Promise",
@@ -26616,14 +26616,14 @@
26616
26616
  "__schema": "TypeArraySchema",
26617
26617
  "location": {
26618
26618
  "filePath": "workspace.ts",
26619
- "line": 2267,
26619
+ "line": 2269,
26620
26620
  "character": 64
26621
26621
  },
26622
26622
  "type": {
26623
26623
  "__schema": "TypeRefSchema",
26624
26624
  "location": {
26625
26625
  "filePath": "workspace.ts",
26626
- "line": 2267,
26626
+ "line": 2269,
26627
26627
  "character": 64
26628
26628
  },
26629
26629
  "name": "ComponentStatusResult"
@@ -26639,7 +26639,7 @@
26639
26639
  "__schema": "FunctionLikeSchema",
26640
26640
  "location": {
26641
26641
  "filePath": "workspace.ts",
26642
- "line": 2271,
26642
+ "line": 2273,
26643
26643
  "character": 3
26644
26644
  },
26645
26645
  "signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
@@ -26649,7 +26649,7 @@
26649
26649
  "__schema": "ParameterSchema",
26650
26650
  "location": {
26651
26651
  "filePath": "workspace.ts",
26652
- "line": 2271,
26652
+ "line": 2273,
26653
26653
  "character": 32
26654
26654
  },
26655
26655
  "name": "id",
@@ -26657,7 +26657,7 @@
26657
26657
  "__schema": "TypeRefSchema",
26658
26658
  "location": {
26659
26659
  "filePath": "workspace.ts",
26660
- "line": 2271,
26660
+ "line": 2273,
26661
26661
  "character": 36
26662
26662
  },
26663
26663
  "name": "ComponentID"
@@ -26670,7 +26670,7 @@
26670
26670
  "__schema": "TypeRefSchema",
26671
26671
  "location": {
26672
26672
  "filePath": "workspace.ts",
26673
- "line": 2271,
26673
+ "line": 2273,
26674
26674
  "character": 50
26675
26675
  },
26676
26676
  "name": "Promise",
@@ -26679,7 +26679,7 @@
26679
26679
  "__schema": "TypeRefSchema",
26680
26680
  "location": {
26681
26681
  "filePath": "workspace.ts",
26682
- "line": 2271,
26682
+ "line": 2273,
26683
26683
  "character": 58
26684
26684
  },
26685
26685
  "name": "ComponentStatusLegacy"
@@ -26694,7 +26694,7 @@
26694
26694
  "__schema": "FunctionLikeSchema",
26695
26695
  "location": {
26696
26696
  "filePath": "workspace.ts",
26697
- "line": 2275,
26697
+ "line": 2277,
26698
26698
  "character": 3
26699
26699
  },
26700
26700
  "signature": "(method) Workspace.setLocalOnly(ids: ComponentID[]): Promise<void>",
@@ -26704,7 +26704,7 @@
26704
26704
  "__schema": "ParameterSchema",
26705
26705
  "location": {
26706
26706
  "filePath": "workspace.ts",
26707
- "line": 2275,
26707
+ "line": 2277,
26708
26708
  "character": 22
26709
26709
  },
26710
26710
  "name": "ids",
@@ -26712,14 +26712,14 @@
26712
26712
  "__schema": "TypeArraySchema",
26713
26713
  "location": {
26714
26714
  "filePath": "workspace.ts",
26715
- "line": 2275,
26715
+ "line": 2277,
26716
26716
  "character": 27
26717
26717
  },
26718
26718
  "type": {
26719
26719
  "__schema": "TypeRefSchema",
26720
26720
  "location": {
26721
26721
  "filePath": "workspace.ts",
26722
- "line": 2275,
26722
+ "line": 2277,
26723
26723
  "character": 27
26724
26724
  },
26725
26725
  "name": "ComponentID"
@@ -26733,7 +26733,7 @@
26733
26733
  "__schema": "InferenceTypeSchema",
26734
26734
  "location": {
26735
26735
  "filePath": "workspace.ts",
26736
- "line": 2275,
26736
+ "line": 2277,
26737
26737
  "character": 3
26738
26738
  },
26739
26739
  "type": "Promise<void>"
@@ -26746,7 +26746,7 @@
26746
26746
  "__schema": "FunctionLikeSchema",
26747
26747
  "location": {
26748
26748
  "filePath": "workspace.ts",
26749
- "line": 2292,
26749
+ "line": 2294,
26750
26750
  "character": 3
26751
26751
  },
26752
26752
  "signature": "(method) Workspace.unsetLocalOnly(ids: ComponentID[]): Promise<ComponentID[]>",
@@ -26756,7 +26756,7 @@
26756
26756
  "__schema": "ParameterSchema",
26757
26757
  "location": {
26758
26758
  "filePath": "workspace.ts",
26759
- "line": 2292,
26759
+ "line": 2294,
26760
26760
  "character": 24
26761
26761
  },
26762
26762
  "name": "ids",
@@ -26764,14 +26764,14 @@
26764
26764
  "__schema": "TypeArraySchema",
26765
26765
  "location": {
26766
26766
  "filePath": "workspace.ts",
26767
- "line": 2292,
26767
+ "line": 2294,
26768
26768
  "character": 29
26769
26769
  },
26770
26770
  "type": {
26771
26771
  "__schema": "TypeRefSchema",
26772
26772
  "location": {
26773
26773
  "filePath": "workspace.ts",
26774
- "line": 2292,
26774
+ "line": 2294,
26775
26775
  "character": 29
26776
26776
  },
26777
26777
  "name": "ComponentID"
@@ -26785,7 +26785,7 @@
26785
26785
  "__schema": "TypeRefSchema",
26786
26786
  "location": {
26787
26787
  "filePath": "workspace.ts",
26788
- "line": 2292,
26788
+ "line": 2294,
26789
26789
  "character": 45
26790
26790
  },
26791
26791
  "name": "Promise",
@@ -26794,14 +26794,14 @@
26794
26794
  "__schema": "TypeArraySchema",
26795
26795
  "location": {
26796
26796
  "filePath": "workspace.ts",
26797
- "line": 2292,
26797
+ "line": 2294,
26798
26798
  "character": 53
26799
26799
  },
26800
26800
  "type": {
26801
26801
  "__schema": "TypeRefSchema",
26802
26802
  "location": {
26803
26803
  "filePath": "workspace.ts",
26804
- "line": 2292,
26804
+ "line": 2294,
26805
26805
  "character": 53
26806
26806
  },
26807
26807
  "name": "ComponentID"
@@ -26817,7 +26817,7 @@
26817
26817
  "__schema": "FunctionLikeSchema",
26818
26818
  "location": {
26819
26819
  "filePath": "workspace.ts",
26820
- "line": 2297,
26820
+ "line": 2299,
26821
26821
  "character": 3
26822
26822
  },
26823
26823
  "signature": "(method) Workspace.listLocalOnly(): ComponentIdList",
@@ -26827,7 +26827,7 @@
26827
26827
  "__schema": "TypeRefSchema",
26828
26828
  "location": {
26829
26829
  "filePath": "workspace.ts",
26830
- "line": 2297,
26830
+ "line": 2299,
26831
26831
  "character": 3
26832
26832
  },
26833
26833
  "name": "ComponentIdList",
@@ -26863,7 +26863,7 @@
26863
26863
  "_legacy": {
26864
26864
  "scope": "teambit.workspace",
26865
26865
  "name": "workspace",
26866
- "version": "1.0.507"
26866
+ "version": "1.0.508"
26867
26867
  },
26868
26868
  "_scope": "teambit.workspace"
26869
26869
  }
@@ -26875,7 +26875,7 @@
26875
26875
  "__schema": "UnImplementedSchema",
26876
26876
  "location": {
26877
26877
  "filePath": "workspace.ts",
26878
- "line": 2315,
26878
+ "line": 2317,
26879
26879
  "character": 16
26880
26880
  },
26881
26881
  "name": "Workspace",
@@ -26920,7 +26920,7 @@
26920
26920
  "componentId": {
26921
26921
  "scope": "teambit.legacy",
26922
26922
  "name": "extension-data",
26923
- "version": "0.0.16"
26923
+ "version": "0.0.17"
26924
26924
  }
26925
26925
  },
26926
26926
  "isOptional": false
@@ -26971,7 +26971,7 @@
26971
26971
  "componentId": {
26972
26972
  "scope": "teambit.legacy",
26973
26973
  "name": "extension-data",
26974
- "version": "0.0.16"
26974
+ "version": "0.0.17"
26975
26975
  }
26976
26976
  },
26977
26977
  "isOptional": false
@@ -27109,14 +27109,14 @@
27109
27109
  "__schema": "FunctionLikeSchema",
27110
27110
  "location": {
27111
27111
  "filePath": "workspace.ts",
27112
- "line": 2310,
27112
+ "line": 2312,
27113
27113
  "character": 1
27114
27114
  },
27115
27115
  "doc": {
27116
27116
  "__schema": "DocSchema",
27117
27117
  "location": {
27118
27118
  "filePath": "workspace.ts",
27119
- "line": 2302,
27119
+ "line": 2304,
27120
27120
  "character": 1
27121
27121
  },
27122
27122
  "raw": "/**\n * this is a super hacky way to do it. problem is that loadAspect is running as onStart hook, where we don't\n * have the CLI fully loaded yet, so we can't get the command from the CLI aspect, we have to retrieve it from\n * process.argv.\n * in general, we don't want every command to try again and again fetching un-built versions. otherwise, every time\n * Bit loads (even bit --help), it'll fetch them and slow down everything.\n * instead, long-running commands and those that need the artifacts from the Version objects, should try to re-fetch.\n */",
@@ -27130,7 +27130,7 @@
27130
27130
  "__schema": "TypeRefSchema",
27131
27131
  "location": {
27132
27132
  "filePath": "workspace.ts",
27133
- "line": 2310,
27133
+ "line": 2312,
27134
27134
  "character": 1
27135
27135
  },
27136
27136
  "name": "shouldReFetchUnBuiltVersion",
@@ -28385,7 +28385,7 @@
28385
28385
  "_legacy": {
28386
28386
  "scope": "teambit.workspace",
28387
28387
  "name": "workspace",
28388
- "version": "1.0.507"
28388
+ "version": "1.0.508"
28389
28389
  },
28390
28390
  "_scope": "teambit.workspace"
28391
28391
  }
@@ -28628,7 +28628,7 @@
28628
28628
  "_legacy": {
28629
28629
  "scope": "teambit.workspace",
28630
28630
  "name": "workspace",
28631
- "version": "1.0.507"
28631
+ "version": "1.0.508"
28632
28632
  },
28633
28633
  "_scope": "teambit.workspace"
28634
28634
  }
@@ -28851,7 +28851,7 @@
28851
28851
  "_legacy": {
28852
28852
  "scope": "teambit.workspace",
28853
28853
  "name": "workspace",
28854
- "version": "1.0.507"
28854
+ "version": "1.0.508"
28855
28855
  },
28856
28856
  "_scope": "teambit.workspace"
28857
28857
  }
@@ -31764,7 +31764,7 @@
31764
31764
  "_legacy": {
31765
31765
  "scope": "teambit.workspace",
31766
31766
  "name": "workspace",
31767
- "version": "1.0.507"
31767
+ "version": "1.0.508"
31768
31768
  },
31769
31769
  "_scope": "teambit.workspace"
31770
31770
  }
@@ -32507,7 +32507,7 @@
32507
32507
  "line": 19,
32508
32508
  "character": 3
32509
32509
  },
32510
- "signature": "(property) ComponentConfigFileOptions.newLine: \"\\n\" | \"\\r\\n\" | undefined",
32510
+ "signature": "(property) ComponentConfigFileOptions.newLine: \"\\r\\n\" | \"\\n\" | undefined",
32511
32511
  "name": "newLine",
32512
32512
  "type": {
32513
32513
  "__schema": "TypeUnionSchema",
@@ -33146,7 +33146,7 @@
33146
33146
  "line": 5,
33147
33147
  "character": 1
33148
33148
  },
33149
- "signature": "type FILE_STATUS = \"modified\" | \"unchanged\" | \"new\" | \"deleted\"",
33149
+ "signature": "type FILE_STATUS = \"new\" | \"modified\" | \"deleted\" | \"unchanged\"",
33150
33150
  "name": "FILE_STATUS",
33151
33151
  "type": {
33152
33152
  "__schema": "TypeUnionSchema",
@@ -34037,7 +34037,7 @@
34037
34037
  "componentId": {
34038
34038
  "scope": "teambit.workspace",
34039
34039
  "name": "workspace",
34040
- "version": "1.0.507"
34040
+ "version": "1.0.508"
34041
34041
  },
34042
34042
  "taggedModuleExports": []
34043
34043
  }