tnp-helpers 19.0.64 → 19.0.65
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 +19 -4
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/classes/base-node-modules.d.ts +7 -0
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/lib/base/classes/base-node-modules.d.ts +7 -0
- package/lib/base/classes/base-node-modules.js +98 -81
- package/lib/base/classes/base-node-modules.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/build-info._auto-generated_.d.ts +1 -1
- package/lib/build-info._auto-generated_.js +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/websql/fesm2022/tnp-helpers.mjs +19 -4
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/classes/base-node-modules.d.ts +7 -0
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
|
@@ -6904,7 +6904,7 @@ const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
|
6904
6904
|
/**
|
|
6905
6905
|
* Autogenerated by current cli tool. Use *tnp release* to bump version.
|
|
6906
6906
|
*/
|
|
6907
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6907
|
+
const CURRENT_PACKAGE_VERSION = '19.0.65';
|
|
6908
6908
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6909
6909
|
|
|
6910
6910
|
//#endregion
|
|
@@ -9556,7 +9556,6 @@ class BasePackageJson extends BaseJsonFileReader {
|
|
|
9556
9556
|
}
|
|
9557
9557
|
}
|
|
9558
9558
|
|
|
9559
|
-
//#region imports
|
|
9560
9559
|
class BaseNodeModules {
|
|
9561
9560
|
//#region constructor
|
|
9562
9561
|
constructor(
|
|
@@ -9903,8 +9902,16 @@ class BaseNodeModules {
|
|
|
9903
9902
|
return (void 0);
|
|
9904
9903
|
}
|
|
9905
9904
|
//#endregion
|
|
9906
|
-
//#region
|
|
9907
|
-
|
|
9905
|
+
//#region find package dirs
|
|
9906
|
+
/**
|
|
9907
|
+
*
|
|
9908
|
+
* @param rootDir
|
|
9909
|
+
* @param packageName
|
|
9910
|
+
* @returns absolute paths to package dirs
|
|
9911
|
+
*/
|
|
9912
|
+
findPackageDirs(rootDir, packageName, options = {}) {
|
|
9913
|
+
/* */
|
|
9914
|
+
/* */
|
|
9908
9915
|
/* */
|
|
9909
9916
|
/* */
|
|
9910
9917
|
/* */
|
|
@@ -9949,6 +9956,14 @@ class BaseNodeModules {
|
|
|
9949
9956
|
/* */
|
|
9950
9957
|
/* */
|
|
9951
9958
|
/* */
|
|
9959
|
+
/* */
|
|
9960
|
+
/* */
|
|
9961
|
+
/* */
|
|
9962
|
+
return (void 0);
|
|
9963
|
+
}
|
|
9964
|
+
//#endregion
|
|
9965
|
+
//#region dedupe packages action
|
|
9966
|
+
dedupePackages(packagesConfig, countOnly = false, fake = false) {
|
|
9952
9967
|
/* */
|
|
9953
9968
|
/* */
|
|
9954
9969
|
/* */
|