tnp-helpers 19.0.7 → 19.0.8
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 +2 -1
- package/browser/fesm2022/tnp-helpers.mjs.map +1 -1
- package/browser/lib/base/classes/base-node-modules.d.ts +1 -1
- package/browser/lib/base/tcp-udp-ports/ports.entity.d.ts +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 +2 -1
- package/client/fesm2022/tnp-helpers.mjs.map +1 -1
- package/client/lib/base/classes/base-node-modules.d.ts +1 -1
- package/client/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/client/lib/build-info._auto-generated_.d.ts +1 -1
- package/client/package.json +1 -1
- package/lib/base/classes/base-global-command-line.backend.d.ts +1 -0
- package/lib/base/classes/base-global-command-line.backend.js +3 -0
- package/lib/base/classes/base-global-command-line.backend.js.map +1 -1
- package/lib/base/classes/base-node-modules.d.ts +1 -1
- package/lib/base/classes/base-project.d.ts +1 -1
- package/lib/base/tcp-udp-ports/not-assignable-port.entity.js +2 -2
- package/lib/base/tcp-udp-ports/ports.controller.js.map +1 -1
- package/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/lib/base/tcp-udp-ports/ports.entity.js.map +1 -1
- 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 -1
- package/tmp-environment.json +3 -3
- package/websql/fesm2022/tnp-helpers.mjs +2 -1
- package/websql/fesm2022/tnp-helpers.mjs.map +1 -1
- package/websql/lib/base/classes/base-node-modules.d.ts +1 -1
- package/websql/lib/base/tcp-udp-ports/ports.entity.d.ts +1 -1
- package/websql/lib/build-info._auto-generated_.d.ts +1 -1
- package/websql/package.json +1 -1
|
@@ -34,7 +34,7 @@ export declare class BaseNodeModules<NPM_HELPERS extends BaseNpmHelpers = BaseNp
|
|
|
34
34
|
* it will return real path.
|
|
35
35
|
* if node_modules is folder = path
|
|
36
36
|
*/
|
|
37
|
-
get realPath():
|
|
37
|
+
get realPath(): string;
|
|
38
38
|
protected preventWrongLinkDestination(dest: string): string;
|
|
39
39
|
linkToProject(project: Partial<BaseProject>): any;
|
|
40
40
|
linkToLocation(location: string): void;
|
|
@@ -3,7 +3,7 @@ import { Taon } from 'taon/browser';
|
|
|
3
3
|
export type PortStatus = 'unassigned' | 'assigned' | 'assigned-not-registered' | 'assigned-taken-by-os';
|
|
4
4
|
export declare const PortStatusArr: PortStatus[];
|
|
5
5
|
export declare class Port extends Taon.Base.Entity {
|
|
6
|
-
static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList'>): Port & Omit<Port, "version" | "_" | "clone" | "titleOnList">;
|
|
6
|
+
static from(opt: Omit<Port, 'version' | '_' | 'clone' | 'titleOnList' | 'relation' | 'relations'>): Port & Omit<Port, "version" | "_" | "clone" | "titleOnList" | "relation" | "relations">;
|
|
7
7
|
static getTitleForFreePort(port: Number): string;
|
|
8
8
|
get titleOnList(): string;
|
|
9
9
|
port: number;
|
package/browser/package.json
CHANGED
|
@@ -5107,6 +5107,7 @@ let PortsController = class PortsController extends BaseCliWorkerController {
|
|
|
5107
5107
|
/* */
|
|
5108
5108
|
/* */
|
|
5109
5109
|
/* */
|
|
5110
|
+
/* */
|
|
5110
5111
|
return (void 0);
|
|
5111
5112
|
}
|
|
5112
5113
|
//#endregion
|
|
@@ -5761,7 +5762,7 @@ class PortsWorker extends BaseCliWorker {
|
|
|
5761
5762
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5762
5763
|
const BUILD_FRAMEWORK_CLI_NAME = 'tnp';
|
|
5763
5764
|
const PROJECT_NPM_NAME = 'tnp-helpers';
|
|
5764
|
-
const CURRENT_PACKAGE_VERSION = '19.0.
|
|
5765
|
+
const CURRENT_PACKAGE_VERSION = '19.0.8';
|
|
5765
5766
|
// THIS FILE IS GENERATED - DO NOT MODIFY
|
|
5766
5767
|
|
|
5767
5768
|
//#endregion
|