tnp-helpers 19.0.27 → 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 +13 -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/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 +3 -1
- package/lib/utils.js.map +1 -1
- package/package.json +1 -1
- package/websql/fesm2022/tnp-helpers.mjs +13 -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,18 @@ 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
|
+
/* */
|
|
1494
1506
|
/* */
|
|
1495
1507
|
/* */
|
|
1496
1508
|
/* */
|
|
@@ -6032,7 +6044,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
6032
6044
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6033
6045
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6034
6046
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
6035
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6047
|
+
const CURRENT_PACKAGE_VERSION = '19.0.28';
|
|
6036
6048
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6037
6049
|
|
|
6038
6050
|
//#endregion
|