tnp-helpers 19.0.47 → 19.0.48

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.
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755851888488 = dummy1755851888488;
4
- function dummy1755851888488() { }
3
+ exports.dummy1755862005859 = dummy1755862005859;
4
+ function dummy1755862005859() { }
5
5
  //# sourceMappingURL=base-formly-component.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755851888493 = dummy1755851888493;
4
- function dummy1755851888493() { }
3
+ exports.dummy1755862005863 = dummy1755862005863;
4
+ function dummy1755862005863() { }
5
5
  //# sourceMappingURL=dual-component-ctrl.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-helpers",
3
- "version": "19.0.47",
3
+ "version": "19.0.48",
4
4
  "scripts": {
5
5
  "docs": "python3 -m mkdocs",
6
6
  "mkdocs": "python3 -m mkdocs",
package/scss/vars.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  // THIS FILE IS GENERATED - DO NOT MODIFY
2
- // CORE ASSETS BASENAME - use it only for asset from core container
3
- $basename: '/';
4
- $website_title: 'Tnp Helpers';
5
- $website_domain: 'tnp-helpers.example.domain.com';
6
- $project_npm_name: 'tnp-helpers';
7
- // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // CORE ASSETS BASENAME - use it only for asset from core container
3
+ $basename: '/';
4
+ $website_title: 'Tnp Helpers';
5
+ $website_domain: 'tnp-helpers.example.domain.com';
6
+ $project_npm_name: 'tnp-helpers';
7
+ // THIS FILE IS GENERATED - DO NOT MODIFY
@@ -6925,7 +6925,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
6925
6925
  /**
6926
6926
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
6927
6927
  */
6928
- const CURRENT_PACKAGE_VERSION = '19.0.47';
6928
+ const CURRENT_PACKAGE_VERSION = '19.0.48';
6929
6929
  // THIS FILE IS GENERATED - DO NOT MODIFY
6930
6930
 
6931
6931
  //#endregion
@@ -10499,6 +10499,10 @@ class BaseLinkedProjects extends BaseFeatureForProject {
10499
10499
  /* */
10500
10500
  /* */
10501
10501
  /* */
10502
+ /* */
10503
+ /* */
10504
+ /* */
10505
+ /* */
10502
10506
  return (void 0);
10503
10507
  }
10504
10508
  //#endregion
@@ -15030,11 +15034,23 @@ class LinkedProject {
15030
15034
  //#endregion
15031
15035
  //#region static / from name
15032
15036
  static fromName(projectName, currentRemoteUrl, currentBranch) {
15033
- return LinkedProject.from({
15034
- repoUrl: currentRemoteUrl?.replace(path.basename(currentRemoteUrl), `${projectName}.git`),
15035
- defaultBranch: currentBranch,
15036
- relativeClonePath: projectName,
15037
- });
15037
+ /* */
15038
+ /* */
15039
+ /* */
15040
+ /* */
15041
+ /* */
15042
+ /* */
15043
+ /* */
15044
+ /* */
15045
+ /* */
15046
+ /* */
15047
+ /* */
15048
+ /* */
15049
+ /* */
15050
+ /* */
15051
+ /* */
15052
+ /* */
15053
+ return (void 0);
15038
15054
  }
15039
15055
  //#endregion
15040
15056
  //#region static / detect
@@ -15093,6 +15109,7 @@ class LinkedProject {
15093
15109
  /* */
15094
15110
  /* */
15095
15111
  /* */
15112
+ /* */
15096
15113
  return (void 0);
15097
15114
  }
15098
15115
  /**