tnp-helpers 19.0.26 → 19.0.28
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 +22 -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 +4 -1
- package/lib/utils.js.map +1 -1
- package/package.json +1 -1
- package/websql/fesm2022/tnp-helpers.mjs +22 -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,22 @@ 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
|
+
/* */
|
|
1498
|
+
/* */
|
|
1499
|
+
/* */
|
|
1500
|
+
/* */
|
|
1501
|
+
/* */
|
|
1502
|
+
/* */
|
|
1503
|
+
/* */
|
|
1504
|
+
/* */
|
|
1505
|
+
/* */
|
|
1506
|
+
/* */
|
|
1507
|
+
/* */
|
|
1508
|
+
/* */
|
|
1509
|
+
/* */
|
|
1494
1510
|
/* */
|
|
1495
1511
|
/* */
|
|
1496
1512
|
/* */
|
|
@@ -4036,6 +4052,11 @@ class HelpersTaon extends CoreHelpers {
|
|
|
4036
4052
|
/* */
|
|
4037
4053
|
/* */
|
|
4038
4054
|
/* */
|
|
4055
|
+
/* */
|
|
4056
|
+
/* */
|
|
4057
|
+
/* */
|
|
4058
|
+
/* */
|
|
4059
|
+
/* */
|
|
4039
4060
|
return (void 0);
|
|
4040
4061
|
}
|
|
4041
4062
|
/**
|
|
@@ -6023,7 +6044,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
6023
6044
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6024
6045
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6025
6046
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
6026
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6047
|
+
const CURRENT_PACKAGE_VERSION = '19.0.28';
|
|
6027
6048
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6028
6049
|
|
|
6029
6050
|
//#endregion
|