tnp-helpers 16.444.23 → 16.444.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/esm2022/lib/base/base-git.mjs +6 -1
- package/browser/esm2022/lib/base/base-release-process.mjs +46 -28
- package/browser/esm2022/lib/base/commit-data.mjs +54 -2
- package/browser/fesm2022/tnp-helpers.mjs +103 -28
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/commit-data.d.ts +1 -1
- package/client/esm2022/lib/base/base-git.mjs +6 -1
- package/client/esm2022/lib/base/base-release-process.mjs +46 -28
- package/client/esm2022/lib/base/commit-data.mjs +54 -2
- package/client/fesm2022/tnp-helpers.mjs +103 -28
- package/client/fesm2022/tnp-helpers.mjs.map +1 -1
- package/client/lib/base/commit-data.d.ts +1 -1
- package/client/package.json +3 -3
- package/lib/base/base-git.js +6 -1
- package/lib/base/base-git.js.map +1 -1
- package/lib/base/base-release-process.js +31 -20
- package/lib/base/base-release-process.js.map +1 -1
- package/lib/base/commit-data.d.ts +1 -1
- package/lib/base/commit-data.js +29 -4
- package/lib/base/commit-data.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.js +3 -3
- package/lib/old/base-component.js +3 -3
- package/lib/old/base-formly-component.js +3 -3
- package/lib/old/dual-component-ctrl.js +3 -3
- package/package.json +2 -2
- package/tmp-environment.json +6 -6
- package/websql/esm2022/lib/base/base-git.mjs +6 -1
- package/websql/esm2022/lib/base/base-release-process.mjs +46 -28
- package/websql/esm2022/lib/base/commit-data.mjs +54 -2
- package/websql/fesm2022/tnp-helpers.mjs +103 -28
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/commit-data.d.ts +1 -1
|
@@ -3804,6 +3804,10 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
3804
3804
|
/* */
|
|
3805
3805
|
/* */
|
|
3806
3806
|
/* */
|
|
3807
|
+
/* */
|
|
3808
|
+
/* */
|
|
3809
|
+
/* */
|
|
3810
|
+
/* */
|
|
3807
3811
|
return (void 0);
|
|
3808
3812
|
}
|
|
3809
3813
|
_beforeAnyActionOnGitRoot() {
|
|
@@ -3897,6 +3901,7 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
3897
3901
|
/* */
|
|
3898
3902
|
/* */
|
|
3899
3903
|
/* */
|
|
3904
|
+
/* */
|
|
3900
3905
|
return (void 0);
|
|
3901
3906
|
}
|
|
3902
3907
|
/**
|
|
@@ -3944,33 +3949,42 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
3944
3949
|
return ['release'];
|
|
3945
3950
|
}
|
|
3946
3951
|
async startRelease(options) {
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
|
|
3954
|
-
|
|
3955
|
-
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
|
|
3973
|
-
|
|
3952
|
+
/* */
|
|
3953
|
+
/* */
|
|
3954
|
+
/* */
|
|
3955
|
+
/* */
|
|
3956
|
+
/* */
|
|
3957
|
+
/* */
|
|
3958
|
+
/* */
|
|
3959
|
+
/* */
|
|
3960
|
+
/* */
|
|
3961
|
+
/* */
|
|
3962
|
+
/* */
|
|
3963
|
+
/* */
|
|
3964
|
+
/* */
|
|
3965
|
+
/* */
|
|
3966
|
+
/* */
|
|
3967
|
+
/* */
|
|
3968
|
+
/* */
|
|
3969
|
+
/* */
|
|
3970
|
+
/* */
|
|
3971
|
+
/* */
|
|
3972
|
+
/* */
|
|
3973
|
+
/* */
|
|
3974
|
+
/* */
|
|
3975
|
+
/* */
|
|
3976
|
+
/* */
|
|
3977
|
+
/* */
|
|
3978
|
+
/* */
|
|
3979
|
+
/* */
|
|
3980
|
+
/* */
|
|
3981
|
+
/* */
|
|
3982
|
+
/* */
|
|
3983
|
+
/* */
|
|
3984
|
+
/* */
|
|
3985
|
+
/* */
|
|
3986
|
+
/* */
|
|
3987
|
+
return (void 0);
|
|
3974
3988
|
}
|
|
3975
3989
|
async reinstallNodeModules() {
|
|
3976
3990
|
Helpers.taskStarted(`Reinstalling node_modules to recreate package-lock.json`);
|
|
@@ -4041,6 +4055,13 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
4041
4055
|
/* */
|
|
4042
4056
|
/* */
|
|
4043
4057
|
/* */
|
|
4058
|
+
/* */
|
|
4059
|
+
/* */
|
|
4060
|
+
/* */
|
|
4061
|
+
/* */
|
|
4062
|
+
/* */
|
|
4063
|
+
/* */
|
|
4064
|
+
/* */
|
|
4044
4065
|
return (void 0);
|
|
4045
4066
|
}
|
|
4046
4067
|
async testAfterPublish() {
|
|
@@ -4197,6 +4218,8 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
4197
4218
|
/* */
|
|
4198
4219
|
/* */
|
|
4199
4220
|
/* */
|
|
4221
|
+
/* */
|
|
4222
|
+
/* */
|
|
4200
4223
|
return (void 0);
|
|
4201
4224
|
}
|
|
4202
4225
|
async selectReleaseType() {
|
|
@@ -4564,6 +4587,14 @@ class CommitData {
|
|
|
4564
4587
|
/* */
|
|
4565
4588
|
/* */
|
|
4566
4589
|
/* */
|
|
4590
|
+
/* */
|
|
4591
|
+
/* */
|
|
4592
|
+
/* */
|
|
4593
|
+
/* */
|
|
4594
|
+
/* */
|
|
4595
|
+
/* */
|
|
4596
|
+
/* */
|
|
4597
|
+
/* */
|
|
4567
4598
|
return (void 0);
|
|
4568
4599
|
}
|
|
4569
4600
|
static cleanMessageFromJiraNumTeamIdEtc(message, optinos) {
|
|
@@ -4657,7 +4688,51 @@ class CommitData {
|
|
|
4657
4688
|
/* */
|
|
4658
4689
|
return (void 0);
|
|
4659
4690
|
}
|
|
4660
|
-
static async getFromBranch(currentBranchName) {
|
|
4691
|
+
static async getFromBranch(currentBranchName, releaseWords = []) {
|
|
4692
|
+
/* */
|
|
4693
|
+
/* */
|
|
4694
|
+
/* */
|
|
4695
|
+
/* */
|
|
4696
|
+
/* */
|
|
4697
|
+
/* */
|
|
4698
|
+
/* */
|
|
4699
|
+
/* */
|
|
4700
|
+
/* */
|
|
4701
|
+
/* */
|
|
4702
|
+
/* */
|
|
4703
|
+
/* */
|
|
4704
|
+
/* */
|
|
4705
|
+
/* */
|
|
4706
|
+
/* */
|
|
4707
|
+
/* */
|
|
4708
|
+
/* */
|
|
4709
|
+
/* */
|
|
4710
|
+
/* */
|
|
4711
|
+
/* */
|
|
4712
|
+
/* */
|
|
4713
|
+
/* */
|
|
4714
|
+
/* */
|
|
4715
|
+
/* */
|
|
4716
|
+
/* */
|
|
4717
|
+
/* */
|
|
4718
|
+
/* */
|
|
4719
|
+
/* */
|
|
4720
|
+
/* */
|
|
4721
|
+
/* */
|
|
4722
|
+
/* */
|
|
4723
|
+
/* */
|
|
4724
|
+
/* */
|
|
4725
|
+
/* */
|
|
4726
|
+
/* */
|
|
4727
|
+
/* */
|
|
4728
|
+
/* */
|
|
4729
|
+
/* */
|
|
4730
|
+
/* */
|
|
4731
|
+
/* */
|
|
4732
|
+
/* */
|
|
4733
|
+
/* */
|
|
4734
|
+
/* */
|
|
4735
|
+
/* */
|
|
4661
4736
|
/* */
|
|
4662
4737
|
/* */
|
|
4663
4738
|
/* */
|