tnp-helpers 19.0.40 → 19.0.41
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 +3 -1
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/build-info._auto-generated_.d.ts +2 -1
- package/browser/package.json +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js +3 -3
- package/lib/base/classes/base-cli-worker/base-cli-worker-controller.js.map +1 -1
- package/lib/base/classes/base-cli-worker/base-cli-worker.js +1 -0
- package/lib/base/classes/base-cli-worker/base-cli-worker.js.map +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/build-info._auto-generated_.d.ts +2 -1
- package/lib/build-info._auto-generated_.js +3 -2
- package/lib/build-info._auto-generated_.js.map +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 +3 -1
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +2 -1
- package/websql/package.json +1 -1
|
@@ -5158,6 +5158,7 @@ class BaseCliWorker {
|
|
|
5158
5158
|
/* */
|
|
5159
5159
|
/* */
|
|
5160
5160
|
/* */
|
|
5161
|
+
/* */
|
|
5161
5162
|
return (void 0);
|
|
5162
5163
|
}
|
|
5163
5164
|
//#endregion
|
|
@@ -6385,8 +6386,9 @@ class PortsWorker extends BaseCliWorker {
|
|
|
6385
6386
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6386
6387
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
6387
6388
|
const APP_ID = 'com.domain.example.tnp-helpers';
|
|
6389
|
+
const BUILD_BASE_HREF = '';
|
|
6388
6390
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
6389
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
6391
|
+
const CURRENT_PACKAGE_VERSION = '19.0.41';
|
|
6390
6392
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
6391
6393
|
|
|
6392
6394
|
//#endregion
|