@teambit/snapping 1.0.243 → 1.0.244

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.
@@ -17,7 +17,7 @@
17
17
  "__schema": "TypeSchema",
18
18
  "location": {
19
19
  "filePath": "tag-model-component.ts",
20
- "line": 523,
20
+ "line": 528,
21
21
  "character": 1
22
22
  },
23
23
  "signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
@@ -26,7 +26,7 @@
26
26
  "__schema": "TypeLiteralSchema",
27
27
  "location": {
28
28
  "filePath": "tag-model-component.ts",
29
- "line": 523,
29
+ "line": 528,
30
30
  "character": 28
31
31
  },
32
32
  "members": [
@@ -34,7 +34,7 @@
34
34
  "__schema": "VariableLikeSchema",
35
35
  "location": {
36
36
  "filePath": "tag-model-component.ts",
37
- "line": 524,
37
+ "line": 529,
38
38
  "character": 3
39
39
  },
40
40
  "signature": "(property) username?: string | undefined",
@@ -43,7 +43,7 @@
43
43
  "__schema": "KeywordTypeSchema",
44
44
  "location": {
45
45
  "filePath": "tag-model-component.ts",
46
- "line": 524,
46
+ "line": 529,
47
47
  "character": 14
48
48
  },
49
49
  "name": "string"
@@ -54,7 +54,7 @@
54
54
  "__schema": "VariableLikeSchema",
55
55
  "location": {
56
56
  "filePath": "tag-model-component.ts",
57
- "line": 525,
57
+ "line": 530,
58
58
  "character": 3
59
59
  },
60
60
  "signature": "(property) name?: string | undefined",
@@ -63,7 +63,7 @@
63
63
  "__schema": "KeywordTypeSchema",
64
64
  "location": {
65
65
  "filePath": "tag-model-component.ts",
66
- "line": 525,
66
+ "line": 530,
67
67
  "character": 10
68
68
  },
69
69
  "name": "string"
@@ -74,7 +74,7 @@
74
74
  "__schema": "VariableLikeSchema",
75
75
  "location": {
76
76
  "filePath": "tag-model-component.ts",
77
- "line": 526,
77
+ "line": 531,
78
78
  "character": 3
79
79
  },
80
80
  "signature": "(property) displayName?: string | undefined",
@@ -83,7 +83,7 @@
83
83
  "__schema": "KeywordTypeSchema",
84
84
  "location": {
85
85
  "filePath": "tag-model-component.ts",
86
- "line": 526,
86
+ "line": 531,
87
87
  "character": 17
88
88
  },
89
89
  "name": "string"
@@ -94,7 +94,7 @@
94
94
  "__schema": "VariableLikeSchema",
95
95
  "location": {
96
96
  "filePath": "tag-model-component.ts",
97
- "line": 527,
97
+ "line": 532,
98
98
  "character": 3
99
99
  },
100
100
  "signature": "(property) profileImage?: string | undefined",
@@ -103,7 +103,7 @@
103
103
  "__schema": "KeywordTypeSchema",
104
104
  "location": {
105
105
  "filePath": "tag-model-component.ts",
106
- "line": 527,
106
+ "line": 532,
107
107
  "character": 18
108
108
  },
109
109
  "name": "string"
@@ -9240,7 +9240,7 @@
9240
9240
  "__schema": "FunctionLikeSchema",
9241
9241
  "location": {
9242
9242
  "filePath": "tag-model-component.ts",
9243
- "line": 169,
9243
+ "line": 174,
9244
9244
  "character": 1
9245
9245
  },
9246
9246
  "signature": "function tagModelComponent({ workspace, scope, snapping, builder, consumerComponents, ids, tagDataPerComp, populateArtifactsFrom, message, editor, exactVersion, releaseType, preReleaseId, ignoreNewestVersion, skipTests, skipTasks, skipAutoTag, soft, build, persist, isSnap, disableTagAndSnapPipelines, ignoreBuildErrors, rebuildDepsGraph, incrementBy, packageManagerConfigRootDir, dependencyResolver, copyLogFromPreviousSnap, exitOnFirstFailedTask, updateDependentsOnLane, }: {\n workspace?: Workspace;\n scope: ScopeMain;\n snapping: SnappingMain;\n builder: BuilderMain;\n consumerComponents: ConsumerComponent[];\n ids: ComponentIdList;\n tagDataPerComp?: TagDataPerComp[];\n populateArtifactsFrom?: ComponentID[];\n copyLogFromPreviousSnap?: boolean;\n exactVersion?: string | null | undefined;\n releaseType?: ReleaseType;\n incrementBy?: number;\n isSnap?: boolean;\n packageManagerConfigRootDir?: string;\n dependencyResolver: DependencyResolverMain;\n exitOnFirstFailedTask?: boolean;\n updateDependentsOnLane?: boolean;\n} & BasicTagParams): Promise<{\n taggedComponents: ConsumerComponent[];\n autoTaggedResults: AutoTagResult[];\n publishedPackages: string[];\n stagedConfig?: StagedConfig | undefined;\n removedComponents?: ComponentIdList | undefined;\n}>",
@@ -9250,7 +9250,7 @@
9250
9250
  "__schema": "ParameterSchema",
9251
9251
  "location": {
9252
9252
  "filePath": "tag-model-component.ts",
9253
- "line": 169,
9253
+ "line": 174,
9254
9254
  "character": 41
9255
9255
  },
9256
9256
  "name": "{ workspace, scope, snapping, builder, consumerComponents, ids, tagDataPerComp, populateArtifactsFrom, message, editor, exactVersion, releaseType, preReleaseId, ignoreNewestVersion = false, skipTests = false, skipTasks, skipAutoTag, soft, build, persist, isSnap = false, disableTagAndSnapPipelines, ignoreBuildErrors, rebuildDepsGraph, incrementBy, packageManagerConfigRootDir, dependencyResolver, copyLogFromPreviousSnap = false, exitOnFirstFailedTask = false, updateDependentsOnLane = false }",
@@ -9258,7 +9258,7 @@
9258
9258
  "__schema": "TypeIntersectionSchema",
9259
9259
  "location": {
9260
9260
  "filePath": "tag-model-component.ts",
9261
- "line": 200,
9261
+ "line": 205,
9262
9262
  "character": 4
9263
9263
  },
9264
9264
  "types": [
@@ -9266,7 +9266,7 @@
9266
9266
  "__schema": "TypeLiteralSchema",
9267
9267
  "location": {
9268
9268
  "filePath": "tag-model-component.ts",
9269
- "line": 200,
9269
+ "line": 205,
9270
9270
  "character": 4
9271
9271
  },
9272
9272
  "members": [
@@ -9274,7 +9274,7 @@
9274
9274
  "__schema": "VariableLikeSchema",
9275
9275
  "location": {
9276
9276
  "filePath": "tag-model-component.ts",
9277
- "line": 201,
9277
+ "line": 206,
9278
9278
  "character": 3
9279
9279
  },
9280
9280
  "signature": "(property) workspace?: Workspace | undefined",
@@ -9283,7 +9283,7 @@
9283
9283
  "__schema": "TypeRefSchema",
9284
9284
  "location": {
9285
9285
  "filePath": "tag-model-component.ts",
9286
- "line": 201,
9286
+ "line": 206,
9287
9287
  "character": 15
9288
9288
  },
9289
9289
  "name": "Workspace",
@@ -9298,7 +9298,7 @@
9298
9298
  "__schema": "VariableLikeSchema",
9299
9299
  "location": {
9300
9300
  "filePath": "tag-model-component.ts",
9301
- "line": 202,
9301
+ "line": 207,
9302
9302
  "character": 3
9303
9303
  },
9304
9304
  "signature": "(property) scope: ScopeMain",
@@ -9307,7 +9307,7 @@
9307
9307
  "__schema": "TypeRefSchema",
9308
9308
  "location": {
9309
9309
  "filePath": "tag-model-component.ts",
9310
- "line": 202,
9310
+ "line": 207,
9311
9311
  "character": 3
9312
9312
  },
9313
9313
  "name": "ScopeMain",
@@ -9322,7 +9322,7 @@
9322
9322
  "__schema": "VariableLikeSchema",
9323
9323
  "location": {
9324
9324
  "filePath": "tag-model-component.ts",
9325
- "line": 203,
9325
+ "line": 208,
9326
9326
  "character": 3
9327
9327
  },
9328
9328
  "signature": "(property) snapping: SnappingMain",
@@ -9331,7 +9331,7 @@
9331
9331
  "__schema": "TypeRefSchema",
9332
9332
  "location": {
9333
9333
  "filePath": "tag-model-component.ts",
9334
- "line": 203,
9334
+ "line": 208,
9335
9335
  "character": 3
9336
9336
  },
9337
9337
  "name": "SnappingMain"
@@ -9342,7 +9342,7 @@
9342
9342
  "__schema": "VariableLikeSchema",
9343
9343
  "location": {
9344
9344
  "filePath": "tag-model-component.ts",
9345
- "line": 204,
9345
+ "line": 209,
9346
9346
  "character": 3
9347
9347
  },
9348
9348
  "signature": "(property) builder: BuilderMain",
@@ -9351,7 +9351,7 @@
9351
9351
  "__schema": "TypeRefSchema",
9352
9352
  "location": {
9353
9353
  "filePath": "tag-model-component.ts",
9354
- "line": 204,
9354
+ "line": 209,
9355
9355
  "character": 3
9356
9356
  },
9357
9357
  "name": "BuilderMain",
@@ -9366,7 +9366,7 @@
9366
9366
  "__schema": "VariableLikeSchema",
9367
9367
  "location": {
9368
9368
  "filePath": "tag-model-component.ts",
9369
- "line": 205,
9369
+ "line": 210,
9370
9370
  "character": 3
9371
9371
  },
9372
9372
  "signature": "(property) consumerComponents: ConsumerComponent[]",
@@ -9375,14 +9375,14 @@
9375
9375
  "__schema": "TypeArraySchema",
9376
9376
  "location": {
9377
9377
  "filePath": "tag-model-component.ts",
9378
- "line": 205,
9378
+ "line": 210,
9379
9379
  "character": 23
9380
9380
  },
9381
9381
  "type": {
9382
9382
  "__schema": "TypeRefSchema",
9383
9383
  "location": {
9384
9384
  "filePath": "tag-model-component.ts",
9385
- "line": 205,
9385
+ "line": 210,
9386
9386
  "character": 23
9387
9387
  },
9388
9388
  "name": "ConsumerComponent",
@@ -9395,7 +9395,7 @@
9395
9395
  "__schema": "VariableLikeSchema",
9396
9396
  "location": {
9397
9397
  "filePath": "tag-model-component.ts",
9398
- "line": 206,
9398
+ "line": 211,
9399
9399
  "character": 3
9400
9400
  },
9401
9401
  "signature": "(property) ids: ComponentIdList",
@@ -9404,7 +9404,7 @@
9404
9404
  "__schema": "TypeRefSchema",
9405
9405
  "location": {
9406
9406
  "filePath": "tag-model-component.ts",
9407
- "line": 206,
9407
+ "line": 211,
9408
9408
  "character": 3
9409
9409
  },
9410
9410
  "name": "ComponentIdList",
@@ -9420,7 +9420,7 @@
9420
9420
  "__schema": "VariableLikeSchema",
9421
9421
  "location": {
9422
9422
  "filePath": "tag-model-component.ts",
9423
- "line": 207,
9423
+ "line": 212,
9424
9424
  "character": 3
9425
9425
  },
9426
9426
  "signature": "(property) tagDataPerComp?: TagDataPerComp[] | undefined",
@@ -9429,14 +9429,14 @@
9429
9429
  "__schema": "TypeArraySchema",
9430
9430
  "location": {
9431
9431
  "filePath": "tag-model-component.ts",
9432
- "line": 207,
9432
+ "line": 212,
9433
9433
  "character": 20
9434
9434
  },
9435
9435
  "type": {
9436
9436
  "__schema": "TypeRefSchema",
9437
9437
  "location": {
9438
9438
  "filePath": "tag-model-component.ts",
9439
- "line": 207,
9439
+ "line": 212,
9440
9440
  "character": 20
9441
9441
  },
9442
9442
  "name": "TagDataPerComp",
@@ -9449,7 +9449,7 @@
9449
9449
  "__schema": "VariableLikeSchema",
9450
9450
  "location": {
9451
9451
  "filePath": "tag-model-component.ts",
9452
- "line": 208,
9452
+ "line": 213,
9453
9453
  "character": 3
9454
9454
  },
9455
9455
  "signature": "(property) populateArtifactsFrom?: ComponentID[] | undefined",
@@ -9458,14 +9458,14 @@
9458
9458
  "__schema": "TypeArraySchema",
9459
9459
  "location": {
9460
9460
  "filePath": "tag-model-component.ts",
9461
- "line": 208,
9461
+ "line": 213,
9462
9462
  "character": 27
9463
9463
  },
9464
9464
  "type": {
9465
9465
  "__schema": "TypeRefSchema",
9466
9466
  "location": {
9467
9467
  "filePath": "tag-model-component.ts",
9468
- "line": 208,
9468
+ "line": 213,
9469
9469
  "character": 27
9470
9470
  },
9471
9471
  "name": "ComponentID",
@@ -9482,7 +9482,7 @@
9482
9482
  "__schema": "VariableLikeSchema",
9483
9483
  "location": {
9484
9484
  "filePath": "tag-model-component.ts",
9485
- "line": 209,
9485
+ "line": 214,
9486
9486
  "character": 3
9487
9487
  },
9488
9488
  "signature": "(property) copyLogFromPreviousSnap?: boolean | undefined",
@@ -9491,7 +9491,7 @@
9491
9491
  "__schema": "KeywordTypeSchema",
9492
9492
  "location": {
9493
9493
  "filePath": "tag-model-component.ts",
9494
- "line": 209,
9494
+ "line": 214,
9495
9495
  "character": 29
9496
9496
  },
9497
9497
  "name": "boolean"
@@ -9502,7 +9502,7 @@
9502
9502
  "__schema": "VariableLikeSchema",
9503
9503
  "location": {
9504
9504
  "filePath": "tag-model-component.ts",
9505
- "line": 210,
9505
+ "line": 215,
9506
9506
  "character": 3
9507
9507
  },
9508
9508
  "signature": "(property) exactVersion?: string | null | undefined",
@@ -9511,7 +9511,7 @@
9511
9511
  "__schema": "TypeUnionSchema",
9512
9512
  "location": {
9513
9513
  "filePath": "tag-model-component.ts",
9514
- "line": 210,
9514
+ "line": 215,
9515
9515
  "character": 18
9516
9516
  },
9517
9517
  "types": [
@@ -9519,7 +9519,7 @@
9519
9519
  "__schema": "KeywordTypeSchema",
9520
9520
  "location": {
9521
9521
  "filePath": "tag-model-component.ts",
9522
- "line": 210,
9522
+ "line": 215,
9523
9523
  "character": 18
9524
9524
  },
9525
9525
  "name": "string"
@@ -9528,7 +9528,7 @@
9528
9528
  "__schema": "LiteralTypeSchema",
9529
9529
  "location": {
9530
9530
  "filePath": "tag-model-component.ts",
9531
- "line": 210,
9531
+ "line": 215,
9532
9532
  "character": 27
9533
9533
  },
9534
9534
  "name": "null"
@@ -9537,7 +9537,7 @@
9537
9537
  "__schema": "KeywordTypeSchema",
9538
9538
  "location": {
9539
9539
  "filePath": "tag-model-component.ts",
9540
- "line": 210,
9540
+ "line": 215,
9541
9541
  "character": 34
9542
9542
  },
9543
9543
  "name": "undefined"
@@ -9550,7 +9550,7 @@
9550
9550
  "__schema": "VariableLikeSchema",
9551
9551
  "location": {
9552
9552
  "filePath": "tag-model-component.ts",
9553
- "line": 211,
9553
+ "line": 216,
9554
9554
  "character": 3
9555
9555
  },
9556
9556
  "signature": "(property) releaseType?: ReleaseType | undefined",
@@ -9559,7 +9559,7 @@
9559
9559
  "__schema": "TypeRefSchema",
9560
9560
  "location": {
9561
9561
  "filePath": "tag-model-component.ts",
9562
- "line": 211,
9562
+ "line": 216,
9563
9563
  "character": 17
9564
9564
  },
9565
9565
  "name": "ReleaseType",
@@ -9571,7 +9571,7 @@
9571
9571
  "__schema": "VariableLikeSchema",
9572
9572
  "location": {
9573
9573
  "filePath": "tag-model-component.ts",
9574
- "line": 212,
9574
+ "line": 217,
9575
9575
  "character": 3
9576
9576
  },
9577
9577
  "signature": "(property) incrementBy?: number | undefined",
@@ -9580,7 +9580,7 @@
9580
9580
  "__schema": "KeywordTypeSchema",
9581
9581
  "location": {
9582
9582
  "filePath": "tag-model-component.ts",
9583
- "line": 212,
9583
+ "line": 217,
9584
9584
  "character": 17
9585
9585
  },
9586
9586
  "name": "number"
@@ -9591,7 +9591,7 @@
9591
9591
  "__schema": "VariableLikeSchema",
9592
9592
  "location": {
9593
9593
  "filePath": "tag-model-component.ts",
9594
- "line": 213,
9594
+ "line": 218,
9595
9595
  "character": 3
9596
9596
  },
9597
9597
  "signature": "(property) isSnap?: boolean | undefined",
@@ -9600,7 +9600,7 @@
9600
9600
  "__schema": "KeywordTypeSchema",
9601
9601
  "location": {
9602
9602
  "filePath": "tag-model-component.ts",
9603
- "line": 213,
9603
+ "line": 218,
9604
9604
  "character": 12
9605
9605
  },
9606
9606
  "name": "boolean"
@@ -9611,7 +9611,7 @@
9611
9611
  "__schema": "VariableLikeSchema",
9612
9612
  "location": {
9613
9613
  "filePath": "tag-model-component.ts",
9614
- "line": 214,
9614
+ "line": 219,
9615
9615
  "character": 3
9616
9616
  },
9617
9617
  "signature": "(property) packageManagerConfigRootDir?: string | undefined",
@@ -9620,7 +9620,7 @@
9620
9620
  "__schema": "KeywordTypeSchema",
9621
9621
  "location": {
9622
9622
  "filePath": "tag-model-component.ts",
9623
- "line": 214,
9623
+ "line": 219,
9624
9624
  "character": 33
9625
9625
  },
9626
9626
  "name": "string"
@@ -9631,7 +9631,7 @@
9631
9631
  "__schema": "VariableLikeSchema",
9632
9632
  "location": {
9633
9633
  "filePath": "tag-model-component.ts",
9634
- "line": 215,
9634
+ "line": 220,
9635
9635
  "character": 3
9636
9636
  },
9637
9637
  "signature": "(property) dependencyResolver: DependencyResolverMain",
@@ -9640,7 +9640,7 @@
9640
9640
  "__schema": "TypeRefSchema",
9641
9641
  "location": {
9642
9642
  "filePath": "tag-model-component.ts",
9643
- "line": 215,
9643
+ "line": 220,
9644
9644
  "character": 3
9645
9645
  },
9646
9646
  "name": "DependencyResolverMain",
@@ -9655,7 +9655,7 @@
9655
9655
  "__schema": "VariableLikeSchema",
9656
9656
  "location": {
9657
9657
  "filePath": "tag-model-component.ts",
9658
- "line": 216,
9658
+ "line": 221,
9659
9659
  "character": 3
9660
9660
  },
9661
9661
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -9664,7 +9664,7 @@
9664
9664
  "__schema": "KeywordTypeSchema",
9665
9665
  "location": {
9666
9666
  "filePath": "tag-model-component.ts",
9667
- "line": 216,
9667
+ "line": 221,
9668
9668
  "character": 27
9669
9669
  },
9670
9670
  "name": "boolean"
@@ -9675,7 +9675,7 @@
9675
9675
  "__schema": "VariableLikeSchema",
9676
9676
  "location": {
9677
9677
  "filePath": "tag-model-component.ts",
9678
- "line": 217,
9678
+ "line": 222,
9679
9679
  "character": 3
9680
9680
  },
9681
9681
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -9684,7 +9684,7 @@
9684
9684
  "__schema": "KeywordTypeSchema",
9685
9685
  "location": {
9686
9686
  "filePath": "tag-model-component.ts",
9687
- "line": 217,
9687
+ "line": 222,
9688
9688
  "character": 28
9689
9689
  },
9690
9690
  "name": "boolean"
@@ -9697,7 +9697,7 @@
9697
9697
  "__schema": "TypeRefSchema",
9698
9698
  "location": {
9699
9699
  "filePath": "tag-model-component.ts",
9700
- "line": 218,
9700
+ "line": 223,
9701
9701
  "character": 5
9702
9702
  },
9703
9703
  "name": "BasicTagParams",
@@ -9711,7 +9711,7 @@
9711
9711
  "__schema": "VariableLikeSchema",
9712
9712
  "location": {
9713
9713
  "filePath": "tag-model-component.ts",
9714
- "line": 201,
9714
+ "line": 206,
9715
9715
  "character": 3
9716
9716
  },
9717
9717
  "signature": "(property) workspace?: Workspace | undefined",
@@ -9720,7 +9720,7 @@
9720
9720
  "__schema": "TypeRefSchema",
9721
9721
  "location": {
9722
9722
  "filePath": "tag-model-component.ts",
9723
- "line": 201,
9723
+ "line": 206,
9724
9724
  "character": 15
9725
9725
  },
9726
9726
  "name": "Workspace",
@@ -9735,7 +9735,7 @@
9735
9735
  "__schema": "VariableLikeSchema",
9736
9736
  "location": {
9737
9737
  "filePath": "tag-model-component.ts",
9738
- "line": 202,
9738
+ "line": 207,
9739
9739
  "character": 3
9740
9740
  },
9741
9741
  "signature": "(property) scope: ScopeMain",
@@ -9744,7 +9744,7 @@
9744
9744
  "__schema": "TypeRefSchema",
9745
9745
  "location": {
9746
9746
  "filePath": "tag-model-component.ts",
9747
- "line": 202,
9747
+ "line": 207,
9748
9748
  "character": 3
9749
9749
  },
9750
9750
  "name": "ScopeMain",
@@ -9759,7 +9759,7 @@
9759
9759
  "__schema": "VariableLikeSchema",
9760
9760
  "location": {
9761
9761
  "filePath": "tag-model-component.ts",
9762
- "line": 203,
9762
+ "line": 208,
9763
9763
  "character": 3
9764
9764
  },
9765
9765
  "signature": "(property) snapping: SnappingMain",
@@ -9768,7 +9768,7 @@
9768
9768
  "__schema": "TypeRefSchema",
9769
9769
  "location": {
9770
9770
  "filePath": "tag-model-component.ts",
9771
- "line": 203,
9771
+ "line": 208,
9772
9772
  "character": 3
9773
9773
  },
9774
9774
  "name": "SnappingMain"
@@ -9779,7 +9779,7 @@
9779
9779
  "__schema": "VariableLikeSchema",
9780
9780
  "location": {
9781
9781
  "filePath": "tag-model-component.ts",
9782
- "line": 204,
9782
+ "line": 209,
9783
9783
  "character": 3
9784
9784
  },
9785
9785
  "signature": "(property) builder: BuilderMain",
@@ -9788,7 +9788,7 @@
9788
9788
  "__schema": "TypeRefSchema",
9789
9789
  "location": {
9790
9790
  "filePath": "tag-model-component.ts",
9791
- "line": 204,
9791
+ "line": 209,
9792
9792
  "character": 3
9793
9793
  },
9794
9794
  "name": "BuilderMain",
@@ -9803,7 +9803,7 @@
9803
9803
  "__schema": "VariableLikeSchema",
9804
9804
  "location": {
9805
9805
  "filePath": "tag-model-component.ts",
9806
- "line": 205,
9806
+ "line": 210,
9807
9807
  "character": 3
9808
9808
  },
9809
9809
  "signature": "(property) consumerComponents: ConsumerComponent[]",
@@ -9812,14 +9812,14 @@
9812
9812
  "__schema": "TypeArraySchema",
9813
9813
  "location": {
9814
9814
  "filePath": "tag-model-component.ts",
9815
- "line": 205,
9815
+ "line": 210,
9816
9816
  "character": 23
9817
9817
  },
9818
9818
  "type": {
9819
9819
  "__schema": "TypeRefSchema",
9820
9820
  "location": {
9821
9821
  "filePath": "tag-model-component.ts",
9822
- "line": 205,
9822
+ "line": 210,
9823
9823
  "character": 23
9824
9824
  },
9825
9825
  "name": "ConsumerComponent",
@@ -9832,7 +9832,7 @@
9832
9832
  "__schema": "VariableLikeSchema",
9833
9833
  "location": {
9834
9834
  "filePath": "tag-model-component.ts",
9835
- "line": 206,
9835
+ "line": 211,
9836
9836
  "character": 3
9837
9837
  },
9838
9838
  "signature": "(property) ids: ComponentIdList",
@@ -9841,7 +9841,7 @@
9841
9841
  "__schema": "TypeRefSchema",
9842
9842
  "location": {
9843
9843
  "filePath": "tag-model-component.ts",
9844
- "line": 206,
9844
+ "line": 211,
9845
9845
  "character": 3
9846
9846
  },
9847
9847
  "name": "ComponentIdList",
@@ -9857,7 +9857,7 @@
9857
9857
  "__schema": "VariableLikeSchema",
9858
9858
  "location": {
9859
9859
  "filePath": "tag-model-component.ts",
9860
- "line": 207,
9860
+ "line": 212,
9861
9861
  "character": 3
9862
9862
  },
9863
9863
  "signature": "(property) tagDataPerComp?: TagDataPerComp[] | undefined",
@@ -9866,14 +9866,14 @@
9866
9866
  "__schema": "TypeArraySchema",
9867
9867
  "location": {
9868
9868
  "filePath": "tag-model-component.ts",
9869
- "line": 207,
9869
+ "line": 212,
9870
9870
  "character": 20
9871
9871
  },
9872
9872
  "type": {
9873
9873
  "__schema": "TypeRefSchema",
9874
9874
  "location": {
9875
9875
  "filePath": "tag-model-component.ts",
9876
- "line": 207,
9876
+ "line": 212,
9877
9877
  "character": 20
9878
9878
  },
9879
9879
  "name": "TagDataPerComp",
@@ -9886,7 +9886,7 @@
9886
9886
  "__schema": "VariableLikeSchema",
9887
9887
  "location": {
9888
9888
  "filePath": "tag-model-component.ts",
9889
- "line": 208,
9889
+ "line": 213,
9890
9890
  "character": 3
9891
9891
  },
9892
9892
  "signature": "(property) populateArtifactsFrom?: ComponentID[] | undefined",
@@ -9895,14 +9895,14 @@
9895
9895
  "__schema": "TypeArraySchema",
9896
9896
  "location": {
9897
9897
  "filePath": "tag-model-component.ts",
9898
- "line": 208,
9898
+ "line": 213,
9899
9899
  "character": 27
9900
9900
  },
9901
9901
  "type": {
9902
9902
  "__schema": "TypeRefSchema",
9903
9903
  "location": {
9904
9904
  "filePath": "tag-model-component.ts",
9905
- "line": 208,
9905
+ "line": 213,
9906
9906
  "character": 27
9907
9907
  },
9908
9908
  "name": "ComponentID",
@@ -9919,7 +9919,7 @@
9919
9919
  "__schema": "InferenceTypeSchema",
9920
9920
  "location": {
9921
9921
  "filePath": "tag-model-component.ts",
9922
- "line": 178,
9922
+ "line": 183,
9923
9923
  "character": 3
9924
9924
  },
9925
9925
  "name": "message",
@@ -9930,7 +9930,7 @@
9930
9930
  "__schema": "InferenceTypeSchema",
9931
9931
  "location": {
9932
9932
  "filePath": "tag-model-component.ts",
9933
- "line": 179,
9933
+ "line": 184,
9934
9934
  "character": 3
9935
9935
  },
9936
9936
  "name": "editor",
@@ -9941,7 +9941,7 @@
9941
9941
  "__schema": "VariableLikeSchema",
9942
9942
  "location": {
9943
9943
  "filePath": "tag-model-component.ts",
9944
- "line": 210,
9944
+ "line": 215,
9945
9945
  "character": 3
9946
9946
  },
9947
9947
  "signature": "(property) exactVersion?: string | null | undefined",
@@ -9950,7 +9950,7 @@
9950
9950
  "__schema": "TypeUnionSchema",
9951
9951
  "location": {
9952
9952
  "filePath": "tag-model-component.ts",
9953
- "line": 210,
9953
+ "line": 215,
9954
9954
  "character": 18
9955
9955
  },
9956
9956
  "types": [
@@ -9958,7 +9958,7 @@
9958
9958
  "__schema": "KeywordTypeSchema",
9959
9959
  "location": {
9960
9960
  "filePath": "tag-model-component.ts",
9961
- "line": 210,
9961
+ "line": 215,
9962
9962
  "character": 18
9963
9963
  },
9964
9964
  "name": "string"
@@ -9967,7 +9967,7 @@
9967
9967
  "__schema": "LiteralTypeSchema",
9968
9968
  "location": {
9969
9969
  "filePath": "tag-model-component.ts",
9970
- "line": 210,
9970
+ "line": 215,
9971
9971
  "character": 27
9972
9972
  },
9973
9973
  "name": "null"
@@ -9976,7 +9976,7 @@
9976
9976
  "__schema": "KeywordTypeSchema",
9977
9977
  "location": {
9978
9978
  "filePath": "tag-model-component.ts",
9979
- "line": 210,
9979
+ "line": 215,
9980
9980
  "character": 34
9981
9981
  },
9982
9982
  "name": "undefined"
@@ -9989,7 +9989,7 @@
9989
9989
  "__schema": "VariableLikeSchema",
9990
9990
  "location": {
9991
9991
  "filePath": "tag-model-component.ts",
9992
- "line": 211,
9992
+ "line": 216,
9993
9993
  "character": 3
9994
9994
  },
9995
9995
  "signature": "(property) releaseType?: ReleaseType | undefined",
@@ -9998,7 +9998,7 @@
9998
9998
  "__schema": "TypeRefSchema",
9999
9999
  "location": {
10000
10000
  "filePath": "tag-model-component.ts",
10001
- "line": 211,
10001
+ "line": 216,
10002
10002
  "character": 17
10003
10003
  },
10004
10004
  "name": "ReleaseType",
@@ -10010,7 +10010,7 @@
10010
10010
  "__schema": "InferenceTypeSchema",
10011
10011
  "location": {
10012
10012
  "filePath": "tag-model-component.ts",
10013
- "line": 182,
10013
+ "line": 187,
10014
10014
  "character": 3
10015
10015
  },
10016
10016
  "name": "preReleaseId",
@@ -10021,7 +10021,7 @@
10021
10021
  "__schema": "InferenceTypeSchema",
10022
10022
  "location": {
10023
10023
  "filePath": "tag-model-component.ts",
10024
- "line": 183,
10024
+ "line": 188,
10025
10025
  "character": 3
10026
10026
  },
10027
10027
  "name": "ignoreNewestVersion",
@@ -10033,7 +10033,7 @@
10033
10033
  "__schema": "InferenceTypeSchema",
10034
10034
  "location": {
10035
10035
  "filePath": "tag-model-component.ts",
10036
- "line": 184,
10036
+ "line": 189,
10037
10037
  "character": 3
10038
10038
  },
10039
10039
  "name": "skipTests",
@@ -10045,7 +10045,7 @@
10045
10045
  "__schema": "InferenceTypeSchema",
10046
10046
  "location": {
10047
10047
  "filePath": "tag-model-component.ts",
10048
- "line": 185,
10048
+ "line": 190,
10049
10049
  "character": 3
10050
10050
  },
10051
10051
  "name": "skipTasks",
@@ -10056,7 +10056,7 @@
10056
10056
  "__schema": "InferenceTypeSchema",
10057
10057
  "location": {
10058
10058
  "filePath": "tag-model-component.ts",
10059
- "line": 186,
10059
+ "line": 191,
10060
10060
  "character": 3
10061
10061
  },
10062
10062
  "name": "skipAutoTag",
@@ -10067,7 +10067,7 @@
10067
10067
  "__schema": "InferenceTypeSchema",
10068
10068
  "location": {
10069
10069
  "filePath": "tag-model-component.ts",
10070
- "line": 187,
10070
+ "line": 192,
10071
10071
  "character": 3
10072
10072
  },
10073
10073
  "name": "soft",
@@ -10078,7 +10078,7 @@
10078
10078
  "__schema": "InferenceTypeSchema",
10079
10079
  "location": {
10080
10080
  "filePath": "tag-model-component.ts",
10081
- "line": 188,
10081
+ "line": 193,
10082
10082
  "character": 3
10083
10083
  },
10084
10084
  "name": "build",
@@ -10089,7 +10089,7 @@
10089
10089
  "__schema": "InferenceTypeSchema",
10090
10090
  "location": {
10091
10091
  "filePath": "tag-model-component.ts",
10092
- "line": 189,
10092
+ "line": 194,
10093
10093
  "character": 3
10094
10094
  },
10095
10095
  "name": "persist",
@@ -10100,7 +10100,7 @@
10100
10100
  "__schema": "VariableLikeSchema",
10101
10101
  "location": {
10102
10102
  "filePath": "tag-model-component.ts",
10103
- "line": 213,
10103
+ "line": 218,
10104
10104
  "character": 3
10105
10105
  },
10106
10106
  "signature": "(property) isSnap?: boolean | undefined",
@@ -10109,7 +10109,7 @@
10109
10109
  "__schema": "KeywordTypeSchema",
10110
10110
  "location": {
10111
10111
  "filePath": "tag-model-component.ts",
10112
- "line": 213,
10112
+ "line": 218,
10113
10113
  "character": 12
10114
10114
  },
10115
10115
  "name": "boolean"
@@ -10120,7 +10120,7 @@
10120
10120
  "__schema": "InferenceTypeSchema",
10121
10121
  "location": {
10122
10122
  "filePath": "tag-model-component.ts",
10123
- "line": 191,
10123
+ "line": 196,
10124
10124
  "character": 3
10125
10125
  },
10126
10126
  "name": "disableTagAndSnapPipelines",
@@ -10131,7 +10131,7 @@
10131
10131
  "__schema": "InferenceTypeSchema",
10132
10132
  "location": {
10133
10133
  "filePath": "tag-model-component.ts",
10134
- "line": 192,
10134
+ "line": 197,
10135
10135
  "character": 3
10136
10136
  },
10137
10137
  "name": "ignoreBuildErrors",
@@ -10142,7 +10142,7 @@
10142
10142
  "__schema": "InferenceTypeSchema",
10143
10143
  "location": {
10144
10144
  "filePath": "tag-model-component.ts",
10145
- "line": 193,
10145
+ "line": 198,
10146
10146
  "character": 3
10147
10147
  },
10148
10148
  "name": "rebuildDepsGraph",
@@ -10153,7 +10153,7 @@
10153
10153
  "__schema": "VariableLikeSchema",
10154
10154
  "location": {
10155
10155
  "filePath": "tag-model-component.ts",
10156
- "line": 212,
10156
+ "line": 217,
10157
10157
  "character": 3
10158
10158
  },
10159
10159
  "signature": "(property) incrementBy?: number | undefined",
@@ -10162,7 +10162,7 @@
10162
10162
  "__schema": "KeywordTypeSchema",
10163
10163
  "location": {
10164
10164
  "filePath": "tag-model-component.ts",
10165
- "line": 212,
10165
+ "line": 217,
10166
10166
  "character": 17
10167
10167
  },
10168
10168
  "name": "number"
@@ -10173,7 +10173,7 @@
10173
10173
  "__schema": "VariableLikeSchema",
10174
10174
  "location": {
10175
10175
  "filePath": "tag-model-component.ts",
10176
- "line": 214,
10176
+ "line": 219,
10177
10177
  "character": 3
10178
10178
  },
10179
10179
  "signature": "(property) packageManagerConfigRootDir?: string | undefined",
@@ -10182,7 +10182,7 @@
10182
10182
  "__schema": "KeywordTypeSchema",
10183
10183
  "location": {
10184
10184
  "filePath": "tag-model-component.ts",
10185
- "line": 214,
10185
+ "line": 219,
10186
10186
  "character": 33
10187
10187
  },
10188
10188
  "name": "string"
@@ -10193,7 +10193,7 @@
10193
10193
  "__schema": "VariableLikeSchema",
10194
10194
  "location": {
10195
10195
  "filePath": "tag-model-component.ts",
10196
- "line": 215,
10196
+ "line": 220,
10197
10197
  "character": 3
10198
10198
  },
10199
10199
  "signature": "(property) dependencyResolver: DependencyResolverMain",
@@ -10202,7 +10202,7 @@
10202
10202
  "__schema": "TypeRefSchema",
10203
10203
  "location": {
10204
10204
  "filePath": "tag-model-component.ts",
10205
- "line": 215,
10205
+ "line": 220,
10206
10206
  "character": 3
10207
10207
  },
10208
10208
  "name": "DependencyResolverMain",
@@ -10217,7 +10217,7 @@
10217
10217
  "__schema": "VariableLikeSchema",
10218
10218
  "location": {
10219
10219
  "filePath": "tag-model-component.ts",
10220
- "line": 209,
10220
+ "line": 214,
10221
10221
  "character": 3
10222
10222
  },
10223
10223
  "signature": "(property) copyLogFromPreviousSnap?: boolean | undefined",
@@ -10226,7 +10226,7 @@
10226
10226
  "__schema": "KeywordTypeSchema",
10227
10227
  "location": {
10228
10228
  "filePath": "tag-model-component.ts",
10229
- "line": 209,
10229
+ "line": 214,
10230
10230
  "character": 29
10231
10231
  },
10232
10232
  "name": "boolean"
@@ -10237,7 +10237,7 @@
10237
10237
  "__schema": "VariableLikeSchema",
10238
10238
  "location": {
10239
10239
  "filePath": "tag-model-component.ts",
10240
- "line": 216,
10240
+ "line": 221,
10241
10241
  "character": 3
10242
10242
  },
10243
10243
  "signature": "(property) exitOnFirstFailedTask?: boolean | undefined",
@@ -10246,7 +10246,7 @@
10246
10246
  "__schema": "KeywordTypeSchema",
10247
10247
  "location": {
10248
10248
  "filePath": "tag-model-component.ts",
10249
- "line": 216,
10249
+ "line": 221,
10250
10250
  "character": 27
10251
10251
  },
10252
10252
  "name": "boolean"
@@ -10257,7 +10257,7 @@
10257
10257
  "__schema": "VariableLikeSchema",
10258
10258
  "location": {
10259
10259
  "filePath": "tag-model-component.ts",
10260
- "line": 217,
10260
+ "line": 222,
10261
10261
  "character": 3
10262
10262
  },
10263
10263
  "signature": "(property) updateDependentsOnLane?: boolean | undefined",
@@ -10266,7 +10266,7 @@
10266
10266
  "__schema": "KeywordTypeSchema",
10267
10267
  "location": {
10268
10268
  "filePath": "tag-model-component.ts",
10269
- "line": 217,
10269
+ "line": 222,
10270
10270
  "character": 28
10271
10271
  },
10272
10272
  "name": "boolean"
@@ -10281,7 +10281,7 @@
10281
10281
  "__schema": "TypeRefSchema",
10282
10282
  "location": {
10283
10283
  "filePath": "tag-model-component.ts",
10284
- "line": 218,
10284
+ "line": 223,
10285
10285
  "character": 22
10286
10286
  },
10287
10287
  "name": "Promise",
@@ -10290,7 +10290,7 @@
10290
10290
  "__schema": "TypeLiteralSchema",
10291
10291
  "location": {
10292
10292
  "filePath": "tag-model-component.ts",
10293
- "line": 218,
10293
+ "line": 223,
10294
10294
  "character": 30
10295
10295
  },
10296
10296
  "members": [
@@ -10298,7 +10298,7 @@
10298
10298
  "__schema": "VariableLikeSchema",
10299
10299
  "location": {
10300
10300
  "filePath": "tag-model-component.ts",
10301
- "line": 219,
10301
+ "line": 224,
10302
10302
  "character": 3
10303
10303
  },
10304
10304
  "signature": "(property) taggedComponents: ConsumerComponent[]",
@@ -10307,14 +10307,14 @@
10307
10307
  "__schema": "TypeArraySchema",
10308
10308
  "location": {
10309
10309
  "filePath": "tag-model-component.ts",
10310
- "line": 219,
10310
+ "line": 224,
10311
10311
  "character": 21
10312
10312
  },
10313
10313
  "type": {
10314
10314
  "__schema": "TypeRefSchema",
10315
10315
  "location": {
10316
10316
  "filePath": "tag-model-component.ts",
10317
- "line": 219,
10317
+ "line": 224,
10318
10318
  "character": 21
10319
10319
  },
10320
10320
  "name": "ConsumerComponent",
@@ -10327,7 +10327,7 @@
10327
10327
  "__schema": "VariableLikeSchema",
10328
10328
  "location": {
10329
10329
  "filePath": "tag-model-component.ts",
10330
- "line": 220,
10330
+ "line": 225,
10331
10331
  "character": 3
10332
10332
  },
10333
10333
  "signature": "(property) autoTaggedResults: AutoTagResult[]",
@@ -10336,14 +10336,14 @@
10336
10336
  "__schema": "TypeArraySchema",
10337
10337
  "location": {
10338
10338
  "filePath": "tag-model-component.ts",
10339
- "line": 220,
10339
+ "line": 225,
10340
10340
  "character": 22
10341
10341
  },
10342
10342
  "type": {
10343
10343
  "__schema": "TypeRefSchema",
10344
10344
  "location": {
10345
10345
  "filePath": "tag-model-component.ts",
10346
- "line": 220,
10346
+ "line": 225,
10347
10347
  "character": 22
10348
10348
  },
10349
10349
  "name": "AutoTagResult",
@@ -10356,7 +10356,7 @@
10356
10356
  "__schema": "VariableLikeSchema",
10357
10357
  "location": {
10358
10358
  "filePath": "tag-model-component.ts",
10359
- "line": 221,
10359
+ "line": 226,
10360
10360
  "character": 3
10361
10361
  },
10362
10362
  "signature": "(property) publishedPackages: string[]",
@@ -10365,14 +10365,14 @@
10365
10365
  "__schema": "TypeArraySchema",
10366
10366
  "location": {
10367
10367
  "filePath": "tag-model-component.ts",
10368
- "line": 221,
10368
+ "line": 226,
10369
10369
  "character": 22
10370
10370
  },
10371
10371
  "type": {
10372
10372
  "__schema": "KeywordTypeSchema",
10373
10373
  "location": {
10374
10374
  "filePath": "tag-model-component.ts",
10375
- "line": 221,
10375
+ "line": 226,
10376
10376
  "character": 22
10377
10377
  },
10378
10378
  "name": "string"
@@ -10384,7 +10384,7 @@
10384
10384
  "__schema": "VariableLikeSchema",
10385
10385
  "location": {
10386
10386
  "filePath": "tag-model-component.ts",
10387
- "line": 222,
10387
+ "line": 227,
10388
10388
  "character": 3
10389
10389
  },
10390
10390
  "signature": "(property) stagedConfig?: StagedConfig | undefined",
@@ -10393,7 +10393,7 @@
10393
10393
  "__schema": "TypeRefSchema",
10394
10394
  "location": {
10395
10395
  "filePath": "tag-model-component.ts",
10396
- "line": 222,
10396
+ "line": 227,
10397
10397
  "character": 18
10398
10398
  },
10399
10399
  "name": "StagedConfig",
@@ -10408,7 +10408,7 @@
10408
10408
  "__schema": "VariableLikeSchema",
10409
10409
  "location": {
10410
10410
  "filePath": "tag-model-component.ts",
10411
- "line": 223,
10411
+ "line": 228,
10412
10412
  "character": 3
10413
10413
  },
10414
10414
  "signature": "(property) removedComponents?: ComponentIdList | undefined",
@@ -10417,7 +10417,7 @@
10417
10417
  "__schema": "TypeRefSchema",
10418
10418
  "location": {
10419
10419
  "filePath": "tag-model-component.ts",
10420
- "line": 223,
10420
+ "line": 228,
10421
10421
  "character": 23
10422
10422
  },
10423
10423
  "name": "ComponentIdList",
@@ -10442,7 +10442,7 @@
10442
10442
  "__schema": "TypeSchema",
10443
10443
  "location": {
10444
10444
  "filePath": "tag-model-component.ts",
10445
- "line": 523,
10445
+ "line": 528,
10446
10446
  "character": 1
10447
10447
  },
10448
10448
  "signature": "type BitCloudUser = {\n username?: string | undefined;\n name?: string | undefined;\n displayName?: string | undefined;\n profileImage?: string | undefined;\n}",
@@ -10451,7 +10451,7 @@
10451
10451
  "__schema": "TypeLiteralSchema",
10452
10452
  "location": {
10453
10453
  "filePath": "tag-model-component.ts",
10454
- "line": 523,
10454
+ "line": 528,
10455
10455
  "character": 28
10456
10456
  },
10457
10457
  "members": [
@@ -10459,7 +10459,7 @@
10459
10459
  "__schema": "VariableLikeSchema",
10460
10460
  "location": {
10461
10461
  "filePath": "tag-model-component.ts",
10462
- "line": 524,
10462
+ "line": 529,
10463
10463
  "character": 3
10464
10464
  },
10465
10465
  "signature": "(property) username?: string | undefined",
@@ -10468,7 +10468,7 @@
10468
10468
  "__schema": "KeywordTypeSchema",
10469
10469
  "location": {
10470
10470
  "filePath": "tag-model-component.ts",
10471
- "line": 524,
10471
+ "line": 529,
10472
10472
  "character": 14
10473
10473
  },
10474
10474
  "name": "string"
@@ -10479,7 +10479,7 @@
10479
10479
  "__schema": "VariableLikeSchema",
10480
10480
  "location": {
10481
10481
  "filePath": "tag-model-component.ts",
10482
- "line": 525,
10482
+ "line": 530,
10483
10483
  "character": 3
10484
10484
  },
10485
10485
  "signature": "(property) name?: string | undefined",
@@ -10488,7 +10488,7 @@
10488
10488
  "__schema": "KeywordTypeSchema",
10489
10489
  "location": {
10490
10490
  "filePath": "tag-model-component.ts",
10491
- "line": 525,
10491
+ "line": 530,
10492
10492
  "character": 10
10493
10493
  },
10494
10494
  "name": "string"
@@ -10499,7 +10499,7 @@
10499
10499
  "__schema": "VariableLikeSchema",
10500
10500
  "location": {
10501
10501
  "filePath": "tag-model-component.ts",
10502
- "line": 526,
10502
+ "line": 531,
10503
10503
  "character": 3
10504
10504
  },
10505
10505
  "signature": "(property) displayName?: string | undefined",
@@ -10508,7 +10508,7 @@
10508
10508
  "__schema": "KeywordTypeSchema",
10509
10509
  "location": {
10510
10510
  "filePath": "tag-model-component.ts",
10511
- "line": 526,
10511
+ "line": 531,
10512
10512
  "character": 17
10513
10513
  },
10514
10514
  "name": "string"
@@ -10519,7 +10519,7 @@
10519
10519
  "__schema": "VariableLikeSchema",
10520
10520
  "location": {
10521
10521
  "filePath": "tag-model-component.ts",
10522
- "line": 527,
10522
+ "line": 532,
10523
10523
  "character": 3
10524
10524
  },
10525
10525
  "signature": "(property) profileImage?: string | undefined",
@@ -10528,7 +10528,7 @@
10528
10528
  "__schema": "KeywordTypeSchema",
10529
10529
  "location": {
10530
10530
  "filePath": "tag-model-component.ts",
10531
- "line": 527,
10531
+ "line": 532,
10532
10532
  "character": 18
10533
10533
  },
10534
10534
  "name": "string"
@@ -10542,7 +10542,7 @@
10542
10542
  "__schema": "FunctionLikeSchema",
10543
10543
  "location": {
10544
10544
  "filePath": "tag-model-component.ts",
10545
- "line": 542,
10545
+ "line": 547,
10546
10546
  "character": 1
10547
10547
  },
10548
10548
  "signature": "function updateComponentsVersions(workspace: Workspace, components: Array<ModelComponent>, isTag?: boolean): Promise<StagedConfig>",
@@ -10552,7 +10552,7 @@
10552
10552
  "__schema": "ParameterSchema",
10553
10553
  "location": {
10554
10554
  "filePath": "tag-model-component.ts",
10555
- "line": 543,
10555
+ "line": 548,
10556
10556
  "character": 3
10557
10557
  },
10558
10558
  "name": "workspace",
@@ -10560,7 +10560,7 @@
10560
10560
  "__schema": "TypeRefSchema",
10561
10561
  "location": {
10562
10562
  "filePath": "tag-model-component.ts",
10563
- "line": 543,
10563
+ "line": 548,
10564
10564
  "character": 14
10565
10565
  },
10566
10566
  "name": "Workspace",
@@ -10576,7 +10576,7 @@
10576
10576
  "__schema": "ParameterSchema",
10577
10577
  "location": {
10578
10578
  "filePath": "tag-model-component.ts",
10579
- "line": 544,
10579
+ "line": 549,
10580
10580
  "character": 3
10581
10581
  },
10582
10582
  "name": "components",
@@ -10584,7 +10584,7 @@
10584
10584
  "__schema": "TypeRefSchema",
10585
10585
  "location": {
10586
10586
  "filePath": "tag-model-component.ts",
10587
- "line": 544,
10587
+ "line": 549,
10588
10588
  "character": 15
10589
10589
  },
10590
10590
  "name": "Array",
@@ -10593,7 +10593,7 @@
10593
10593
  "__schema": "TypeRefSchema",
10594
10594
  "location": {
10595
10595
  "filePath": "tag-model-component.ts",
10596
- "line": 544,
10596
+ "line": 549,
10597
10597
  "character": 21
10598
10598
  },
10599
10599
  "name": "ModelComponent",
@@ -10608,7 +10608,7 @@
10608
10608
  "__schema": "ParameterSchema",
10609
10609
  "location": {
10610
10610
  "filePath": "tag-model-component.ts",
10611
- "line": 545,
10611
+ "line": 550,
10612
10612
  "character": 3
10613
10613
  },
10614
10614
  "name": "isTag",
@@ -10616,7 +10616,7 @@
10616
10616
  "__schema": "InferenceTypeSchema",
10617
10617
  "location": {
10618
10618
  "filePath": "tag-model-component.ts",
10619
- "line": 545,
10619
+ "line": 550,
10620
10620
  "character": 3
10621
10621
  },
10622
10622
  "type": "boolean"
@@ -10630,7 +10630,7 @@
10630
10630
  "__schema": "TypeRefSchema",
10631
10631
  "location": {
10632
10632
  "filePath": "tag-model-component.ts",
10633
- "line": 546,
10633
+ "line": 551,
10634
10634
  "character": 4
10635
10635
  },
10636
10636
  "name": "Promise",
@@ -10639,7 +10639,7 @@
10639
10639
  "__schema": "TypeRefSchema",
10640
10640
  "location": {
10641
10641
  "filePath": "tag-model-component.ts",
10642
- "line": 546,
10642
+ "line": 551,
10643
10643
  "character": 12
10644
10644
  },
10645
10645
  "name": "StagedConfig",
@@ -10664,7 +10664,7 @@
10664
10664
  "line": 55,
10665
10665
  "character": 1
10666
10666
  },
10667
- "signature": "function updateDependenciesVersions(componentsToTag: ConsumerComponent[], dependencyResolver: DependencyResolverMain): void",
10667
+ "signature": "function updateDependenciesVersions(allComponentsToTag: ConsumerComponent[], dependencyResolver: DependencyResolverMain): void",
10668
10668
  "name": "updateDependenciesVersions",
10669
10669
  "params": [
10670
10670
  {
@@ -10674,20 +10674,20 @@
10674
10674
  "line": 56,
10675
10675
  "character": 3
10676
10676
  },
10677
- "name": "componentsToTag",
10677
+ "name": "allComponentsToTag",
10678
10678
  "type": {
10679
10679
  "__schema": "TypeArraySchema",
10680
10680
  "location": {
10681
10681
  "filePath": "tag-model-component.ts",
10682
10682
  "line": 56,
10683
- "character": 20
10683
+ "character": 23
10684
10684
  },
10685
10685
  "type": {
10686
10686
  "__schema": "TypeRefSchema",
10687
10687
  "location": {
10688
10688
  "filePath": "tag-model-component.ts",
10689
10689
  "line": 56,
10690
- "character": 20
10690
+ "character": 23
10691
10691
  },
10692
10692
  "name": "ConsumerComponent",
10693
10693
  "packageName": "@teambit/legacy/dist/consumer/component/consumer-component"
@@ -10722,13 +10722,14 @@
10722
10722
  }
10723
10723
  ],
10724
10724
  "returnType": {
10725
- "__schema": "KeywordTypeSchema",
10725
+ "__schema": "TypeRefSchema",
10726
10726
  "location": {
10727
10727
  "filePath": "tag-model-component.ts",
10728
- "line": 58,
10729
- "character": 4
10728
+ "line": 55,
10729
+ "character": 1
10730
10730
  },
10731
- "name": "void"
10731
+ "name": "updateDependenciesVersions",
10732
+ "internalFilePath": "tag-model-component.ts"
10732
10733
  },
10733
10734
  "modifiers": []
10734
10735
  },
@@ -10736,7 +10737,7 @@
10736
10737
  "__schema": "FunctionLikeSchema",
10737
10738
  "location": {
10738
10739
  "filePath": "tag-model-component.ts",
10739
- "line": 83,
10740
+ "line": 88,
10740
10741
  "character": 1
10741
10742
  },
10742
10743
  "signature": "function setHashes(componentsToTag: ConsumerComponent[]): void",
@@ -10746,7 +10747,7 @@
10746
10747
  "__schema": "ParameterSchema",
10747
10748
  "location": {
10748
10749
  "filePath": "tag-model-component.ts",
10749
- "line": 83,
10750
+ "line": 88,
10750
10751
  "character": 20
10751
10752
  },
10752
10753
  "name": "componentsToTag",
@@ -10754,14 +10755,14 @@
10754
10755
  "__schema": "TypeArraySchema",
10755
10756
  "location": {
10756
10757
  "filePath": "tag-model-component.ts",
10757
- "line": 83,
10758
+ "line": 88,
10758
10759
  "character": 37
10759
10760
  },
10760
10761
  "type": {
10761
10762
  "__schema": "TypeRefSchema",
10762
10763
  "location": {
10763
10764
  "filePath": "tag-model-component.ts",
10764
- "line": 83,
10765
+ "line": 88,
10765
10766
  "character": 37
10766
10767
  },
10767
10768
  "name": "ConsumerComponent",
@@ -10776,7 +10777,7 @@
10776
10777
  "__schema": "KeywordTypeSchema",
10777
10778
  "location": {
10778
10779
  "filePath": "tag-model-component.ts",
10779
- "line": 83,
10780
+ "line": 88,
10780
10781
  "character": 59
10781
10782
  },
10782
10783
  "name": "void"
@@ -10787,7 +10788,7 @@
10787
10788
  "__schema": "FunctionLikeSchema",
10788
10789
  "location": {
10789
10790
  "filePath": "tag-model-component.ts",
10790
- "line": 89,
10791
+ "line": 94,
10791
10792
  "character": 1
10792
10793
  },
10793
10794
  "signature": "function setFutureVersions(componentsToTag: ConsumerComponent[], scope: Scope, releaseType: ReleaseType | undefined, exactVersion: string | null | undefined, persist: boolean, autoTagIds: ComponentIdList, ids: ComponentIdList, incrementBy?: number, preReleaseId?: string, soft?: boolean, tagDataPerComp?: TagDataPerComp[]): Promise<void>",
@@ -10797,7 +10798,7 @@
10797
10798
  "__schema": "ParameterSchema",
10798
10799
  "location": {
10799
10800
  "filePath": "tag-model-component.ts",
10800
- "line": 90,
10801
+ "line": 95,
10801
10802
  "character": 3
10802
10803
  },
10803
10804
  "name": "componentsToTag",
@@ -10805,14 +10806,14 @@
10805
10806
  "__schema": "TypeArraySchema",
10806
10807
  "location": {
10807
10808
  "filePath": "tag-model-component.ts",
10808
- "line": 90,
10809
+ "line": 95,
10809
10810
  "character": 20
10810
10811
  },
10811
10812
  "type": {
10812
10813
  "__schema": "TypeRefSchema",
10813
10814
  "location": {
10814
10815
  "filePath": "tag-model-component.ts",
10815
- "line": 90,
10816
+ "line": 95,
10816
10817
  "character": 20
10817
10818
  },
10818
10819
  "name": "ConsumerComponent",
@@ -10826,7 +10827,7 @@
10826
10827
  "__schema": "ParameterSchema",
10827
10828
  "location": {
10828
10829
  "filePath": "tag-model-component.ts",
10829
- "line": 91,
10830
+ "line": 96,
10830
10831
  "character": 3
10831
10832
  },
10832
10833
  "name": "scope",
@@ -10834,7 +10835,7 @@
10834
10835
  "__schema": "TypeRefSchema",
10835
10836
  "location": {
10836
10837
  "filePath": "tag-model-component.ts",
10837
- "line": 91,
10838
+ "line": 96,
10838
10839
  "character": 10
10839
10840
  },
10840
10841
  "name": "Scope",
@@ -10847,7 +10848,7 @@
10847
10848
  "__schema": "ParameterSchema",
10848
10849
  "location": {
10849
10850
  "filePath": "tag-model-component.ts",
10850
- "line": 92,
10851
+ "line": 97,
10851
10852
  "character": 3
10852
10853
  },
10853
10854
  "name": "releaseType",
@@ -10855,7 +10856,7 @@
10855
10856
  "__schema": "TypeUnionSchema",
10856
10857
  "location": {
10857
10858
  "filePath": "tag-model-component.ts",
10858
- "line": 92,
10859
+ "line": 97,
10859
10860
  "character": 16
10860
10861
  },
10861
10862
  "types": [
@@ -10863,7 +10864,7 @@
10863
10864
  "__schema": "TypeRefSchema",
10864
10865
  "location": {
10865
10866
  "filePath": "tag-model-component.ts",
10866
- "line": 92,
10867
+ "line": 97,
10867
10868
  "character": 16
10868
10869
  },
10869
10870
  "name": "ReleaseType",
@@ -10873,7 +10874,7 @@
10873
10874
  "__schema": "KeywordTypeSchema",
10874
10875
  "location": {
10875
10876
  "filePath": "tag-model-component.ts",
10876
- "line": 92,
10877
+ "line": 97,
10877
10878
  "character": 30
10878
10879
  },
10879
10880
  "name": "undefined"
@@ -10887,7 +10888,7 @@
10887
10888
  "__schema": "ParameterSchema",
10888
10889
  "location": {
10889
10890
  "filePath": "tag-model-component.ts",
10890
- "line": 93,
10891
+ "line": 98,
10891
10892
  "character": 3
10892
10893
  },
10893
10894
  "name": "exactVersion",
@@ -10895,7 +10896,7 @@
10895
10896
  "__schema": "TypeUnionSchema",
10896
10897
  "location": {
10897
10898
  "filePath": "tag-model-component.ts",
10898
- "line": 93,
10899
+ "line": 98,
10899
10900
  "character": 17
10900
10901
  },
10901
10902
  "types": [
@@ -10903,7 +10904,7 @@
10903
10904
  "__schema": "KeywordTypeSchema",
10904
10905
  "location": {
10905
10906
  "filePath": "tag-model-component.ts",
10906
- "line": 93,
10907
+ "line": 98,
10907
10908
  "character": 17
10908
10909
  },
10909
10910
  "name": "string"
@@ -10912,7 +10913,7 @@
10912
10913
  "__schema": "LiteralTypeSchema",
10913
10914
  "location": {
10914
10915
  "filePath": "tag-model-component.ts",
10915
- "line": 93,
10916
+ "line": 98,
10916
10917
  "character": 26
10917
10918
  },
10918
10919
  "name": "null"
@@ -10921,7 +10922,7 @@
10921
10922
  "__schema": "KeywordTypeSchema",
10922
10923
  "location": {
10923
10924
  "filePath": "tag-model-component.ts",
10924
- "line": 93,
10925
+ "line": 98,
10925
10926
  "character": 33
10926
10927
  },
10927
10928
  "name": "undefined"
@@ -10935,7 +10936,7 @@
10935
10936
  "__schema": "ParameterSchema",
10936
10937
  "location": {
10937
10938
  "filePath": "tag-model-component.ts",
10938
- "line": 94,
10939
+ "line": 99,
10939
10940
  "character": 3
10940
10941
  },
10941
10942
  "name": "persist",
@@ -10943,7 +10944,7 @@
10943
10944
  "__schema": "KeywordTypeSchema",
10944
10945
  "location": {
10945
10946
  "filePath": "tag-model-component.ts",
10946
- "line": 94,
10947
+ "line": 99,
10947
10948
  "character": 12
10948
10949
  },
10949
10950
  "name": "boolean"
@@ -10955,7 +10956,7 @@
10955
10956
  "__schema": "ParameterSchema",
10956
10957
  "location": {
10957
10958
  "filePath": "tag-model-component.ts",
10958
- "line": 95,
10959
+ "line": 100,
10959
10960
  "character": 3
10960
10961
  },
10961
10962
  "name": "autoTagIds",
@@ -10963,7 +10964,7 @@
10963
10964
  "__schema": "TypeRefSchema",
10964
10965
  "location": {
10965
10966
  "filePath": "tag-model-component.ts",
10966
- "line": 95,
10967
+ "line": 100,
10967
10968
  "character": 15
10968
10969
  },
10969
10970
  "name": "ComponentIdList",
@@ -10980,7 +10981,7 @@
10980
10981
  "__schema": "ParameterSchema",
10981
10982
  "location": {
10982
10983
  "filePath": "tag-model-component.ts",
10983
- "line": 96,
10984
+ "line": 101,
10984
10985
  "character": 3
10985
10986
  },
10986
10987
  "name": "ids",
@@ -10988,7 +10989,7 @@
10988
10989
  "__schema": "TypeRefSchema",
10989
10990
  "location": {
10990
10991
  "filePath": "tag-model-component.ts",
10991
- "line": 96,
10992
+ "line": 101,
10992
10993
  "character": 8
10993
10994
  },
10994
10995
  "name": "ComponentIdList",
@@ -11005,7 +11006,7 @@
11005
11006
  "__schema": "ParameterSchema",
11006
11007
  "location": {
11007
11008
  "filePath": "tag-model-component.ts",
11008
- "line": 97,
11009
+ "line": 102,
11009
11010
  "character": 3
11010
11011
  },
11011
11012
  "name": "incrementBy",
@@ -11013,7 +11014,7 @@
11013
11014
  "__schema": "KeywordTypeSchema",
11014
11015
  "location": {
11015
11016
  "filePath": "tag-model-component.ts",
11016
- "line": 97,
11017
+ "line": 102,
11017
11018
  "character": 17
11018
11019
  },
11019
11020
  "name": "number"
@@ -11025,7 +11026,7 @@
11025
11026
  "__schema": "ParameterSchema",
11026
11027
  "location": {
11027
11028
  "filePath": "tag-model-component.ts",
11028
- "line": 98,
11029
+ "line": 103,
11029
11030
  "character": 3
11030
11031
  },
11031
11032
  "name": "preReleaseId",
@@ -11033,7 +11034,7 @@
11033
11034
  "__schema": "KeywordTypeSchema",
11034
11035
  "location": {
11035
11036
  "filePath": "tag-model-component.ts",
11036
- "line": 98,
11037
+ "line": 103,
11037
11038
  "character": 18
11038
11039
  },
11039
11040
  "name": "string"
@@ -11045,7 +11046,7 @@
11045
11046
  "__schema": "ParameterSchema",
11046
11047
  "location": {
11047
11048
  "filePath": "tag-model-component.ts",
11048
- "line": 99,
11049
+ "line": 104,
11049
11050
  "character": 3
11050
11051
  },
11051
11052
  "name": "soft",
@@ -11053,7 +11054,7 @@
11053
11054
  "__schema": "KeywordTypeSchema",
11054
11055
  "location": {
11055
11056
  "filePath": "tag-model-component.ts",
11056
- "line": 99,
11057
+ "line": 104,
11057
11058
  "character": 10
11058
11059
  },
11059
11060
  "name": "boolean"
@@ -11065,7 +11066,7 @@
11065
11066
  "__schema": "ParameterSchema",
11066
11067
  "location": {
11067
11068
  "filePath": "tag-model-component.ts",
11068
- "line": 100,
11069
+ "line": 105,
11069
11070
  "character": 3
11070
11071
  },
11071
11072
  "name": "tagDataPerComp",
@@ -11073,14 +11074,14 @@
11073
11074
  "__schema": "TypeArraySchema",
11074
11075
  "location": {
11075
11076
  "filePath": "tag-model-component.ts",
11076
- "line": 100,
11077
+ "line": 105,
11077
11078
  "character": 20
11078
11079
  },
11079
11080
  "type": {
11080
11081
  "__schema": "TypeRefSchema",
11081
11082
  "location": {
11082
11083
  "filePath": "tag-model-component.ts",
11083
- "line": 100,
11084
+ "line": 105,
11084
11085
  "character": 20
11085
11086
  },
11086
11087
  "name": "TagDataPerComp",
@@ -11095,7 +11096,7 @@
11095
11096
  "__schema": "TypeRefSchema",
11096
11097
  "location": {
11097
11098
  "filePath": "tag-model-component.ts",
11098
- "line": 101,
11099
+ "line": 106,
11099
11100
  "character": 4
11100
11101
  },
11101
11102
  "name": "Promise",
@@ -11104,7 +11105,7 @@
11104
11105
  "__schema": "KeywordTypeSchema",
11105
11106
  "location": {
11106
11107
  "filePath": "tag-model-component.ts",
11107
- "line": 101,
11108
+ "line": 106,
11108
11109
  "character": 12
11109
11110
  },
11110
11111
  "name": "void"
@@ -11119,7 +11120,7 @@
11119
11120
  "__schema": "FunctionLikeSchema",
11120
11121
  "location": {
11121
11122
  "filePath": "tag-model-component.ts",
11122
- "line": 153,
11123
+ "line": 158,
11123
11124
  "character": 1
11124
11125
  },
11125
11126
  "signature": "function getVersionByEnteredId(enteredIds: ComponentIdList, component: ConsumerComponent, modelComponent: ModelComponent): string | undefined",
@@ -11129,7 +11130,7 @@
11129
11130
  "__schema": "ParameterSchema",
11130
11131
  "location": {
11131
11132
  "filePath": "tag-model-component.ts",
11132
- "line": 154,
11133
+ "line": 159,
11133
11134
  "character": 3
11134
11135
  },
11135
11136
  "name": "enteredIds",
@@ -11137,7 +11138,7 @@
11137
11138
  "__schema": "TypeRefSchema",
11138
11139
  "location": {
11139
11140
  "filePath": "tag-model-component.ts",
11140
- "line": 154,
11141
+ "line": 159,
11141
11142
  "character": 15
11142
11143
  },
11143
11144
  "name": "ComponentIdList",
@@ -11154,7 +11155,7 @@
11154
11155
  "__schema": "ParameterSchema",
11155
11156
  "location": {
11156
11157
  "filePath": "tag-model-component.ts",
11157
- "line": 155,
11158
+ "line": 160,
11158
11159
  "character": 3
11159
11160
  },
11160
11161
  "name": "component",
@@ -11162,7 +11163,7 @@
11162
11163
  "__schema": "TypeRefSchema",
11163
11164
  "location": {
11164
11165
  "filePath": "tag-model-component.ts",
11165
- "line": 155,
11166
+ "line": 160,
11166
11167
  "character": 14
11167
11168
  },
11168
11169
  "name": "ConsumerComponent",
@@ -11175,7 +11176,7 @@
11175
11176
  "__schema": "ParameterSchema",
11176
11177
  "location": {
11177
11178
  "filePath": "tag-model-component.ts",
11178
- "line": 156,
11179
+ "line": 161,
11179
11180
  "character": 3
11180
11181
  },
11181
11182
  "name": "modelComponent",
@@ -11183,7 +11184,7 @@
11183
11184
  "__schema": "TypeRefSchema",
11184
11185
  "location": {
11185
11186
  "filePath": "tag-model-component.ts",
11186
- "line": 156,
11187
+ "line": 161,
11187
11188
  "character": 19
11188
11189
  },
11189
11190
  "name": "ModelComponent",
@@ -11197,7 +11198,7 @@
11197
11198
  "__schema": "TypeUnionSchema",
11198
11199
  "location": {
11199
11200
  "filePath": "tag-model-component.ts",
11200
- "line": 157,
11201
+ "line": 162,
11201
11202
  "character": 4
11202
11203
  },
11203
11204
  "types": [
@@ -11205,7 +11206,7 @@
11205
11206
  "__schema": "KeywordTypeSchema",
11206
11207
  "location": {
11207
11208
  "filePath": "tag-model-component.ts",
11208
- "line": 157,
11209
+ "line": 162,
11209
11210
  "character": 4
11210
11211
  },
11211
11212
  "name": "string"
@@ -11214,7 +11215,7 @@
11214
11215
  "__schema": "KeywordTypeSchema",
11215
11216
  "location": {
11216
11217
  "filePath": "tag-model-component.ts",
11217
- "line": 157,
11218
+ "line": 162,
11218
11219
  "character": 13
11219
11220
  },
11220
11221
  "name": "undefined"
@@ -11227,7 +11228,7 @@
11227
11228
  "__schema": "FunctionLikeSchema",
11228
11229
  "location": {
11229
11230
  "filePath": "tag-model-component.ts",
11230
- "line": 396,
11231
+ "line": 401,
11231
11232
  "character": 1
11232
11233
  },
11233
11234
  "signature": "function removeDeletedComponentsFromBitmap(comps: ConsumerComponent[], workspace?: Workspace): Promise<ComponentIdList | undefined>",
@@ -11237,7 +11238,7 @@
11237
11238
  "__schema": "ParameterSchema",
11238
11239
  "location": {
11239
11240
  "filePath": "tag-model-component.ts",
11240
- "line": 397,
11241
+ "line": 402,
11241
11242
  "character": 3
11242
11243
  },
11243
11244
  "name": "comps",
@@ -11245,14 +11246,14 @@
11245
11246
  "__schema": "TypeArraySchema",
11246
11247
  "location": {
11247
11248
  "filePath": "tag-model-component.ts",
11248
- "line": 397,
11249
+ "line": 402,
11249
11250
  "character": 10
11250
11251
  },
11251
11252
  "type": {
11252
11253
  "__schema": "TypeRefSchema",
11253
11254
  "location": {
11254
11255
  "filePath": "tag-model-component.ts",
11255
- "line": 397,
11256
+ "line": 402,
11256
11257
  "character": 10
11257
11258
  },
11258
11259
  "name": "ConsumerComponent",
@@ -11266,7 +11267,7 @@
11266
11267
  "__schema": "ParameterSchema",
11267
11268
  "location": {
11268
11269
  "filePath": "tag-model-component.ts",
11269
- "line": 398,
11270
+ "line": 403,
11270
11271
  "character": 3
11271
11272
  },
11272
11273
  "name": "workspace",
@@ -11274,7 +11275,7 @@
11274
11275
  "__schema": "TypeRefSchema",
11275
11276
  "location": {
11276
11277
  "filePath": "tag-model-component.ts",
11277
- "line": 398,
11278
+ "line": 403,
11278
11279
  "character": 15
11279
11280
  },
11280
11281
  "name": "Workspace",
@@ -11291,7 +11292,7 @@
11291
11292
  "__schema": "TypeRefSchema",
11292
11293
  "location": {
11293
11294
  "filePath": "tag-model-component.ts",
11294
- "line": 399,
11295
+ "line": 404,
11295
11296
  "character": 4
11296
11297
  },
11297
11298
  "name": "Promise",
@@ -11300,7 +11301,7 @@
11300
11301
  "__schema": "TypeUnionSchema",
11301
11302
  "location": {
11302
11303
  "filePath": "tag-model-component.ts",
11303
- "line": 399,
11304
+ "line": 404,
11304
11305
  "character": 12
11305
11306
  },
11306
11307
  "types": [
@@ -11308,7 +11309,7 @@
11308
11309
  "__schema": "TypeRefSchema",
11309
11310
  "location": {
11310
11311
  "filePath": "tag-model-component.ts",
11311
- "line": 399,
11312
+ "line": 404,
11312
11313
  "character": 12
11313
11314
  },
11314
11315
  "name": "ComponentIdList",
@@ -11322,7 +11323,7 @@
11322
11323
  "__schema": "KeywordTypeSchema",
11323
11324
  "location": {
11324
11325
  "filePath": "tag-model-component.ts",
11325
- "line": 399,
11326
+ "line": 404,
11326
11327
  "character": 30
11327
11328
  },
11328
11329
  "name": "undefined"
@@ -11339,7 +11340,7 @@
11339
11340
  "__schema": "FunctionLikeSchema",
11340
11341
  "location": {
11341
11342
  "filePath": "tag-model-component.ts",
11342
- "line": 412,
11343
+ "line": 417,
11343
11344
  "character": 1
11344
11345
  },
11345
11346
  "signature": "function removeMergeConfigFromComponents(unmergedComps: ComponentID[], components: ConsumerComponent[], workspace?: Workspace): Promise<void>",
@@ -11349,7 +11350,7 @@
11349
11350
  "__schema": "ParameterSchema",
11350
11351
  "location": {
11351
11352
  "filePath": "tag-model-component.ts",
11352
- "line": 413,
11353
+ "line": 418,
11353
11354
  "character": 3
11354
11355
  },
11355
11356
  "name": "unmergedComps",
@@ -11357,14 +11358,14 @@
11357
11358
  "__schema": "TypeArraySchema",
11358
11359
  "location": {
11359
11360
  "filePath": "tag-model-component.ts",
11360
- "line": 413,
11361
+ "line": 418,
11361
11362
  "character": 18
11362
11363
  },
11363
11364
  "type": {
11364
11365
  "__schema": "TypeRefSchema",
11365
11366
  "location": {
11366
11367
  "filePath": "tag-model-component.ts",
11367
- "line": 413,
11368
+ "line": 418,
11368
11369
  "character": 18
11369
11370
  },
11370
11371
  "name": "ComponentID",
@@ -11382,7 +11383,7 @@
11382
11383
  "__schema": "ParameterSchema",
11383
11384
  "location": {
11384
11385
  "filePath": "tag-model-component.ts",
11385
- "line": 414,
11386
+ "line": 419,
11386
11387
  "character": 3
11387
11388
  },
11388
11389
  "name": "components",
@@ -11390,14 +11391,14 @@
11390
11391
  "__schema": "TypeArraySchema",
11391
11392
  "location": {
11392
11393
  "filePath": "tag-model-component.ts",
11393
- "line": 414,
11394
+ "line": 419,
11394
11395
  "character": 15
11395
11396
  },
11396
11397
  "type": {
11397
11398
  "__schema": "TypeRefSchema",
11398
11399
  "location": {
11399
11400
  "filePath": "tag-model-component.ts",
11400
- "line": 414,
11401
+ "line": 419,
11401
11402
  "character": 15
11402
11403
  },
11403
11404
  "name": "ConsumerComponent",
@@ -11411,7 +11412,7 @@
11411
11412
  "__schema": "ParameterSchema",
11412
11413
  "location": {
11413
11414
  "filePath": "tag-model-component.ts",
11414
- "line": 415,
11415
+ "line": 420,
11415
11416
  "character": 3
11416
11417
  },
11417
11418
  "name": "workspace",
@@ -11419,7 +11420,7 @@
11419
11420
  "__schema": "TypeRefSchema",
11420
11421
  "location": {
11421
11422
  "filePath": "tag-model-component.ts",
11422
- "line": 415,
11423
+ "line": 420,
11423
11424
  "character": 15
11424
11425
  },
11425
11426
  "name": "Workspace",
@@ -11436,7 +11437,7 @@
11436
11437
  "__schema": "InferenceTypeSchema",
11437
11438
  "location": {
11438
11439
  "filePath": "tag-model-component.ts",
11439
- "line": 412,
11440
+ "line": 417,
11440
11441
  "character": 1
11441
11442
  },
11442
11443
  "type": "Promise<void>"
@@ -11449,7 +11450,7 @@
11449
11450
  "__schema": "FunctionLikeSchema",
11450
11451
  "location": {
11451
11452
  "filePath": "tag-model-component.ts",
11452
- "line": 438,
11453
+ "line": 443,
11453
11454
  "character": 1
11454
11455
  },
11455
11456
  "signature": "function addComponentsToScope(snapping: SnappingMain, components: ConsumerComponent[], lane: Lane | null, shouldValidateVersion: boolean, consumer?: Consumer, tagDataPerComp?: TagDataPerComp[], updateDependentsOnLane?: boolean): Promise<void>",
@@ -11459,7 +11460,7 @@
11459
11460
  "__schema": "ParameterSchema",
11460
11461
  "location": {
11461
11462
  "filePath": "tag-model-component.ts",
11462
- "line": 439,
11463
+ "line": 444,
11463
11464
  "character": 3
11464
11465
  },
11465
11466
  "name": "snapping",
@@ -11467,7 +11468,7 @@
11467
11468
  "__schema": "TypeRefSchema",
11468
11469
  "location": {
11469
11470
  "filePath": "tag-model-component.ts",
11470
- "line": 439,
11471
+ "line": 444,
11471
11472
  "character": 13
11472
11473
  },
11473
11474
  "name": "SnappingMain"
@@ -11479,7 +11480,7 @@
11479
11480
  "__schema": "ParameterSchema",
11480
11481
  "location": {
11481
11482
  "filePath": "tag-model-component.ts",
11482
- "line": 440,
11483
+ "line": 445,
11483
11484
  "character": 3
11484
11485
  },
11485
11486
  "name": "components",
@@ -11487,14 +11488,14 @@
11487
11488
  "__schema": "TypeArraySchema",
11488
11489
  "location": {
11489
11490
  "filePath": "tag-model-component.ts",
11490
- "line": 440,
11491
+ "line": 445,
11491
11492
  "character": 15
11492
11493
  },
11493
11494
  "type": {
11494
11495
  "__schema": "TypeRefSchema",
11495
11496
  "location": {
11496
11497
  "filePath": "tag-model-component.ts",
11497
- "line": 440,
11498
+ "line": 445,
11498
11499
  "character": 15
11499
11500
  },
11500
11501
  "name": "ConsumerComponent",
@@ -11508,7 +11509,7 @@
11508
11509
  "__schema": "ParameterSchema",
11509
11510
  "location": {
11510
11511
  "filePath": "tag-model-component.ts",
11511
- "line": 441,
11512
+ "line": 446,
11512
11513
  "character": 3
11513
11514
  },
11514
11515
  "name": "lane",
@@ -11516,7 +11517,7 @@
11516
11517
  "__schema": "TypeUnionSchema",
11517
11518
  "location": {
11518
11519
  "filePath": "tag-model-component.ts",
11519
- "line": 441,
11520
+ "line": 446,
11520
11521
  "character": 9
11521
11522
  },
11522
11523
  "types": [
@@ -11524,7 +11525,7 @@
11524
11525
  "__schema": "TypeRefSchema",
11525
11526
  "location": {
11526
11527
  "filePath": "tag-model-component.ts",
11527
- "line": 441,
11528
+ "line": 446,
11528
11529
  "character": 9
11529
11530
  },
11530
11531
  "name": "Lane",
@@ -11534,7 +11535,7 @@
11534
11535
  "__schema": "LiteralTypeSchema",
11535
11536
  "location": {
11536
11537
  "filePath": "tag-model-component.ts",
11537
- "line": 441,
11538
+ "line": 446,
11538
11539
  "character": 16
11539
11540
  },
11540
11541
  "name": "null"
@@ -11548,7 +11549,7 @@
11548
11549
  "__schema": "ParameterSchema",
11549
11550
  "location": {
11550
11551
  "filePath": "tag-model-component.ts",
11551
- "line": 442,
11552
+ "line": 447,
11552
11553
  "character": 3
11553
11554
  },
11554
11555
  "name": "shouldValidateVersion",
@@ -11556,7 +11557,7 @@
11556
11557
  "__schema": "KeywordTypeSchema",
11557
11558
  "location": {
11558
11559
  "filePath": "tag-model-component.ts",
11559
- "line": 442,
11560
+ "line": 447,
11560
11561
  "character": 26
11561
11562
  },
11562
11563
  "name": "boolean"
@@ -11568,7 +11569,7 @@
11568
11569
  "__schema": "ParameterSchema",
11569
11570
  "location": {
11570
11571
  "filePath": "tag-model-component.ts",
11571
- "line": 443,
11572
+ "line": 448,
11572
11573
  "character": 3
11573
11574
  },
11574
11575
  "name": "consumer",
@@ -11576,7 +11577,7 @@
11576
11577
  "__schema": "TypeRefSchema",
11577
11578
  "location": {
11578
11579
  "filePath": "tag-model-component.ts",
11579
- "line": 443,
11580
+ "line": 448,
11580
11581
  "character": 14
11581
11582
  },
11582
11583
  "name": "Consumer",
@@ -11589,7 +11590,7 @@
11589
11590
  "__schema": "ParameterSchema",
11590
11591
  "location": {
11591
11592
  "filePath": "tag-model-component.ts",
11592
- "line": 444,
11593
+ "line": 449,
11593
11594
  "character": 3
11594
11595
  },
11595
11596
  "name": "tagDataPerComp",
@@ -11597,14 +11598,14 @@
11597
11598
  "__schema": "TypeArraySchema",
11598
11599
  "location": {
11599
11600
  "filePath": "tag-model-component.ts",
11600
- "line": 444,
11601
+ "line": 449,
11601
11602
  "character": 20
11602
11603
  },
11603
11604
  "type": {
11604
11605
  "__schema": "TypeRefSchema",
11605
11606
  "location": {
11606
11607
  "filePath": "tag-model-component.ts",
11607
- "line": 444,
11608
+ "line": 449,
11608
11609
  "character": 20
11609
11610
  },
11610
11611
  "name": "TagDataPerComp",
@@ -11618,7 +11619,7 @@
11618
11619
  "__schema": "ParameterSchema",
11619
11620
  "location": {
11620
11621
  "filePath": "tag-model-component.ts",
11621
- "line": 445,
11622
+ "line": 450,
11622
11623
  "character": 3
11623
11624
  },
11624
11625
  "name": "updateDependentsOnLane",
@@ -11626,7 +11627,7 @@
11626
11627
  "__schema": "KeywordTypeSchema",
11627
11628
  "location": {
11628
11629
  "filePath": "tag-model-component.ts",
11629
- "line": 445,
11630
+ "line": 450,
11630
11631
  "character": 28
11631
11632
  },
11632
11633
  "name": "boolean"
@@ -11639,7 +11640,7 @@
11639
11640
  "__schema": "InferenceTypeSchema",
11640
11641
  "location": {
11641
11642
  "filePath": "tag-model-component.ts",
11642
- "line": 438,
11643
+ "line": 443,
11643
11644
  "character": 1
11644
11645
  },
11645
11646
  "type": "Promise<void>"
@@ -11652,14 +11653,14 @@
11652
11653
  "__schema": "FunctionLikeSchema",
11653
11654
  "location": {
11654
11655
  "filePath": "tag-model-component.ts",
11655
- "line": 465,
11656
+ "line": 470,
11656
11657
  "character": 1
11657
11658
  },
11658
11659
  "doc": {
11659
11660
  "__schema": "DocSchema",
11660
11661
  "location": {
11661
11662
  "filePath": "tag-model-component.ts",
11662
- "line": 461,
11663
+ "line": 466,
11663
11664
  "character": 1
11664
11665
  },
11665
11666
  "raw": "/**\n * otherwise, tagging without build will have the old build data of the previous snap/tag.\n * in case we currently build, it's ok to leave the data as is, because it'll be overridden anyway.\n */",
@@ -11672,7 +11673,7 @@
11672
11673
  "__schema": "ParameterSchema",
11673
11674
  "location": {
11674
11675
  "filePath": "tag-model-component.ts",
11675
- "line": 465,
11676
+ "line": 470,
11676
11677
  "character": 27
11677
11678
  },
11678
11679
  "name": "components",
@@ -11680,14 +11681,14 @@
11680
11681
  "__schema": "TypeArraySchema",
11681
11682
  "location": {
11682
11683
  "filePath": "tag-model-component.ts",
11683
- "line": 465,
11684
+ "line": 470,
11684
11685
  "character": 39
11685
11686
  },
11686
11687
  "type": {
11687
11688
  "__schema": "TypeRefSchema",
11688
11689
  "location": {
11689
11690
  "filePath": "tag-model-component.ts",
11690
- "line": 465,
11691
+ "line": 470,
11691
11692
  "character": 39
11692
11693
  },
11693
11694
  "name": "ConsumerComponent",
@@ -11702,7 +11703,7 @@
11702
11703
  "__schema": "TypeRefSchema",
11703
11704
  "location": {
11704
11705
  "filePath": "tag-model-component.ts",
11705
- "line": 465,
11706
+ "line": 470,
11706
11707
  "character": 1
11707
11708
  },
11708
11709
  "name": "emptyBuilderData",
@@ -11714,7 +11715,7 @@
11714
11715
  "__schema": "FunctionLikeSchema",
11715
11716
  "location": {
11716
11717
  "filePath": "tag-model-component.ts",
11717
- "line": 473,
11718
+ "line": 478,
11718
11719
  "character": 1
11719
11720
  },
11720
11721
  "signature": "function addLogToComponents(components: ConsumerComponent[], autoTagComps: ConsumerComponent[], persist: boolean, message: string, messagePerComponent: MessagePerComponent[], copyLogFromPreviousSnap?: boolean): Promise<void>",
@@ -11724,7 +11725,7 @@
11724
11725
  "__schema": "ParameterSchema",
11725
11726
  "location": {
11726
11727
  "filePath": "tag-model-component.ts",
11727
- "line": 474,
11728
+ "line": 479,
11728
11729
  "character": 3
11729
11730
  },
11730
11731
  "name": "components",
@@ -11732,14 +11733,14 @@
11732
11733
  "__schema": "TypeArraySchema",
11733
11734
  "location": {
11734
11735
  "filePath": "tag-model-component.ts",
11735
- "line": 474,
11736
+ "line": 479,
11736
11737
  "character": 15
11737
11738
  },
11738
11739
  "type": {
11739
11740
  "__schema": "TypeRefSchema",
11740
11741
  "location": {
11741
11742
  "filePath": "tag-model-component.ts",
11742
- "line": 474,
11743
+ "line": 479,
11743
11744
  "character": 15
11744
11745
  },
11745
11746
  "name": "ConsumerComponent",
@@ -11753,7 +11754,7 @@
11753
11754
  "__schema": "ParameterSchema",
11754
11755
  "location": {
11755
11756
  "filePath": "tag-model-component.ts",
11756
- "line": 475,
11757
+ "line": 480,
11757
11758
  "character": 3
11758
11759
  },
11759
11760
  "name": "autoTagComps",
@@ -11761,14 +11762,14 @@
11761
11762
  "__schema": "TypeArraySchema",
11762
11763
  "location": {
11763
11764
  "filePath": "tag-model-component.ts",
11764
- "line": 475,
11765
+ "line": 480,
11765
11766
  "character": 17
11766
11767
  },
11767
11768
  "type": {
11768
11769
  "__schema": "TypeRefSchema",
11769
11770
  "location": {
11770
11771
  "filePath": "tag-model-component.ts",
11771
- "line": 475,
11772
+ "line": 480,
11772
11773
  "character": 17
11773
11774
  },
11774
11775
  "name": "ConsumerComponent",
@@ -11782,7 +11783,7 @@
11782
11783
  "__schema": "ParameterSchema",
11783
11784
  "location": {
11784
11785
  "filePath": "tag-model-component.ts",
11785
- "line": 476,
11786
+ "line": 481,
11786
11787
  "character": 3
11787
11788
  },
11788
11789
  "name": "persist",
@@ -11790,7 +11791,7 @@
11790
11791
  "__schema": "KeywordTypeSchema",
11791
11792
  "location": {
11792
11793
  "filePath": "tag-model-component.ts",
11793
- "line": 476,
11794
+ "line": 481,
11794
11795
  "character": 12
11795
11796
  },
11796
11797
  "name": "boolean"
@@ -11802,7 +11803,7 @@
11802
11803
  "__schema": "ParameterSchema",
11803
11804
  "location": {
11804
11805
  "filePath": "tag-model-component.ts",
11805
- "line": 477,
11806
+ "line": 482,
11806
11807
  "character": 3
11807
11808
  },
11808
11809
  "name": "message",
@@ -11810,7 +11811,7 @@
11810
11811
  "__schema": "KeywordTypeSchema",
11811
11812
  "location": {
11812
11813
  "filePath": "tag-model-component.ts",
11813
- "line": 477,
11814
+ "line": 482,
11814
11815
  "character": 12
11815
11816
  },
11816
11817
  "name": "string"
@@ -11822,7 +11823,7 @@
11822
11823
  "__schema": "ParameterSchema",
11823
11824
  "location": {
11824
11825
  "filePath": "tag-model-component.ts",
11825
- "line": 478,
11826
+ "line": 483,
11826
11827
  "character": 3
11827
11828
  },
11828
11829
  "name": "messagePerComponent",
@@ -11830,14 +11831,14 @@
11830
11831
  "__schema": "TypeArraySchema",
11831
11832
  "location": {
11832
11833
  "filePath": "tag-model-component.ts",
11833
- "line": 478,
11834
+ "line": 483,
11834
11835
  "character": 24
11835
11836
  },
11836
11837
  "type": {
11837
11838
  "__schema": "TypeRefSchema",
11838
11839
  "location": {
11839
11840
  "filePath": "tag-model-component.ts",
11840
- "line": 478,
11841
+ "line": 483,
11841
11842
  "character": 24
11842
11843
  },
11843
11844
  "name": "MessagePerComponent",
@@ -11851,7 +11852,7 @@
11851
11852
  "__schema": "ParameterSchema",
11852
11853
  "location": {
11853
11854
  "filePath": "tag-model-component.ts",
11854
- "line": 479,
11855
+ "line": 484,
11855
11856
  "character": 3
11856
11857
  },
11857
11858
  "name": "copyLogFromPreviousSnap",
@@ -11859,7 +11860,7 @@
11859
11860
  "__schema": "InferenceTypeSchema",
11860
11861
  "location": {
11861
11862
  "filePath": "tag-model-component.ts",
11862
- "line": 479,
11863
+ "line": 484,
11863
11864
  "character": 3
11864
11865
  },
11865
11866
  "type": "boolean"
@@ -11873,7 +11874,7 @@
11873
11874
  "__schema": "InferenceTypeSchema",
11874
11875
  "location": {
11875
11876
  "filePath": "tag-model-component.ts",
11876
- "line": 473,
11877
+ "line": 478,
11877
11878
  "character": 1
11878
11879
  },
11879
11880
  "type": "Promise<void>"
@@ -11886,7 +11887,7 @@
11886
11887
  "__schema": "FunctionLikeSchema",
11887
11888
  "location": {
11888
11889
  "filePath": "tag-model-component.ts",
11889
- "line": 530,
11890
+ "line": 535,
11890
11891
  "character": 1
11891
11892
  },
11892
11893
  "signature": "function setCurrentSchema(components: ConsumerComponent[]): void",
@@ -11896,7 +11897,7 @@
11896
11897
  "__schema": "ParameterSchema",
11897
11898
  "location": {
11898
11899
  "filePath": "tag-model-component.ts",
11899
- "line": 530,
11900
+ "line": 535,
11900
11901
  "character": 27
11901
11902
  },
11902
11903
  "name": "components",
@@ -11904,14 +11905,14 @@
11904
11905
  "__schema": "TypeArraySchema",
11905
11906
  "location": {
11906
11907
  "filePath": "tag-model-component.ts",
11907
- "line": 530,
11908
+ "line": 535,
11908
11909
  "character": 39
11909
11910
  },
11910
11911
  "type": {
11911
11912
  "__schema": "TypeRefSchema",
11912
11913
  "location": {
11913
11914
  "filePath": "tag-model-component.ts",
11914
- "line": 530,
11915
+ "line": 535,
11915
11916
  "character": 39
11916
11917
  },
11917
11918
  "name": "ConsumerComponent",
@@ -11926,7 +11927,7 @@
11926
11927
  "__schema": "TypeRefSchema",
11927
11928
  "location": {
11928
11929
  "filePath": "tag-model-component.ts",
11929
- "line": 530,
11930
+ "line": 535,
11930
11931
  "character": 1
11931
11932
  },
11932
11933
  "name": "setCurrentSchema",
@@ -11938,7 +11939,7 @@
11938
11939
  "__schema": "FunctionLikeSchema",
11939
11940
  "location": {
11940
11941
  "filePath": "tag-model-component.ts",
11941
- "line": 536,
11942
+ "line": 541,
11942
11943
  "character": 1
11943
11944
  },
11944
11945
  "signature": "function addBuildStatus(components: ConsumerComponent[], buildStatus: BuildStatus): void",
@@ -11948,7 +11949,7 @@
11948
11949
  "__schema": "ParameterSchema",
11949
11950
  "location": {
11950
11951
  "filePath": "tag-model-component.ts",
11951
- "line": 536,
11952
+ "line": 541,
11952
11953
  "character": 25
11953
11954
  },
11954
11955
  "name": "components",
@@ -11956,14 +11957,14 @@
11956
11957
  "__schema": "TypeArraySchema",
11957
11958
  "location": {
11958
11959
  "filePath": "tag-model-component.ts",
11959
- "line": 536,
11960
+ "line": 541,
11960
11961
  "character": 37
11961
11962
  },
11962
11963
  "type": {
11963
11964
  "__schema": "TypeRefSchema",
11964
11965
  "location": {
11965
11966
  "filePath": "tag-model-component.ts",
11966
- "line": 536,
11967
+ "line": 541,
11967
11968
  "character": 37
11968
11969
  },
11969
11970
  "name": "ConsumerComponent",
@@ -11977,7 +11978,7 @@
11977
11978
  "__schema": "ParameterSchema",
11978
11979
  "location": {
11979
11980
  "filePath": "tag-model-component.ts",
11980
- "line": 536,
11981
+ "line": 541,
11981
11982
  "character": 58
11982
11983
  },
11983
11984
  "name": "buildStatus",
@@ -11985,7 +11986,7 @@
11985
11986
  "__schema": "TypeRefSchema",
11986
11987
  "location": {
11987
11988
  "filePath": "tag-model-component.ts",
11988
- "line": 536,
11989
+ "line": 541,
11989
11990
  "character": 71
11990
11991
  },
11991
11992
  "name": "BuildStatus",
@@ -11999,7 +12000,7 @@
11999
12000
  "__schema": "TypeRefSchema",
12000
12001
  "location": {
12001
12002
  "filePath": "tag-model-component.ts",
12002
- "line": 536,
12003
+ "line": 541,
12003
12004
  "character": 1
12004
12005
  },
12005
12006
  "name": "addBuildStatus",
@@ -12013,7 +12014,7 @@
12013
12014
  "componentId": {
12014
12015
  "scope": "teambit.component",
12015
12016
  "name": "snapping",
12016
- "version": "1.0.243"
12017
+ "version": "1.0.244"
12017
12018
  },
12018
12019
  "taggedModuleExports": []
12019
12020
  }