tnp-helpers 16.444.22 → 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 +22 -22
- 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 +30 -5
- 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 +26 -26
- 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
|
@@ -3838,6 +3838,10 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
3838
3838
|
/* */
|
|
3839
3839
|
/* */
|
|
3840
3840
|
/* */
|
|
3841
|
+
/* */
|
|
3842
|
+
/* */
|
|
3843
|
+
/* */
|
|
3844
|
+
/* */
|
|
3841
3845
|
return (void 0);
|
|
3842
3846
|
}
|
|
3843
3847
|
_beforeAnyActionOnGitRoot() {
|
|
@@ -3931,6 +3935,7 @@ class BaseGit extends BaseFeatureForProject {
|
|
|
3931
3935
|
/* */
|
|
3932
3936
|
/* */
|
|
3933
3937
|
/* */
|
|
3938
|
+
/* */
|
|
3934
3939
|
return (void 0);
|
|
3935
3940
|
}
|
|
3936
3941
|
/**
|
|
@@ -3978,33 +3983,42 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
3978
3983
|
return ['release'];
|
|
3979
3984
|
}
|
|
3980
3985
|
async startRelease(options) {
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
3986
|
+
/* */
|
|
3987
|
+
/* */
|
|
3988
|
+
/* */
|
|
3989
|
+
/* */
|
|
3990
|
+
/* */
|
|
3991
|
+
/* */
|
|
3992
|
+
/* */
|
|
3993
|
+
/* */
|
|
3994
|
+
/* */
|
|
3995
|
+
/* */
|
|
3996
|
+
/* */
|
|
3997
|
+
/* */
|
|
3998
|
+
/* */
|
|
3999
|
+
/* */
|
|
4000
|
+
/* */
|
|
4001
|
+
/* */
|
|
4002
|
+
/* */
|
|
4003
|
+
/* */
|
|
4004
|
+
/* */
|
|
4005
|
+
/* */
|
|
4006
|
+
/* */
|
|
4007
|
+
/* */
|
|
4008
|
+
/* */
|
|
4009
|
+
/* */
|
|
4010
|
+
/* */
|
|
4011
|
+
/* */
|
|
4012
|
+
/* */
|
|
4013
|
+
/* */
|
|
4014
|
+
/* */
|
|
4015
|
+
/* */
|
|
4016
|
+
/* */
|
|
4017
|
+
/* */
|
|
4018
|
+
/* */
|
|
4019
|
+
/* */
|
|
4020
|
+
/* */
|
|
4021
|
+
return (void 0);
|
|
4008
4022
|
}
|
|
4009
4023
|
async reinstallNodeModules() {
|
|
4010
4024
|
Helpers.taskStarted(`Reinstalling node_modules to recreate package-lock.json`);
|
|
@@ -4075,6 +4089,13 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
4075
4089
|
/* */
|
|
4076
4090
|
/* */
|
|
4077
4091
|
/* */
|
|
4092
|
+
/* */
|
|
4093
|
+
/* */
|
|
4094
|
+
/* */
|
|
4095
|
+
/* */
|
|
4096
|
+
/* */
|
|
4097
|
+
/* */
|
|
4098
|
+
/* */
|
|
4078
4099
|
return (void 0);
|
|
4079
4100
|
}
|
|
4080
4101
|
async testAfterPublish() {
|
|
@@ -4231,6 +4252,8 @@ class BaseReleaseProcess extends BaseFeatureForProject {
|
|
|
4231
4252
|
/* */
|
|
4232
4253
|
/* */
|
|
4233
4254
|
/* */
|
|
4255
|
+
/* */
|
|
4256
|
+
/* */
|
|
4234
4257
|
return (void 0);
|
|
4235
4258
|
}
|
|
4236
4259
|
async selectReleaseType() {
|
|
@@ -4598,6 +4621,14 @@ class CommitData {
|
|
|
4598
4621
|
/* */
|
|
4599
4622
|
/* */
|
|
4600
4623
|
/* */
|
|
4624
|
+
/* */
|
|
4625
|
+
/* */
|
|
4626
|
+
/* */
|
|
4627
|
+
/* */
|
|
4628
|
+
/* */
|
|
4629
|
+
/* */
|
|
4630
|
+
/* */
|
|
4631
|
+
/* */
|
|
4601
4632
|
return (void 0);
|
|
4602
4633
|
}
|
|
4603
4634
|
static cleanMessageFromJiraNumTeamIdEtc(message, optinos) {
|
|
@@ -4691,7 +4722,51 @@ class CommitData {
|
|
|
4691
4722
|
/* */
|
|
4692
4723
|
return (void 0);
|
|
4693
4724
|
}
|
|
4694
|
-
static async getFromBranch(currentBranchName) {
|
|
4725
|
+
static async getFromBranch(currentBranchName, releaseWords = []) {
|
|
4726
|
+
/* */
|
|
4727
|
+
/* */
|
|
4728
|
+
/* */
|
|
4729
|
+
/* */
|
|
4730
|
+
/* */
|
|
4731
|
+
/* */
|
|
4732
|
+
/* */
|
|
4733
|
+
/* */
|
|
4734
|
+
/* */
|
|
4735
|
+
/* */
|
|
4736
|
+
/* */
|
|
4737
|
+
/* */
|
|
4738
|
+
/* */
|
|
4739
|
+
/* */
|
|
4740
|
+
/* */
|
|
4741
|
+
/* */
|
|
4742
|
+
/* */
|
|
4743
|
+
/* */
|
|
4744
|
+
/* */
|
|
4745
|
+
/* */
|
|
4746
|
+
/* */
|
|
4747
|
+
/* */
|
|
4748
|
+
/* */
|
|
4749
|
+
/* */
|
|
4750
|
+
/* */
|
|
4751
|
+
/* */
|
|
4752
|
+
/* */
|
|
4753
|
+
/* */
|
|
4754
|
+
/* */
|
|
4755
|
+
/* */
|
|
4756
|
+
/* */
|
|
4757
|
+
/* */
|
|
4758
|
+
/* */
|
|
4759
|
+
/* */
|
|
4760
|
+
/* */
|
|
4761
|
+
/* */
|
|
4762
|
+
/* */
|
|
4763
|
+
/* */
|
|
4764
|
+
/* */
|
|
4765
|
+
/* */
|
|
4766
|
+
/* */
|
|
4767
|
+
/* */
|
|
4768
|
+
/* */
|
|
4769
|
+
/* */
|
|
4695
4770
|
/* */
|
|
4696
4771
|
/* */
|
|
4697
4772
|
/* */
|