@teambit/workspace 1.0.440 → 1.0.442

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.
@@ -9599,7 +9599,7 @@
9599
9599
  "comment": "configure an environment to the given components in the .bitmap file, this configuration overrides other, such as\noverrides in workspace.jsonc.",
9600
9600
  "tags": []
9601
9601
  },
9602
- "signature": "(method) Workspace.setEnvToComponents(envId: ComponentID, componentIds: ComponentID[]): Promise<void>",
9602
+ "signature": "(method) Workspace.setEnvToComponents(envId: ComponentID, componentIds: ComponentID[], verifyEnv?: boolean): Promise<void>",
9603
9603
  "name": "setEnvToComponents",
9604
9604
  "params": [
9605
9605
  {
@@ -9649,6 +9649,27 @@
9649
9649
  },
9650
9650
  "isOptional": false,
9651
9651
  "isSpread": false
9652
+ },
9653
+ {
9654
+ "__schema": "ParameterSchema",
9655
+ "location": {
9656
+ "filePath": "workspace.ts",
9657
+ "line": 1956,
9658
+ "character": 77
9659
+ },
9660
+ "name": "verifyEnv",
9661
+ "type": {
9662
+ "__schema": "InferenceTypeSchema",
9663
+ "location": {
9664
+ "filePath": "workspace.ts",
9665
+ "line": 1956,
9666
+ "character": 77
9667
+ },
9668
+ "type": "boolean"
9669
+ },
9670
+ "isOptional": true,
9671
+ "defaultValue": "true",
9672
+ "isSpread": false
9652
9673
  }
9653
9674
  ],
