tnp-helpers 19.0.21 → 19.0.22
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 +1 -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/fesm2022/tnp-helpers.mjs +1 -1
- package/client/fesm2022/tnp-helpers.mjs.map +1 -1
- package/client/lib/build-info._auto-generated_.d.ts +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/package.json +1 -6
- package/tmp-environment.json +3 -3
- package/websql/fesm2022/tnp-helpers.mjs +1 -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
|
@@ -5861,7 +5861,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
5861
5861
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5862
5862
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
5863
5863
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
5864
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
5864
|
+
const CURRENT_PACKAGE_VERSION = '19.0.22';
|
|
5865
5865
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5866
5866
|
|
|
5867
5867
|
//#endregion
|