tnp-helpers 19.0.62 → 19.0.64
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 +16 -1
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +1 -1
- package/browser/package.json +1 -1
- package/lib/base/classes/base-node-modules.js +25 -16
- 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 +16 -1
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- 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.64';
|
|
6908
6908
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6909
6909
|
|
|
6910
6910
|
//#endregion
|
|
@@ -10071,6 +10071,21 @@ class BaseNodeModules {
|
|
|
10071
10071
|
/* */
|
|
10072
10072
|
/* */
|
|
10073
10073
|
/* */
|
|
10074
|
+
/* */
|
|
10075
|
+
/* */
|
|
10076
|
+
/* */
|
|
10077
|
+
/* */
|
|
10078
|
+
/* */
|
|
10079
|
+
/* */
|
|
10080
|
+
/* */
|
|
10081
|
+
/* */
|
|
10082
|
+
/* */
|
|
10083
|
+
/* */
|
|
10084
|
+
/* */
|
|
10085
|
+
/* */
|
|
10086
|
+
/* */
|
|
10087
|
+
/* */
|
|
10088
|
+
/* */
|
|
10074
10089
|
return (void 0);
|
|
10075
10090
|
}
|
|
10076
10091
|
}
|