9654
9675
  "returnType": {
@@ -9668,14 +9689,14 @@
9668
9689
  "__schema": "FunctionLikeSchema",
9669
9690
  "location": {
9670
9691
  "filePath": "workspace.ts",
9671
- "line": 1977,
9692
+ "line": 1979,
9672
9693
  "character": 3
9673
9694
  },
9674
9695
  "doc": {
9675
9696
  "__schema": "DocSchema",
9676
9697
  "location": {
9677
9698
  "filePath": "workspace.ts",
9678
- "line": 1972,
9699
+ "line": 1974,
9679
9700
  "character": 3
9680
9701
  },
9681
9702
  "raw": "/**\n * helpful when a user provides an env-string to be set and this env has no version.\n * in the workspace config, a custom-env needs to be set with a version unless it's part of the workspace.\n * (inside envs/envs it's set without a version).\n */",
@@ -9689,7 +9710,7 @@
9689
9710
  "__schema": "ParameterSchema",
9690
9711
  "location": {
9691
9712
  "filePath": "workspace.ts",
9692
- "line": 1977,
9713
+ "line": 1979,
9693
9714
  "character": 51
9694
9715
  },
9695
9716
  "name": "envId",
@@ -9697,7 +9718,7 @@
9697
9718
  "__schema": "TypeRefSchema",
9698
9719
  "location": {
9699
9720
  "filePath": "workspace.ts",
9700
- "line": 1977,
9721
+ "line": 1979,
9701
9722
  "character": 58
9702
9723
  },
9703
9724
  "name": "ComponentID"
@@ -9710,7 +9731,7 @@
9710
9731
  "__schema": "TypeRefSchema",
9711
9732
  "location": {
9712
9733
  "filePath": "workspace.ts",
9713
- "line": 1977,
9734
+ "line": 1979,
9714
9735
  "character": 72
9715
9736
  },
9716
9737
  "name": "Promise",
@@ -9719,7 +9740,7 @@
9719
9740
  "__schema": "KeywordTypeSchema",
9720
9741
  "location": {
9721
9742
  "filePath": "workspace.ts",
9722
- "line": 1977,
9743
+ "line": 1979,
9723
9744
  "character": 80
9724
9745
  },
9725
9746
  "name": "string"
@@ -9734,14 +9755,14 @@
9734
9755
  "__schema": "FunctionLikeSchema",
9735
9756
  "location": {
9736
9757
  "filePath": "workspace.ts",
9737
- "line": 2002,
9758
+ "line": 2004,
9738
9759
  "character": 3
9739
9760
  },
9740
9761
  "doc": {
9741
9762
  "__schema": "DocSchema",
9742
9763
  "location": {
9743
9764
  "filePath": "workspace.ts",
9744
- "line": 1999,
9765
+ "line": 2001,
9745
9766
  "character": 3
9746
9767
  },
9747
9768
  "raw": "/**\n * remove env configuration from the .bitmap file, so then other configuration, such as \"variants\" will take place\n */",
@@ -9755,7 +9776,7 @@
9755
9776
  "__schema": "ParameterSchema",
9756
9777
  "location": {
9757
9778
  "filePath": "workspace.ts",
9758
- "line": 2002,
9779
+ "line": 2004,
9759
9780
  "character": 32
9760
9781
  },
9761
9782
  "name": "ids",
@@ -9763,14 +9784,14 @@
9763
9784
  "__schema": "TypeArraySchema",
9764
9785
  "location": {
9765
9786
  "filePath": "workspace.ts",
9766
- "line": 2002,
9787
+ "line": 2004,
9767
9788
  "character": 37
9768
9789
  },
9769
9790
  "type": {
9770
9791
  "__schema": "TypeRefSchema",
9771
9792
  "location": {
9772
9793
  "filePath": "workspace.ts",
9773
- "line": 2002,
9794
+ "line": 2004,
9774
9795
  "character": 37
9775
9796
  },
9776
9797
  "name": "ComponentID"
@@ -9784,7 +9805,7 @@
9784
9805
  "__schema": "TypeRefSchema",
9785
9806
  "location": {
9786
9807
  "filePath": "workspace.ts",
9787
- "line": 2002,
9808
+ "line": 2004,
9788
9809
  "character": 53
9789
9810
  },
9790
9811
  "name": "Promise",
@@ -9793,7 +9814,7 @@
9793
9814
  "__schema": "TypeLiteralSchema",
9794
9815
  "location": {
9795
9816
  "filePath": "workspace.ts",
9796
- "line": 2002,
9817
+ "line": 2004,
9797
9818
  "character": 61
9798
9819
  },
9799
9820
  "members": [
@@ -9801,7 +9822,7 @@
9801
9822
  "__schema": "VariableLikeSchema",
9802
9823
  "location": {
9803
9824
  "filePath": "workspace.ts",
9804
- "line": 2002,
9825
+ "line": 2004,
9805
9826
  "character": 63
9806
9827
  },
9807
9828
  "signature": "(property) changed: ComponentID[]",
@@ -9810,14 +9831,14 @@
9810
9831
  "__schema": "TypeArraySchema",
9811
9832
  "location": {
9812
9833
  "filePath": "workspace.ts",
9813
- "line": 2002,
9834
+ "line": 2004,
9814
9835
  "character": 72
9815
9836
  },
9816
9837
  "type": {
9817
9838
  "__schema": "TypeRefSchema",
9818
9839
  "location": {
9819
9840
  "filePath": "workspace.ts",
9820
- "line": 2002,
9841
+ "line": 2004,
9821
9842
  "character": 72
9822
9843
  },
9823
9844
  "name": "ComponentID"
@@ -9829,7 +9850,7 @@
9829
9850
  "__schema": "VariableLikeSchema",
9830
9851
  "location": {
9831
9852
  "filePath": "workspace.ts",
9832
- "line": 2002,
9853
+ "line": 2004,
9833
9854
  "character": 87
9834
9855
  },
9835
9856
  "signature": "(property) unchanged: ComponentID[]",
@@ -9838,14 +9859,14 @@
9838
9859
  "__schema": "TypeArraySchema",
9839
9860
  "location": {
9840
9861
  "filePath": "workspace.ts",
9841
- "line": 2002,
9862
+ "line": 2004,
9842
9863
  "character": 98
9843
9864
  },
9844
9865
  "type": {
9845
9866
  "__schema": "TypeRefSchema",
9846
9867
  "location": {
9847
9868
  "filePath": "workspace.ts",
9848
- "line": 2002,
9869
+ "line": 2004,
9849
9870
  "character": 98
9850
9871
  },
9851
9872
  "name": "ComponentID"
@@ -9865,7 +9886,7 @@
9865
9886
  "__schema": "FunctionLikeSchema",
9866
9887
  "location": {
9867
9888
  "filePath": "workspace.ts",
9868
- "line": 2031,
9889
+ "line": 2033,
9869
9890
  "character": 3
9870
9891
  },
9871
9892
  "signature": "(method) Workspace.updateEnvForComponents(envIdStr?: string, pattern?: string): Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>",
@@ -9875,7 +9896,7 @@
9875
9896
  "__schema": "ParameterSchema",
9876
9897
  "location": {
9877
9898
  "filePath": "workspace.ts",
9878
- "line": 2031,
9899
+ "line": 2033,
9879
9900
  "character": 32
9880
9901
  },
9881
9902
  "name": "envIdStr",
@@ -9883,7 +9904,7 @@
9883
9904
  "__schema": "KeywordTypeSchema",
9884
9905
  "location": {
9885
9906
  "filePath": "workspace.ts",
9886
- "line": 2031,
9907
+ "line": 2033,
9887
9908
  "character": 43
9888
9909
  },
9889
9910
  "name": "string"
@@ -9895,7 +9916,7 @@
9895
9916
  "__schema": "ParameterSchema",
9896
9917
  "location": {
9897
9918
  "filePath": "workspace.ts",
9898
- "line": 2031,
9919
+ "line": 2033,
9899
9920
  "character": 51
9900
9921
  },
9901
9922
  "name": "pattern",
@@ -9903,7 +9924,7 @@
9903
9924
  "__schema": "KeywordTypeSchema",
9904
9925
  "location": {
9905
9926
  "filePath": "workspace.ts",
9906
- "line": 2031,
9927
+ "line": 2033,
9907
9928
  "character": 61
9908
9929
  },
9909
9930
  "name": "string"
@@ -9916,7 +9937,7 @@
9916
9937
  "__schema": "InferenceTypeSchema",
9917
9938
  "location": {
9918
9939
  "filePath": "workspace.ts",
9919
- "line": 2031,
9940
+ "line": 2033,
9920
9941
  "character": 3
9921
9942
  },
9922
9943
  "type": "Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>"
@@ -9929,7 +9950,7 @@
9929
9950
  "__schema": "FunctionLikeSchema",
9930
9951
  "location": {
9931
9952
  "filePath": "workspace.ts",
9932
- "line": 2104,
9953
+ "line": 2106,
9933
9954
  "character": 3
9934
9955
  },
9935
9956
  "signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
@@ -9939,7 +9960,7 @@
9939
9960
  "__schema": "InferenceTypeSchema",
9940
9961
  "location": {
9941
9962
  "filePath": "workspace.ts",
9942
- "line": 2104,
9963
+ "line": 2106,
9943
9964
  "character": 3
9944
9965
  },
9945
9966
  "type": "RegExp[]"
@@ -9950,7 +9971,7 @@
9950
9971
  "__schema": "FunctionLikeSchema",
9951
9972
  "location": {
9952
9973
  "filePath": "workspace.ts",
9953
- "line": 2108,
9974
+ "line": 2110,
9954
9975
  "character": 3
9955
9976
  },
9956
9977
  "signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
@@ -9960,7 +9981,7 @@
9960
9981
  "__schema": "InferenceTypeSchema",
9961
9982
  "location": {
9962
9983
  "filePath": "workspace.ts",
9963
- "line": 2108,
9984
+ "line": 2110,
9964
9985
  "character": 3
9965
9986
  },
9966
9987
  "type": "Promise<void>"
@@ -9973,7 +9994,7 @@
9973
9994
  "__schema": "FunctionLikeSchema",
9974
9995
  "location": {
9975
9996
  "filePath": "workspace.ts",
9976
- "line": 2123,
9997
+ "line": 2125,
9977
9998
  "character": 3
9978
9999
  },
9979
10000
  "signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
@@ -9983,7 +10004,7 @@
9983
10004
  "__schema": "ParameterSchema",
9984
10005
  "location": {
9985
10006
  "filePath": "workspace.ts",
9986
- "line": 2123,
10007
+ "line": 2125,
9987
10008
  "character": 19
9988
10009
  },
9989
10010
  "name": "component",
@@ -9991,7 +10012,7 @@
9991
10012
  "__schema": "TypeRefSchema",
9992
10013
  "location": {
9993
10014
  "filePath": "workspace.ts",
9994
- "line": 2123,
10015
+ "line": 2125,
9995
10016
  "character": 30
9996
10017
  },
9997
10018
  "name": "Component"
@@ -10004,7 +10025,7 @@
10004
10025
  "__schema": "TypeRefSchema",
10005
10026
  "location": {
10006
10027
  "filePath": "workspace.ts",
10007
- "line": 2123,
10028
+ "line": 2125,
10008
10029
  "character": 42
10009
10030
  },
10010
10031
  "name": "Promise",
@@ -10013,14 +10034,14 @@
10013
10034
  "__schema": "TypeArraySchema",
10014
10035
  "location": {
10015
10036
  "filePath": "workspace.ts",
10016
- "line": 2123,
10037
+ "line": 2125,
10017
10038
  "character": 50
10018
10039
  },
10019
10040
  "type": {
10020
10041
  "__schema": "KeywordTypeSchema",
10021
10042
  "location": {
10022
10043
  "filePath": "workspace.ts",
10023
- "line": 2123,
10044
+ "line": 2125,
10024
10045
  "character": 50
10025
10046
  },
10026
10047
  "name": "string"
@@ -10034,7 +10055,7 @@
10034
10055
  "__schema": "FunctionLikeSchema",
10035
10056
  "location": {
10036
10057
  "filePath": "workspace.ts",
10037
- "line": 2134,
10058
+ "line": 2136,
10038
10059
  "character": 3
10039
10060
  },
10040
10061
  "signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[]): Promise<DependenciesOverridesData>",
@@ -10044,7 +10065,7 @@
10044
10065
  "__schema": "ParameterSchema",
10045
10066
  "location": {
10046
10067
  "filePath": "workspace.ts",
10047
- "line": 2134,
10068
+ "line": 2136,
10048
10069
  "character": 32
10049
10070
  },
10050
10071
  "name": "configuredExtensions",
@@ -10052,7 +10073,7 @@
10052
10073
  "__schema": "TypeRefSchema",
10053
10074
  "location": {
10054
10075
  "filePath": "workspace.ts",
10055
- "line": 2134,
10076
+ "line": 2136,
10056
10077
  "character": 54
10057
10078
  },
10058
10079
  "name": "ExtensionDataList"
@@ -10064,7 +10085,7 @@
10064
10085
  "__schema": "ParameterSchema",
10065
10086
  "location": {
10066
10087
  "filePath": "workspace.ts",
10067
- "line": 2134,
10088
+ "line": 2136,
10068
10089
  "character": 73
10069
10090
  },
10070
10091
  "name": "id",
@@ -10072,7 +10093,7 @@
10072
10093
  "__schema": "TypeRefSchema",
10073
10094
  "location": {
10074
10095
  "filePath": "workspace.ts",
10075
- "line": 2134,
10096
+ "line": 2136,
10076
10097
  "character": 77
10077
10098
  },
10078
10099
  "name": "ComponentID"
@@ -10084,7 +10105,7 @@
10084
10105
  "__schema": "ParameterSchema",
10085
10106
  "location": {
10086
10107
  "filePath": "workspace.ts",
10087
- "line": 2134,
10108
+ "line": 2136,
10088
10109
  "character": 90
10089
10110
  },
10090
10111
  "name": "legacyFiles",
@@ -10092,14 +10113,14 @@
10092
10113
  "__schema": "TypeArraySchema",
10093
10114
  "location": {
10094
10115
  "filePath": "workspace.ts",
10095
- "line": 2134,
10116
+ "line": 2136,
10096
10117
  "character": 103
10097
10118
  },
10098
10119
  "type": {
10099
10120
  "__schema": "TypeRefSchema",
10100
10121
  "location": {
10101
10122
  "filePath": "workspace.ts",
10102
- "line": 2134,
10123
+ "line": 2136,
10103
10124
  "character": 103
10104
10125
  },
10105
10126
  "name": "SourceFile"
@@ -10113,7 +10134,7 @@
10113
10134
  "__schema": "InferenceTypeSchema",
10114
10135
  "location": {
10115
10136
  "filePath": "workspace.ts",
10116
- "line": 2134,
10137
+ "line": 2136,
10117
10138
  "character": 3
10118
10139
  },
10119
10140
  "type": "Promise<DependenciesOverridesData>"
@@ -10126,7 +10147,7 @@
10126
10147
  "__schema": "FunctionLikeSchema",
10127
10148
  "location": {
10128
10149
  "filePath": "workspace.ts",
10129
- "line": 2145,
10150
+ "line": 2147,
10130
10151
  "character": 3
10131
10152
  },
10132
10153
  "signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
@@ -10136,7 +10157,7 @@
10136
10157
  "__schema": "ParameterSchema",
10137
10158
  "location": {
10138
10159
  "filePath": "workspace.ts",
10139
- "line": 2145,
10160
+ "line": 2147,
10140
10161
  "character": 28
10141
10162
  },
10142
10163
  "name": "id",
@@ -10144,7 +10165,7 @@
10144
10165
  "__schema": "TypeRefSchema",
10145
10166
  "location": {
10146
10167
  "filePath": "workspace.ts",
10147
- "line": 2145,
10168
+ "line": 2147,
10148
10169
  "character": 32
10149
10170
  },
10150
10171
  "name": "ComponentID"
@@ -10157,7 +10178,7 @@
10157
10178
  "__schema": "InferenceTypeSchema",
10158
10179
  "location": {
10159
10180
  "filePath": "workspace.ts",
10160
- "line": 2145,
10181
+ "line": 2147,
10161
10182
  "character": 3
10162
10183
  },
10163
10184
  "type": "DependenciesOverridesData | undefined"
@@ -10168,7 +10189,7 @@
10168
10189
  "__schema": "FunctionLikeSchema",
10169
10190
  "location": {
10170
10191
  "filePath": "workspace.ts",
10171
- "line": 2154,
10192
+ "line": 2156,
10172
10193
  "character": 3
10173
10194
  },
10174
10195
  "signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
@@ -10178,7 +10199,7 @@
10178
10199
  "__schema": "ParameterSchema",
10179
10200
  "location": {
10180
10201
  "filePath": "workspace.ts",
10181
- "line": 2154,
10202
+ "line": 2156,
10182
10203
  "character": 35
10183
10204
  },
10184
10205
  "name": "ids",
@@ -10186,14 +10207,14 @@
10186
10207
  "__schema": "TypeArraySchema",
10187
10208
  "location": {
10188
10209
  "filePath": "workspace.ts",
10189
- "line": 2154,
10210
+ "line": 2156,
10190
10211
  "character": 40
10191
10212
  },
10192
10213
  "type": {
10193
10214
  "__schema": "TypeRefSchema",
10194
10215
  "location": {
10195
10216
  "filePath": "workspace.ts",
10196
- "line": 2154,
10217
+ "line": 2156,
10197
10218
  "character": 40
10198
10219
  },
10199
10220
  "name": "ComponentID"
@@ -10207,7 +10228,7 @@
10207
10228
  "__schema": "TypeRefSchema",
10208
10229
  "location": {
10209
10230
  "filePath": "workspace.ts",
10210
- "line": 2154,
10231
+ "line": 2156,
10211
10232
  "character": 56
10212
10233
  },
10213
10234
  "name": "Promise",
@@ -10216,14 +10237,14 @@
10216
10237
  "__schema": "TypeArraySchema",
10217
10238
  "location": {
10218
10239
  "filePath": "workspace.ts",
10219
- "line": 2154,
10240
+ "line": 2156,
10220
10241
  "character": 64
10221
10242
  },
10222
10243
  "type": {
10223
10244
  "__schema": "TypeRefSchema",
10224
10245
  "location": {
10225
10246
  "filePath": "workspace.ts",
10226
- "line": 2154,
10247
+ "line": 2156,
10227
10248
  "character": 64
10228
10249
  },
10229
10250
  "name": "ComponentStatusResult"
@@ -10239,7 +10260,7 @@
10239
10260
  "__schema": "FunctionLikeSchema",
10240
10261
  "location": {
10241
10262
  "filePath": "workspace.ts",
10242
- "line": 2158,
10263
+ "line": 2160,
10243
10264
  "character": 3
10244
10265
  },
10245
10266
  "signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
@@ -10249,7 +10270,7 @@
10249
10270
  "__schema": "ParameterSchema",
10250
10271
  "location": {
10251
10272
  "filePath": "workspace.ts",
10252
- "line": 2158,
10273
+ "line": 2160,
10253
10274
  "character": 32
10254
10275
  },
10255
10276
  "name": "id",
@@ -10257,7 +10278,7 @@
10257
10278
  "__schema": "TypeRefSchema",
10258
10279
  "location": {
10259
10280
  "filePath": "workspace.ts",
10260
- "line": 2158,
10281
+ "line": 2160,
10261
10282
  "character": 36
10262
10283
  },
10263
10284
  "name": "ComponentID"
@@ -10270,7 +10291,7 @@
10270
10291
  "__schema": "TypeRefSchema",
10271
10292
  "location": {
10272
10293
  "filePath": "workspace.ts",
10273
- "line": 2158,
10294
+ "line": 2160,
10274
10295
  "character": 50
10275
10296
  },
10276
10297
  "name": "Promise",
@@ -10279,7 +10300,7 @@
10279
10300
  "__schema": "TypeRefSchema",
10280
10301
  "location": {
10281
10302
  "filePath": "workspace.ts",
10282
- "line": 2158,
10303
+ "line": 2160,
10283
10304
  "character": 58
10284
10305
  },
10285
10306
  "name": "ComponentStatusLegacy"
@@ -10294,7 +10315,7 @@
10294
10315
  "__schema": "FunctionLikeSchema",
10295
10316
  "location": {
10296
10317
  "filePath": "workspace.ts",
10297
- "line": 2162,
10318
+ "line": 2164,
10298
10319
  "character": 3
10299
10320
  },
10300
10321
  "signature": "(method) Workspace.setLocalOnly(ids: ComponentID[]): Promise<void>",
@@ -10304,7 +10325,7 @@
10304
10325
  "__schema": "ParameterSchema",
10305
10326
  "location": {
10306
10327
  "filePath": "workspace.ts",
10307
- "line": 2162,
10328
+ "line": 2164,
10308
10329
  "character": 22
10309
10330
  },
10310
10331
  "name": "ids",
@@ -10312,14 +10333,14 @@
10312
10333
  "__schema": "TypeArraySchema",
10313
10334
  "location": {
10314
10335
  "filePath": "workspace.ts",
10315
- "line": 2162,
10336
+ "line": 2164,
10316
10337
  "character": 27
10317
10338
  },
10318
10339
  "type": {
10319
10340
  "__schema": "TypeRefSchema",
10320
10341
  "location": {
10321
10342
  "filePath": "workspace.ts",
10322
- "line": 2162,
10343
+ "line": 2164,
10323
10344
  "character": 27
10324
10345
  },
10325
10346
  "name": "ComponentID"
@@ -10333,7 +10354,7 @@
10333
10354
  "__schema": "InferenceTypeSchema",
10334
10355
  "location": {
10335
10356
  "filePath": "workspace.ts",
10336
- "line": 2162,
10357
+ "line": 2164,
10337
10358
  "character": 3
10338
10359
  },
10339
10360
  "type": "Promise<void>"
@@ -10346,7 +10367,7 @@
10346
10367
  "__schema": "FunctionLikeSchema",
10347
10368
  "location": {
10348
10369
  "filePath": "workspace.ts",
10349
- "line": 2179,
10370
+ "line": 2181,
10350
10371
  "character": 3
10351
10372
  },
10352
10373
  "signature": "(method) Workspace.unsetLocalOnly(ids: ComponentID[]): Promise<ComponentID[]>",
@@ -10356,7 +10377,7 @@
10356
10377
  "__schema": "ParameterSchema",
10357
10378
  "location": {
10358
10379
  "filePath": "workspace.ts",
10359
- "line": 2179,
10380
+ "line": 2181,
10360
10381
  "character": 24
10361
10382
  },
10362
10383
  "name": "ids",
@@ -10364,14 +10385,14 @@
10364
10385
  "__schema": "TypeArraySchema",
10365
10386
  "location": {
10366
10387
  "filePath": "workspace.ts",
10367
- "line": 2179,
10388
+ "line": 2181,
10368
10389
  "character": 29
10369
10390
  },
10370
10391
  "type": {
10371
10392
  "__schema": "TypeRefSchema",
10372
10393
  "location": {
10373
10394
  "filePath": "workspace.ts",
10374
- "line": 2179,
10395
+ "line": 2181,
10375
10396
  "character": 29
10376
10397
  },
10377
10398
  "name": "ComponentID"
@@ -10385,7 +10406,7 @@
10385
10406
  "__schema": "TypeRefSchema",
10386
10407
  "location": {
10387
10408
  "filePath": "workspace.ts",
10388
- "line": 2179,
10409
+ "line": 2181,
10389
10410
  "character": 45
10390
10411
  },
10391
10412
  "name": "Promise",
@@ -10394,14 +10415,14 @@
10394
10415
  "__schema": "TypeArraySchema",
10395
10416
  "location": {
10396
10417
  "filePath": "workspace.ts",
10397
- "line": 2179,
10418
+ "line": 2181,
10398
10419
  "character": 53
10399
10420
  },
10400
10421
  "type": {
10401
10422
  "__schema": "TypeRefSchema",
10402
10423
  "location": {
10403
10424
  "filePath": "workspace.ts",
10404
- "line": 2179,
10425
+ "line": 2181,
10405
10426
  "character": 53
10406
10427
  },
10407
10428
  "name": "ComponentID"
@@ -10417,7 +10438,7 @@
10417
10438
  "__schema": "FunctionLikeSchema",
10418
10439
  "location": {
10419
10440
  "filePath": "workspace.ts",
10420
- "line": 2184,
10441
+ "line": 2186,
10421
10442
  "character": 3
10422
10443
  },
10423
10444
  "signature": "(method) Workspace.listLocalOnly(): ComponentIdList",
@@ -10427,7 +10448,7 @@
10427
10448
  "__schema": "TypeRefSchema",
10428
10449
  "location": {
10429
10450
  "filePath": "workspace.ts",
10430
- "line": 2184,
10451
+ "line": 2186,
10431
10452
  "character": 3
10432
10453
  },
10433
10454
  "name": "ComponentIdList",
@@ -10463,7 +10484,7 @@
10463
10484
  "_legacy": {
10464
10485
  "scope": "teambit.workspace",
10465
10486
  "name": "workspace",
10466
- "version": "1.0.440"
10487
+ "version": "1.0.442"
10467
10488
  },
10468
10489
  "_scope": "teambit.workspace"
10469
10490
  }
@@ -10674,7 +10695,7 @@
10674
10695
  "_legacy": {
10675
10696
  "scope": "teambit.workspace",
10676
10697
  "name": "workspace",
10677
- "version": "1.0.440"
10698
+ "version": "1.0.442"
10678
10699
  },
10679
10700
  "_scope": "teambit.workspace"
10680
10701
  }
@@ -11117,7 +11138,7 @@
11117
11138
  "_legacy": {
11118
11139
  "scope": "teambit.workspace",
11119
11140
  "name": "workspace",
11120
- "version": "1.0.440"
11141
+ "version": "1.0.442"
11121
11142
  },
11122
11143
  "_scope": "teambit.workspace"
11123
11144
  }
@@ -11272,7 +11293,7 @@
11272
11293
  "_legacy": {
11273
11294
  "scope": "teambit.workspace",
11274
11295
  "name": "workspace",
11275
- "version": "1.0.440"
11296
+ "version": "1.0.442"
11276
11297
  },
11277
11298
  "_scope": "teambit.workspace"
11278
11299
  }
@@ -11407,7 +11428,7 @@
11407
11428
  "_legacy": {
11408
11429
  "scope": "teambit.workspace",
11409
11430
  "name": "workspace",
11410
- "version": "1.0.440"
11431
+ "version": "1.0.442"
11411
11432
  },
11412
11433
  "_scope": "teambit.workspace"
11413
11434
  }
@@ -13421,7 +13442,7 @@
13421
13442
  "_legacy": {
13422
13443
  "scope": "teambit.workspace",
13423
13444
  "name": "workspace",
13424
- "version": "1.0.440"
13445
+ "version": "1.0.442"
13425
13446
  },
13426
13447
  "_scope": "teambit.workspace"
13427
13448
  }
@@ -13765,7 +13786,7 @@
13765
13786
  "_legacy": {
13766
13787
  "scope": "teambit.workspace",
13767
13788
  "name": "workspace",
13768
- "version": "1.0.440"
13789
+ "version": "1.0.442"
13769
13790
  },
13770
13791
  "_scope": "teambit.workspace"
13771
13792
  }
@@ -25396,7 +25417,7 @@
25396
25417
  "comment": "configure an environment to the given components in the .bitmap file, this configuration overrides other, such as\noverrides in workspace.jsonc.",
25397
25418
  "tags": []
25398
25419
  },
25399
- "signature": "(method) Workspace.setEnvToComponents(envId: ComponentID, componentIds: ComponentID[]): Promise<void>",
25420
+ "signature": "(method) Workspace.setEnvToComponents(envId: ComponentID, componentIds: ComponentID[], verifyEnv?: boolean): Promise<void>",
25400
25421
  "name": "setEnvToComponents",
25401
25422
  "params": [
25402
25423
  {
@@ -25446,6 +25467,27 @@
25446
25467
  },
25447
25468
  "isOptional": false,
25448
25469
  "isSpread": false
25470
+ },
25471
+ {
25472
+ "__schema": "ParameterSchema",
25473
+ "location": {
25474
+ "filePath": "workspace.ts",
25475
+ "line": 1956,
25476
+ "character": 77
25477
+ },
25478
+ "name": "verifyEnv",
25479
+ "type": {
25480
+ "__schema": "InferenceTypeSchema",
25481
+ "location": {
25482
+ "filePath": "workspace.ts",
25483
+ "line": 1956,
25484
+ "character": 77
25485
+ },
25486
+ "type": "boolean"
25487
+ },
25488
+ "isOptional": true,
25489
+ "defaultValue": "true",
25490
+ "isSpread": false
25449
25491
  }
25450
25492
  ],
25451
25493
  "returnType": {
@@ -25465,14 +25507,14 @@
25465
25507
  "__schema": "FunctionLikeSchema",
25466
25508
  "location": {
25467
25509
  "filePath": "workspace.ts",
25468
- "line": 1977,
25510
+ "line": 1979,
25469
25511
  "character": 3
25470
25512
  },
25471
25513
  "doc": {
25472
25514
  "__schema": "DocSchema",
25473
25515
  "location": {
25474
25516
  "filePath": "workspace.ts",
25475
- "line": 1972,
25517
+ "line": 1974,
25476
25518
  "character": 3
25477
25519
  },
25478
25520
  "raw": "/**\n * helpful when a user provides an env-string to be set and this env has no version.\n * in the workspace config, a custom-env needs to be set with a version unless it's part of the workspace.\n * (inside envs/envs it's set without a version).\n */",
@@ -25486,7 +25528,7 @@
25486
25528
  "__schema": "ParameterSchema",
25487
25529
  "location": {
25488
25530
  "filePath": "workspace.ts",
25489
- "line": 1977,
25531
+ "line": 1979,
25490
25532
  "character": 51
25491
25533
  },
25492
25534
  "name": "envId",
@@ -25494,7 +25536,7 @@
25494
25536
  "__schema": "TypeRefSchema",
25495
25537
  "location": {
25496
25538
  "filePath": "workspace.ts",
25497
- "line": 1977,
25539
+ "line": 1979,
25498
25540
  "character": 58
25499
25541
  },
25500
25542
  "name": "ComponentID"
@@ -25507,7 +25549,7 @@
25507
25549
  "__schema": "TypeRefSchema",
25508
25550
  "location": {
25509
25551
  "filePath": "workspace.ts",
25510
- "line": 1977,
25552
+ "line": 1979,
25511
25553
  "character": 72
25512
25554
  },
25513
25555
  "name": "Promise",
@@ -25516,7 +25558,7 @@
25516
25558
  "__schema": "KeywordTypeSchema",
25517
25559
  "location": {
25518
25560
  "filePath": "workspace.ts",
25519
- "line": 1977,
25561
+ "line": 1979,
25520
25562
  "character": 80
25521
25563
  },
25522
25564
  "name": "string"
@@ -25531,14 +25573,14 @@
25531
25573
  "__schema": "FunctionLikeSchema",
25532
25574
  "location": {
25533
25575
  "filePath": "workspace.ts",
25534
- "line": 2002,
25576
+ "line": 2004,
25535
25577
  "character": 3
25536
25578
  },
25537
25579
  "doc": {
25538
25580
  "__schema": "DocSchema",
25539
25581
  "location": {
25540
25582
  "filePath": "workspace.ts",
25541
- "line": 1999,
25583
+ "line": 2001,
25542
25584
  "character": 3
25543
25585
  },
25544
25586
  "raw": "/**\n * remove env configuration from the .bitmap file, so then other configuration, such as \"variants\" will take place\n */",
@@ -25552,7 +25594,7 @@
25552
25594
  "__schema": "ParameterSchema",
25553
25595
  "location": {
25554
25596
  "filePath": "workspace.ts",
25555
- "line": 2002,
25597
+ "line": 2004,
25556
25598
  "character": 32
25557
25599
  },
25558
25600
  "name": "ids",
@@ -25560,14 +25602,14 @@
25560
25602
  "__schema": "TypeArraySchema",
25561
25603
  "location": {
25562
25604
  "filePath": "workspace.ts",
25563
- "line": 2002,
25605
+ "line": 2004,
25564
25606
  "character": 37
25565
25607
  },
25566
25608
  "type": {
25567
25609
  "__schema": "TypeRefSchema",
25568
25610
  "location": {
25569
25611
  "filePath": "workspace.ts",
25570
- "line": 2002,
25612
+ "line": 2004,
25571
25613
  "character": 37
25572
25614
  },
25573
25615
  "name": "ComponentID"
@@ -25581,7 +25623,7 @@
25581
25623
  "__schema": "TypeRefSchema",
25582
25624
  "location": {
25583
25625
  "filePath": "workspace.ts",
25584
- "line": 2002,
25626
+ "line": 2004,
25585
25627
  "character": 53
25586
25628
  },
25587
25629
  "name": "Promise",
@@ -25590,7 +25632,7 @@
25590
25632
  "__schema": "TypeLiteralSchema",
25591
25633
  "location": {
25592
25634
  "filePath": "workspace.ts",
25593
- "line": 2002,
25635
+ "line": 2004,
25594
25636
  "character": 61
25595
25637
  },
25596
25638
  "members": [
@@ -25598,7 +25640,7 @@
25598
25640
  "__schema": "VariableLikeSchema",
25599
25641
  "location": {
25600
25642
  "filePath": "workspace.ts",
25601
- "line": 2002,
25643
+ "line": 2004,
25602
25644
  "character": 63
25603
25645
  },
25604
25646
  "signature": "(property) changed: ComponentID[]",
@@ -25607,14 +25649,14 @@
25607
25649
  "__schema": "TypeArraySchema",
25608
25650
  "location": {
25609
25651
  "filePath": "workspace.ts",
25610
- "line": 2002,
25652
+ "line": 2004,
25611
25653
  "character": 72
25612
25654
  },
25613
25655
  "type": {
25614
25656
  "__schema": "TypeRefSchema",
25615
25657
  "location": {
25616
25658
  "filePath": "workspace.ts",
25617
- "line": 2002,
25659
+ "line": 2004,
25618
25660
  "character": 72
25619
25661
  },
25620
25662
  "name": "ComponentID"
@@ -25626,7 +25668,7 @@
25626
25668
  "__schema": "VariableLikeSchema",
25627
25669
  "location": {
25628
25670
  "filePath": "workspace.ts",
25629
- "line": 2002,
25671
+ "line": 2004,
25630
25672
  "character": 87
25631
25673
  },
25632
25674
  "signature": "(property) unchanged: ComponentID[]",
@@ -25635,14 +25677,14 @@
25635
25677
  "__schema": "TypeArraySchema",
25636
25678
  "location": {
25637
25679
  "filePath": "workspace.ts",
25638
- "line": 2002,
25680
+ "line": 2004,
25639
25681
  "character": 98
25640
25682
  },
25641
25683
  "type": {
25642
25684
  "__schema": "TypeRefSchema",
25643
25685
  "location": {
25644
25686
  "filePath": "workspace.ts",
25645
- "line": 2002,
25687
+ "line": 2004,
25646
25688
  "character": 98
25647
25689
  },
25648
25690
  "name": "ComponentID"
@@ -25662,7 +25704,7 @@
25662
25704
  "__schema": "FunctionLikeSchema",
25663
25705
  "location": {
25664
25706
  "filePath": "workspace.ts",
25665
- "line": 2031,
25707
+ "line": 2033,
25666
25708
  "character": 3
25667
25709
  },
25668
25710
  "signature": "(method) Workspace.updateEnvForComponents(envIdStr?: string, pattern?: string): Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>",
@@ -25672,7 +25714,7 @@
25672
25714
  "__schema": "ParameterSchema",
25673
25715
  "location": {
25674
25716
  "filePath": "workspace.ts",
25675
- "line": 2031,
25717
+ "line": 2033,
25676
25718
  "character": 32
25677
25719
  },
25678
25720
  "name": "envIdStr",
@@ -25680,7 +25722,7 @@
25680
25722
  "__schema": "KeywordTypeSchema",
25681
25723
  "location": {
25682
25724
  "filePath": "workspace.ts",
25683
- "line": 2031,
25725
+ "line": 2033,
25684
25726
  "character": 43
25685
25727
  },
25686
25728
  "name": "string"
@@ -25692,7 +25734,7 @@
25692
25734
  "__schema": "ParameterSchema",
25693
25735
  "location": {
25694
25736
  "filePath": "workspace.ts",
25695
- "line": 2031,
25737
+ "line": 2033,
25696
25738
  "character": 51
25697
25739
  },
25698
25740
  "name": "pattern",
@@ -25700,7 +25742,7 @@
25700
25742
  "__schema": "KeywordTypeSchema",
25701
25743
  "location": {
25702
25744
  "filePath": "workspace.ts",
25703
- "line": 2031,
25745
+ "line": 2033,
25704
25746
  "character": 61
25705
25747
  },
25706
25748
  "name": "string"
@@ -25713,7 +25755,7 @@
25713
25755
  "__schema": "InferenceTypeSchema",
25714
25756
  "location": {
25715
25757
  "filePath": "workspace.ts",
25716
- "line": 2031,
25758
+ "line": 2033,
25717
25759
  "character": 3
25718
25760
  },
25719
25761
  "type": "Promise<{\n updated: {\n [envId: string]: ComponentID[];\n };\n alreadyUpToDate: ComponentID[];\n}>"
@@ -25726,7 +25768,7 @@
25726
25768
  "__schema": "FunctionLikeSchema",
25727
25769
  "location": {
25728
25770
  "filePath": "workspace.ts",
25729
- "line": 2104,
25771
+ "line": 2106,
25730
25772
  "character": 3
25731
25773
  },
25732
25774
  "signature": "(method) Workspace.getComponentPathsRegExps(): RegExp[]",
@@ -25736,7 +25778,7 @@
25736
25778
  "__schema": "InferenceTypeSchema",
25737
25779
  "location": {
25738
25780
  "filePath": "workspace.ts",
25739
- "line": 2104,
25781
+ "line": 2106,
25740
25782
  "character": 3
25741
25783
  },
25742
25784
  "type": "RegExp[]"
@@ -25747,7 +25789,7 @@
25747
25789
  "__schema": "FunctionLikeSchema",
25748
25790
  "location": {
25749
25791
  "filePath": "workspace.ts",
25750
- "line": 2108,
25792
+ "line": 2110,
25751
25793
  "character": 3
25752
25794
  },
25753
25795
  "signature": "(method) Workspace.setComponentPathsRegExps(): Promise<void>",
@@ -25757,7 +25799,7 @@
25757
25799
  "__schema": "InferenceTypeSchema",
25758
25800
  "location": {
25759
25801
  "filePath": "workspace.ts",
25760
- "line": 2108,
25802
+ "line": 2110,
25761
25803
  "character": 3
25762
25804
  },
25763
25805
  "type": "Promise<void>"
@@ -25770,7 +25812,7 @@
25770
25812
  "__schema": "FunctionLikeSchema",
25771
25813
  "location": {
25772
25814
  "filePath": "workspace.ts",
25773
- "line": 2123,
25815
+ "line": 2125,
25774
25816
  "character": 3
25775
25817
  },
25776
25818
  "signature": "(method) Workspace.getInjectedDirs(component: Component): Promise<string[]>",
@@ -25780,7 +25822,7 @@
25780
25822
  "__schema": "ParameterSchema",
25781
25823
  "location": {
25782
25824
  "filePath": "workspace.ts",
25783
- "line": 2123,
25825
+ "line": 2125,
25784
25826
  "character": 19
25785
25827
  },
25786
25828
  "name": "component",
@@ -25788,7 +25830,7 @@
25788
25830
  "__schema": "TypeRefSchema",
25789
25831
  "location": {
25790
25832
  "filePath": "workspace.ts",
25791
- "line": 2123,
25833
+ "line": 2125,
25792
25834
  "character": 30
25793
25835
  },
25794
25836
  "name": "Component"
@@ -25801,7 +25843,7 @@
25801
25843
  "__schema": "TypeRefSchema",
25802
25844
  "location": {
25803
25845
  "filePath": "workspace.ts",
25804
- "line": 2123,
25846
+ "line": 2125,
25805
25847
  "character": 42
25806
25848
  },
25807
25849
  "name": "Promise",
@@ -25810,14 +25852,14 @@
25810
25852
  "__schema": "TypeArraySchema",
25811
25853
  "location": {
25812
25854
  "filePath": "workspace.ts",
25813
- "line": 2123,
25855
+ "line": 2125,
25814
25856
  "character": 50
25815
25857
  },
25816
25858
  "type": {
25817
25859
  "__schema": "KeywordTypeSchema",
25818
25860
  "location": {
25819
25861
  "filePath": "workspace.ts",
25820
- "line": 2123,
25862
+ "line": 2125,
25821
25863
  "character": 50
25822
25864
  },
25823
25865
  "name": "string"
@@ -25831,7 +25873,7 @@
25831
25873
  "__schema": "FunctionLikeSchema",
25832
25874
  "location": {
25833
25875
  "filePath": "workspace.ts",
25834
- "line": 2134,
25876
+ "line": 2136,
25835
25877
  "character": 3
25836
25878
  },
25837
25879
  "signature": "(method) Workspace.getAutoDetectOverrides(configuredExtensions: ExtensionDataList, id: ComponentID, legacyFiles: SourceFile[]): Promise<DependenciesOverridesData>",
@@ -25841,7 +25883,7 @@
25841
25883
  "__schema": "ParameterSchema",
25842
25884
  "location": {
25843
25885
  "filePath": "workspace.ts",
25844
- "line": 2134,
25886
+ "line": 2136,
25845
25887
  "character": 32
25846
25888
  },
25847
25889
  "name": "configuredExtensions",
@@ -25849,7 +25891,7 @@
25849
25891
  "__schema": "TypeRefSchema",
25850
25892
  "location": {
25851
25893
  "filePath": "workspace.ts",
25852
- "line": 2134,
25894
+ "line": 2136,
25853
25895
  "character": 54
25854
25896
  },
25855
25897
  "name": "ExtensionDataList"
@@ -25861,7 +25903,7 @@
25861
25903
  "__schema": "ParameterSchema",
25862
25904
  "location": {
25863
25905
  "filePath": "workspace.ts",
25864
- "line": 2134,
25906
+ "line": 2136,
25865
25907
  "character": 73
25866
25908
  },
25867
25909
  "name": "id",
@@ -25869,7 +25911,7 @@
25869
25911
  "__schema": "TypeRefSchema",
25870
25912
  "location": {
25871
25913
  "filePath": "workspace.ts",
25872
- "line": 2134,
25914
+ "line": 2136,
25873
25915
  "character": 77
25874
25916
  },
25875
25917
  "name": "ComponentID"
@@ -25881,7 +25923,7 @@
25881
25923
  "__schema": "ParameterSchema",
25882
25924
  "location": {
25883
25925
  "filePath": "workspace.ts",
25884
- "line": 2134,
25926
+ "line": 2136,
25885
25927
  "character": 90
25886
25928
  },
25887
25929
  "name": "legacyFiles",
@@ -25889,14 +25931,14 @@
25889
25931
  "__schema": "TypeArraySchema",
25890
25932
  "location": {
25891
25933
  "filePath": "workspace.ts",
25892
- "line": 2134,
25934
+ "line": 2136,
25893
25935
  "character": 103
25894
25936
  },
25895
25937
  "type": {
25896
25938
  "__schema": "TypeRefSchema",
25897
25939
  "location": {
25898
25940
  "filePath": "workspace.ts",
25899
- "line": 2134,
25941
+ "line": 2136,
25900
25942
  "character": 103
25901
25943
  },
25902
25944
  "name": "SourceFile"
@@ -25910,7 +25952,7 @@
25910
25952
  "__schema": "InferenceTypeSchema",
25911
25953
  "location": {
25912
25954
  "filePath": "workspace.ts",
25913
- "line": 2134,
25955
+ "line": 2136,
25914
25956
  "character": 3
25915
25957
  },
25916
25958
  "type": "Promise<DependenciesOverridesData>"
@@ -25923,7 +25965,7 @@
25923
25965
  "__schema": "FunctionLikeSchema",
25924
25966
  "location": {
25925
25967
  "filePath": "workspace.ts",
25926
- "line": 2145,
25968
+ "line": 2147,
25927
25969
  "character": 3
25928
25970
  },
25929
25971
  "signature": "(method) Workspace.getAutoDetectConfigMerge(id: ComponentID): DependenciesOverridesData | undefined",
@@ -25933,7 +25975,7 @@
25933
25975
  "__schema": "ParameterSchema",
25934
25976
  "location": {
25935
25977
  "filePath": "workspace.ts",
25936
- "line": 2145,
25978
+ "line": 2147,
25937
25979
  "character": 28
25938
25980
  },
25939
25981
  "name": "id",
@@ -25941,7 +25983,7 @@
25941
25983
  "__schema": "TypeRefSchema",
25942
25984
  "location": {
25943
25985
  "filePath": "workspace.ts",
25944
- "line": 2145,
25986
+ "line": 2147,
25945
25987
  "character": 32
25946
25988
  },
25947
25989
  "name": "ComponentID"
@@ -25954,7 +25996,7 @@
25954
25996
  "__schema": "InferenceTypeSchema",
25955
25997
  "location": {
25956
25998
  "filePath": "workspace.ts",
25957
- "line": 2145,
25999
+ "line": 2147,
25958
26000
  "character": 3
25959
26001
  },
25960
26002
  "type": "DependenciesOverridesData | undefined"
@@ -25965,7 +26007,7 @@
25965
26007
  "__schema": "FunctionLikeSchema",
25966
26008
  "location": {
25967
26009
  "filePath": "workspace.ts",
25968
- "line": 2154,
26010
+ "line": 2156,
25969
26011
  "character": 3
25970
26012
  },
25971
26013
  "signature": "(method) Workspace.getManyComponentsStatuses(ids: ComponentID[]): Promise<ComponentStatusResult[]>",
@@ -25975,7 +26017,7 @@
25975
26017
  "__schema": "ParameterSchema",
25976
26018
  "location": {
25977
26019
  "filePath": "workspace.ts",
25978
- "line": 2154,
26020
+ "line": 2156,
25979
26021
  "character": 35
25980
26022
  },
25981
26023
  "name": "ids",
@@ -25983,14 +26025,14 @@
25983
26025
  "__schema": "TypeArraySchema",
25984
26026
  "location": {
25985
26027
  "filePath": "workspace.ts",
25986
- "line": 2154,
26028
+ "line": 2156,
25987
26029
  "character": 40
25988
26030
  },
25989
26031
  "type": {
25990
26032
  "__schema": "TypeRefSchema",
25991
26033
  "location": {
25992
26034
  "filePath": "workspace.ts",
25993
- "line": 2154,
26035
+ "line": 2156,
25994
26036
  "character": 40
25995
26037
  },
25996
26038
  "name": "ComponentID"
@@ -26004,7 +26046,7 @@
26004
26046
  "__schema": "TypeRefSchema",
26005
26047
  "location": {
26006
26048
  "filePath": "workspace.ts",
26007
- "line": 2154,
26049
+ "line": 2156,
26008
26050
  "character": 56
26009
26051
  },
26010
26052
  "name": "Promise",
@@ -26013,14 +26055,14 @@
26013
26055
  "__schema": "TypeArraySchema",
26014
26056
  "location": {
26015
26057
  "filePath": "workspace.ts",
26016
- "line": 2154,
26058
+ "line": 2156,
26017
26059
  "character": 64
26018
26060
  },
26019
26061
  "type": {
26020
26062
  "__schema": "TypeRefSchema",
26021
26063
  "location": {
26022
26064
  "filePath": "workspace.ts",
26023
- "line": 2154,
26065
+ "line": 2156,
26024
26066
  "character": 64
26025
26067
  },
26026
26068
  "name": "ComponentStatusResult"
@@ -26036,7 +26078,7 @@
26036
26078
  "__schema": "FunctionLikeSchema",
26037
26079
  "location": {
26038
26080
  "filePath": "workspace.ts",
26039
- "line": 2158,
26081
+ "line": 2160,
26040
26082
  "character": 3
26041
26083
  },
26042
26084
  "signature": "(method) Workspace.getComponentStatusById(id: ComponentID): Promise<ComponentStatusLegacy>",
@@ -26046,7 +26088,7 @@
26046
26088
  "__schema": "ParameterSchema",
26047
26089
  "location": {
26048
26090
  "filePath": "workspace.ts",
26049
- "line": 2158,
26091
+ "line": 2160,
26050
26092
  "character": 32
26051
26093
  },
26052
26094
  "name": "id",
@@ -26054,7 +26096,7 @@
26054
26096
  "__schema": "TypeRefSchema",
26055
26097
  "location": {
26056
26098
  "filePath": "workspace.ts",
26057
- "line": 2158,
26099
+ "line": 2160,
26058
26100
  "character": 36
26059
26101
  },
26060
26102
  "name": "ComponentID"
@@ -26067,7 +26109,7 @@
26067
26109
  "__schema": "TypeRefSchema",
26068
26110
  "location": {
26069
26111
  "filePath": "workspace.ts",
26070
- "line": 2158,
26112
+ "line": 2160,
26071
26113
  "character": 50
26072
26114
  },
26073
26115
  "name": "Promise",
@@ -26076,7 +26118,7 @@
26076
26118
  "__schema": "TypeRefSchema",
26077
26119
  "location": {
26078
26120
  "filePath": "workspace.ts",
26079
- "line": 2158,
26121
+ "line": 2160,
26080
26122
  "character": 58
26081
26123
  },
26082
26124
  "name": "ComponentStatusLegacy"
@@ -26091,7 +26133,7 @@
26091
26133
  "__schema": "FunctionLikeSchema",
26092
26134
  "location": {
26093
26135
  "filePath": "workspace.ts",
26094
- "line": 2162,
26136
+ "line": 2164,
26095
26137
  "character": 3
26096
26138
  },
26097
26139
  "signature": "(method) Workspace.setLocalOnly(ids: ComponentID[]): Promise<void>",
@@ -26101,7 +26143,7 @@
26101
26143
  "__schema": "ParameterSchema",
26102
26144
  "location": {
26103
26145
  "filePath": "workspace.ts",
26104
- "line": 2162,
26146
+ "line": 2164,
26105
26147
  "character": 22
26106
26148
  },
26107
26149
  "name": "ids",
@@ -26109,14 +26151,14 @@
26109
26151
  "__schema": "TypeArraySchema",
26110
26152
  "location": {
26111
26153
  "filePath": "workspace.ts",
26112
- "line": 2162,
26154
+ "line": 2164,
26113
26155
  "character": 27
26114
26156
  },
26115
26157
  "type": {
26116
26158
  "__schema": "TypeRefSchema",
26117
26159
  "location": {
26118
26160
  "filePath": "workspace.ts",
26119
- "line": 2162,
26161
+ "line": 2164,
26120
26162
  "character": 27
26121
26163
  },
26122
26164
  "name": "ComponentID"
@@ -26130,7 +26172,7 @@
26130
26172
  "__schema": "InferenceTypeSchema",
26131
26173
  "location": {
26132
26174
  "filePath": "workspace.ts",
26133
- "line": 2162,
26175
+ "line": 2164,
26134
26176
  "character": 3
26135
26177
  },
26136
26178
  "type": "Promise<void>"
@@ -26143,7 +26185,7 @@
26143
26185
  "__schema": "FunctionLikeSchema",
26144
26186
  "location": {
26145
26187
  "filePath": "workspace.ts",
26146
- "line": 2179,
26188
+ "line": 2181,
26147
26189
  "character": 3
26148
26190
  },
26149
26191
  "signature": "(method) Workspace.unsetLocalOnly(ids: ComponentID[]): Promise<ComponentID[]>",
@@ -26153,7 +26195,7 @@
26153
26195
  "__schema": "ParameterSchema",
26154
26196
  "location": {
26155
26197
  "filePath": "workspace.ts",
26156
- "line": 2179,
26198
+ "line": 2181,
26157
26199
  "character": 24
26158
26200
  },
26159
26201
  "name": "ids",
@@ -26161,14 +26203,14 @@
26161
26203
  "__schema": "TypeArraySchema",
26162
26204
  "location": {
26163
26205
  "filePath": "workspace.ts",
26164
- "line": 2179,
26206
+ "line": 2181,
26165
26207
  "character": 29
26166
26208
  },
26167
26209
  "type": {
26168
26210
  "__schema": "TypeRefSchema",
26169
26211
  "location": {
26170
26212
  "filePath": "workspace.ts",
26171
- "line": 2179,
26213
+ "line": 2181,
26172
26214
  "character": 29
26173
26215
  },
26174
26216
  "name": "ComponentID"
@@ -26182,7 +26224,7 @@
26182
26224
  "__schema": "TypeRefSchema",
26183
26225
  "location": {
26184
26226
  "filePath": "workspace.ts",
26185
- "line": 2179,
26227
+ "line": 2181,
26186
26228
  "character": 45
26187
26229
  },
26188
26230
  "name": "Promise",
@@ -26191,14 +26233,14 @@
26191
26233
  "__schema": "TypeArraySchema",
26192
26234
  "location": {
26193
26235
  "filePath": "workspace.ts",
26194
- "line": 2179,
26236
+ "line": 2181,
26195
26237
  "character": 53
26196
26238
  },
26197
26239
  "type": {
26198
26240
  "__schema": "TypeRefSchema",
26199
26241
  "location": {
26200
26242
  "filePath": "workspace.ts",
26201
- "line": 2179,
26243
+ "line": 2181,
26202
26244
  "character": 53
26203
26245
  },
26204
26246
  "name": "ComponentID"
@@ -26214,7 +26256,7 @@
26214
26256
  "__schema": "FunctionLikeSchema",
26215
26257
  "location": {
26216
26258
  "filePath": "workspace.ts",
26217
- "line": 2184,
26259
+ "line": 2186,
26218
26260
  "character": 3
26219
26261
  },
26220
26262
  "signature": "(method) Workspace.listLocalOnly(): ComponentIdList",
@@ -26224,7 +26266,7 @@
26224
26266
  "__schema": "TypeRefSchema",
26225
26267
  "location": {
26226
26268
  "filePath": "workspace.ts",
26227
- "line": 2184,
26269
+ "line": 2186,
26228
26270
  "character": 3
26229
26271
  },
26230
26272
  "name": "ComponentIdList",
@@ -26260,7 +26302,7 @@
26260
26302
  "_legacy": {
26261
26303
  "scope": "teambit.workspace",
26262
26304
  "name": "workspace",
26263
- "version": "1.0.440"
26305
+ "version": "1.0.442"
26264
26306
  },
26265
26307
  "_scope": "teambit.workspace"
26266
26308
  }
@@ -26272,7 +26314,7 @@
26272
26314
  "__schema": "UnImplementedSchema",
26273
26315
  "location": {
26274
26316
  "filePath": "workspace.ts",
26275
- "line": 2202,
26317
+ "line": 2204,
26276
26318
  "character": 16
26277
26319
  },
26278
26320
  "name": "Workspace",
@@ -26498,14 +26540,14 @@
26498
26540
  "__schema": "FunctionLikeSchema",
26499
26541
  "location": {
26500
26542
  "filePath": "workspace.ts",
26501
- "line": 2197,
26543
+ "line": 2199,
26502
26544
  "character": 1
26503
26545
  },
26504
26546
  "doc": {
26505
26547
  "__schema": "DocSchema",
26506
26548
  "location": {
26507
26549
  "filePath": "workspace.ts",
26508
- "line": 2189,
26550
+ "line": 2191,
26509
26551
  "character": 1
26510
26552
  },
26511
26553
  "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 */",
@@ -26519,7 +26561,7 @@
26519
26561
  "__schema": "TypeRefSchema",
26520
26562
  "location": {
26521
26563
  "filePath": "workspace.ts",
26522
- "line": 2197,
26564
+ "line": 2199,
26523
26565
  "character": 1
26524
26566
  },
26525
26567
  "name": "shouldReFetchUnBuiltVersion",
@@ -27783,7 +27825,7 @@
27783
27825
  "_legacy": {
27784
27826
  "scope": "teambit.workspace",
27785
27827
  "name": "workspace",
27786
- "version": "1.0.440"
27828
+ "version": "1.0.442"
27787
27829
  },
27788
27830
  "_scope": "teambit.workspace"
27789
27831
  }
@@ -28026,7 +28068,7 @@
28026
28068
  "_legacy": {
28027
28069
  "scope": "teambit.workspace",
28028
28070
  "name": "workspace",
28029
- "version": "1.0.440"
28071
+ "version": "1.0.442"
28030
28072
  },
28031
28073
  "_scope": "teambit.workspace"
28032
28074
  }
@@ -28249,7 +28291,7 @@
28249
28291
  "_legacy": {
28250
28292
  "scope": "teambit.workspace",
28251
28293
  "name": "workspace",
28252
- "version": "1.0.440"
28294
+ "version": "1.0.442"
28253
28295
  },
28254
28296
  "_scope": "teambit.workspace"
28255
28297
  }
@@ -31162,7 +31204,7 @@
31162
31204
  "_legacy": {
31163
31205
  "scope": "teambit.workspace",
31164
31206
  "name": "workspace",
31165
- "version": "1.0.440"
31207
+ "version": "1.0.442"
31166
31208
  },
31167
31209
  "_scope": "teambit.workspace"
31168
31210
  }
@@ -33072,7 +33114,7 @@
33072
33114
  "componentId": {
33073
33115
  "scope": "teambit.workspace",
33074
33116
  "name": "workspace",
33075
- "version": "1.0.440"
33117
+ "version": "1.0.442"
33076
33118
  },
33077
33119
  "taggedModuleExports": []
33078
33120
  }