tnp-helpers 19.0.26 → 19.0.27
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 +10 -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/client/package.json +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/helpers/helpers.js +7 -2
- package/lib/helpers/helpers.js.map +1 -1
- 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/lib/utils.js +2 -1
- package/lib/utils.js.map +1 -1
- package/package.json +1 -1
- package/websql/fesm2022/tnp-helpers.mjs +10 -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
|
@@ -1491,6 +1491,10 @@ var UtilsQuickFixes;
|
|
|
1491
1491
|
* for some reason electron is being bundled - and it is not needed for cli
|
|
1492
1492
|
*/
|
|
1493
1493
|
UtilsQuickFixes.replaceElectronWithNothing = (jsContent, packageName) => {
|
|
1494
|
+
/* */
|
|
1495
|
+
/* */
|
|
1496
|
+
/* */
|
|
1497
|
+
/* */
|
|
1494
1498
|
/* */
|
|
1495
1499
|
/* */
|
|
1496
1500
|
/* */
|
|
@@ -4036,6 +4040,11 @@ class HelpersTaon extends CoreHelpers {
|
|
|
4036
4040
|
/* */
|
|
4037
4041
|
/* */
|
|
4038
4042
|
/* */
|
|
4043
|
+
/* */
|
|
4044
|
+
/* */
|
|
4045
|
+
/* */
|
|
4046
|
+
/* */
|
|
4047
|
+
/* */
|
|
4039
4048
|
return (void 0);
|
|
4040
4049
|
}
|
|
4041
4050
|
/**
|
|
@@ -6023,7 +6032,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
6023
6032
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6024
6033
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6025
6034
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
6026
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6035
|
+
const CURRENT_PACKAGE_VERSION = '19.0.27';
|
|
6027
6036
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6028
6037
|
|
|
6029
6038
|
//#endregion
|