tnp-helpers 19.0.46 → 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.
- package/browser/fesm2022/tnp-helpers.mjs +23 -6
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/classes/base-git.d.ts +1 -1
- package/browser/lib/base/linked-project.d.ts +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.js +4 -4
- package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib/base/classes/base-git.d.ts +1 -1
- package/lib/base/classes/base-git.js +2 -2
- package/lib/base/classes/base-git.js.map +1 -1
- package/lib/base/classes/base-linked-projects.js +3 -1
- package/lib/base/classes/base-linked-projects.js.map +1 -1
- package/lib/base/classes/base-project.js +1 -1
- package/lib/base/classes/base-project.js.map +1 -1
- package/lib/base/linked-project.js +9 -2
- package/lib/base/linked-project.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.js +7 -7
- package/lib/base/tcp-udp-ports/tcp-upd-ports-terminal-ui.js.map +1 -1
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +1 -1
- package/lib/helpers/for-backend/helpers-git.backend.js +5 -4
- package/lib/helpers/for-backend/helpers-git.backend.js.map +1 -1
- package/lib/helpers/for-browser/angular.helper.js +2 -2
- package/lib/old/base-component.js +2 -2
- package/lib/old/base-formly-component.js +2 -2
- package/lib/old/dual-component-ctrl.js +2 -2
- package/package.json +1 -1
- package/scss/vars.scss +6 -6
- package/tmp-environment.json +7 -11
- package/websql/fesm2022/tnp-helpers.mjs +23 -6
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/classes/base-git.d.ts +1 -1
- package/websql/lib/base/linked-project.d.ts +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
|
@@ -6913,7 +6913,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
6913
6913
|
/**
|
|
6914
6914
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
6915
6915
|
*/
|
|
6916
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6916
|
+
const CURRENT_PACKAGE_VERSION = '19.0.48';
|
|
6917
6917
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6918
6918
|
|
|
6919
6919
|
//#endregion
|
|
@@ -10505,6 +10505,10 @@ class BaseLinkedProjects extends BaseFeatureForProject {
|
|
|
10505
10505
|
/* */
|
|
10506
10506
|
/* */
|
|
10507
10507
|
/* */
|
|
10508
|
+
/* */
|
|
10509
|
+
/* */
|
|
10510
|
+
/* */
|
|
10511
|
+
/* */
|
|
10508
10512
|
return (void 0);
|
|
10509
10513
|
}
|
|
10510
10514
|
//#endregion
|
|
@@ -15036,11 +15040,23 @@ class LinkedProject {
|
|
|
15036
15040
|
//#endregion
|
|
15037
15041
|
//#region static / from name
|
|
15038
15042
|
static fromName(projectName, currentRemoteUrl, currentBranch) {
|
|
15039
|
-
|
|
15040
|
-
|
|
15041
|
-
|
|
15042
|
-
|
|
15043
|
-
|
|
15043
|
+
/* */
|
|
15044
|
+
/* */
|
|
15045
|
+
/* */
|
|
15046
|
+
/* */
|
|
15047
|
+
/* */
|
|
15048
|
+
/* */
|
|
15049
|
+
/* */
|
|
15050
|
+
/* */
|
|
15051
|
+
/* */
|
|
15052
|
+
/* */
|
|
15053
|
+
/* */
|
|
15054
|
+
/* */
|
|
15055
|
+
/* */
|
|
15056
|
+
/* */
|
|
15057
|
+
/* */
|
|
15058
|
+
/* */
|
|
15059
|
+
return (void 0);
|
|
15044
15060
|
}
|
|
15045
15061
|
//#endregion
|
|
15046
15062
|
//#region static / detect
|
|
@@ -15099,6 +15115,7 @@ class LinkedProject {
|
|
|
15099
15115
|
/* */
|
|
15100
15116
|
/* */
|
|
15101
15117
|
/* */
|
|
15118
|
+
/* */
|
|
15102
15119
|
return (void 0);
|
|
15103
15120
|
}
|
|
15104
15121
|
/**
|