tnp-helpers 21.0.10 → 21.0.14

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.
@@ -7644,7 +7644,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
7644
7644
  /**
7645
7645
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
7646
7646
  */
7647
- const CURRENT_PACKAGE_VERSION = '21.0.10';
7647
+ const CURRENT_PACKAGE_VERSION = '21.0.14';
7648
7648
  // THIS FILE IS GENERATED - DO NOT MODIFY
7649
7649
 
7650
7650
  //#endregion
@@ -11150,6 +11150,8 @@ class BaseNpmHelpers extends BaseFeatureForProject {
11150
11150
  /* */
11151
11151
  /* */
11152
11152
  /* */
11153
+ /* */
11154
+ /* */
11153
11155
  return (void 0);
11154
11156
  }
11155
11157
  //#endregion
@@ -16050,16 +16052,37 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
16050
16052
  /* */
16051
16053
  return (void 0);
16052
16054
  }
16055
+ async upapiAll() {
16056
+ /* */
16057
+ /* */
16058
+ return (void 0);
16059
+ }
16053
16060
  async apiup() {
16054
16061
  /* */
16055
16062
  /* */
16056
16063
  return (void 0);
16057
16064
  }
16065
+ async apiupall() {
16066
+ /* */
16067
+ /* */
16068
+ return (void 0);
16069
+ }
16058
16070
  async apiUpdate() {
16059
16071
  /* */
16060
16072
  /* */
16061
16073
  /* */
16062
16074
  /* */
16075
+ /* */
16076
+ /* */
16077
+ /* */
16078
+ /* */
16079
+ /* */
16080
+ /* */
16081
+ /* */
16082
+ /* */
16083
+ return (void 0);
16084
+ }
16085
+ async apiUpdateAll() {
16063
16086
  /* */
16064
16087
  /* */
16065
16088
  /* */
@@ -17407,6 +17430,23 @@ class BaseGlobalCommandLine extends BaseCommandLineFeature {
17407
17430
  return (void 0);
17408
17431
  }
17409
17432
  //#endregion
17433
+ //#region commands / struct all
17434
+ /**
17435
+ * init parent and first level children
17436
+ */
17437
+ async structAll() {
17438
+ /* */
17439
+ /* */
17440
+ /* */
17441
+ /* */
17442
+ /* */
17443
+ /* */
17444
+ /* */
17445
+ /* */
17446
+ /* */
17447
+ return (void 0);
17448
+ }
17449
+ //#endregion
17410
17450
  //#region commands / struct
17411
17451
  /**
17412
17452
  * TODO move somewhere